Actions
Misc #15630
closedClarification on Comparable documentation
Misc #15630:
Clarification on Comparable documentation
Status:
Closed
Assignee:
-
Description
The documentation of Comparable#> says:
/*
* call-seq:
* obj > other -> true or false
*
* Compares two objects based on the receiver's <code><=></code>
* method, returning true if it returns 1.
*/
However, Comparable#> returns if and only if <=> returns any value greater than 0.
It's better to fix the documentation, isn't it?
Actions