class Crystal::Macros::MultiAssign
Overview
Multiple assign expression.
Defined in:
compiler/crystal/macros.crInstance Method Summary
- 
        #targets : ArrayLiteral(ASTNode)
        
          Returns the targets assigned to. 
- 
        #values : ArrayLiteral(ASTNode)
        
          Returns the values that are being assigned.