module Roda::RodaPlugins::MatchHookArgs

def self.configure(app)

def self.configure(app)
  app.opts[:match_hook_args] ||= []
end