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
Hi there; Thanks for the gem!
With the following test_case.rb file:
test_case.rb
let(:valid_data) do Base64.decode64 <<~EOF aGVsbG8gd29ybGQK EOF end
And running the command:
bundle exec stree format --print-width=100 ./test_case.rb
The resulting code appears to be less intuitive to read:
let(:valid_data) { Base64.decode64 <<~EOF } aGVsbG8gd29ybGQK EOF
Expected result:
Versions:
$ ruby --version ruby 3.4.1 (2024-12-25 revision 48d4efcb85) +PRISM [x86_64-darwin23] $ bundle exec stree version 6.2.0
Apologies if I've reported this issue to the wrong repo or I've misunderstood the output; thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there; Thanks for the gem!
With the following
test_case.rb
file:And running the command:
The resulting code appears to be less intuitive to read:
Expected result:
Versions:
Apologies if I've reported this issue to the wrong repo or I've misunderstood the output; thanks!
The text was updated successfully, but these errors were encountered: