method
refute_same
ruby 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.