Method: Pal::Handler::GenericCSVHandlerImpl#_csv_processor
- Defined in:
- lib/pal/handler/base.rb
#_csv_processor(source_file_loc) ⇒ Pal::Operation::CSVProcessor
121 122 123 |
# File 'lib/pal/handler/base.rb', line 121 def _csv_processor(source_file_loc) Operation::CSVProcessor.retrieve_default_processor(source_file_loc) end |