class YARD::Logger

def puts(msg = '')

Other tags:
    Since: - 0.8.2

Returns:
  • (void) -

Parameters:
  • msg (String) -- the message to display
def puts(msg = '')
  print("#{msg}\n")
end