Module: TopholdRack

Defined in:
lib/tophold_rack.rb,
lib/tophold_rack/engine.rb,
lib/tophold_rack/version.rb,
lib/tophold_rack/redispatcher.rb

Defined Under Namespace

Classes: Engine, Redispatcher

Constant Summary collapse

VERSION =
"0.3"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (TopholdRack)

    the object that the method was called on



9
10
11
# File 'lib/tophold_rack.rb', line 9

def self.setup
  yield self
end