Skip to content

Commit 7058f60

Browse files
committed
Add comment for is_alias_for
1 parent 914dfc7 commit 7058f60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/rdoc/0/rdoc.rbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,9 @@ module RDoc
663663
# A constant
664664
#
665665
class Constant < CodeObject
666+
# <!-- rdoc-file=lib/rdoc/constant.rb -->
667+
# Sets the module or class this is constant is an alias for.
668+
#
666669
attr_writer is_alias_for: String
667670

668671
# <!-- rdoc-file=lib/rdoc/constant.rb -->

0 commit comments

Comments
 (0)