diff options
author | NARUSE, Yui <[email protected]> | 2025-04-16 16:54:33 +0900 |
---|---|---|
committer | NARUSE, Yui <[email protected]> | 2025-04-16 16:55:38 +0900 |
commit | bbf873521a01c1c44297b9dd52cf4e309ae5b496 () | |
tree | 3af3d50c4c91bf6a4b7c746e7b628fbae811656c /enum.c | |
parent | 8d21f666b8098545a366c46f1990edf2a9f4ffcb (diff) |
Add description about edge cases of Enumerable#size
[Bug #21152]
-rw-r--r-- | enum.c | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5107,6 +5107,19 @@ enum_compact(VALUE obj) * For some methods, though, the usage would not make sense, * and so it is not shown. Example: #tally would find exactly one of each Hash entry. * */ void |