# File alientag.rb, line 57
        def <=>(s)
                s.nil? ? -1 : @id <=> s.id
        end