class ViewComponent::Slot

def respond_to_missing?(symbol, include_all = false)

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

def respond_to_missing?: (Symbol symbol, ?false include_all) -> false

This signature was generated using 1 sample from 1 application.

def respond_to_missing?(symbol, include_all = false)
  __vc_component_instance? && @__vc_component_instance.respond_to?(symbol, include_all)
end