class Cucumber::Cli::Options

def non_stdout_formats

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