module ActionDispatch::Http::URL

def named_host?(host)

def named_host?(host)
  host && IP_HOST_REGEXP !~ host
end