Method: Peddler::FlatFileParser#parse

Defined in:
lib/peddler/flat_file_parser.rb

#parseObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



19
20
21
# File 'lib/peddler/flat_file_parser.rb', line 19

def parse
  CSV.parse(scrub_content, OPTIONS) if content
end