Skip to content

Commit 1471ea3

Browse files
authored
Merge pull request ruby#1314 from ruby/fix-code-object-structure-document
Fix CodeObject's inheritance tree document
2 parents ee577ea + 756ad4c commit 1471ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rdoc/code_object.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
# * RDoc::MetaMethod
2222
# * RDoc::Alias
2323
# * RDoc::Constant
24+
# * RDoc::Require
2425
# * RDoc::Mixin
25-
# * RDoc::Require
2626
# * RDoc::Include
27+
# * RDoc::Extend
2728

2829
class RDoc::CodeObject
2930

0 commit comments

Comments
 (0)