# File lib/mongo/util/core_ext.rb, line 16 def each_with_object(memo) each { |element| yield(element, memo) } memo end