Class: Sprig::Parser::Csv

Inherits:
Base
  • Object
show all
Defined in:
lib/sprig/parser/csv.rb

Instance Attribute Summary

Attributes inherited from Base

#data_io

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Sprig::Parser::Base

Instance Method Details

#parseObject



7
8
9
# File 'lib/sprig/parser/csv.rb', line 7

def parse
  { :records => records }
end