DEBSOURCES
Skip Quicknav
sources / rails / 2%3A7.2.2.1%2Bdfsg-7 / actionmailbox / lib / action_mailbox / deprecator.rb
1234567
# frozen_string_literal: true module ActionMailbox def self.deprecator # :nodoc: @deprecator ||= ActiveSupport::Deprecation.new end end