= private = protected
to_string()
Returns a string containing the IP address representation in canonical form.
# File lib/ipaddr.rb, line 234 def to_string return _to_string(@addr) end