# File lib/sinatra/static_assets.rb, line 31 def link_to(desc, url, options = {}) tag("a", options.merge(:href => url_for(url))) do desc end end