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 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