header_converters() Instance Public methods Returns the current list of converters in effect for headers. See ::new for details. Built-in converters will be returned by name, while others will be returned as is.
header_row?() Instance Public methods Returns true if the next row read will be a header row.
headers() Instance Public methods Returns nil if headers will not be used, true if they will but have not yet been read, or the actual headers after they have been read. See ::new for details.
inspect() Instance Public methods Returns a simplified description of the key CSV attributes in an ASCII compatible String.
puts(row) Instance Public methods Alias for: <<
read() Instance Public methods Slurps the remaining rows and returns an Array of Arrays. The data source must be open for reading. readlines
readline() Instance Public methods Alias for: shift
readlines() Instance Public methods Alias for: read
return_headers?() Instance Public methods Returns true if headers will be returned as a row of results. See ::new for details.
rewind() Instance Public methods Rewinds the underlying IO object and resets CSV's lineno() counter.
Page 134 of 11844