class Hiptest::Nodes::While
Public Class Methods
new(condition, body)
click to toggle source
Calls superclass method
# File lib/hiptest-publisher/nodes.rb, line 253 def initialize(condition, body) super() @children = {condition: condition, body: body} end