Closed JoshCheek closed 10 years ago
{}[:a] ||= { }
Winds up wrapping like this
<{}[:a]> ||= { }
But it should wrap like this
<{}[:a] ||= { }>
Or maybe like this, IDK.
{}[:a] ||= <{ }>
ALSO Check &&= and others
&&=
Winds up wrapping like this
But it should wrap like this
Or maybe like this, IDK.
ALSO Check
&&=
and others