class Sprockets::Rails::HelperAssetResolvers::Manifest

def asset_path(path, digest, allow_non_precompiled = false)

Experimental RBS support (using type sampling data from the type_fusion project).

def asset_path: (String path, true digest, ?nil allow_non_precompiled) -> nil

This signature was generated using 3 samples from 1 application.

def asset_path(path, digest, allow_non_precompiled = false)
  if digest
    digest_path path, allow_non_precompiled
  end
end