method

accept_heading

v1_9_2_180 - Show latest stable - Class: RDoc::Markup::ToTest
accept_heading(heading)
public

No documentation available.

# File lib/rdoc/markup/to_test.rb, line 55
  def accept_heading(heading)
    @res << "#{'=' * heading.level} #{heading.text}"
  end