We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
class << super
-> % rubyfmt -V rubyfmt-main 0.8.1
class A class << self # docstring for foo def foo end end end
The comment is no longer aligned with the method it is intended to describe.
The text was updated successfully, but these errors were encountered:
superficially this seems similar to #295, but i'm not sure if that's actually the case or not.
Sorry, something went wrong.
(Reopening this because I had to revert the fix for this in #441, I/anyone can try and re-land this eventually)
Successfully merging a pull request may close this issue.
Input file
Rubyfmt's output
This breaks because
The comment is no longer aligned with the method it is intended to describe.
The text was updated successfully, but these errors were encountered: