# File lib/spec/runner/formatter/base_text_formatter.rb, line 42
        def colourise(message, failure)
          Kernel.warn "DEPRECATED: BaseTextFormatter#colourise is deprecated and will be\nremoved from a future version of RSpec.\n\nPlease use colorize_failure instead.\n"
          colorize_failure(message, failure)
        end