module Roda::RodaPlugins::Base::RequestMethods
def _match_regexp(re)
Match only if all of the arguments in the given array match.
def _match_regexp(re) consume(self.class.cached_matcher(re){re}) end
def _match_regexp(re) consume(self.class.cached_matcher(re){re}) end