Returns true if the set contains the given object.
# File set.rb, line 153 def include?(o) @hash.include?(o) end
<code/>
<pre/>
<code/>and<pre/>for code samples.