class RSpec::Core::Notifications::DeprecationNotification

def self.from_hash(data)

Other tags:
    Api: -
def self.from_hash(data)
  new data[:deprecated], data[:message], data[:replacement], data[:call_site]
end