Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for endless method definitions #885

Open
gemmaro opened this issue May 23, 2022 · 0 comments
Open

Support for endless method definitions #885

gemmaro opened this issue May 23, 2022 · 0 comments

Comments

@gemmaro
Copy link
Contributor

gemmaro commented May 23, 2022

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; end

then $ rdoc produces following document:

  • Class and Module Index
    • AAA
    • AAA::BBB (if correct, it is BBB)
  • class AAA's public instance methods: the following screenshot

Screen Shot 2022-05-23 at 12 28 00

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant