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