This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.
bold_print(text)
Draw a string in bold
# File lib/rdoc/ri/formatter.rb, line 368 def bold_print(text) text.split(//).each do |ch| @output.print ch, BS, ch end end