method

eof?

eof?()
public

No documentation available.

# File lib/irb/input-method.rb, line 81
    def eof?
      @io.eof?
    end