method
gets
gets()
public
Hide source
# File lib/irb/xmp.rb, line 65 def gets while l = @exps.shift next if /^\s+$/ =~ l l.concat "\n" print @prompt, l break end l end