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