6 7 8
# File 'lib/wood/nodes/while_loop.rb', line 6 def setup @body = body || CodeBlock[pos: pos] end