There's no documentation for this item.
# File set.rb, line 324 def eql?(o) # :nodoc: return false unless o.is_a?(Set) @hash.eql?(o.instance_eval{@hash}) end
<code/>
<pre/>
<code/>and<pre/>for code samples.