method
refute_same
v1_9_3_125 -
Show latest stable
- Class:
MiniTest::Assertions
refute_same(exp, act, msg = nil)public
Fails if exp is the same (by object identity) as act.
refute_same(exp, act, msg = nil)Fails if exp is the same (by object identity) as act.