diff options
-rw-r--r-- | lib/rubygems/util.rb | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,8 +1,11 @@ # frozen_string_literal: true ## # This module contains various utility methods as module methods. module Gem::Util ## # Zlib::GzipReader wrapper that unzips +data+. @@ -67,6 +70,14 @@ module Gem::Util system(*(cmds << opt)) end ## # Enumerates the parents of +directory+. |