:nodoc:
# File lib/mongo/util/core_ext.rb, line 33 def each_with_object(memo) each { |element| yield(element, memo) } memo end
[Validate]
Generated with the Darkfish Rdoc Generator 2.