# File lib/rspec/core/formatters/base_text_formatter.rb, line 120
        def green(text)
          color(text, "\e[32m")
        end