Class: Sheets::Parsers::CSVParser

Inherits:
Base
  • Object
show all
Defined in:
lib/sheets/parsers/csv_parser.rb

Instance Method Summary collapse

Methods inherited from Base

formats, formats=, #initialize, #io, parses

Constructor Details

This class inherits a constructor from Sheets::Parsers::Base

Instance Method Details

#to_arrayObject



6
7
8
# File 'lib/sheets/parsers/csv_parser.rb', line 6

def to_array
  CSV.parse( @data )
end