diff --git a/array.c b/array.c index 5e2afaedb6..1e380885d9 100644 --- a/array.c +++ b/array.c @@ -4027,6 +4027,8 @@ ary_resize_smaller(VALUE ary, long len) * a.delete(2) {|element| "Element #{element} not found." } * # => "Element 2 not found." * + * Related: see {Methods for Deleting}[rdoc-ref:Array@Methods+for+Deleting]. + * */ VALUE