diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-07 01:36:33 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-07 01:36:33 +0000 |
commit | c3dac6d0747cc7c31d7c2b01a6bca6cd56ea3407 (patch) | |
tree | 8a9655143d6d7047ad06fcc42a6a48a0f6b2e752 /lib/rdoc/rdoc.rb | |
parent | 962b330757e558673cd26fc7f2f389268ba233ab (diff) | |
download | ruby-c3dac6d0747cc7c31d7c2b01a6bca6cd56ea3407.tar.gz ruby-c3dac6d0747cc7c31d7c2b01a6bca6cd56ea3407.tar.xz ruby-c3dac6d0747cc7c31d7c2b01a6bca6cd56ea3407.zip |
Collapse namespaces and refactor requires in RDoc
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/rdoc.rb')
-rw-r--r-- | lib/rdoc/rdoc.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rdoc/rdoc.rb b/lib/rdoc/rdoc.rb index f93d9c960..ca8c5d02a 100644 --- a/lib/rdoc/rdoc.rb +++ b/lib/rdoc/rdoc.rb @@ -18,8 +18,7 @@ require 'find' require 'fileutils' require 'time' -# We put rdoc stuff in the RDoc module to avoid namespace -# clutter. +# We put rdoc stuff in the RDoc module to avoid namespace clutter. # # ToDo: This isn't universally true. # |