-
Recent Posts
Recent Comments
- Jørn O on Using a raw disk as a VirtualBox drive in Windows 7
- Sam Packer on Using a raw disk as a VirtualBox drive in Windows 7
- Scott Petrack on Using a raw disk as a VirtualBox drive in Windows 7
- Phlada on Using a raw disk as a VirtualBox drive in Windows 7
- LoWang on Using a raw disk as a VirtualBox drive in Windows 7
Archives
Categories
Meta
Category Archives: Enumerators
Fun with Ruby Enumerators
One of my favorite features in Ruby is the Enumerable module and the ability to create enumerators. For background, an enumerator in Ruby is like an iterator, it responds to the method next which returns successive elements from some container that is … Continue reading
Posted in Enumerators, Functional, Ruby
Leave a comment