# File lib/merb-core/core_ext/hash.rb, line 192 def protect_keys! keys.each {|key| self[key.to_s] = delete(key) } end