class RorVsWild::Local::Middleware

def initialize(app, config)

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