Class: Vangrail::Colang::Stop
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Stop
- Defined in:
- lib/vangrail/colang/ast.rb
Overview
stop
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason
43 44 45 |
# File 'lib/vangrail/colang/ast.rb', line 43 def reason @reason end |