summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuki Tsujimoto <[email protected]>2022-12-22 13:05:09 +0900
committerKazuki Tsujimoto <[email protected]>2022-12-22 13:05:09 +0900
commitb7bb14b96e7e1923d91787fa5a9ca2e4053431b1 ()
tree70f489b8657559ed0253329f12e5182cfd518e6c
parent4e6c44e297a7b504f6390446e2e499a7a97a5363 (diff)
Update documentation about Time#deconstruct_keys
-rw-r--r--time.c4
1 files changed, 3 insertions, 1 deletions
@@ -5012,7 +5012,9 @@ time_to_a(VALUE time)
* deconstruct_keys(array_of_names_or_nil) -> hash
*
* Returns a hash of the name/value pairs, to use in pattern matching.
- * Possible keys are the same as returned by #to_h.
*
* Possible usages:
*