method

start_accepting

v1_9_2_180 - Show latest stable - Class: RDoc::Markup::ToAnsi
start_accepting()
public

No documentation available.

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

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