class RSpec::Core::Reporter

def deprecation(hash)

Other tags:
    Private: -
def deprecation(hash)
  notify :deprecation, Notifications::DeprecationNotification.from_hash(hash)
end