[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>
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…
x
Reference in New Issue
Block a user