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