Class: Vangrail::Colang::Not

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/colang/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



49
50
51
# File 'lib/vangrail/colang/ast.rb', line 49

def expression
  @expression
end