Returns true if the set contains no elements.
# File set.rb, line 88 def empty? @hash.empty? end
<code/>
<pre/>
<code/>and<pre/>for code samples.