field_row?()
Returns true if this is a field row.
# File lib/csv/row.rb, line 62 def field_row? not header_row? end