Module: Eastwood

Includes:
Config, Rails
Defined in:
lib/eastwood.rb,
lib/eastwood/rails.rb,
lib/eastwood/config.rb,
lib/eastwood/engine.rb,
lib/eastwood/context.rb,
lib/eastwood/version.rb,
lib/eastwood/context/action_route.rb,
lib/eastwood/context/client_route.rb,
lib/eastwood/context/journey_route.rb,
lib/eastwood/context/route_helpers.rb

Defined Under Namespace

Modules: Config, Context, Rails Classes: EastwoodError, Engine, InvalidRouteStyleError

Constant Summary collapse

VERSION =
'0.5.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



16
17
18
# File 'lib/eastwood.rb', line 16

def configure
  yield self
end