Reads the next line from this input method.
See IO#gets for more information.
# File irb/input-method.rb, line 35 def gets fail NotImplementedError, "gets" end
For debug message
# File irb/input-method.rb, line 57 def inspect 'Abstract InputMethod' end