Top Level Namespace

Defined Under Namespace

Modules: Compiler, Duby Classes: CompileError, DubyImpl, Object, String

Instance Method Summary collapse

Instance Method Details

#log(str) ⇒ Object

I don’t like these at top-level, but reopened Java classes have trouble with const lookup



9
10
11
# File 'lib/duby/old/compiler_old.rb', line 9

def log(str)
  puts str if $VERBOSE
end