Makes a set from the enumerable object with given arguments. Needs to +require "set"+ to use this method.
# File set.rb, line 523 def to_set(klass = Set, *args, &block) klass.new(self, *args, &block) end
<code/>
<pre/>
<code/>and<pre/>for code samples.