method

bold_print

v1_8_7_330 - Show latest stable - Class: RI::HtmlFormatter
bold_print(txt)
public

No documentation available.

# File lib/rdoc/ri/ri_formatter.rb, line 494
    def bold_print(txt)
      tag("b") { txt }
    end