summaryrefslogtreecommitdiff
path: root/struct.c
diff options
context:
space:
mode:
authorSampat Badhe <[email protected]>2023-03-08 08:56:26 +0530
committer<[email protected]>2023-03-08 12:26:26 +0900
commitae2dbdf11e48f01f1c9d29903fae536af6add2a5 ()
tree5c5ba12d5b8169880e62f0b9fff0059857dbfb1b /struct.c
parentec05ba7ca30436768f50afabddb4642e8060dace (diff)
[DOC] Fix broken link Data#deconstruct_keys
Notes: Merged: https://.com/ruby/ruby/pull/7463 Merged-By: nobu <[email protected]>
-rw-r--r--struct.c2
1 files changed, 1 insertions, 1 deletions
@@ -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
* to be used in pattern matching.
*
* ::define method accepts an optional block and evaluates it in