1751 1752 1753
# File 'lib/logmerge/resolv.rb', line 1751 def to_s return sprintf("%d.%d.%d.%d", *@address.unpack("CCCC")) end