Skip to content

Commit 36de88c

Browse files
committed
Update notes for BEGIN keyword
1 parent ddae801 commit 36de88c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

spec/truffle/parsing/fixtures/BEGIN.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
subject: "BEGIN block"
22
description: "BEGIN { ... }"
33
notes: >
4-
Puts content of the BEGIN block at the beginning of the
4+
Put content of the BEGIN block at the beginning of the program.
5+
So actual sequence of expressions is:
6+
7+
```ruby
8+
a
9+
b
10+
```
511
focused_on_node: "org.truffleruby.language.RubyTopLevelRootNode"
612
ruby: |
713
b

0 commit comments

Comments
 (0)