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