mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
[rubygems/rubygems] Fix missing 'msg' parameter in Shell#no?
ffe89a099a
This commit is contained in:
parent
4ede15fb53
commit
cfad1f95d5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue