Class: Mirah::JVM::Compiler::JavaSource::ImplicitReturn

Inherits:
Struct
  • Object
show all
Defined in:
lib/mirah/jvm/compiler/java_source.rb

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



46
47
48
# File 'lib/mirah/jvm/compiler/java_source.rb', line 46

def value
  @value
end