= private = protected
gets()
Reads the next line from this input method.
See IO#gets for more information.
# File lib/irb/input-method.rb, line 59 def gets print @prompt line = @stdin.gets @line[@line_no += 1] = line end