[ruby-cvs:72503] nobu:r65403 (trunk): rdoc/parser/c.rb: ignore dynamically added methods
nobu at ruby-lang.org
nobu at ruby-lang.org
Sun Oct 28 10:56:28 JST 2018
nobu 2018-10-28 10:56:28 +0900 (Sun, 28 Oct 2018)
New Revision: 65403
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65403
Log:
rdoc/parser/c.rb: ignore dynamically added methods
* lib/rdoc/parser/c.rb (RDoc::Parser::C#deduplicate_call_seq):
skip dynamically added methods at runtime, because the class
name is unknown and the defined methods are not accessible from
that class.
Modified files:
trunk/lib/rdoc/parser/c.rb
trunk/test/rdoc/test_rdoc_parser_c.rb
More information about the ruby-cvs
mailing list