Method: Cash::Index::Commands#remove

Defined in:
lib/cash/index.rb

#remove(object) ⇒ Object



36
37
38
39
# File 'lib/cash/index.rb', line 36

def remove(object)
  old_attribute_value_pairs, _ = old_and_new_attribute_value_pairs(object)
  remove_from_index_with_minimal_network_operations(old_attribute_value_pairs, object)
end