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



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

def value
  @value
end