module Roda::RodaPlugins::SymbolMatchers::ClassMethods
def symbol_matcher(s, re)
def symbol_matcher(s, re) self::RodaRequest.send(:define_method, :"match_symbol_#{s}"){re} end
def symbol_matcher(s, re) self::RodaRequest.send(:define_method, :"match_symbol_#{s}"){re} end