Method: CloudKit::MemoryTable#clear
- Defined in:
- lib/cloudkit/store/memory_table.rb
#clear ⇒ Object
Clear the contents of the store.
37 38 39 40 |
# File 'lib/cloudkit/store/memory_table.rb', line 37 def clear @hash = {} @keys = [] end |