# File lib/rack/showexceptions.rb, line 18 18: def initialize(app) 19: @app = app 20: @template = ERB.new(TEMPLATE) 21: end