Method: Cash::Mock#get_multi

Defined in:
lib/cash/mock.rb

#get_multi(keys) ⇒ Object



60
61
62
# File 'lib/cash/mock.rb', line 60

def get_multi(keys)
  slice(*keys).collect { |k,v| [k, v.unmarshal] }.to_hash_without_nils
end