|
|
|
|
|
by save_ferris
2583 days ago
|
|
I don't really understand your argument here, blocks and lambdas are both procs. A block is just a special proc that can't be assigned to a variable. There's nothing less flexible about a block as opposed to a lambda, they both utilize the same functionality. |
|