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