# File ./lib/set.rb, line 526 def to_set(klass = Set, *args, &block) klass.new(self, *args, &block) end