# File lib/rdoc/markup/to_ansi.rb, line 80
  def start_accepting
    super

    @res = ["\e[0m"]
  end