class ViewComponent::Slot

def respond_to_missing?(symbol, include_all = false)

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