module Roda::RodaPlugins::Base::RequestMethods

def _match_regexp(re)

Match the given regexp exactly if it matches a full segment.
Match only if all of the arguments in the given array match.
def _match_regexp(re)
  consume(self.class.cached_matcher(re){re})
end