# File lib/sass/util/ordered_hash.rb, line 140
  def clear
    super
    @keys.clear
    self
  end