From: Stefan Lang Date: 2008-03-13T00:15:07+09:00 Subject: Re: elsunless: Compiles but does not run. Standard? 2008/3/12, Stefan Lang : > elsunless is not a keyword in Ruby. Let's reformat your > code a little bit: > > > unless true > puts "wrong wrong" > elsunless false > puts 'weird, but logical' > elsunless true > puts 'truly strange' > else > puts 'weirder yet' # This is what pops out! > end Damn, the "else" should not be indented. Stefan