class Toys::Utils::HelpText::ListStringAssembler

def bold(str)

def bold(str)
  @lines.apply_styles(str, :bold)
end