# File warshall.rb, line 33 def add(elem) @array+=[elem] @array.uniq!() @array.sort!() return self end