33 34 35 36 37
# File 'lib/web_merge/document.rb', line 33 def self.each all.each do |doc| yield doc if block_given? end end