# File lib/backports/rails/hash.rb, line 28
  def stringify_keys!
    self.replace(self.stringify_keys)
  end