activesupport/lib/active_support/deprecator.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module ActiveSupport
  def self.deprecator # :nodoc:
    ActiveSupport::Deprecation._instance
  end
end