Creates a new set containing the given objects.
# File set.rb, line 55 def self.[](*ary) new(ary) end
<code/>
<pre/>
<code/>and<pre/>for code samples.