module Qeweney::RoutingMethods

def on_host(route, &block)

def on_host(route, &block)
  return unless host == route
  route_found(&block)
end