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:
parent
80db78f51c
commit
a909ff22c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue