# File lib/aws/dynamo_db/batch_get.rb, line 128
      def items attributes, *items
        [items].flatten.each do |item|
          self.table(item.table, attributes, [item])
        end
      end