You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be some oddities around trying to format a line that is doing a call on an instance variable directly within the short block syntax. For example:
There seems to be some oddities around trying to format a line that is doing a call on an instance variable directly within the short block syntax. For example:
Results in:
However, if you remove the
puts "done"
line, it doesn't error, but gets formatted to:Which isn't really correct at all.
The text was updated successfully, but these errors were encountered: