|
|
|
|
|
by kenneth_chau
5287 days ago
|
|
I was about to put this down. Although, the C# world requires an IDisposable interface and implies that you're operating on a resource. Ruby has similar concept when you open a file and pass in a block to operate on the File object. I'm pretty sure the author is just excited about the language and failed to recognize that this pattern is everywhere in different programming languages. |
|