aboutsummaryrefslogtreecommitdiffstats
path: root/gem_prelude.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-23 06:31:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-23 06:31:24 +0000
commita909ff22c8086e695ac010aa9f36723ce6674097 (patch)
tree260f7432ada6a0975119d02da4683103033714b3 /gem_prelude.rb
parent80db78f51c82cb1290e11810c8c0c03afcdf6996 (diff)
downloadruby-a909ff22c8086e695ac010aa9f36723ce6674097.tar.gz
* gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):
suppress a warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gem_prelude.rb')
-rw-r--r--gem_prelude.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gem_prelude.rb b/gem_prelude.rb
index 99dd6e5eb2..71f30bd9ce 100644
--- a/gem_prelude.rb
+++ b/gem_prelude.rb
@@ -142,7 +142,7 @@ if defined?(Gem) then
@loaded_full_rubygems_library = true
class << Gem
- undef_method *Gem::GEM_PRELUDE_METHODS
+ undef_method(*Gem::GEM_PRELUDE_METHODS)
undef_method :const_missing
undef_method :method_missing
end