# File lib/Borges/HTML/HtmlBuilder.rb, line 12 def bold(obj = nil, &block) return tag_do('b', obj) unless obj.nil? return tag_do('b', block) end