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