class RSpec::Core::Formatters::DeprecationFormatter

def initialize(deprecation_stream, summary_stream)

def initialize(deprecation_stream, summary_stream)
  @deprecation_stream = deprecation_stream
  @summary_stream = summary_stream
  @seen_deprecations = Set.new
  @count = 0
end