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:
parent
a4c09342a2
commit
4e27319c2c
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue