module Roda::RodaPlugins::Pass::RequestMethods

def pass

Skip the current match block as if it did not match.
def pass
  throw :pass
end