ruby-changes:3639
From: ko1@a...
Date: Sat, 19 Jan 2008 21:12:47 +0900 (JST)
Subject: [ruby-changes:3639] akr - Ruby:r15128 (trunk): * lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constant
akr 2008-01-19 21:04:21 +0900 (Sat, 19 Jan 2008)
New Revision: 15128
Modified files:
trunk/ChangeLog
trunk/lib/rdoc/template.rb
Log:
* lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constant
error by `./ruby test/rubygems/test_gem_server.rb'.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15128&r2=15127&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/rdoc/template.rb?r1=15128&r2=15127&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 15127)
+++ ChangeLog (revision 15128)
@@ -1,3 +1,8 @@
+Sat Jan 19 21:00:34 2008 Tanaka Akira <akr@f...>
+
+ * lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constant
+ error by `./ruby test/rubygems/test_gem_server.rb'.
+
Sat Jan 19 20:41:29 2008 Tanaka Akira <akr@f...>
* encoding.c (enc_new): don't free rb_encoding to avoid SEGV by
Index: lib/rdoc/template.rb
===================================================================
--- lib/rdoc/template.rb (revision 15127)
+++ lib/rdoc/template.rb (revision 15128)
@@ -24,6 +24,8 @@
#
# So you can see what is being used inside which loop.
+module RDoc
+end
class RDoc::TemplatePage
##
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/