aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/defs_comments.txt
blob: 6387b61ad74cec8bb2872a97a9522507955f0bd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@ ProgramNode (location: (19...36))
├── locals: []
└── statements:
    @ StatementsNode (location: (19...36))
    └── body: (length: 1)
        └── @ DefNode (location: (19...36))
            ├── name: :blah
            ├── name_loc: (28...32) = "blah"
            ├── receiver:
            │   @ SelfNode (location: (23...27))
            ├── parameters: ∅
            ├── body: ∅
            ├── locals: []
            ├── def_keyword_loc: (19...22) = "def"
            ├── operator_loc: (27...28) = "."
            ├── lparen_loc: ∅
            ├── rparen_loc: ∅
            ├── equal_loc: ∅
            └── end_keyword_loc: (33...36) = "end"