= private = protected
to_a()
Converts the set to an array. The order of elements is uncertain.
# File lib/set.rb, line 154 def to_a @hash.keys end