= private = protected
ipv6?()
Returns true if the ipaddr is an IPv6 address.
# File lib/ipaddr.rb, line 258 def ipv6? return @family == Socket::AF_INET6 end