Class Array
In: kirbybase_adapter.rb
Parent: Object

Stdlib extensions

Methods

Public Instance methods

Will now accept a symbol or a block. Block behaves as before, symbol will be used as the property on which value to sort elements

Modifies the receiver - sorts in place by the given attribute / block

A stable sort - preserves the order in which elements were encountred. Used in multi-field sorts, where the second sort should preserve the order form the first sort.

Stable sort by a particular attribute.

[Validate]