# File lib/set.rb, line 93
  def clear
    @hash.clear
    self
  end