module Guard::UI
def reset_color(text)
-
text
(String
) -- the text
Deprecated:
def reset_color(text) deprecation('UI.reset_color(text) is deprecated, please use color(text, ' ') instead.') color(text, '') end
text
(String
)
-- the text
def reset_color(text) deprecation('UI.reset_color(text) is deprecated, please use color(text, ' ') instead.') color(text, '') end