Class: Vangrail::Colang::Not
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Not
- Defined in:
- lib/vangrail/colang/ast.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
49 50 51 |
# File 'lib/vangrail/colang/ast.rb', line 49 def expression @expression end |