class YARD::Logger
def print(msg = '')
- Since: - 0.8.2
Returns:
-
(void)
-
Parameters:
-
msg
(String
) -- the message to display
def print(msg = '') clear_line io.write(msg) end
(void)
-
msg
(String
)
-- the message to display
def print(msg = '') clear_line io.write(msg) end