Class: RubyHome::GlobalCache

Inherits:
Object
  • Object
show all
Includes:
ActLikeHash, Singleton
Defined in:
lib/ruby_home/http/cache.rb

Instance Method Summary collapse

Methods included from ActLikeHash

#[], #[]=

Instance Method Details

#storeObject



26
27
28
# File 'lib/ruby_home/http/cache.rb', line 26

def store
  @@store ||= {}
end