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