# File lib/set.rb, line 153
  def include?(o)
    @hash.include?(o)
  end