Method: Failbot::Rescuer#initialize
- Defined in:
- lib/failbot/middleware.rb
#initialize(app, other) ⇒ Rescuer
6 7 8 9 |
# File 'lib/failbot/middleware.rb', line 6 def initialize(app, other) @app = app @other = other end |
6 7 8 9 |
# File 'lib/failbot/middleware.rb', line 6 def initialize(app, other) @app = app @other = other end |