diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-16 11:49:24 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-17 18:50:55 +0900 |
commit | 583fbc627c2ad69457e37fc909f7aaf889d53483 (patch) | |
tree | d9d7d36ba001dad4128cca6130f570ce7d447200 /lib/rubygems/util.rb | |
parent | c480a0c46a5fc9479bf6e3aa5bd1d2177878fad1 (diff) |
[rubygems/rubygems] util/rubocop -A --only Layout/EmptyLinesAroundModuleBody
https://github.com/rubygems/rubygems/commit/48c88466b7
Diffstat (limited to 'lib/rubygems/util.rb')
-rw-r--r-- | lib/rubygems/util.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rubygems/util.rb b/lib/rubygems/util.rb index 05e5788932..b19e22aef9 100644 --- a/lib/rubygems/util.rb +++ b/lib/rubygems/util.rb @@ -5,7 +5,6 @@ require_relative "deprecate" # This module contains various utility methods as module methods. module Gem::Util - ## # Zlib::GzipReader wrapper that unzips +data+. @@ -111,5 +110,4 @@ module Gem::Util path end end - end |