# File lib/hydra/hash.rb, line 3 def stringify_keys inject({}) do |options, (key, value)| options[key.to_s] = value options end end