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