Method: RescueRegistry::ExceptionsApp#initialize
- Defined in:
- lib/rescue_registry/exceptions_app.rb
#initialize(app) ⇒ ExceptionsApp
3 4 5 |
# File 'lib/rescue_registry/exceptions_app.rb', line 3 def initialize(app) @app = app end |
3 4 5 |
# File 'lib/rescue_registry/exceptions_app.rb', line 3 def initialize(app) @app = app end |