# File lib/backports/rails/hash.rb, line 23 def stringify_keys Hash[map{|key,value| [key.to_s, value] }] end