module Roda::RodaPlugins::Base::RequestMethods
def unsupported_matcher(matcher)
def unsupported_matcher(matcher) raise RodaError, "unsupported matcher: #{matcher.inspect}" end
def unsupported_matcher(matcher) raise RodaError, "unsupported matcher: #{matcher.inspect}" end