module Roda::RodaPlugins::CustomMatchers

def self.configure(app)

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