When to Define Your Own Custom Ruby Iterator?
General rule of thumb is if you have a collection of objects, you should build custom iterators so that users could readily use them like they do with other collection such as Array, Hash, File, etc. The easiest way to do this...
Read More
Recent Comments