# File lib/ipaddress.rb, line 71
  def ipv6?
    self.kind_of? IPAddress::IPv6
  end