Method: CloudBuilder::DSL#include_brick

Defined in:
lib/cloud_builder/dsl.rb

#include_brick(name, hash = {}, &block) ⇒ Object



61
62
63
# File 'lib/cloud_builder/dsl.rb', line 61

def include_brick(name, hash={}, &block)
  _bricks[name.to_s] = Brick.new(self, name, hash, &block)
end