すみません、訂正です。

Inaba Hiroto wrote:

>   def next
>     return nil if @finished
>     @cont.call if @cont
> 
>     @iter.call {|obj|
>       callcc{|@cont| return obj }
>     }
> 
>     @finished = true
+     nil
>   end

--
			稲葉 浩人  <inaba / st.rim.or.jp>