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