Method: Cream.setup

Defined in:
lib/cream/roles_config.rb

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

Yields:

  • (_self)

Yield Parameters:

  • _self (Cream)

    the object that the method was called on



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

def self.setup
  yield self
end