Method: Waveform::Log#out

Defined in:
lib/waveform.rb

#out(msg) ⇒ Object

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