Module: SnakyHash
- Defined in:
- lib/snaky_hash.rb,
lib/snaky_hash/snake.rb,
lib/snaky_hash/version.rb,
lib/snaky_hash/string_keyed.rb,
lib/snaky_hash/symbol_keyed.rb
Overview
This is a module-class hybrid.
Hashie's standard SymbolizeKeys is similar to the functionality we want. … but not quite. We need to support both String (for oauth2) and Symbol keys (for oauth). include Hashie::Extensions::Mash::SymbolizeKeys
Defined Under Namespace
Modules: Version Classes: Snake, StringKeyed, SymbolKeyed