# File lib/active_support/core_ext/hash/keys.rb, line 3
  def stringify_keys
    dup.stringify_keys!
  end