method

is_eos?

v1_8_6_287 - Show latest stable - Class: CSV::StreamBuf
is_eos?()
public

No documentation available.

# File lib/csv.rb, line 882
    def is_eos?
      return idx_is_eos?(0)
    end