Fix Resource#stage method signature in debug mode
Fixes Homebrew/homebrew#27554.
This commit is contained in:
parent
72e0d9806b
commit
1599e9b059
@ -17,7 +17,7 @@ class Object
|
|||||||
end
|
end
|
||||||
|
|
||||||
module ResourceDebugger
|
module ResourceDebugger
|
||||||
def stage(&block)
|
def stage(target=nil, &block)
|
||||||
super do
|
super do
|
||||||
begin
|
begin
|
||||||
block.call(self)
|
block.call(self)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user