mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix links to Dig Methods document (#3421)
* Fix links to Dig Methods document * Fix links to Dig Methods document
This commit is contained in:
parent
fee1b98fde
commit
c84ccf1a07
Notes:
git
2020-08-15 08:55:41 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
4 changed files with 4 additions and 4 deletions
2
struct.c
2
struct.c
|
@ -1333,7 +1333,7 @@ rb_struct_size(VALUE s)
|
|||
* Finds and returns the object in nested objects
|
||||
* that is specified by +key+ and +identifiers+.
|
||||
* The nested objects may be instances of various classes.
|
||||
* See {Dig Methods}[doc/dig_methods_rdoc.html].
|
||||
* See {Dig Methods}[rdoc-ref:doc/dig_methods.rdoc].
|
||||
*
|
||||
* Examples:
|
||||
* Foo = Struct.new(:a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue