Module: RubyHome::ActLikeHash
- Included in:
- Cache, GlobalCache
- Defined in:
- lib/ruby_home/http/cache.rb
Instance Method Summary collapse
Instance Method Details
#[](key) ⇒ Object
5 6 7 |
# File 'lib/ruby_home/http/cache.rb', line 5 def [](key) store[key] end |
#[]=(key, value) ⇒ Object
9 10 11 |
# File 'lib/ruby_home/http/cache.rb', line 9 def []=(key, value) store[key] = value end |