class ViewComponent::Compiler
def initialize(component_class)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (Class component_class) -> void
This signature was generated using 1 sample from 1 application.
def initialize(component_class) @component_class = component_class @redefinition_lock = Mutex.new end