TIL a return from a block seems to return from the whole method rather than
the block, even though the last line of a block is an implicit return. I am confused to say the least
Please register or sign in to comment
the block, even though the last line of a block is an implicit return. I am confused to say the least