Method: CloudKit::MemoryTable#clear

Defined in:
lib/cloudkit/store/memory_table.rb

#clearObject

Clear the contents of the store.



37
38
39
40
# File 'lib/cloudkit/store/memory_table.rb', line 37

def clear
  @hash = {}
  @keys = []
end