method

new

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

No documentation available.

# File lib/rdoc/markup/to_ansi.rb, line 8
  def initialize
    super

    @headings.clear
    @headings[1] = ["\e[1;32m", "\e[m"]
    @headings[2] = ["\e[4;32m", "\e[m"]
    @headings[3] = ["\e[32m",   "\e[m"]
  end