lib/action_dispatch/deprecator.rb



# frozen_string_literal: true

# :markup: markdown

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