Class: Rack::Goggles
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Rack::Goggles
- Defined in:
- lib/rack/goggles.rb
Constant Summary collapse
- VERSION =
Duh.
"1.1.0"
Instance Method Summary collapse
-
#initialize(app, prefix) ⇒ Goggles
constructor
A new instance of Goggles.
Constructor Details
#initialize(app, prefix) ⇒ Goggles
Returns a new instance of Goggles.
13 14 15 16 |
# File 'lib/rack/goggles.rb', line 13 def initialize app, prefix @prefix = prefix super app end |