1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove unused method

https://github.com/rubygems/rubygems/commit/f2dbf242ea
This commit is contained in:
David Rodríguez 2019-04-29 01:45:18 +02:00 committed by Hiroshi SHIBATA
parent a4c09342a2
commit 4e27319c2c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -55,11 +55,6 @@ class Gem::Ext::Builder
end
end
def self.redirector
warn "#{caller[0]}: Use IO.popen(..., err: [:child, :out])"
'2>&1'
end
def self.run(command, results, command_name = nil)
verbose = Gem.configuration.really_verbose