Class: Tabled::CSVParser
- Inherits:
-
Object
- Object
- Tabled::CSVParser
- Defined in:
- lib/parsers/csv_parser.rb
Class Method Summary collapse
Class Method Details
.parse(file_path) ⇒ Object
7 8 9 |
# File 'lib/parsers/csv_parser.rb', line 7 def self.parse(file_path) ::CSV.read(file_path) end |