class RorVsWild::Plugin::Middleware

def initialize(app, config)

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