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