Flowdock
method

new

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: ToAnsi
new() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.