# File lib/set.rb, line 195
  def add(o)
    @hash[o] = true
    self
  end