module Roda::RodaPlugins::Base::RequestMethods

def unsupported_matcher(matcher)

Handle an unsupported matcher.
def unsupported_matcher(matcher)
  raise RodaError, "unsupported matcher: #{matcher.inspect}"
end