# File lib/sass/rails/helpers.rb, line 20
    def asset_url(path, kind = nil)
      ActiveSupport::Deprecation.warn "asset_url with two arguments is deprecated. Use asset_url(#{path}) instead." if kind

      Sass::Script::String.new("url(" + sprockets_context.asset_path(path.value) + ")")
    end