module Roda::RodaPlugins::MatchHook

def self.configure(app)

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