Class: ROM::CSV::Dataset

Inherits:
Memory::Dataset
  • Object
show all
Defined in:
lib/rom/csv/dataset.rb

Overview

Dataset for CSV

Class Method Summary collapse

Class Method Details

.row_procObject

Convert each CSV::Row to a hash



12
13
14
# File 'lib/rom/csv/dataset.rb', line 12

def self.row_proc
  -> row { row.to_hash }
end