1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix ghost method line no

This commit is contained in:
aycabta 2019-11-27 11:58:38 +09:00
parent f9debf3437
commit 2d0a1a1869
3 changed files with 20 additions and 7 deletions

View file

@ -23,6 +23,11 @@ class RDoc::Comment
attr_accessor :location
##
# Line where this Comment was written
attr_accessor :line
##
# For duck-typing when merging classes at load time