Flowdock
method

refute_operator

Importance_1
v1_9_3_125 - Show latest stable - 0 notes - Class: Assertions
refute_operator(o1, op, o2, msg = nil) public

Fails if o1 is not op o2. Eg:

refute_operator 1, :>, 2 #=> pass
refute_operator 1, :<, 2 #=> fail
Show source
Register or log in to add new notes.