Method: Ikra::AST::WhilePostNode#clone
- Defined in:
- lib/ast/nodes.rb
#clone ⇒ Object
494 495 496 497 498 |
# File 'lib/ast/nodes.rb', line 494 def clone return WhilePostNode.new( condition: @condition.clone, body_stmts: @body_stmts.clone) end |