[DOC] Fix broken link Data#deconstruct_keys

This commit is contained in:
Sampat Badhe 2023-03-08 08:56:26 +05:30 committed by GitHub
parent ec05ba7ca3
commit ae2dbdf11e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>

View File

@ -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