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