class IRB::StdioInputMethod

def readable_after_eof?

See IO#eof for more information.

read.
Whether this input method is still readable when there is no more data to
def readable_after_eof?
  true
end