Module: CampfireLogic

Defined in:
lib/campfire_logic.rb,
lib/campfire_logic/engine.rb,
lib/campfire_logic/railtie.rb

Defined Under Namespace

Modules: Base Classes: Engine, Railtie

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (CampfireLogic)

    the object that the method was called on



8
9
10
# File 'lib/campfire_logic.rb', line 8

def self.setup
  yield self
end