class HTTParty::ConnectionAdapter

def strip_ipv6_brackets(host)

def strip_ipv6_brackets(host)
  StripIpv6BracketsRegex =~ host ? $1 : host
end