class Rack::Events

def initialize(app, handlers)

def initialize(app, handlers)
  @app      = app
  @handlers = handlers
end