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

      Sass::Script::String.new(sprockets_context.asset_path(path.value), :string)
    end