From 8eb176f50bb0eee4671c1a24f1f5701a77742eba Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 16 Jul 2020 02:52:28 +0100 Subject: [PATCH 1/2] exceptions: correct safe_system doc link --- Library/Homebrew/exceptions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index c81977eed9..ba8490734a 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -506,7 +506,7 @@ class CurlDownloadStrategyError < RuntimeError end end -# Raised by {#safe_system} in `utils.rb`. +# Raised by {Kernel#safe_system} in `utils.rb`. class ErrorDuringExecution < RuntimeError attr_reader :cmd, :status, :output From 311a6f5d55737755b29f058ff92229e93f2f1e14 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Thu, 16 Jul 2020 02:53:26 +0100 Subject: [PATCH 2/2] debrew/irb: don't attempt (and choke) documenting --- Library/Homebrew/debrew/irb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/debrew/irb.rb b/Library/Homebrew/debrew/irb.rb index 7087bd8599..4d2f79734d 100644 --- a/Library/Homebrew/debrew/irb.rb +++ b/Library/Homebrew/debrew/irb.rb @@ -2,6 +2,7 @@ require "irb" +# @private module IRB @setup_done = false