-
Notifications
You must be signed in to change notification settings - Fork 447
Closed
Description
It seems that RDoc does not yet support the endless method at this time.
Here is a small example:
lib/main.rb:
class AAA
def aaa = :aaa
end
class BBB; endthen $ rdoc produces following document:
- Class and Module Index
AAAAAA::BBB(if correct, it isBBB)
- class
AAA's public instance methods: the following screenshot
In other words, the end of the range of method aaa is misidentified as the end of class AAA.
This doesn't happen if the method isn't defined as the endless method.
Using following versions:
$ ruby -v
ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-darwin21]
$ rdoc -v
6.4.0
sharpjsnevans
Metadata
Metadata
Assignees
Labels
No labels
