module Guard::UI

def reset_color(text)

Parameters:
  • text (String) -- the text

Deprecated:
def reset_color(text)
  deprecation('UI.reset_color(text) is deprecated, please use color(text, ' ') instead.')
  color(text, '')
end