Method: Curator::Memory::DataStore#_records
- Defined in:
- lib/curator/memory/data_store.rb
#_records(bucket) ⇒ Object
98 99 100 |
# File 'lib/curator/memory/data_store.rb', line 98 def _records(bucket) _bucket(bucket)[:records] ||= {} end |