Class: Vangrail::Colang::Assign
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Assign
- Defined in:
- lib/vangrail/colang/ast.rb
Overview
$var =
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
60 61 62 |
# File 'lib/vangrail/colang/ast.rb', line 60 def expression @expression end |
#variable ⇒ Object
Returns the value of attribute variable
60 61 62 |
# File 'lib/vangrail/colang/ast.rb', line 60 def variable @variable end |