class Cucumber::Cli::Options

def color_msg

def color_msg
  [
    'Whether or not to use ANSI color in the output. Cucumber decides',
    'based on your platform and the output destination if not specified.'
  ]
end