Like #771, I don't think this matters, exactly, because the string content is the same, but recording for posterity.
description = <<~EOS
This is a very long line that we are trying to extend for as long as possible to mirror the original example which I can't completely talk about.\
\
For other reasons, this would point at a useful URL
Extra rationale.
EOS
p(description)
rubyfmt --prism produces:
description = <<~EOS
This is a very long line that we are trying to extend for as long as possible to mirror the original example which I can't completely talk about.\
For other reasons, this would point at a useful URL
Extra rationale.
EOS
p(description)
Running the formatted code through Ruby indicates that they both produce the same thing, though, so 🤷♂️ .
Like #771, I don't think this matters, exactly, because the string content is the same, but recording for posterity.
rubyfmt --prismproduces:Running the formatted code through Ruby indicates that they both produce the same thing, though, so 🤷♂️ .