1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc
Peter Zhu dd362a786a [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
2022-07-18 22:36:57 +09:00
..
context
generator [ruby/rdoc] Expand the enclosing tree of the current file 2022-03-22 01:32:13 +09:00
i18n
markdown
markup [ruby/rdoc] Apply matching word pairs to underscore-methods 2022-04-14 16:37:14 +09:00
parser [ruby/rdoc] Support attributes defined by rb_struct_define 2022-06-28 20:17:30 +09:00
rd
ri [ruby/rdoc] Remove dead code 2022-06-28 21:24:59 +09:00
stats
.document
alias.rb
anon_class.rb
any_method.rb [ruby/rdoc] Fix call-seq for aliased method with similar names 2022-07-18 22:36:57 +09:00
attr.rb
class_module.rb
code_object.rb
code_objects.rb
comment.rb
constant.rb
context.rb
cross_reference.rb [ruby/rdoc] Allow cross references to methods including underscores 2022-04-14 12:51:30 +09:00
encoding.rb
erb_partial.rb
erbio.rb
extend.rb
generator.rb
ghost_method.rb
i18n.rb
include.rb
known_classes.rb [ruby/rdoc] Fix the known classes more 2022-07-11 13:43:14 +09:00
markdown.rb
markup.rb [ruby/rdoc] Fix dead link in RDoc::Markup 2022-05-12 02:54:14 +09:00
meta_method.rb
method_attr.rb
mixin.rb
normal_class.rb [ruby/rdoc] Refine pretty_print 2022-03-13 21:15:08 +09:00
normal_module.rb [ruby/rdoc] Refine pretty_print 2022-03-13 21:15:08 +09:00
options.rb
parser.rb
rd.rb
rdoc.gemspec [ruby/rdoc] Make all documents at the top level extra_rdoc_files [ci skip] 2022-06-04 16:53:12 +09:00
rdoc.rb
require.rb
ri.rb
rubygems_hook.rb
servlet.rb
single_class.rb [ruby/rdoc] Refine pretty_print 2022-03-13 21:15:08 +09:00
stats.rb
store.rb
task.rb [ruby/rdoc] Clean documents for backwards compatibility 2022-03-13 19:56:42 +09:00
text.rb
token_stream.rb
tom_doc.rb
top_level.rb
version.rb