[读书笔记] Ruby 中的 Block 和 Iterator

2015-04-24
阅读 5 分钟
3.2k
By making square block-local, values assigned inside the block will not affect the value of the variable with the same name in the outer scope.