Method: AbstractImporter::ImportPlan#initialize

Defined in:
lib/abstract_importer/import_plan.rb

#initializeImportPlan

Returns a new instance of ImportPlan.



4
5
6
# File 'lib/abstract_importer/import_plan.rb', line 4

def initialize
  @plan = {} # <-- requires Ruby 1.9's ordered hash
end