class Hamster::Hash
def sort
-
(Vector)
-
Other tags:
- See: ::Enumerable#sort -
Other tags:
- Yieldreturn: - Negative if the first pair should be sorted
Other tags:
- Yield: - Any number of times with different pairs of key/value associations.
Overloads:
-
sort { |(k1, v1), (k2, v2)| ... }
-
sort
def sort Vector.new(super) end