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