# File Warshall.rb, line 75
        def <=>(another)
                @array <=> another.array
        end