Node
# File lib/rkelly/nodes/for_in_node.rb, line 5 def initialize(left, right, block) super(block) @left = left @right = right end
[Validate]
Generated with the Darkfish Rdoc Generator 2.