# File lib/rspec/expectations/differ.rb, line 76 def color(text, color_code) "\e[#{color_code}m#{text}\e[0m" end