class YARD::Logger

def print(msg = '')

Other tags:
    Since: - 0.8.2

Returns:
  • (void) -

Parameters:
  • msg (String) -- the message to display
def print(msg = '')
  clear_line
  io.write(msg)
end