571 572 573 574 575
# File 'lib/setfu.rb', line 571 def to_set rtn = Set.new(self) # byebug return rtn end