Method: CommandKit::Colors::ANSI.reset

Defined in:
lib/command_kit/colors.rb

.resetRESET

Resets text formatting.

Returns:

See Also:



93
94
95
# File 'lib/command_kit/colors.rb', line 93

def reset
  RESET
end