Class: Vangrail::Colang::Stop

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

Overview

stop

Instance Attribute Summary collapse

Instance Attribute Details

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



43
44
45
# File 'lib/vangrail/colang/ast.rb', line 43

def reason
  @reason
end