class Minitest::Test

def self.make_my_diffs_pretty!

def self.make_my_diffs_pretty!
  require "pp"
  define_method :mu_pp, &:pretty_inspect
end