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