class Hamster::SortedSet
def intersect?(other)
-
(Boolean)
-
Parameters:
-
other
(Enumerable
) --
def intersect?(other) !disjoint?(other) end
(Boolean)
-
other
(Enumerable
)
--
def intersect?(other) !disjoint?(other) end