method

eof?

eof?()
public

No documentation available.

# File lib/csv/parser.rb, line 677
        def eof?
          @io.eof?
        end