# File lib/ipaddress/prefix.rb, line 52
    def <=>(oth)
      @prefix <=> oth.to_i
    end