method
to_s
v2_2_9 -
Show latest stable
- Class:
Resolv::IPv4
to_s()public
No documentation available.
# File lib/resolv.rb, line 2357
def to_s # :nodoc:
return sprintf("%d.%d.%d.%d", *@address.unpack("CCCC"))
end to_s()No documentation available.
# File lib/resolv.rb, line 2357
def to_s # :nodoc:
return sprintf("%d.%d.%d.%d", *@address.unpack("CCCC"))
end