# File languages-statistics.rb, line 742
        def initialize(error_outputs = nil)
                if error_outputs == nil then
                        @error_outputs = [$stderr]
                else
                        @error_outputs = error_outputs
                end
                @console_outputs = [$stdout, $stderr, STDOUT, STDERR]
        end