# File lib/Borges/HTML/HtmlBuilder.rb, line 164 def image(src, alt = "") @attributes[:src] = src @attributes[:alt] = alt tag :img end