# File lib/ipaddress/ipv4.rb, line 676
    def +(oth)
      aggregate(*[self,oth].sort.map{|i| i.network})
    end