module Hashie
module Hashie::Extensions
module Hashie::Extensions::Coercion
module Hashie::Extensions::Coercion::ClassMethods
module Hashie::Extensions::Coercion::InstanceMethods
module Hashie::Extensions::DeepFetch
module Hashie::Extensions::DeepMerge
module Hashie::Extensions::IgnoreUndeclared
module Hashie::Extensions::IndifferentAccess
module Hashie::Extensions::KeyConversion
module Hashie::Extensions::MergeInitializer
module Hashie::Extensions::MethodAccess
module Hashie::Extensions::MethodQuery
module Hashie::Extensions::MethodReader
module Hashie::Extensions::MethodWriter
module Hashie::Extensions::StringifyKeys
module Hashie::Extensions::SymbolizeKeys
module Hashie::HashExtensions
module Hashie::PrettyInspect
class Hashie::Clash
class Hashie::Clash::ChainError
class Hashie::Dash
class Hashie::Extensions::DeepFetch::UndefinedPathError
class Hashie::Hash
class Hashie::Mash
class Hashie::Rash
class Hashie::Trash
hashie
2.1.2
# indifferent_fetch
def indifferent_fetch(key, *args) regular_fetch convert_key(key), *args end