# File lib/googleauth/credentials.rb, line 168 def stringify_hash_keys hash Hash[hash.map { |k, v| [k.to_s, v] }] end