class Sprockets::CachedEnvironment

def processor_cache_key(str)

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

def processor_cache_key: ((Sprockets::DirectiveProcessor | Sprockets::Preprocessors::DefaultSourceMap | Class) processor, (Class | Sprockets::Preprocessors::DefaultSourceMap | Sprockets::DirectiveProcessor) str) -> nil

This signature was generated using 17 samples from 4 applications.

Internal: Cache Environment#processor_cache_key
def processor_cache_key(str)
  @processor_cache_keys.fetch_or_store(str) { super(str) }
end