From 695fe49de9a52cb76e97fbff94ffe55c062a76ee Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 2 Apr 2004 01:20:59 +0000 Subject: checked in debug version in error git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/code_objects.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/rdoc/code_objects.rb') diff --git a/lib/rdoc/code_objects.rb b/lib/rdoc/code_objects.rb index 9ba351961b..c48f5957b2 100644 --- a/lib/rdoc/code_objects.rb +++ b/lib/rdoc/code_objects.rb @@ -404,15 +404,6 @@ module RDoc @@all_classes = {} @@all_modules = {} - def comment=(t) - if @c - fail t - else - @c = true - end - super - end - def TopLevel::reset @@all_classes = {} @@all_modules = {} -- cgit v1.2.3