class RSpec::Core::Formatters::DeprecationFormatter::FileStream

def summarize(summary_stream, deprecation_count)

def summarize(summary_stream, deprecation_count)
  path = @file.respond_to?(:path) ? @file.path : @file.inspect
  summary_stream.puts "\n#{Helpers.pluralize(deprecation_count, 'deprecation')} logged to #{path}"
  puts RAISE_ERROR_CONFIG_NOTICE
end