Method: Kernel#trace

Defined in:
lib/polyphony/core/debug.rb

#trace(*args) ⇒ Object

Prints a trace message to STDOUT, bypassing the Polyphony backend.



4
5
6
# File 'lib/polyphony/core/debug.rb', line 4

def trace(*args)
  $stdout.orig_write(format_trace(args))
end