module CsvParser::Csv::NonEmptyRecords0

Public Instance Methods

first_record() click to toggle source
# File lib/csv_parser/csv_parser.rb, line 45
def first_record
  elements[0]
end
other_records() click to toggle source
# File lib/csv_parser/csv_parser.rb, line 49
def other_records
  elements[1]
end