Class: ToFactory::Finders::Factory

Inherits:
Object
  • Object
show all
Defined in:
lib/to_factory/finders/factory.rb

Instance Method Summary collapse

Instance Method Details

#callObject



4
5
6
7
8
9
10
11
12
# File 'lib/to_factory/finders/factory.rb', line 4

def call
  all = []

  parsed_files.each do |r|
    all = Collation.representations_from(all, r)
  end

  all
end