class Sprockets::Rails::HelperAssetResolvers::Environment

def precompiled?(path)

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

def precompiled?: (String path) -> true

This signature was generated using 6 samples from 3 applications.

def precompiled?(path)
  @precompiled_asset_checker.call path
end