summaryrefslogtreecommitdiff
path: root/bin/rdoc
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-02 02:39:36 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-02 02:39:36 +0000
commita781b40242a475ada741cc0765f2ec2d2524e3d9 (patch)
treeedb66ef8a42194244e6c2c80fdbf90cedc58b896 /bin/rdoc
parentc2dbf58575ecc96663bd7b9e0745d7662b680d13 (diff)
Revert r32803.
Do you know "code freeze"? Anyway this breaks make rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bin/rdoc')
-rwxr-xr-xbin/rdoc7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/rdoc b/bin/rdoc
index 64601a819e..8fafd01b0f 100755
--- a/bin/rdoc
+++ b/bin/rdoc
@@ -8,13 +8,6 @@
#
# $Revision$
-begin
- gem 'rdoc'
-rescue NameError => e # --disable-gems
- raise unless e.name == :gem
-rescue Gem::LoadError
-end
-
require 'rdoc/rdoc'
begin