Class: Vangrail::Colang::Literal

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

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



51
52
53
# File 'lib/vangrail/colang/ast.rb', line 51

def value
  @value
end