class Cucumber::Cli::Options

def stdout_formats

def stdout_formats
  @options[:formats].select { |_, _, output| output == @out_stream }
end