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