Fix the debug implementation of Resource#stage as well

This commit is contained in:
Jack Nagel 2014-03-14 13:03:51 -05:00
parent 1599e9b059
commit d294d2e210

View File

@ -18,6 +18,8 @@ end
module ResourceDebugger
def stage(target=nil, &block)
return super if target
super do
begin
block.call(self)