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