# File automaten.rb, line 291
        def <=>(anOther)
                return @items <=> anOther.items
        end