Interesting Things
- Has Ruby 1.8.6 dropped some important methods from Enumerable? For example, we can’t seem to find
each_slice, and there seems to be very little documentation for 1.8.6.
each_slice, and there seems to be very little documentation for 1.8.6.
require ‘facets’
require ‘enumerable/each_slice’
December 12, 2007 at 11:50 pm