# File lib/aws/dynamo_db.rb, line 167 def batch_get &block batch = BatchGet.new(:config => config) yield(batch) batch.enumerator end