diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2022-07-15 17:39:21 -0400 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2022-07-18 22:36:57 +0900 |
| commit | dd362a786af7f5131844652fa85a07539b4da9b8 (patch) | |
| tree | 4308d2b66136c45bf6d98346f6cd10972d6bb858 /array.c | |
| parent | a74634de106df63fb39a7077561657bb61a0bc97 (diff) | |
[ruby/rdoc] Fix call-seq for aliased method with similar names
deduplicate_call_seq has a bug that skips call-seq for methods where the
alias is a prefix of the method name. For example, if the alias name is
"each" and the current method name is "each_line", then
deduplicate_call_seq will skip all call-seq for "each_line" since it
will believe that it is for the alias.
https://github.com/ruby/rdoc/commit/1148988ccc
Diffstat (limited to 'array.c')
0 files changed, 0 insertions, 0 deletions
