On Fri, Jul 13, 2001 at 01:27:01PM +0900, Yukihiro Matsumoto wrote: > Hi, > > In message "[ruby-talk:17722] Null Pattern" > on 01/07/12, Keith Hodges <K.Hodges / ftel.co.uk> writes: > > |Q4: is there some way to redefinine "if (null) then ... else .... end" > |to do neither the then nor the else statement! > > Sorry, there's no such way. I've learned users often go beyond > designers' imagination. > > matz. Would wrapping it in another if statement work?? ie if( condition_on_which_you_wnat_neither_then_or_else ) if(null) then ... else ... end end Sincerly, Chris Moline