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