# File lib/ipaddress/prefix.rb, line 60 def +(oth) if oth.is_a? Fixnum self.prefix + oth else self.prefix + oth.prefix end end