class RSpec::Core::Formatters::DeprecationFormatter

def deprecation(notification)

def deprecation(notification)
  return if @seen_deprecations.include? notification
  @count += 1
  printer.print_deprecation_message notification
  @seen_deprecations << notification
end