class ActionView::PartialRenderer
def initialize(lookup_context, options)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (ActionView::LookupContext lookup_context, Hash options) -> void
This signature was generated using 11 samples from 1 application.
def initialize(lookup_context, options) super(lookup_context) @options = options @locals = @options[:locals] || {} @details = extract_details(@options) end