# File lib/set.rb, line 235
  def delete(o)
    @hash.delete(o)
    self
  end