1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2010-04-23 06:31:24 +00:00
parent 80db78f51c
commit a909ff22c8

View file

@ -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