aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/parse_line_heredoc.txt
blob: 8e41b1648bc6f3fc26b820b35d7ca469c230da6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
ProgramNode(6...88)(
  [:string],
  StatementsNode(6...88)(
    [LocalVariableWriteNode(6...31)(
       :string,
       0,
       CallNode(15...31)(
         InterpolatedStringNode(15...25)(
           (15...25),
           [StringNode(32...57)(
              nil,
              (32...57),
              nil,
              "        very long string\n"
            )],
           (57...71)
         ),
         (25...26),
         (26...31),
         nil,
         nil,
         nil,
         nil,
         0,
         "strip"
       ),
       (6...12),
       (13...14)
     ),
     CallNode(77...88)(
       nil,
       nil,
       (77...81),
       nil,
       ArgumentsNode(82...88)([LocalVariableReadNode(82...88)(:string, 0)]),
       nil,
       nil,
       0,
       "puts"
     )]
  )
)