class Spec::Runner::Formatter::BaseTextFormatter

def close

def close
  if IO === @output && @output != STDOUT
    @output.close 
  end
end