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