Class: PactBroker::UI::PathInfoFixer
- Inherits:
-
Object
- Object
- PactBroker::UI::PathInfoFixer
- Defined in:
- lib/pact_broker/ui/app.rb
Constant Summary collapse
- PATH_INFO =
"PATH_INFO".freeze
Instance Method Summary collapse
- #call(env) ⇒ Object
-
#initialize(app) ⇒ PathInfoFixer
constructor
A new instance of PathInfoFixer.
Constructor Details
#initialize(app) ⇒ PathInfoFixer
Returns a new instance of PathInfoFixer.
16 17 18 |
# File 'lib/pact_broker/ui/app.rb', line 16 def initialize app @app = app end |