Method: Inch::StringExt#uncolor

Defined in:
lib/inch/core_ext/string.rb

#uncolorObject



13
14
15
# File 'lib/inch/core_ext/string.rb', line 13

def uncolor
  Term::ANSIColor.uncolor(self)
end