mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[DOC] Fix broken link Data#deconstruct_keys
This commit is contained in:
parent
ec05ba7ca3
commit
ae2dbdf11e
Notes:
git
2023-03-08 03:26:48 +00:00
Merged: https://github.com/ruby/ruby/pull/7463 Merged-By: nobu <nobu@ruby-lang.org>
1 changed files with 1 additions and 1 deletions
2
struct.c
2
struct.c
|
@ -1605,7 +1605,7 @@ rb_struct_dig(int argc, VALUE *argv, VALUE self)
|
|||
* distance.unit #=> "km"
|
||||
*
|
||||
* Constructed object also has a reasonable definitions of #==
|
||||
* operator, #to_h hash conversion, and #deconstruct/#deconstruct_keys
|
||||
* operator, #to_h hash conversion, and #deconstruct / #deconstruct_keys
|
||||
* to be used in pattern matching.
|
||||
*
|
||||
* ::define method accepts an optional block and evaluates it in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue