-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Refer to MONGOID-5660 for context.
Object#_sortable_ is a kernel monkey patch which is only used in Contextual::Memory.
This PR moves it to a private method in Contextual::Memory with a minor amount of refactoring. Existing tests already cover all the functionality.
PR raised: https://github.com/mongodb/mongoid/pull/5708