# File lib/aws/record/scope.rb, line 143 def each &block if block_given? _each_object(&block) else to_enum("_each_object""_each_object") end end