# File lib/yard/logging.rb, line 128
    def print(msg = '')
      clear_line
      print_no_newline(msg)
    end