Module: BrickHouse

Defined in:
lib/brick_house.rb,
lib/brick_house/engine.rb

Defined Under Namespace

Classes: BrickLayerResource, DataSet, DataSetObject, Engine, PageDataSet, PagesController, Routes

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (BrickHouse)

    the object that the method was called on



6
7
8
# File 'lib/brick_house.rb', line 6

def self.setup    
  yield self
end