From: Aníbal Rojas on 17 Mar 2010 12:01 Hello, I am kind of lost with the nil result while I am expecting a false: irb(main):001:0> x = 'foo' if false => nil irb(main):002:0> x => nil irb(main):003:0> x = 'foo' if true => "foo" irb(main):004:0> x => "foo" Thanks in advance for sharing your knowledge, -- Anìbal Rojas
|
Pages: 1 Prev: gecode/r troubles with constraints definition in a CSP Next: compile ruby 1.9.1 with openssl |