Module: Duby::AST::Valued
- Includes:
- Typed
- Included in:
- FieldAssignment, LocalAssignment, Raise, Return
- Defined in:
- lib/duby/ast.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Attributes included from Typed
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
193 194 195 |
# File 'lib/duby/ast.rb', line 193 def value @value end |