Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/weibo/oauth_hack.rb
Instance Method Summary collapse
Instance Method Details
#stringify_keys ⇒ Object
5 6 7 8 9 10 |
# File 'lib/weibo/oauth_hack.rb', line 5 def stringify_keys inject({}) do |, (key, value)| [key.to_s] = value end end |