Class: Melbourne::AST::For

Inherits:
Iter show all
Defined in:
lib/melbourne/ast/sends.rb

Overview

A for statement as in:

for o in ary do
  puts(o)
end

Instance Attribute Summary

Attributes inherited from Iter

#arguments, #body, #parent

Attributes inherited from Node

#line

Method Summary

Methods inherited from Iter

#initialize

Methods inherited from Node

#ascii_graph, #initialize

Constructor Details

This class inherits a constructor from Melbourne::AST::Iter