This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
each(&block)
Enumerator for the parts of this document
# File lib/rdoc/markup/document.rb, line 82 def each &block @parts.each(&block) end