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