class YARD::Logger
def puts(msg = '')
- Since: - 0.8.2
Returns:
-
(void)
-
Parameters:
-
msg
(String
) -- the message to display
def puts(msg = '') print("#{msg}\n") end
(void)
-
msg
(String
)
-- the message to display
def puts(msg = '') print("#{msg}\n") end