global

def self.active_support_deprecator

def self.active_support_deprecator
  @active_support_deprecator ||= begin
    next_major_version = Money::VERSION.split(".").first.to_i + 1
    ActiveSupport::Deprecation.new("#{next_major_version}.0.0", "Shopify/Money")
  end
end