# File lib/sinatra/static_assets.rb, line 16 def image_tag(source, options = {}) options[:src] = url_for(source) tag("img", options) end