class Sprockets::Rails::HelperAssetResolvers::Manifest

def initialize(view)

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

def initialize: (#<Class:0x00000001179e2bc8> view) -> void

This signature was generated using 1 sample from 1 application.

:nodoc:
def initialize(view)
  @manifest = view.assets_manifest
  raise ArgumentError, 'config.assets.resolve_with includes :manifest, but app.assets_manifest is nil' unless @manifest
end