Method: Muster::Rack#initialize
- Defined in:
- lib/muster/rack.rb
#initialize(app, strategy, options = {}) ⇒ Rack
Creates a new Rack::Muster middleware instance
48 49 50 51 52 |
# File 'lib/muster/rack.rb', line 48 def initialize(app, strategy, = {}) @app = app @strategy = strategy @options = end |