= private = protected
include?(o)
Returns true if the set contains the given object.
# File lib/set.rb, line 153 def include?(o) @hash.include?(o) end