module ActionDispatch::Http::URL

def named_host?(host)

def named_host?(host)
  !IP_HOST_REGEXP.match?(host)
end