method
gets
v1_8_7_72 -
Show latest stable
- Class:
IRB::FileInputMethod
gets()public
No documentation available.
# File lib/irb/input-method.rb, line 76
def gets
print @prompt
l = @io.gets
# print @prompt, l
l
end