Node
# File lib/rkelly/nodes/for_node.rb, line 5 def initialize(init, test, counter, body) super(body) @init = init @test = test @counter = counter end
[Validate]
Generated with the Darkfish Rdoc Generator 2.