Module: Duby::Compiler::JVM::JVMLogger
- Included in:
- JavaSource::ClassBuilder
- Defined in:
- lib/duby/jvm/compiler.rb
Instance Method Summary collapse
Instance Method Details
#log(message) ⇒ Object
41 |
# File 'lib/duby/jvm/compiler.rb', line 41 def log(); JVM.log(); end |