# File lib/mongoid/relations/referenced/many.rb, line 194 def each target.each { |doc| yield(doc) if block_given? } end