method
header_row?
v2_6_3 -
Show latest stable
- Class:
CSV::Parser
header_row?()public
No documentation available.
# File lib/csv/parser.rb, line 261
def header_row?
@use_headers and @headers.nil?
end header_row?()No documentation available.
# File lib/csv/parser.rb, line 261
def header_row?
@use_headers and @headers.nil?
end