digital_add

a repository of random snippets, photos, and links
Dec 14
Permalink

ruby block variables

“If a local variable (including a block parameter) is first assigned in a block, it is local to the block. If instead a variable of the same name is already established at the time the block executes, the block will inherit that variable”

- Programming Ruby, p. 333