From dbc1ceca3264246ab2e7b47e06e5e62f0409051e Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Wed, 26 Mar 2025 15:45:38 -0500 Subject: [DOC] Tweaks for Hash#values --- hash.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hash.c b/hash.c index 3dbfe428ab..0ebbbada3b 100644 --- a/hash.c +++ b/hash.c @@ -3818,9 +3818,12 @@ values_i(VALUE key, VALUE value, VALUE ary) * call-seq: * values -> new_array * - * Returns a new Array containing all values in +self+: + * Returns a new array containing all values in +self+: + * * h = {foo: 0, bar: 1, baz: 2} * h.values # => [0, 1, 2] + * + * Related: see {Methods for Fetching}[rdoc-ref:Hash@Methods+for+Fetching]. */ VALUE -- cgit v1.2.3