# File lib/spec/runner/formatter/base_text_formatter.rb, line 80
        def close
          if IO === @output && @output != $stdout
            @output.close 
          end
        end