class RSpec::Core::Formatters::JsonFormatter
def close
def close output.write @output_hash.to_json output.close if IO === output && output != $stdout end
def close output.write @output_hash.to_json output.close if IO === output && output != $stdout end