Class: Colonization::Factory

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

Instance Method Summary collapse

Instance Method Details

#produce(model) ⇒ Object



5
6
7
# File 'lib/colonization/factory.rb', line 5

def produce(model)
  colonizer_class.new(model)
end