Flowdock
method

accept_heading

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: ToRdoc
accept_heading(heading) 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_rdoc.rb, line 49
  def accept_heading heading
    use_prefix or @res << ' ' * @indent
    @res << @headings[heading.level][0]
    @res << attributes(heading.text)
    @res << @headings[heading.level][1]
    @res << "\n"
  end
Register or log in to add new notes.