You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nokogiri supports the CSS selector parent:has(descendant) but does not support parent:has(>child). jQuery supports both, so it would be great if nokogiri would also support parent:has(>child).