class Sinatra::Base

def pass(&block)

return a 404 response.
If there are no more matching routes, Sinatra will
Pass control to the next matching route.
def pass(&block)
  throw :pass, block
end