Actions
Bug #3967
closedrdoc generates bad HTML output for '...' in parameter list, call-seq: with multiple values
Bug #3967:
rdoc generates bad HTML output for '...' in parameter list, call-seq: with multiple values
Description
=begin
Run rdoc on hash.c from the Ruby 1.9.2 source distribution, and look at the output for #values_at to see the problem with using '...' to show an arbitrary number of arguments.
It also mangles the Hash.new documentation, because the call-seq: directive is followed by multiple syntax variants.
=end
Actions