class IRB::InputMethod

def gets

See IO#gets for more information.

Reads the next line from this input method.
def gets
  fail NotImplementedError, "gets"
end