From: "Simon Kröger" Date: 2007-09-08T06:45:11+09:00 Subject: Re: nil.to_s Michael Glaesemann wrote: > > As I read it, OP is asking specifically about the behavior of > nil.to_(s|i|a). I may be missing something, but where does this code > involve nil? k is in 4..0, but not nil. p proc{|k| 's' if k != 1}.call(1) #nil cheers Simon