Exception: Taoism::Runtime::Return
- Inherits:
-
StandardError
- Object
- StandardError
- Taoism::Runtime::Return
- Defined in:
- lib/taoism/runtime.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ Return
constructor
A new instance of Return.
Constructor Details
#initialize(value) ⇒ Return
Returns a new instance of Return.
6 7 8 9 |
# File 'lib/taoism/runtime.rb', line 6 def initialize(value) @value = value super end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
4 5 6 |
# File 'lib/taoism/runtime.rb', line 4 def value @value end |