class Dry::Core::Deprecations::Tagged
@api private
Public Class Methods
new(tag)
click to toggle source
# File lib/dry/core/deprecations.rb, line 119 def initialize(tag) @tag = tag end
Public Instance Methods
extended(base)
click to toggle source
# File lib/dry/core/deprecations.rb, line 123 def extended(base) base.extend Interface base.deprecation_tag @tag end