method

gets

v1_8_7_330 - Show latest stable - Class: IRB::InputMethod
gets()
public

No documentation available.

# File lib/irb/input-method.rb, line 30
    def gets
      IRB.fail NotImplementedError, "gets"
    end