Module: Eastwood

Includes:
Config
Defined in:
lib/eastwood.rb,
lib/eastwood/config.rb,
lib/eastwood/engine.rb,
lib/eastwood/context.rb,
lib/eastwood/version.rb

Defined Under Namespace

Modules: Config, Context Classes: Engine

Constant Summary collapse

VERSION =
"0.3.1"

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (Eastwood)

    the object that the method was called on



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

def configure
  yield self
end