module SnakyHash
This is the namespace for this gem
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