irb_load(*opts, &b) Instance Public methods Loads the given file similarly to Kernel#load, see IRB::IrbLoader#irb_load
irb_require(*opts, &b) Instance Public methods Loads the given file similarly to Kernel#require
new(file) Class Public methods Creates a new input method object
encoding() Instance Public methods The external encoding for standard input.
eof?() Instance Public methods Whether the end of this input method has been reached, returns true if there is no more data to read. See IO#eof? for more information.
gets() Instance Public methods Reads the next line from this input method. See IO#gets for more information.
bottom(n = 0) Class Public methods Convenience method for #bottom
new() Class Public methods Creates a new stack frame
sender() Class Public methods Returns the binding context of the caller from the last frame initialized
top(n = 0) Class Public methods Convenience method for #top
Page 436 of 11844