summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2020-06-12 11:37:38 +0200
committerHiroshi SHIBATA <[email protected]>2020-06-15 21:20:37 +0900
commit2b4abcff90a3c4c4d07e0929e1f99afbfeb57a4e ()
treeb63dfe2f7ee6ad27159b607a127f844d9900986f /lib
parentafce7eb39ec58f9ec65b3cf53059a4bc3bd58cbd (diff)
Deprecate `Gem::Util.silent_system`
There's better tools for this job.
Notes: Merged: https://.com/ruby/ruby/pull/3229
-rw-r--r--lib/rubygems/util.rb11
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+.