method

gets

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

No documentation available.

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