class ActionView::Renderer

def initialize(lookup_context)

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

def initialize: (ActionView::LookupContext lookup_context) -> void

This signature was generated using 2 samples from 1 application.

def initialize(lookup_context)
  @lookup_context = lookup_context
end