bulk operation
36
# File 'lib/ccp/kvs/core.rb', line 36 def read ; keys.inject({}){|h,k| h[k] = get(k); h } ; end