Class: Garcon::StashCache

Inherits:
Hash show all
Includes:
Extensions::MethodAccess, Extensions::PrettyInspect
Defined in:
lib/garcon/utility/memstash.rb

Overview

Hash that allows you to access keys of the hash via method calls This gives you an OStruct like way to access your hash’s keys. It will recognize keys either as strings or symbols.

Method Summary

Methods included from Extensions::PrettyInspect

included, #stash_inspect

Methods included from Extensions::MethodAccess

included

Methods inherited from Hash

#argumentize, #capitalize_keys, #compact, #except, #normalize_keys, #object_state, #only, #recursive_fetch, #recursive_merge, #recursively_capitalize_key, #recursively_normalize_keys, #recursively_stringify_key, #recursively_symbolize_keys, #recursively_transform_keys, #stringify_keys, #symbolize_keys, #to_struct, #transform_keys, #zip