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