Method: Graphiti::Util::CacheDebug#initialize
- Defined in:
- lib/graphiti/util/cache_debug.rb
#initialize(proxy) ⇒ CacheDebug
Returns a new instance of CacheDebug.
6 7 8 |
# File 'lib/graphiti/util/cache_debug.rb', line 6 def initialize(proxy) @proxy = proxy end |