This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
draw_line(label=nil)
Display labels only, no lines
# File lib/rdoc/ri/ri_formatter.rb, line 622 def draw_line(label=nil) unless label.nil? then bold_print(label) puts end end