зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Fix missing 'msg' parameter in Shell#no?
https://github.com/rubygems/rubygems/commit/ffe89a099a
This commit is contained in:
Родитель
4ede15fb53
Коммит
cfad1f95d5
|
@ -84,7 +84,7 @@ module Bundler
|
|||
@shell.yes?(msg)
|
||||
end
|
||||
|
||||
def no?
|
||||
def no?(msg)
|
||||
@shell.no?(msg)
|
||||
end
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ module Bundler
|
|||
raise "Cannot ask yes? with a silent shell"
|
||||
end
|
||||
|
||||
def no?
|
||||
def no?(msg)
|
||||
raise "Cannot ask no? with a silent shell"
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче