mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Update util.rb
Remove unused module variable. https://github.com/rubygems/rubygems/commit/98135bb3d8
This commit is contained in:
parent
0e195c82c1
commit
b24f7dbcfd
Notes:
git
2020-05-08 14:14:10 +09:00
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
|||
# This module contains various utility methods as module methods.
|
||||
|
||||
module Gem::Util
|
||||
|
||||
@silent_mutex = nil
|
||||
|
||||
##
|
||||
# Zlib::GzipReader wrapper that unzips +data+.
|
||||
|
||||
|
|
Loading…
Reference in a new issue