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[] locals) -> ActionView::Template
This signature was generated using 1 sample from 1 application.
def find_template(path, locals) prefixes = path.include?(?/) ? [] : @lookup_context.prefixes @lookup_context.find_template(path, prefixes, true, locals, @details) end