head(level, text)
Shortcut for RDoc::Markup::Heading.new with level and text
# File lib/rdoc/test_case.rb, line 123 def head level, text @RM::Heading.new level, text end