module Qeweney::RoutingMethods

def route_found(&block)

def route_found(&block)
  catch(:stop, &block)
  throw :stop, :found
end