From: paddy3118@... Date: 2006-10-22T20:45:17+09:00 Subject: Re: Another topic for RubyConf Brad Tilley wrote: > Pythonista: "Buddha is very strict and always unyielding. Everyone but > Buddha is an idiot." > > -- > Posted via http://www.ruby-forum.com/. Hmm, I don't know what you mean? Look: >>> def budda (): ... yield "Not strict" ... >>> budda().next() is "strict" False >>> class Everyone(object): ... pass ... >>> Everyone is "idiot" False >>> :-) - Peace, Paddy.