lib/action_view/deprecator.rb



# frozen_string_literal: true

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