Calls the given block once for each element in the set, passing the element as parameter.
# File set.rb, line 188 def each @hash.each_key { |o| yield(o) } self end
<code/>
<pre/>
<code/>and<pre/>for code samples.