From: Oliver Saunders Date: 2008-01-08T09:25:59+09:00 Subject: More loosely typed expression I'm just trying out RSpec with some really simple code. I have this line: @subject.num(0).fizz?.should == false And I want it to pass if it's false OR nil. I tried using =~ but it made no difference. Is there no way to do this in Ruby? -- Posted via http://www.ruby-forum.com/.