:nodoc:
129 130 131 132 133
# File 'lib/cucumber/formatter/ansicolor.rb', line 129 def self.define_real_grey #:nodoc: define_method :grey do |string| ::Cucumber::Term::ANSIColor.coloring? ? "\e[90m#{string}\e[0m" : string end end