# File lib/Borges/HTML/HtmlRenderer.rb, line 129 def image_anchor(img_url, alt='', &block) open_anchor(&block) image(img_url, alt) close end