Class: Duby::Compiler::JavaSource::ImplicitReturn
- Inherits:
-
Struct
- Object
- Struct
- Duby::Compiler::JavaSource::ImplicitReturn
- Defined in:
- lib/duby/jvm/source_compiler.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
30 31 32 |
# File 'lib/duby/jvm/source_compiler.rb', line 30 def value @value end |