class Hamster::SortedSet
def intersection(other)
-
(SortedSet)
-
Parameters:
-
other
(Enumerable
) -- The collection to intersect with
def intersection(other) self.class.alloc(@node.keep_only(other)) end
(SortedSet)
-
other
(Enumerable
)
-- The collection to intersect with
def intersection(other) self.class.alloc(@node.keep_only(other)) end