# File lib/minitest/unit.rb, line 209 def assert_equal exp, act, msg = nil msg = message(msg, "") { diff exp, act } assert(exp == act, msg) end