= private = protected
gets()
Reads the next line from this input method.
See IO#gets for more information.
# File lib/irb/input-method.rb, line 32 def gets IRB.fail NotImplementedError, "gets" end