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