Classes: Reader
'0.6.0'
7 8 9
# File 'lib/simple_csv_reader.rb', line 7 def read(path, headers, **options, &block) Reader.new(path, headers, **options).each(&block) end