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