summaryrefslogtreecommitdiffstats
path: root/lib/rdoc
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-19 12:04:21 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-19 12:04:21 +0000
commit7c5cc7c372877684c8afe7381b825d1bbbc0b3c9 (patch)
treef6e4e9418ea23fd47678a3b91cf58a900328c6d6 /lib/rdoc
parent44ee48fdd74d8582fd05cd6134aba787304d0be3 (diff)
downloadruby-7c5cc7c372877684c8afe7381b825d1bbbc0b3c9.tar.gz
ruby-7c5cc7c372877684c8afe7381b825d1bbbc0b3c9.tar.xz
ruby-7c5cc7c372877684c8afe7381b825d1bbbc0b3c9.zip
* lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constant
error by `./ruby test/rubygems/test_gem_server.rb'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/template.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rdoc/template.rb b/lib/rdoc/template.rb
index 368a5539d..aa35927c8 100644
--- a/lib/rdoc/template.rb
+++ b/lib/rdoc/template.rb
@@ -24,6 +24,8 @@ require 'erb'
#
# So you can see what is being used inside which loop.
+module RDoc
+end
class RDoc::TemplatePage
##