Class: Sheets::Parsers::CSVParser
- Inherits:
-
Base
- Object
- Base
- Sheets::Parsers::CSVParser
- 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
- (Object) to_array
6 7 8 |
# File 'lib/sheets/parsers/csv_parser.rb', line 6 def to_array CSV.parse( @data ) end |