class Hamster::SortedSet
def sort(&block)
-
(SortedSet)
-
def sort(&block) if block self.class.new(self.to_a, &block) else self.class.new(self.to_a.sort) end end
(SortedSet)
-
def sort(&block) if block self.class.new(self.to_a, &block) else self.class.new(self.to_a.sort) end end