mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
bbeefa53ca
commit
133a6011f7
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Jan 19 21:00:34 2008 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* 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@fsij.org>
|
||||
|
||||
* encoding.c (enc_new): don't free rb_encoding to avoid SEGV by
|
||||
|
|
|
@ -24,6 +24,8 @@ require 'erb'
|
|||
#
|
||||
# So you can see what is being used inside which loop.
|
||||
|
||||
module RDoc
|
||||
end
|
||||
class RDoc::TemplatePage
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue