draw_line(label=nil)
Display labels only, no lines
# File lib/rdoc/ri/formatter.rb, line 588 def draw_line(label=nil) unless label.nil? then bold_print(label) @output.puts end end