# File lib/autumn/formatting.rb, line 128
      def uncolor(options={})
        options[:suppress_space] ? UNCOLOR_NO_SPACE : UNCOLOR
      end