From: simonh Date: 2006-07-19T19:10:05+09:00 Subject: Re: more newbie help with classes and methods please would this be an example of using case: case favourite_colour when white print 'white' when blue print 'blue' when orange print 'orange' end instead of var = favourite_colour if white print 'white' elsif blue print 'blue' ... end