comment(text, top_level = @top_level)
Creates an RDoc::Comment with text which was defined on top_level. By default the comment has the ‘rdoc’ format.
# File lib/rdoc/test_case.rb, line 99 def comment text, top_level = @top_level RDoc::Comment.new text, top_level end