Module: Manufactory::ObjectMixin
Instance Method Summary collapse
Methods included from Blueprints
Instance Method Details
#make(name = :default, attributes = Hash.new, &block) ⇒ Object
8 9 10 |
# File 'lib/manufactory/adapters/object.rb', line 8 def make(name = :default, attributes = Hash.new, &block) super(ObjectAdapter, name, attributes, &block) end |