class HighLine

def uncolor(string)

Returns:
  • (String) - without the ANSI escape sequence (colors)

Parameters:
  • string (String) -- to be decolorized
def uncolor(string)
  Style.uncolor(string)
end