We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3f389 commit 017e6c9Copy full SHA for 017e6c9
History.txt
@@ -2,6 +2,7 @@
2
3
* Bug fixes
4
* Fix infinite loop created when re-encountering BasicObject.
5
+ * RDoc::Context#each_ancestor is now provided for duck-typing.
6
7
=== 3.6 / 2011-05-13
8
lib/rdoc/context.rb
@@ -663,6 +663,13 @@ def display(method_attr) # :nodoc:
663
end
664
665
666
+ ##
667
+ # Iterator for ancestors for duck-typing. Does nothing. See
668
+ # RDoc::ClassModule#each_ancestor.
669
+
670
+ def each_ancestor # :nodoc:
671
+ end
672
673
##
674
# Iterator for attributes
675
0 commit comments