Class: Rubinius::AST::Until
- Defined in:
- lib/compiler/ast/control_flow.rb
Instance Attribute Summary
Attributes inherited from While
#body, #check_first, #condition
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from While
Methods inherited from Node
#ascii_graph, #attributes, #children, #initialize, match_arguments?, match_send?, #new_block_generator, #new_generator, #node_name, node_name, #pos, #set_child, #to_sexp, transform, #transform, transform_comment, transform_kind, transform_kind=, transform_name, #visit, #walk
Constructor Details
This class inherits a constructor from Rubinius::AST::While
Instance Method Details
#sexp_name ⇒ Object
171 172 173 |
# File 'lib/compiler/ast/control_flow.rb', line 171 def sexp_name :until end |