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