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