class Cucumber::Cli::Options

def stdout_formats

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