387 388 389 390 391
# File 'lib/setfu.rb', line 387 def to_set rtn = Set.new(self) # byebug return rtn end