# File Warshall.rb, line 37 def add(elem) (self.enthaelt?(elem))?():@array+=[elem] @array.uniq! @array.sort! return self end