each_ancestor()
Iterator for ancestors for duck-typing. Does nothing. See RDoc::ClassModule#each_ancestor.
This method exists to make it easy to work with Context subclasses that aren’t part of RDoc.
# File lib/rdoc/context.rb, line 698 def each_ancestor # :nodoc: end