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