Class: Wood::Nodes::WhileLoop

Inherits:
Node
  • Object
show all
Defined in:
lib/wood/nodes/while_loop.rb

Instance Method Summary collapse

Instance Method Details

#setupObject



6
7
8
# File 'lib/wood/nodes/while_loop.rb', line 6

def setup
  @body = body || CodeBlock[pos: pos]
end