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