Sha256: c53aa59b3c0e1c34a52ae1fdb3c58bc2757b6376e3f7eca136e87db68636e743

Contents?: true

Size: 160 Bytes

Versions: 3

Compression:

Stored size: 160 Bytes

Contents

blueprint :cherry do
  Fruit.new('cherry')
end

blueprint :big_cherry do
  Fruit.new('cherry', 10)
end

Fruit.blueprint :apple, :species => 'apple', :size => 3

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blueprints-0.8.2 spec/no_db/blueprint.rb
blueprints-0.8.1 spec/no_db/blueprint.rb
blueprints-0.8.0 spec/no_db/blueprint.rb