class HighLine
def uncolor(string)
-
(String)
- without the ANSI escape sequence (colors)
Parameters:
-
string
(String
) -- to be decolorized
def uncolor(string) Style.uncolor(string) end
(String)
- without the ANSI escape sequence (colors)
string
(String
)
-- to be decolorized
def uncolor(string) Style.uncolor(string) end