module Dry::Core::Deprecations
def deprecation_message(name, msg)
- Api: - private
def deprecation_message(name, msg) <<-MSG #{ name } is deprecated and will be removed in the next major version #{ msg } MSG end
def deprecation_message(name, msg) <<-MSG #{ name } is deprecated and will be removed in the next major version #{ msg } MSG end