= private = protected
gets()
Reads the next line from this input method.
See IO#gets for more information.
# File lib/irb/input-method.rb, line 117 def gets print @prompt l = @io.gets l end