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
echo "class A end; class B end;class C end # comment" | rufo gives:
echo "class A end; class B end;class C end # comment" | rufo
class A end; class B end; class C end # comment
The text was updated successfully, but these errors were encountered:
Don't print trailing semicolons to expanded inline classes
9e466bc
Fix for issue #59
The above code is a syntax error in v2.2.8. However the following echo "class A; end; class B; end;class C; end # comment" | rufo gives:
echo "class A; end; class B; end;class C; end # comment" | rufo
class A; end; class B; end; class C; end # comment
Sorry, something went wrong.
Fixed with #60
Merge pull request #60 from ruby-formatter/inline_class
972669d
No branches or pull requests
echo "class A end; class B end;class C end # comment" | rufo
gives:
The text was updated successfully, but these errors were encountered: