mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Merge RubyGems 2.7.7
see release details here: https://blog.rubygems.org/2018/05/18/2.7.7-released.html git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ecedebab2c
commit
c6da9cadb3
29 changed files with 161 additions and 60 deletions
|
@ -6,6 +6,7 @@
|
|||
#++
|
||||
|
||||
require 'rubygems/util'
|
||||
require 'rubygems/deprecate'
|
||||
|
||||
##
|
||||
# Module that defines the default UserInteraction. Any class including this
|
||||
|
@ -170,6 +171,8 @@ end
|
|||
|
||||
class Gem::StreamUI
|
||||
|
||||
extend Gem::Deprecate
|
||||
|
||||
##
|
||||
# The input stream
|
||||
|
||||
|
@ -384,6 +387,7 @@ class Gem::StreamUI
|
|||
def debug(statement)
|
||||
@errs.puts statement
|
||||
end
|
||||
deprecate :debug, :none, 2018, 12
|
||||
|
||||
##
|
||||
# Terminate the application with exit code +status+, running any exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue