= private = protected
[](*ary)
Creates a new set containing the given objects.
# File lib/set.rb, line 71 def self.[](*ary) new(ary) end