# File lib/extlib/hash.rb, line 225
  def protect_keys!
    keys.each {|key| self[key.to_s] = delete(key) }
  end