Converts the set to an array. The order of elements is uncertain.
# File set.rb, line 113 def to_a @hash.keys end
<code/>
<pre/>
<code/>and<pre/>for code samples.