method

bold_print

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

No documentation available.

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