@foo ||= bar ^^^^^^^^^^^^
if /foo #{bar}/ then end
^^^^^^^^^^^^
foo &&= bar ^^^^^^^^^^^
foo ||= bar ^^^^^^^^^^^
Permit block/lambda nodes to mark newlines within themselves.
Mark if/unless nodes as newlines.
Permit statements lists to mark newlines within themselves.