Class: Rack::Goggles

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/rack/goggles.rb

Constant Summary collapse

VERSION =

Duh.

"1.1.0"

Instance Method Summary collapse

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