# File warshall.rb, line 41
        def enthaelt?(x)
                @array.include?(x)
        end