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