method
gets
gets()
public
Hide source
# File lib/irb/input-method.rb, line 85 def gets print @prompt l = @io.gets # print @prompt, l l end