module Roda::RodaPlugins::Base::RequestMethods

def _match_symbol(sym)

Match the given symbol if any segment matches.
def _match_symbol(sym)
  consume(self.class.cached_matcher(sym){_match_symbol_regexp(sym)})
end