# File lib/markaby/builder.rb, line 169
169:     def img(opts = {})
170:       tag!(:img, @@default_image_tag_options.merge(opts))
171:     end