Fix the debug implementation of Resource#stage as well
This commit is contained in:
parent
1599e9b059
commit
d294d2e210
@ -18,6 +18,8 @@ end
|
|||||||
|
|
||||||
module ResourceDebugger
|
module ResourceDebugger
|
||||||
def stage(target=nil, &block)
|
def stage(target=nil, &block)
|
||||||
|
return super if target
|
||||||
|
|
||||||
super do
|
super do
|
||||||
begin
|
begin
|
||||||
block.call(self)
|
block.call(self)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user