Actions
Bug #3160
closedrdoc registers wrong methods to Object class
Description
=begin
Hi, Eric Hodel
There seems to be a regression of rdoc. Many methods belongs to
Object methods mistakenly.
For example, OptionParser#accept is somehow registered to Object:
$ ../ruby-trunk-local/bin/ri -fbs -T Object#accept
= Object#accept
(from ruby core)¶
accept(*args, &blk)
Directs to accept specified class t. The argument string is passed to the
block in which it should be converted to the desired class.
t:
Argument class specifier, any object including Class.
pat:
Pattern for argument, defaults to t if it responds to match.
accept(t, pat, &block)
--
Yusuke ENDOH mame@tsg.ne.jp
=end
Actions
Like0
Like0Like0