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