You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3.4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -566,7 +566,7 @@ A method that behaves like a mix between <a class="ruby-doc" href="https://docs.
566
566
ary.fetch_values(1, 9, 5) { "default for #{it}" }
567
567
#=> ["b", "default for 5", "default for 9"]
568
568
```
569
-
***Notes:** Unlike [Array#values_at](), the method only allows integer indexes (not ranges). The discussion of whether it should be adjusted is [ongoing]():
569
+
***Notes:** Unlike <aclass="ruby-doc"href="https://docs.ruby-lang.org/en/3.4/Array.html#method-i-values_at"><code>Array#values_at</code></a>, the method only allows integer indexes (not ranges). The discussion of whether it should be adjusted is [ongoing](https://bugs.ruby-lang.org/issues/20953):
Copy file name to clipboardExpand all lines: _src/3.4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -566,7 +566,7 @@ A method that behaves like a mix between [Array#values_at](https://docs.ruby-lan
566
566
ary.fetch_values(1, 9, 5) { "default for #{it}" }
567
567
#=> ["b", "default for 5", "default for 9"]
568
568
```
569
-
***Notes:** Unlike [Array#values_at](), the method only allows integer indexes (not ranges). The discussion of whether it should be adjusted is [ongoing]():
569
+
***Notes:** Unlike [Array#values_at](https://docs.ruby-lang.org/en/3.4/Array.html#method-i-values_at), the method only allows integer indexes (not ranges). The discussion of whether it should be adjusted is [ongoing](https://bugs.ruby-lang.org/issues/20953):
0 commit comments