# File lib/minitest/unit.rb, line 1319 def self.make_my_diffs_pretty! require 'pp' define_method :mu_pp do |o| o.pretty_inspect end end