Class: Duby::Compiler::JavaSource::ImplicitReturn

Inherits:
Struct
  • Object
show all
Defined in:
lib/duby/jvm/source_compiler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



31
32
33
# File 'lib/duby/jvm/source_compiler.rb', line 31

def value
  @value
end