Prints the given message to the log
248 249 250
# File 'lib/waveform.rb', line 248 def out(msg) io.print(msg) if io end