# File lib/aws/core/collection.rb, line 46 def each options = {}, &block each_batch(options) do |batch| batch.each(&block) end end