class Rack::ShowStatus

def initialize(app)

def initialize(app)
  @app = app
  @template = ERB.new(TEMPLATE)
end