From e091e74c0c4eef1f75ea3dc7ca93a19fac295cdf Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 12 Aug 2016 21:06:00 +0100 Subject: global: add Homebrew.raise_deprecation_exceptions --- Library/Homebrew/global.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 9554dd536..f739f5012 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -51,6 +51,9 @@ module Homebrew attr_accessor :failed alias_method :failed?, :failed + + attr_accessor :raise_deprecation_exceptions + alias_method :raise_deprecation_exceptions?, :raise_deprecation_exceptions end HOMEBREW_PULL_API_REGEX = %r{https://api\.github\.com/repos/([\w-]+)/([\w-]+)?/pulls/(\d+)} -- cgit v1.2.3