Class: ImportEverything::Parser::ImpParsers

Inherits:
ImportEverything::Parser show all
Defined in:
lib/import_everything/parser/parser.rb

Instance Method Summary collapse

Methods inherited from ImportEverything::Parser

#value_hashes

Instance Method Details

#line_parsersObject



62
# File 'lib/import_everything/parser/parser.rb', line 62

def line_parsers; parsers; end

#parsersObject

subclass must implement parsers or value_hashes if implemented, should return an array of line parsers

Raises:

  • (NotImplementedError)


59
60
61
# File 'lib/import_everything/parser/parser.rb', line 59

def parsers
  raise NotImplementedError.new("parsers")
end