From: Roger Pack <rogerdpack2@...>
Date: 2011-11-02T02:12:50+09:00
Subject: [ruby-core:40640] Re: [ruby-trunk - Feature #4890] Enumerable#lazy

> �p (1..10).delay.map{|i| i+1}.map{|i| i+2}.force

I assume this uses "lazy map" just for the first map, is that correct?
-r