module ViewComponent::Slotable
def raise_if_slot_conflicts_with_call(slot_name)
def raise_if_slot_conflicts_with_call(slot_name) if slot_name.start_with?("call_") raise InvalidSlotNameError, "Slot cannot start with 'call_'. Please rename #{slot_name}" end end