# File lib/sass/util/ordered_hash.rb, line 173
  def replace(other)
    super
    @keys = other.keys
    self
  end