566 567 568 569 570
# File 'lib/setfu.rb', line 566 def to_set rtn = Set.new(self) # byebug return rtn end