From: Brian Candler Date: 2007-03-07T20:10:29+09:00 Subject: Re: elseif v. elsif ?? On Wed, Mar 07, 2007 at 08:05:14PM +0900, Robert Dober wrote: > >That's because you're not exercising the section under @names.nil? > > > >Try: mg = MegaGreeter.new(nil) > > > > > You spoiled it ;) > but this is a good way to explain it too... and a good argument for code coverage testing (e.g. rcov)