Method: Deas::ShowExceptions#initialize
- Defined in:
- lib/deas/show_exceptions.rb
#initialize(app) ⇒ ShowExceptions
Returns a new instance of ShowExceptions.
7 8 9 |
# File 'lib/deas/show_exceptions.rb', line 7 def initialize(app) @app = app end |