begin; foo; ensure; bar; end ^^^^^^^^^^^^
for foo in bar do end ^^^^^^^^^^^^^^^^^^^^^
a or b ^^^^^^
begin; rescue; end ^^^^^^^
A list of statements.
Wonky heredoc tab/spaces rules. github.com/ruby/prism/blob/v1.3.0/src/prism.c#L10548-L10558
Wonky heredoc tab/spaces rules. github.com/ruby/prism/blob/v1.3.0/src/prism.c#L16528-L16545
break ^^^^^ break foo ^^^^^^^^^
begin; foo; ensure; bar; end ^^^^^^^^^^^^
for foo in bar do end ^^^^^^^^^^^^^^^^^^^^^
a or b ^^^^^^
begin; rescue; end ^^^^^^^
return ^^^^^^ return 1 ^^^^^^^^
A list of statements.