From: "jeremyevans0 (Jeremy Evans)" Date: 2022-03-24T16:10:46+00:00 Subject: [ruby-core:108052] [Ruby master Bug#18656] Documentation of Comparable Module: clamp method not mentioned in introduction Issue #18656 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Open to Rejected It's mentioned in the "What's Here" section: https://ruby-doc.org/core-3.1.1/Comparable.html#module-Comparable-label-What-27s+Here . The formatting looks off (which I'll fix). ---------------------------------------- Bug #18656: Documentation of Comparable Module: clamp method not mentioned in introduction https://bugs.ruby-lang.org/issues/18656#change-97014 * Author: steenslag (siep korteling) * Status: Rejected * Priority: Normal * ruby -v: ruby 3.1.0p0 * Backport: 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN, 3.1: UNKNOWN ---------------------------------------- From the comparable docs ( https://ruby-doc.org/core-3.1.1/Comparable.html ): "Comparable uses <=> to implement the conventional comparison operators (<, <=, ==, >=, and >) and the method between?". clamp is not mentioned. -- https://bugs.ruby-lang.org/ Unsubscribe: