From b0af12141897aa86d8b6e7d3ec302213ceea946b Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 30 Dec 2003 03:32:39 +0000 Subject: Fix problem when class name is also a method name git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdad35ab7..3b02b3534 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Dec 30 12:30:30 2003 Dave Thomas + + * lib/rdoc/code_objects.rb (RDoc::Context::find_symbol): If a + class and a method have the same name, finding Xxx.abc was trying + to find 'abc' in method 'Xxx', not class 'Xxx'. + + Tue Dec 30 08:32:32 2003 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_method): -- cgit