# File lib/ipaddress.rb, line 59
  def ipv4?
    self.kind_of? IPAddress::IPv4
  end