Method: Rack::ShowExceptions#initialize
- Defined in:
- lib/rack/showexceptions.rb
#initialize(app) ⇒ ShowExceptions
Returns a new instance of ShowExceptions.
18 19 20 21 |
# File 'lib/rack/showexceptions.rb', line 18 def initialize(app) @app = app @template = ERB.new(TEMPLATE) end |