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