This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
build_heading(level)
Builds a Heading of level
# File lib/rdoc/markup/parser.rb, line 94 def build_heading level type, text, = get text = case type when :TEXT then skip :NEWLINE text else unget '' end RDoc::Markup::Heading.new level, text end