lib/action_text/deprecator.rb



# frozen_string_literal: true

# :markup: markdown

module ActionText
  def self.deprecator # :nodoc:
    @deprecator ||= ActiveSupport::Deprecation.new
  end
end