It seems good to me, and I can’t find the documentation that says otherwise, but I would like it to be checked. I have a piece of code that for some reason can fail, guarantee protection after it if it fails, and then execute some code no matter what happens. It seems like a nested begin / make block is required. It's right? (There is no real salvation here, only this type of block.)
The code looks like this:
begin
begin
ensure
end
ensure
end
source
share