# File common/lib/symbiosis/ipaddr.rb, line 118
  def to_s
    s = [super]
    s << cidr_mask if max.to_i - min.to_i > 0
    s.join("/")
  end