From: shugo@... Date: 2019-03-01T04:12:44+00:00 Subject: [ruby-core:91650] [Ruby trunk Misc#15630] Clarifications on Comparable documentation Issue #15630 has been reported by shugo (Shugo Maeda). ---------------------------------------- Misc #15630: Clarifications on Comparable documentation https://bugs.ruby-lang.org/issues/15630 * Author: shugo (Shugo Maeda) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- The documentation of `Comparable#>` says: ``` /* * call-seq: * obj > other -> true or false * * Compares two objects based on the receiver's <=> * 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? -- https://bugs.ruby-lang.org/ Unsubscribe: