In Ruby there is the <=>
operator. In the API they do not name its name, just:
The class must define the <=> operator...
Comparable uses <=> to implement the conventional comparison...
...the objects in the collection must also implement a meaningful <=> operator...
What is its name?