1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

checked in debug version in error

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2004-04-02 01:20:59 +00:00
parent ef38efca9f
commit 695fe49de9

View file

@ -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 = {}