class RSpec::Support::Differ

def red(text)

def red(text)
  color(text, 31)
end