From 5724d1052d1550fe73ffe6fec0eb4439d2d704bc Mon Sep 17 00:00:00 2001
From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
Date: Tue, 23 Apr 2024 20:34:38 +0000
Subject: [PATCH] docs: updates from Homebrew/brew
---
docs/BottleFormulaUnavailableError.html | 10 +-
docs/BuildError.html | 78 +++----
docs/BuildFlagsError.html | 10 +-
docs/ChecksumMismatchError.html | 18 +-
docs/ChildProcessError.html | 26 +--
docs/CompilerSelectionError.html | 10 +-
docs/CurlDownloadStrategyError.html | 10 +-
docs/CyclicDependencyError.html | 10 +-
docs/DownloadError.html | 18 +-
docs/DuplicateResourceError.html | 8 +-
docs/ErrorDuringExecution.html | 42 ++--
docs/Formatter.html | 80 +++----
docs/FormulaAmbiguousPythonError.html | 10 +-
docs/FormulaClassUnavailableError.html | 10 +-
docs/FormulaClassUnavailableErrorModule.html | 34 +--
docs/FormulaConflictError.html | 46 ++--
...mulaInstallationAlreadyAttemptedError.html | 8 +-
docs/FormulaOrCaskUnavailableError.html | 38 ++--
docs/FormulaUnavailableError.html | 24 +--
docs/FormulaUnknownPythonError.html | 10 +-
docs/FormulaUnreadableError.html | 10 +-
docs/FormulaUnreadableErrorModule.html | 16 +-
docs/FormulaValidationError.html | 26 +--
docs/HomebrewCurlDownloadStrategyError.html | 8 +-
docs/Kernel.html | 147 ++++++-------
docs/MethodDeprecatedError.html | 8 +-
docs/NoSuchKegError.html | 18 +-
docs/NotAKegError.html | 15 ++
docs/OperationInProgressError.html | 10 +-
docs/ResourceMissingError.html | 8 +-
docs/ShebangDetectionError.html | 8 +-
docs/SystemCommand.html | 118 +++++------
docs/SystemCommand/Mixin.html | 42 ++--
docs/SystemCommand/Result.html | 198 +++++++++---------
docs/TapAlreadyTappedError.html | 18 +-
docs/TapCoreRemoteMismatchError.html | 10 +-
docs/TapFormulaAmbiguityError.html | 34 +--
docs/TapFormulaClassUnavailableError.html | 18 +-
docs/TapFormulaOrCaskUnavailableError.html | 28 +--
docs/TapFormulaUnavailableError.html | 44 ++--
docs/TapFormulaUnreadableError.html | 10 +-
docs/TapNoCustomRemoteError.html | 18 +-
docs/TapRemoteMismatchError.html | 44 ++--
docs/TapUnavailableError.html | 18 +-
docs/UnbottledError.html | 10 +-
docs/UnsatisfiedRequirements.html | 10 +-
46 files changed, 707 insertions(+), 687 deletions(-)
diff --git a/docs/BottleFormulaUnavailableError.html b/docs/BottleFormulaUnavailableError.html
index faf7ab73c..a741f5f48 100644
--- a/docs/BottleFormulaUnavailableError.html
+++ b/docs/BottleFormulaUnavailableError.html
@@ -182,16 +182,16 @@
-747
-748
-749
750
751
752
-753
+753
+754
+755
+756
- # File 'exceptions.rb', line 747
+ # File 'exceptions.rb', line 750
def initialize(bottle_path, formula_path)
super <<~EOS
diff --git a/docs/BuildError.html b/docs/BuildError.html
index b5b1c02ff..854b8bc9b 100644
--- a/docs/BuildError.html
+++ b/docs/BuildError.html
@@ -432,17 +432,17 @@
-470
-471
-472
473
474
475
476
-477
+477
+478
+479
+480
|
- # File 'exceptions.rb', line 470
+ # File 'exceptions.rb', line 473
def initialize(formula, cmd, args, env)
@formula = formula
@@ -489,12 +489,12 @@
-459
-460
-461
+462
+463
+464
|
- # File 'exceptions.rb', line 459
+ # File 'exceptions.rb', line 462
def args
@args
@@ -531,12 +531,12 @@
-459
-460
-461
+462
+463
+464
|
- # File 'exceptions.rb', line 459
+ # File 'exceptions.rb', line 462
def cmd
@cmd
@@ -573,12 +573,12 @@
-459
-460
-461
+462
+463
+464
|
- # File 'exceptions.rb', line 459
+ # File 'exceptions.rb', line 462
def env
@env
@@ -615,12 +615,12 @@
|
- # File 'exceptions.rb', line 460
+ # File 'exceptions.rb', line 463
def formula
@formula
@@ -657,12 +657,12 @@
-460
-461
-462
+463
+464
+465
|
- # File 'exceptions.rb', line 460
+ # File 'exceptions.rb', line 463
def options
@options
@@ -721,9 +721,6 @@
-493
-494
-495
496
497
498
@@ -779,10 +776,13 @@
548
549
550
-551
+551
+552
+553
+554
|
- # File 'exceptions.rb', line 493
+ # File 'exceptions.rb', line 496
def dump(verbose: false)
puts
@@ -886,15 +886,15 @@
-485
-486
-487
488
489
-490
+490
+491
+492
+493
|
- # File 'exceptions.rb', line 485
+ # File 'exceptions.rb', line 488
def fetch_issues
GitHub.issues_for_formula(formula.name, tap: formula.tap, state: "open", type: "issue")
@@ -945,12 +945,12 @@
-480
-481
-482
+483
+484
+485
|
- # File 'exceptions.rb', line 480
+ # File 'exceptions.rb', line 483
def issues
@issues ||= fetch_issues
diff --git a/docs/BuildFlagsError.html b/docs/BuildFlagsError.html
index 8be7f936c..c4497ef63 100644
--- a/docs/BuildFlagsError.html
+++ b/docs/BuildFlagsError.html
@@ -184,9 +184,6 @@
-573
-574
-575
576
577
578
@@ -207,10 +204,13 @@
593
594
595
-596
+596
+597
+598
+599
|
- # File 'exceptions.rb', line 573
+ # File 'exceptions.rb', line 576
def initialize(flags, bottled: true)
if flags.length > 1
diff --git a/docs/ChecksumMismatchError.html b/docs/ChecksumMismatchError.html
index f5456e32e..5fb846a75 100644
--- a/docs/ChecksumMismatchError.html
+++ b/docs/ChecksumMismatchError.html
@@ -214,9 +214,6 @@
-715
-716
-717
718
719
720
@@ -224,10 +221,13 @@
722
723
724
-725
+725
+726
+727
+728
|
- # File 'exceptions.rb', line 715
+ # File 'exceptions.rb', line 718
def initialize(path, expected, actual)
@expected = expected
@@ -277,12 +277,12 @@
-713
-714
-715
+716
+717
+718
|
- # File 'exceptions.rb', line 713
+ # File 'exceptions.rb', line 716
def expected
@expected
diff --git a/docs/ChildProcessError.html b/docs/ChildProcessError.html
index e3c13445d..682712489 100644
--- a/docs/ChildProcessError.html
+++ b/docs/ChildProcessError.html
@@ -241,9 +241,6 @@
-760
-761
-762
763
764
765
@@ -252,10 +249,13 @@
768
769
770
-771
+771
+772
+773
+774
|
- # File 'exceptions.rb', line 760
+ # File 'exceptions.rb', line 763
def initialize(inner)
@inner = inner
@@ -306,12 +306,12 @@
-758
-759
-760
+761
+762
+763
|
- # File 'exceptions.rb', line 758
+ # File 'exceptions.rb', line 761
def inner
@inner
@@ -348,12 +348,12 @@
-758
-759
-760
+761
+762
+763
|
- # File 'exceptions.rb', line 758
+ # File 'exceptions.rb', line 761
def inner_class
@inner_class
diff --git a/docs/CompilerSelectionError.html b/docs/CompilerSelectionError.html
index c66ab6f4e..7c411a07f 100644
--- a/docs/CompilerSelectionError.html
+++ b/docs/CompilerSelectionError.html
@@ -183,15 +183,15 @@
-602
-603
-604
605
606
-607
+607
+608
+609
+610
|
- # File 'exceptions.rb', line 602
+ # File 'exceptions.rb', line 605
def initialize(formula)
super <<~EOS
diff --git a/docs/CurlDownloadStrategyError.html b/docs/CurlDownloadStrategyError.html
index c111239d6..2870d0ca7 100644
--- a/docs/CurlDownloadStrategyError.html
+++ b/docs/CurlDownloadStrategyError.html
@@ -186,17 +186,17 @@
-626
-627
-628
629
630
631
632
-633
+633
+634
+635
+636
|
- # File 'exceptions.rb', line 626
+ # File 'exceptions.rb', line 629
def initialize(url)
case url
diff --git a/docs/CyclicDependencyError.html b/docs/CyclicDependencyError.html
index 7b0382b43..1caa47bec 100644
--- a/docs/CyclicDependencyError.html
+++ b/docs/CyclicDependencyError.html
@@ -182,15 +182,15 @@
-783
-784
-785
786
787
-788
+788
+789
+790
+791
|
- # File 'exceptions.rb', line 783
+ # File 'exceptions.rb', line 786
def initialize(strongly_connected_components)
super <<~EOS
diff --git a/docs/DownloadError.html b/docs/DownloadError.html
index ef8beef28..5aa262c96 100644
--- a/docs/DownloadError.html
+++ b/docs/DownloadError.html
@@ -214,17 +214,17 @@
-614
-615
-616
617
618
619
620
-621
+621
+622
+623
+624
|
- # File 'exceptions.rb', line 614
+ # File 'exceptions.rb', line 617
def initialize(downloadable, cause)
super <<~EOS
@@ -271,12 +271,12 @@
-612
-613
-614
+615
+616
+617
|
- # File 'exceptions.rb', line 612
+ # File 'exceptions.rb', line 615
def cause
@cause
diff --git a/docs/DuplicateResourceError.html b/docs/DuplicateResourceError.html
index 539a8c3db..32931a2cc 100644
--- a/docs/DuplicateResourceError.html
+++ b/docs/DuplicateResourceError.html
@@ -182,12 +182,12 @@
-737
-738
-739
+740
+741
+742
|
- # File 'exceptions.rb', line 737
+ # File 'exceptions.rb', line 740
def initialize(resource)
super "Resource #{resource.inspect} is defined more than once"
diff --git a/docs/ErrorDuringExecution.html b/docs/ErrorDuringExecution.html
index fb827c1bd..ce57ec2a0 100644
--- a/docs/ErrorDuringExecution.html
+++ b/docs/ErrorDuringExecution.html
@@ -303,9 +303,6 @@
-647
-648
-649
650
651
652
@@ -356,10 +353,13 @@
697
698
699
-700
+700
+701
+702
+703
|
- # File 'exceptions.rb', line 647
+ # File 'exceptions.rb', line 650
def initialize(cmd, status:, output: nil, secrets: [])
@cmd = cmd
@@ -452,12 +452,12 @@
-645
-646
-647
+648
+649
+650
|
- # File 'exceptions.rb', line 645
+ # File 'exceptions.rb', line 648
def cmd
@cmd
@@ -494,12 +494,12 @@
-645
-646
-647
+648
+649
+650
|
- # File 'exceptions.rb', line 645
+ # File 'exceptions.rb', line 648
def output
@output
@@ -536,12 +536,12 @@
-645
-646
-647
+648
+649
+650
|
- # File 'exceptions.rb', line 645
+ # File 'exceptions.rb', line 648
def status
@status
@@ -596,12 +596,12 @@
-703
-704
-705
+706
+707
+708
|
- # File 'exceptions.rb', line 703
+ # File 'exceptions.rb', line 706
def stderr
Array(output).select { |type,| type == :stderr }.map(&:last).join
diff --git a/docs/Formatter.html b/docs/Formatter.html
index e7418dee2..0f5efbb31 100644
--- a/docs/Formatter.html
+++ b/docs/Formatter.html
@@ -268,7 +268,7 @@
internal
-
+ Format a string as headline.
@@ -468,9 +468,6 @@
-99
-100
-101
102
103
104
@@ -509,10 +506,13 @@
137
138
139
-140
+140
+141
+142
+143
|
- # File 'utils/formatter.rb', line 99
+ # File 'utils/formatter.rb', line 102
def self.columns(*objects, gap_size: 2)
objects = objects.flatten.map(&:to_s)
@@ -591,12 +591,12 @@
-46
-47
-48
+49
+50
+51
|
- # File 'utils/formatter.rb', line 46
+ # File 'utils/formatter.rb', line 49
def self.error(string, label: nil)
label(label, string, :red)
@@ -657,18 +657,18 @@
-63
-64
-65
66
67
68
69
70
-71
+71
+72
+73
+74
|
- # File 'utils/formatter.rb', line 63
+ # File 'utils/formatter.rb', line 66
def self.format_help_text(string, width: 172)
desc = OPTION_DESC_WIDTH
@@ -700,7 +700,7 @@
This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
-
+Format a string as headline.
@@ -714,12 +714,12 @@
-17
-18
-19
+20
+21
+22
|
- # File 'utils/formatter.rb', line 17
+ # File 'utils/formatter.rb', line 20
def self.headline(string, color: nil)
arrow("#{Tty.bold}#{string}#{Tty.reset}", color:)
@@ -759,12 +759,12 @@
-21
-22
-23
+24
+25
+26
|
- # File 'utils/formatter.rb', line 21
+ # File 'utils/formatter.rb', line 24
def self.identifier(string)
"#{Tty.green}#{string}#{Tty.default}"
@@ -804,12 +804,12 @@
-25
-26
-27
+28
+29
+30
|
- # File 'utils/formatter.rb', line 25
+ # File 'utils/formatter.rb', line 28
def self.option(string)
"#{Tty.bold}#{string}#{Tty.reset}"
@@ -849,12 +849,12 @@
-32
-33
-34
+35
+36
+37
|
- # File 'utils/formatter.rb', line 32
+ # File 'utils/formatter.rb', line 35
def self.success(string, label: nil)
label(label, string, :green)
@@ -894,12 +894,12 @@
-73
-74
-75
+76
+77
+78
|
- # File 'utils/formatter.rb', line 73
+ # File 'utils/formatter.rb', line 76
def self.url(string)
"#{Tty.underline}#{string}#{Tty.no_underline}"
@@ -939,12 +939,12 @@
-39
-40
-41
+42
+43
+44
|
- # File 'utils/formatter.rb', line 39
+ # File 'utils/formatter.rb', line 42
def self.warning(string, label: nil)
label(label, string, :yellow)
diff --git a/docs/FormulaAmbiguousPythonError.html b/docs/FormulaAmbiguousPythonError.html
index af870ccb2..44f98f4bc 100644
--- a/docs/FormulaAmbiguousPythonError.html
+++ b/docs/FormulaAmbiguousPythonError.html
@@ -182,18 +182,18 @@
-446
-447
-448
449
450
451
452
453
-454
+454
+455
+456
+457
|
- # File 'exceptions.rb', line 446
+ # File 'exceptions.rb', line 449
def initialize(formula)
super <<~EOS
diff --git a/docs/FormulaClassUnavailableError.html b/docs/FormulaClassUnavailableError.html
index e26fabeff..5069901c6 100644
--- a/docs/FormulaClassUnavailableError.html
+++ b/docs/FormulaClassUnavailableError.html
@@ -239,15 +239,15 @@
-190
-191
-192
193
194
-195
+195
+196
+197
+198
|
- # File 'exceptions.rb', line 190
+ # File 'exceptions.rb', line 193
def initialize(name, path, class_name, class_list)
@path = path
diff --git a/docs/FormulaClassUnavailableErrorModule.html b/docs/FormulaClassUnavailableErrorModule.html
index 7ef1b6221..31b041aee 100644
--- a/docs/FormulaClassUnavailableErrorModule.html
+++ b/docs/FormulaClassUnavailableErrorModule.html
@@ -265,12 +265,12 @@
-158
-159
-160
+161
+162
+163
|
- # File 'exceptions.rb', line 158
+ # File 'exceptions.rb', line 161
def class_list
@class_list
@@ -312,12 +312,12 @@
-158
-159
-160
+161
+162
+163
|
- # File 'exceptions.rb', line 158
+ # File 'exceptions.rb', line 161
def class_name
@class_name
@@ -359,12 +359,12 @@
-158
-159
-160
+161
+162
+163
|
- # File 'exceptions.rb', line 158
+ # File 'exceptions.rb', line 161
def path
@path
@@ -411,15 +411,15 @@
-160
-161
-162
163
164
-165
+165
+166
+167
+168
|
- # File 'exceptions.rb', line 160
+ # File 'exceptions.rb', line 163
def to_s
s = super
diff --git a/docs/FormulaConflictError.html b/docs/FormulaConflictError.html
index e3863bb1c..8980fc426 100644
--- a/docs/FormulaConflictError.html
+++ b/docs/FormulaConflictError.html
@@ -285,14 +285,14 @@
-401
-402
-403
404
-405
+405
+406
+407
+408
|
- # File 'exceptions.rb', line 401
+ # File 'exceptions.rb', line 404
def initialize(formula, conflicts)
@formula = formula
@@ -336,12 +336,12 @@
-399
-400
-401
+402
+403
+404
|
- # File 'exceptions.rb', line 399
+ # File 'exceptions.rb', line 402
def conflicts
@conflicts
@@ -378,12 +378,12 @@
|
- # File 'exceptions.rb', line 399
+ # File 'exceptions.rb', line 402
def formula
@formula
@@ -415,15 +415,15 @@
-407
-408
-409
410
411
-412
+412
+413
+414
+415
|
- # File 'exceptions.rb', line 407
+ # File 'exceptions.rb', line 410
def conflict_message(conflict)
message = []
@@ -474,9 +474,6 @@
-415
-416
-417
418
419
420
@@ -487,10 +484,13 @@
425
426
427
-428
+428
+429
+430
+431
|
- # File 'exceptions.rb', line 415
+ # File 'exceptions.rb', line 418
def message
message = []
diff --git a/docs/FormulaInstallationAlreadyAttemptedError.html b/docs/FormulaInstallationAlreadyAttemptedError.html
index 368e1cffd..ffa40c520 100644
--- a/docs/FormulaInstallationAlreadyAttemptedError.html
+++ b/docs/FormulaInstallationAlreadyAttemptedError.html
@@ -182,12 +182,12 @@
-381
-382
-383
+384
+385
+386
|
- # File 'exceptions.rb', line 381
+ # File 'exceptions.rb', line 384
def initialize(formula)
super "Formula installation already attempted: #{formula.full_name}"
diff --git a/docs/FormulaOrCaskUnavailableError.html b/docs/FormulaOrCaskUnavailableError.html
index a8b1df88b..0cd260c77 100644
--- a/docs/FormulaOrCaskUnavailableError.html
+++ b/docs/FormulaOrCaskUnavailableError.html
@@ -262,9 +262,6 @@
-88
-89
-90
91
92
93
@@ -272,10 +269,13 @@
95
96
97
-98
+98
+99
+100
+101
|
- # File 'exceptions.rb', line 88
+ # File 'exceptions.rb', line 91
def initialize(name)
super()
@@ -325,12 +325,12 @@
-86
-87
-88
+89
+90
+91
|
- # File 'exceptions.rb', line 86
+ # File 'exceptions.rb', line 89
def name
@name
@@ -385,17 +385,17 @@
-101
-102
-103
104
105
106
107
-108
+108
+109
+110
+111
|
- # File 'exceptions.rb', line 101
+ # File 'exceptions.rb', line 104
def did_you_mean
require "formula"
@@ -448,16 +448,16 @@
-111
-112
-113
114
115
116
-117
+117
+118
+119
+120
|
- # File 'exceptions.rb', line 111
+ # File 'exceptions.rb', line 114
def to_s
s = "No available formula or cask with the name \"#{name}\". #{did_you_mean}".strip
diff --git a/docs/FormulaUnavailableError.html b/docs/FormulaUnavailableError.html
index a3322d61a..6450a4687 100644
--- a/docs/FormulaUnavailableError.html
+++ b/docs/FormulaUnavailableError.html
@@ -273,12 +273,12 @@
-141
-142
-143
+144
+145
+146
|
- # File 'exceptions.rb', line 141
+ # File 'exceptions.rb', line 144
def dependent
@dependent
@@ -338,12 +338,12 @@
-144
-145
-146
+147
+148
+149
|
- # File 'exceptions.rb', line 144
+ # File 'exceptions.rb', line 147
def dependent_s
" (dependency of #{dependent})" if dependent && dependent != name
@@ -396,12 +396,12 @@
-149
-150
-151
+152
+153
+154
|
- # File 'exceptions.rb', line 149
+ # File 'exceptions.rb', line 152
def to_s
"No available formula with the name \"#{name}\"#{dependent_s}. #{did_you_mean}".strip
diff --git a/docs/FormulaUnknownPythonError.html b/docs/FormulaUnknownPythonError.html
index c5659250c..cee3ef479 100644
--- a/docs/FormulaUnknownPythonError.html
+++ b/docs/FormulaUnknownPythonError.html
@@ -182,18 +182,18 @@
-433
-434
-435
436
437
438
439
440
-441
+441
+442
+443
+444
|
- # File 'exceptions.rb', line 433
+ # File 'exceptions.rb', line 436
def initialize(formula)
super <<~EOS
diff --git a/docs/FormulaUnreadableError.html b/docs/FormulaUnreadableError.html
index bfa5dc4fa..8b0a73894 100644
--- a/docs/FormulaUnreadableError.html
+++ b/docs/FormulaUnreadableError.html
@@ -239,14 +239,14 @@
-214
-215
-216
217
-218
+218
+219
+220
+221
|
- # File 'exceptions.rb', line 214
+ # File 'exceptions.rb', line 217
def initialize(name, error)
super(name)
diff --git a/docs/FormulaUnreadableErrorModule.html b/docs/FormulaUnreadableErrorModule.html
index 3de0dcf4c..4c47985e8 100644
--- a/docs/FormulaUnreadableErrorModule.html
+++ b/docs/FormulaUnreadableErrorModule.html
@@ -198,12 +198,12 @@
|
- # File 'exceptions.rb', line 202
+ # File 'exceptions.rb', line 205
def formula_error
@formula_error
@@ -263,12 +263,12 @@
-205
-206
-207
+208
+209
+210
|
- # File 'exceptions.rb', line 205
+ # File 'exceptions.rb', line 208
def to_s
"#{name}: " + formula_error.to_s
diff --git a/docs/FormulaValidationError.html b/docs/FormulaValidationError.html
index 3c363f3a3..af6b91f2e 100644
--- a/docs/FormulaValidationError.html
+++ b/docs/FormulaValidationError.html
@@ -241,14 +241,14 @@
-68
-69
-70
71
-72
+72
+73
+74
+75
|
- # File 'exceptions.rb', line 68
+ # File 'exceptions.rb', line 71
def initialize(formula, attr, value)
@attr = attr
@@ -292,12 +292,12 @@
-66
-67
-68
+69
+70
+71
|
- # File 'exceptions.rb', line 66
+ # File 'exceptions.rb', line 69
def attr
@attr
@@ -334,12 +334,12 @@
|
- # File 'exceptions.rb', line 66
+ # File 'exceptions.rb', line 69
def formula
@formula
diff --git a/docs/HomebrewCurlDownloadStrategyError.html b/docs/HomebrewCurlDownloadStrategyError.html
index b09b80848..edbf0c3bf 100644
--- a/docs/HomebrewCurlDownloadStrategyError.html
+++ b/docs/HomebrewCurlDownloadStrategyError.html
@@ -190,12 +190,12 @@
-638
-639
-640
+641
+642
+643
|
- # File 'exceptions.rb', line 638
+ # File 'exceptions.rb', line 641
def initialize(url)
super "Homebrew-installed `curl` is not installed for: #{url}"
diff --git a/docs/Kernel.html b/docs/Kernel.html
index 324198402..cf6cf8b63 100644
--- a/docs/Kernel.html
+++ b/docs/Kernel.html
@@ -657,9 +657,9 @@
+ internal
-
- Prints no output.
+ Run a system comand without any output.
@@ -953,8 +953,6 @@
-432
-433
434
435
436
@@ -974,10 +972,12 @@
450
451
452
-453
+453
+454
+455
|
- # File 'extend/kernel.rb', line 432
+ # File 'extend/kernel.rb', line 434
def disk_usage_readable(size_in_bytes)
if size_in_bytes >= 1_073_741_824
@@ -1031,8 +1031,6 @@
-412
-413
414
415
416
@@ -1045,10 +1043,12 @@
423
424
425
-426
+426
+427
+428
|
- # File 'extend/kernel.rb', line 412
+ # File 'extend/kernel.rb', line 414
def ensure_executable!(name, formula_name = nil, reason: "")
formula_name ||= name
@@ -1096,8 +1096,6 @@
|
- # File 'extend/kernel.rb', line 373
+ # File 'extend/kernel.rb', line 375
def ensure_formula_installed!(formula_or_name, reason: "", latest: false,
output_to_stderr: true, quiet: false)
@@ -1194,8 +1194,6 @@
-324
-325
326
327
328
@@ -1204,10 +1202,12 @@
331
332
333
-334
+334
+335
+336
|
- # File 'extend/kernel.rb', line 324
+ # File 'extend/kernel.rb', line 326
def exec_browser(*args)
browser = Homebrew::EnvConfig.browser
@@ -1240,13 +1240,13 @@
-319
-320
321
-322
+322
+323
+324
|
- # File 'extend/kernel.rb', line 319
+ # File 'extend/kernel.rb', line 321
def exec_editor(*args)
puts "Editing #{args.join "\n"}"
@@ -1272,8 +1272,6 @@
-336
-337
338
339
340
@@ -1296,10 +1294,12 @@
357
358
359
-360
+360
+361
+362
|
- # File 'extend/kernel.rb', line 336
+ # File 'extend/kernel.rb', line 338
def ignore_interrupts(_opt = nil)
|
- # File 'extend/kernel.rb', line 455
+ # File 'extend/kernel.rb', line 457
def number_readable(number)
numstr = number.to_i.to_s
@@ -2052,12 +2052,12 @@
-428
-429
-430
+430
+431
+432
|
- # File 'extend/kernel.rb', line 428
+ # File 'extend/kernel.rb', line 430
def paths
@paths ||= ORIGINAL_PATHS.uniq.map(&:to_s)
@@ -2260,7 +2260,12 @@
- Prints no output.
+
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
+ Third parties should avoid using this method if possible, as it may be removed or changed without warning.
+
+ Run a system comand without any output.
@@ -2274,17 +2279,17 @@
-259
-260
261
262
263
264
265
-266
+266
+267
+268
|
- # File 'extend/kernel.rb', line 259
+ # File 'extend/kernel.rb', line 261
def quiet_system(cmd, *args)
Homebrew._system(cmd, *args) do
@@ -2314,14 +2319,14 @@
-530
-531
532
533
-534
+534
+535
+536
|
- # File 'extend/kernel.rb', line 530
+ # File 'extend/kernel.rb', line 532
def redact_secrets(input, secrets)
secrets.compact
@@ -2348,17 +2353,17 @@
-362
-363
364
365
366
367
368
-369
+369
+370
+371
|
- # File 'extend/kernel.rb', line 362
+ # File 'extend/kernel.rb', line 364
def redirect_stdout(file)
out = $stdout.dup
@@ -2510,8 +2515,6 @@
-518
-519
520
521
522
@@ -2520,10 +2523,12 @@
525
526
527
-528
+528
+529
+530
|
- # File 'extend/kernel.rb', line 518
+ # File 'extend/kernel.rb', line 520
def tap_and_name_comparison
proc do |a, b|
@@ -2569,8 +2574,6 @@
-465
-466
467
468
469
@@ -2595,10 +2598,12 @@
488
489
490
-491
+491
+492
+493
|
- # File 'extend/kernel.rb', line 465
+ # File 'extend/kernel.rb', line 467
def truncate_text_to_approximate_size(str, max_bytes, options = {})
front_weight = options.fetch(:front_weight, 0.5)
@@ -2657,8 +2662,6 @@
-271
-272
273
274
275
@@ -2669,10 +2672,12 @@
280
281
282
-283
+283
+284
+285
|
- # File 'extend/kernel.rb', line 271
+ # File 'extend/kernel.rb', line 273
def which(cmd, path = ENV.fetch("PATH"))
PATH.new(path).each do |p|
@@ -2707,8 +2712,6 @@
-285
-286
287
288
289
@@ -2718,10 +2721,12 @@
293
294
295
-296
+296
+297
+298
|
- # File 'extend/kernel.rb', line 285
+ # File 'extend/kernel.rb', line 287
def which_all(cmd, path = ENV.fetch("PATH"))
PATH.new(path).filter_map do |p|
@@ -2755,8 +2760,6 @@
-298
-299
300
301
302
@@ -2774,10 +2777,12 @@
314
315
316
-317
+317
+318
+319
|
- # File 'extend/kernel.rb', line 298
+ # File 'extend/kernel.rb', line 300
def which_editor(silent: false)
editor = Homebrew::EnvConfig.editor
@@ -2872,8 +2877,6 @@
-503
-504
505
506
507
@@ -2885,10 +2888,12 @@
513
514
515
-516
+516
+517
+518
|
- # File 'extend/kernel.rb', line 503
+ # File 'extend/kernel.rb', line 505
def with_env(hash)
old_values = {}
diff --git a/docs/MethodDeprecatedError.html b/docs/MethodDeprecatedError.html
index 95a084623..addc94638 100644
--- a/docs/MethodDeprecatedError.html
+++ b/docs/MethodDeprecatedError.html
@@ -190,12 +190,12 @@
-81
-82
-83
+84
+85
+86
|
- # File 'exceptions.rb', line 81
+ # File 'exceptions.rb', line 84
def issues_url
@issues_url
diff --git a/docs/NoSuchKegError.html b/docs/NoSuchKegError.html
index 9381a6e5b..1389e7231 100644
--- a/docs/NoSuchKegError.html
+++ b/docs/NoSuchKegError.html
@@ -214,13 +214,13 @@
-58
-59
-60
-61
+61
+62
+63
+64
|
- # File 'exceptions.rb', line 58
+ # File 'exceptions.rb', line 61
def initialize(name)
@name = name
@@ -263,12 +263,12 @@
-56
-57
-58
+59
+60
+61
|
- # File 'exceptions.rb', line 56
+ # File 'exceptions.rb', line 59
def name
@name
diff --git a/docs/NotAKegError.html b/docs/NotAKegError.html
index 8545071a9..7f8b332c9 100644
--- a/docs/NotAKegError.html
+++ b/docs/NotAKegError.html
@@ -101,8 +101,23 @@
+Overview
+
+
+ This class is part of an internal API.
+ This class may only be used internally in repositories owned by Homebrew, except in casks or formulae.
+ Third parties should avoid using this class if possible, as it may be removed or changed without warning.
+
+ Raised when a path is not a keg.
+
+
+
+
+
+
+
diff --git a/docs/OperationInProgressError.html b/docs/OperationInProgressError.html
index 020b7e9dd..394685422 100644
--- a/docs/OperationInProgressError.html
+++ b/docs/OperationInProgressError.html
@@ -182,18 +182,18 @@
-366
-367
-368
369
370
371
372
373
-374
+374
+375
+376
+377
|
- # File 'exceptions.rb', line 366
+ # File 'exceptions.rb', line 369
def initialize(name)
message = <<~EOS
diff --git a/docs/ResourceMissingError.html b/docs/ResourceMissingError.html
index 11d29442d..e9e469579 100644
--- a/docs/ResourceMissingError.html
+++ b/docs/ResourceMissingError.html
@@ -182,12 +182,12 @@
-730
-731
-732
+733
+734
+735
|
- # File 'exceptions.rb', line 730
+ # File 'exceptions.rb', line 733
def initialize(formula, resource)
super "#{formula.full_name} does not define resource #{resource.inspect}"
diff --git a/docs/ShebangDetectionError.html b/docs/ShebangDetectionError.html
index 4e22bb0dd..d42d2eb3d 100644
--- a/docs/ShebangDetectionError.html
+++ b/docs/ShebangDetectionError.html
@@ -182,12 +182,12 @@
-776
-777
-778
+779
+780
+781
|
- # File 'exceptions.rb', line 776
+ # File 'exceptions.rb', line 779
def initialize(type, reason)
super "Cannot detect #{type} shebang: #{reason}."
diff --git a/docs/SystemCommand.html b/docs/SystemCommand.html
index d6d4bf9e8..54d5b7882 100644
--- a/docs/SystemCommand.html
+++ b/docs/SystemCommand.html
@@ -62,7 +62,7 @@
Class: SystemCommand
- Private
+
@@ -114,8 +114,8 @@
Overview
- This class is part of a private API.
- This class may only be used in the Homebrew/brew repository.
+ This class is part of an internal API.
+ This class may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this class if possible, as it may be removed or changed without warning.
Class for running sub-processes and capturing their output and exit status.
@@ -167,7 +167,7 @@
- private
+ internal
@@ -189,7 +189,7 @@
- private
+ internal
@@ -220,7 +220,7 @@
- private
+ internal
@@ -244,7 +244,7 @@
- private
+ internal
@@ -266,7 +266,7 @@
- private
+ internal
@@ -288,7 +288,7 @@
- private
+ internal
@@ -310,7 +310,7 @@
- private
+ internal
@@ -332,7 +332,7 @@
- private
+ internal
@@ -381,8 +381,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -596,14 +596,6 @@
-89
-90
-91
-92
-93
-94
-95
-96
97
98
99
@@ -642,10 +634,18 @@
132
133
134
-135
+135
+136
+137
+138
+139
+140
+141
+142
+143
|
- # File 'system_command.rb', line 89
+ # File 'system_command.rb', line 97
def initialize(
executable,
@@ -718,8 +718,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -736,12 +736,12 @@
-31
-32
-33
+39
+40
+41
|
- # File 'system_command.rb', line 31
+ # File 'system_command.rb', line 39
def self.run(executable, **options)
new(executable, **options).run!
@@ -763,8 +763,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -781,12 +781,12 @@
-35
-36
-37
+43
+44
+45
|
- # File 'system_command.rb', line 35
+ # File 'system_command.rb', line 43
def self.run!(command, **options)
run(command, **options, must_succeed: true)
@@ -814,8 +814,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -845,12 +845,12 @@
-138
-139
-140
+146
+147
+148
|
- # File 'system_command.rb', line 138
+ # File 'system_command.rb', line 146
def command
[*command_prefix, executable.to_s, *expanded_args]
@@ -872,8 +872,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -926,8 +926,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -957,14 +957,6 @@
-40
-41
-42
-43
-44
-45
-46
-47
48
49
50
@@ -986,10 +978,18 @@
66
67
68
-69
+69
+70
+71
+72
+73
+74
+75
+76
+77
|
- # File 'system_command.rb', line 40
+ # File 'system_command.rb', line 48
def run!
$stderr.puts redact_secrets(command.shelljoin.gsub('\=', "="), @secrets) if verbose? || debug?
@@ -1038,8 +1038,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -1092,8 +1092,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
diff --git a/docs/SystemCommand/Mixin.html b/docs/SystemCommand/Mixin.html
index 7fef11840..10750816a 100644
--- a/docs/SystemCommand/Mixin.html
+++ b/docs/SystemCommand/Mixin.html
@@ -62,7 +62,7 @@
Module: SystemCommand::Mixin
- Private
+
@@ -91,8 +91,8 @@
Overview
- This module is part of a private API.
- This module may only be used in the Homebrew/brew repository.
+ This module is part of an internal API.
+ This module may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this module if possible, as it may be removed or changed without warning.
Helper functions for calling run.
@@ -132,9 +132,9 @@
- private
+ internal
-
+ Run a fallible system command.
@@ -154,9 +154,9 @@
- private
+ internal
-
+ Run an infallible system command.
@@ -183,11 +183,11 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
-
+ Run a fallible system command.
@@ -201,12 +201,12 @@
-19
-20
-21
+24
+25
+26
|
- # File 'system_command.rb', line 19
+ # File 'system_command.rb', line 24
def system_command(executable, **options)
SystemCommand.run(executable, **options)
@@ -228,11 +228,11 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
-
+ Run an infallible system command.
@@ -246,12 +246,12 @@
-23
-24
-25
+31
+32
+33
|
- # File 'system_command.rb', line 23
+ # File 'system_command.rb', line 31
def system_command!(command, **options)
SystemCommand.run!(command, **options)
diff --git a/docs/SystemCommand/Result.html b/docs/SystemCommand/Result.html
index e9a3ccf64..07a905859 100644
--- a/docs/SystemCommand/Result.html
+++ b/docs/SystemCommand/Result.html
@@ -62,7 +62,7 @@
Class: SystemCommand::Result
- Private
+
@@ -107,8 +107,8 @@
Overview |
- # File 'system_command.rb', line 332
+ # File 'system_command.rb', line 340
def initialize(command, output, status, secrets:)
@command = command
@@ -530,8 +530,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -548,12 +548,12 @@
-322
-323
-324
+330
+331
+332
|
- # File 'system_command.rb', line 322
+ # File 'system_command.rb', line 330
def command
@command
@@ -577,8 +577,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -595,12 +595,12 @@
-322
-323
-324
+330
+331
+332
|
- # File 'system_command.rb', line 322
+ # File 'system_command.rb', line 330
def exit_status
@exit_status
@@ -624,8 +624,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -642,12 +642,12 @@
-322
-323
-324
+330
+331
+332
|
- # File 'system_command.rb', line 322
+ # File 'system_command.rb', line 330
def status
@status
@@ -676,8 +676,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
This method returns an undefined value.
@@ -707,14 +707,14 @@
-341
-342
-343
-344
-345
+349
+350
+351
+352
+353
|
- # File 'system_command.rb', line 341
+ # File 'system_command.rb', line 349
def assert_success!
return if @status.success?
@@ -738,8 +738,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -769,13 +769,13 @@
-362
-363
-364
-365
+370
+371
+372
+373
|
- # File 'system_command.rb', line 362
+ # File 'system_command.rb', line 370
def merged_output
@merged_output ||= @output.map { |_, line| line }
@@ -798,8 +798,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -829,14 +829,6 @@
-380
-381
-382
-383
-384
-385
-386
-387
388
389
390
@@ -845,10 +837,18 @@
393
394
395
-396
+396
+397
+398
+399
+400
+401
+402
+403
+404
|
- # File 'system_command.rb', line 380
+ # File 'system_command.rb', line 388
def plist
@plist ||= begin
@@ -884,8 +884,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -915,14 +915,14 @@
-355
-356
-357
-358
-359
+363
+364
+365
+366
+367
|
- # File 'system_command.rb', line 355
+ # File 'system_command.rb', line 363
def stderr
@stderr ||= @output.select { |type,| type == :stderr }
@@ -946,8 +946,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -977,14 +977,14 @@
-348
-349
-350
-351
-352
+356
+357
+358
+359
+360
|
- # File 'system_command.rb', line 348
+ # File 'system_command.rb', line 356
def stdout
@stdout ||= @output.select { |type,| type == :stdout }
@@ -1008,8 +1008,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -1039,14 +1039,14 @@
-368
-369
-370
-371
-372
+376
+377
+378
+379
+380
|
- # File 'system_command.rb', line 368
+ # File 'system_command.rb', line 376
def success?
return false if @exit_status.nil?
@@ -1070,8 +1070,8 @@
- This method is part of a private API.
- This method may only be used in the Homebrew/brew repository.
+ This method is part of an internal API.
+ This method may only be used internally in repositories owned by Homebrew, except in casks or formulae.
Third parties should avoid using this method if possible, as it may be removed or changed without warning.
@@ -1101,12 +1101,12 @@
-375
-376
-377
+383
+384
+385
|
- # File 'system_command.rb', line 375
+ # File 'system_command.rb', line 383
def to_ary
[stdout, stderr, status]
diff --git a/docs/TapAlreadyTappedError.html b/docs/TapAlreadyTappedError.html
index ee1c4d789..7294de777 100644
--- a/docs/TapAlreadyTappedError.html
+++ b/docs/TapAlreadyTappedError.html
@@ -214,16 +214,16 @@
-342
-343
-344
345
346
347
-348
+348
+349
+350
+351
|
- # File 'exceptions.rb', line 342
+ # File 'exceptions.rb', line 345
def initialize(name)
@name = name
@@ -269,12 +269,12 @@
-340
-341
-342
+343
+344
+345
|
- # File 'exceptions.rb', line 340
+ # File 'exceptions.rb', line 343
def name
@name
diff --git a/docs/TapCoreRemoteMismatchError.html b/docs/TapCoreRemoteMismatchError.html
index 6f37cdc20..90d7a371c 100644
--- a/docs/TapCoreRemoteMismatchError.html
+++ b/docs/TapCoreRemoteMismatchError.html
@@ -197,16 +197,16 @@
-329
-330
-331
332
333
334
-335
+335
+336
+337
+338
|
- # File 'exceptions.rb', line 329
+ # File 'exceptions.rb', line 332
def message
<<~EOS
diff --git a/docs/TapFormulaAmbiguityError.html b/docs/TapFormulaAmbiguityError.html
index d55bab421..f19c23135 100644
--- a/docs/TapFormulaAmbiguityError.html
+++ b/docs/TapFormulaAmbiguityError.html
@@ -268,9 +268,6 @@
-268
-269
-270
271
272
273
@@ -281,10 +278,13 @@
278
279
280
-281
+281
+282
+283
+284
|
- # File 'exceptions.rb', line 268
+ # File 'exceptions.rb', line 271
def initialize(name, loaders)
@name = name
@@ -337,12 +337,12 @@
-266
-267
-268
+269
+270
+271
|
- # File 'exceptions.rb', line 266
+ # File 'exceptions.rb', line 269
def loaders
@loaders
@@ -379,12 +379,12 @@
-266
-267
-268
+269
+270
+271
|
- # File 'exceptions.rb', line 266
+ # File 'exceptions.rb', line 269
def name
@name
@@ -421,12 +421,12 @@
-266
-267
-268
+269
+270
+271
|
- # File 'exceptions.rb', line 266
+ # File 'exceptions.rb', line 269
def taps
@taps
diff --git a/docs/TapFormulaClassUnavailableError.html b/docs/TapFormulaClassUnavailableError.html
index d06f8e1c3..2d5caf5b6 100644
--- a/docs/TapFormulaClassUnavailableError.html
+++ b/docs/TapFormulaClassUnavailableError.html
@@ -289,15 +289,15 @@
-245
-246
-247
248
249
-250
+250
+251
+252
+253
|
- # File 'exceptions.rb', line 245
+ # File 'exceptions.rb', line 248
def initialize(tap, name, path, class_name, class_list)
@path = path
@@ -342,12 +342,12 @@
-243
-244
-245
+246
+247
+248
|
- # File 'exceptions.rb', line 243
+ # File 'exceptions.rb', line 246
def tap
@tap
diff --git a/docs/TapFormulaOrCaskUnavailableError.html b/docs/TapFormulaOrCaskUnavailableError.html
index 453d2864b..868a28263 100644
--- a/docs/TapFormulaOrCaskUnavailableError.html
+++ b/docs/TapFormulaOrCaskUnavailableError.html
@@ -254,13 +254,13 @@
-124
-125
-126
-127
+127
+128
+129
+130
|
- # File 'exceptions.rb', line 124
+ # File 'exceptions.rb', line 127
def initialize(tap, name)
super "#{tap}/#{name}"
@@ -303,12 +303,12 @@
-122
-123
-124
+125
+126
+127
|
- # File 'exceptions.rb', line 122
+ # File 'exceptions.rb', line 125
def tap
@tap
@@ -363,14 +363,14 @@
-130
-131
-132
133
-134
+134
+135
+136
+137
|
- # File 'exceptions.rb', line 130
+ # File 'exceptions.rb', line 133
def to_s
s = super
diff --git a/docs/TapFormulaUnavailableError.html b/docs/TapFormulaUnavailableError.html
index 7f89b4010..a3e079633 100644
--- a/docs/TapFormulaUnavailableError.html
+++ b/docs/TapFormulaUnavailableError.html
@@ -330,15 +330,15 @@
-225
-226
-227
228
229
-230
+230
+231
+232
+233
|
- # File 'exceptions.rb', line 225
+ # File 'exceptions.rb', line 228
def initialize(tap, name)
@tap = tap
@@ -383,12 +383,12 @@
-223
-224
-225
+226
+227
+228
|
- # File 'exceptions.rb', line 223
+ # File 'exceptions.rb', line 226
def repo
@repo
@@ -425,12 +425,12 @@
-223
-224
-225
+226
+227
+228
|
- # File 'exceptions.rb', line 223
+ # File 'exceptions.rb', line 226
def tap
@tap
@@ -467,12 +467,12 @@
-223
-224
-225
+226
+227
+228
|
- # File 'exceptions.rb', line 223
+ # File 'exceptions.rb', line 226
def user
@user
@@ -504,14 +504,14 @@
-232
-233
-234
235
-236
+236
+237
+238
+239
|
- # File 'exceptions.rb', line 232
+ # File 'exceptions.rb', line 235
def to_s
s = super
diff --git a/docs/TapFormulaUnreadableError.html b/docs/TapFormulaUnreadableError.html
index 0c4a4416e..f7fff582e 100644
--- a/docs/TapFormulaUnreadableError.html
+++ b/docs/TapFormulaUnreadableError.html
@@ -257,14 +257,14 @@
-257
-258
-259
260
-261
+261
+262
+263
+264
|
- # File 'exceptions.rb', line 257
+ # File 'exceptions.rb', line 260
def initialize(tap, name, error)
super(tap, name)
diff --git a/docs/TapNoCustomRemoteError.html b/docs/TapNoCustomRemoteError.html
index 45e7b69b6..58253db58 100644
--- a/docs/TapNoCustomRemoteError.html
+++ b/docs/TapNoCustomRemoteError.html
@@ -214,16 +214,16 @@
-355
-356
-357
358
359
360
-361
+361
+362
+363
+364
|
- # File 'exceptions.rb', line 355
+ # File 'exceptions.rb', line 358
def initialize(name)
@name = name
@@ -269,12 +269,12 @@
-353
-354
-355
+356
+357
+358
|
- # File 'exceptions.rb', line 353
+ # File 'exceptions.rb', line 356
def name
@name
diff --git a/docs/TapRemoteMismatchError.html b/docs/TapRemoteMismatchError.html
index e4a5e6074..516036467 100644
--- a/docs/TapRemoteMismatchError.html
+++ b/docs/TapRemoteMismatchError.html
@@ -294,16 +294,16 @@
-311
-312
-313
314
315
316
-317
+317
+318
+319
+320
|
- # File 'exceptions.rb', line 311
+ # File 'exceptions.rb', line 314
def initialize(name, expected_remote, actual_remote)
@name = name
@@ -349,12 +349,12 @@
-309
-310
-311
+312
+313
+314
|
- # File 'exceptions.rb', line 309
+ # File 'exceptions.rb', line 312
def actual_remote
@actual_remote
@@ -391,12 +391,12 @@
-309
-310
-311
+312
+313
+314
|
- # File 'exceptions.rb', line 309
+ # File 'exceptions.rb', line 312
def expected_remote
@expected_remote
@@ -433,12 +433,12 @@
-309
-310
-311
+312
+313
+314
|
- # File 'exceptions.rb', line 309
+ # File 'exceptions.rb', line 312
def name
@name
@@ -470,15 +470,15 @@
-319
-320
-321
322
323
-324
+324
+325
+326
+327
|
- # File 'exceptions.rb', line 319
+ # File 'exceptions.rb', line 322
def message
<<~EOS
diff --git a/docs/TapUnavailableError.html b/docs/TapUnavailableError.html
index 9de309766..83633073a 100644
--- a/docs/TapUnavailableError.html
+++ b/docs/TapUnavailableError.html
@@ -214,9 +214,6 @@
-288
-289
-290
291
292
293
@@ -230,10 +227,13 @@
301
302
303
-304
+304
+305
+306
+307
|
- # File 'exceptions.rb', line 288
+ # File 'exceptions.rb', line 291
def initialize(name)
@name = name
@@ -289,12 +289,12 @@
-286
-287
-288
+289
+290
+291
|
- # File 'exceptions.rb', line 286
+ # File 'exceptions.rb', line 289
def name
@name
diff --git a/docs/UnbottledError.html b/docs/UnbottledError.html
index ad5a17f78..42da63d6a 100644
--- a/docs/UnbottledError.html
+++ b/docs/UnbottledError.html
@@ -183,19 +183,19 @@
-557
-558
-559
560
561
562
563
564
565
-566
+566
+567
+568
+569
|
- # File 'exceptions.rb', line 557
+ # File 'exceptions.rb', line 560
def initialize(formulae)
msg = +<<~EOS
diff --git a/docs/UnsatisfiedRequirements.html b/docs/UnsatisfiedRequirements.html
index f15a23d38..b7d4f51e2 100644
--- a/docs/UnsatisfiedRequirements.html
+++ b/docs/UnsatisfiedRequirements.html
@@ -182,16 +182,16 @@
-388
-389
-390
391
392
393
-394
+394
+395
+396
+397
|
- # File 'exceptions.rb', line 388
+ # File 'exceptions.rb', line 391
def initialize(reqs)
if reqs.length == 1
|