Class: RubyHome::Cache
- Inherits:
-
Object
- Object
- RubyHome::Cache
- Includes:
- ActLikeHash
- Defined in:
- lib/ruby_home/http/cache.rb
Instance Method Summary collapse
Methods included from ActLikeHash
Instance Method Details
#store ⇒ Object
17 18 19 |
# File 'lib/ruby_home/http/cache.rb', line 17 def store @store ||= {} end |