Class: RubyHome::Cache

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

Instance Method Summary collapse

Methods included from ActLikeHash

#[], #[]=

Instance Method Details

#storeObject



17
18
19
# File 'lib/ruby_home/http/cache.rb', line 17

def store
  @store ||= {}
end