# File lib/paint/util.rb, line 5
def
unpaint
(
string
)
string
.
gsub
(
/\e\[(?:[0-9];?)+m/
,
''
)
end