aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/parse_line_to_ary.txt
blob: 39afa6816b69c81f879c90e7bb5d719fe807753e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ProgramNode(0...10)(
  [:a, :b],
  StatementsNode(0...10)(
    [MultiWriteNode(0...8)(
       MultiTargetNode(0...4)(
         [LocalVariableTargetNode(0...1)(:a, 0),
          LocalVariableTargetNode(3...4)(:b, 0)],
         nil,
         nil
       ),
       (5...6),
       CallNode(7...8)(nil, nil, (7...8), nil, nil, nil, nil, 2, "c")
     ),
     CallNode(9...10)(nil, nil, (9...10), nil, nil, nil, nil, 2, "d")]
  )
)