module HighLine::StringExtensions

def uncolor

def uncolor
  self.class.new(HighLine.uncolor(self))
end