# File lib/ipaddress/ipv4.rb, line 703
    def -(oth)
      return (to_u32 - oth.to_u32).abs
    end