# File lib/Dnsruby/code_mapper.rb, line 132
    def <=>(other)
      if (other.class == Fixnum)
        self.code <=> other
      else
        self.code <=> other.code
      end
    end