Module: CsvParser::Csv::NonEmptyRecords0
- Defined in:
- lib/csv_parser/csv_parser.rb
Instance Method Summary collapse
Instance Method Details
#first_record ⇒ Object
45 46 47 |
# File 'lib/csv_parser/csv_parser.rb', line 45 def first_record elements[0] end |
#other_records ⇒ Object
49 50 51 |
# File 'lib/csv_parser/csv_parser.rb', line 49 def other_records elements[1] end |