class RSpec::Expectations::Differ

def color(text, color_code)

def color(text, color_code)
  "\e[#{color_code}m#{text}\e[0m"
end