module Roda::RodaPlugins::SymbolMatchers::ClassMethods

def symbol_matcher(s, re)

Set the regexp to use for the given symbol, instead of the default.
def symbol_matcher(s, re)
  request_module{define_method(:"match_symbol_#{s}"){re}}
end