class ActionView::PartialRenderer

def find_template(path, locals)

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

def find_template: (String path, (Array[] | Array[Symbol]) locals) -> ActionView::Template

This signature was generated using 4 samples from 1 application.

def find_template(path, locals)
  prefixes = path.include?(?/) ? [] : @lookup_context.prefixes
  @lookup_context.find_template(path, prefixes, true, locals, @details)
end