Ruby | Set superset? function
The superset? is an inbuilt method in Ruby that returns true if a set if a superset of another set. If it is not a superset, then it returns false. Syntax: s1.superset?(s2.name) Parameters: The function takes a mandatory parameter s2 which is checked for superset of s1. Return Value: It returns true