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