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



77
78
79
# File 'lib/vangrail/colang/ast.rb', line 77

def value
  @value
end