summaryrefslogtreecommitdiff
path: root/lib
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
commit133a6011f7eb773050cf0fb435ad953fab10f6cf (patch)
treef6e4e9418ea23fd47678a3b91cf58a900328c6d6 /lib
parentbbeefa53caa359264c404dce14221b68807d66e1 (diff)
* lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constant
error by `./ruby test/rubygems/test_gem_server.rb'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-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 368a5539d6..aa35927c8b 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
##