module Dry::Core::Deprecations
def announce(name, msg, tag: nil)
-
msg
(String
) -- additional message usually containing upgrade instructions -
name
(Object
) -- what is deprecated
def announce(name, msg, tag: nil) warn(deprecation_message(name, msg), tag: tag) end