diff --git a/docs/AbstractCoreTap.html b/docs/AbstractCoreTap.html index f55f3478f..528034cd5 100644 --- a/docs/AbstractCoreTap.html +++ b/docs/AbstractCoreTap.html @@ -240,7 +240,7 @@

Methods inherited from Tap

-

#==, #audit_exception, #audit_exceptions, #cask_dir, #cask_files, cask_files_by_name, #cask_renames, #cask_tokens, #clear_cache, cmd_directories, #command_dir, #command_files, #config, #contents, #custom_remote?, default_cask_tap, #default_remote, each, fetch, #fix_remote_configuration, #formula_dir, #formula_files, formula_files_by_name, #formula_names, #formula_renames, #formula_reverse_renames, from_path, #git?, #git_branch, #git_head, #git_last_commit, #install, install_default_cask_tap_if_necessary, #installed?, #issues_url, #link_completions_and_manpages, names, #new_cask_path, #new_formula_path, #official?, #potential_formula_dirs, #private?, #pypi_formula_mappings, #relative_cask_path, #remote, #remote_repo, #reverse_cask_renames, reverse_tap_migrations_renames, #shallow?, #style_exceptions, #tap_migrations, #to_hash, #to_s, #uninstall, untapped_official_taps

+

#==, #audit_exception, #audit_exceptions, #cask_dir, #cask_files, #cask_renames, #cask_tokens, #clear_cache, cmd_directories, #command_dir, #command_files, #config, #contents, #custom_remote?, default_cask_tap, #default_remote, each, fetch, #fix_remote_configuration, #formula_dir, #formula_files, #formula_names, #formula_renames, #formula_reverse_renames, from_path, #git?, #git_branch, #git_head, #git_last_commit, #install, install_default_cask_tap_if_necessary, #installed?, #issues_url, #link_completions_and_manpages, names, #new_cask_path, #new_formula_path, #official?, #potential_formula_dirs, #private?, #pypi_formula_mappings, #relative_cask_path, #remote, #remote_repo, #reverse_cask_renames, reverse_tap_migrations_renames, #shallow?, #style_exceptions, #tap_migrations, #to_hash, #to_s, #uninstall, untapped_official_taps

@@ -294,14 +294,14 @@

 
 
-985
-986
-987
-988
-989
+1005 +1006 +1007 +1008 +1009 -
# File 'tap.rb', line 985
+      
# File 'tap.rb', line 1005
 
 def self.ensure_installed!
   # odeprecated "`#{self}.ensure_installed!`", "`#{self}.instance.ensure_installed!`"
@@ -351,12 +351,12 @@ 

 
 
-972
-973
-974
+992 +993 +994

-
# File 'tap.rb', line 972
+      
# File 'tap.rb', line 992
 
 def self.instance
   @instance ||= T.unsafe(self).new
@@ -397,15 +397,15 @@ 

 
 
-977
-978
-979
-980
-981
-982
+997 +998 +999 +1000 +1001 +1002

-
# File 'tap.rb', line 977
+      
# File 'tap.rb', line 997
 
 def ensure_installed!
   return unless Homebrew::EnvConfig.no_install_from_api?
diff --git a/docs/Cask/CaskLoader.html b/docs/Cask/CaskLoader.html
index 86b4b3415..7f0adb502 100644
--- a/docs/Cask/CaskLoader.html
+++ b/docs/Cask/CaskLoader.html
@@ -244,7 +244,7 @@ 

  • - .tap_cask_token_type(tapped_token, warn:) ⇒ Object + .tap_cask_token_type(tapped_token, warn:) ⇒ Array(String, Tap, [Symbol, nil])? @@ -313,12 +313,12 @@

     
     
    -584
    -585
    -586
    +589 +590 +591

  • -
    # File 'cask/cask_loader.rb', line 584
    +      
    # File 'cask/cask_loader.rb', line 589
     
     def self.default_path(token)
       find_cask_in_tap(token.to_s.downcase, CoreCaskTap.instance)
    @@ -358,21 +358,19 @@ 

     
     
    -588
    -589
    -590
    -591
    -592
    -593
    +593 +594 +595 +596 +597

    -
    # File 'cask/cask_loader.rb', line 588
    +      
    # File 'cask/cask_loader.rb', line 593
     
     def self.find_cask_in_tap(token, tap)
       filename = "#{token}.rb"
     
    -  Tap.cask_files_by_name(tap)
    -     .fetch(token, tap.cask_dir/filename)
    +  tap.cask_files_by_name.fetch(token, tap.cask_dir/filename)
     end
    @@ -409,11 +407,6 @@

     
     
    -564
    -565
    -566
    -567
    -568
     569
     570
     571
    @@ -427,10 +420,15 @@ 

    579 580 581 -582

    +582 +583 +584 +585 +586 +587

    -
    # File 'cask/cask_loader.rb', line 564
    +      
    # File 'cask/cask_loader.rb', line 569
     
     def self.for(ref, need_path: false, warn: true)
       [
    @@ -549,7 +547,7 @@ 

    - .tap_cask_token_type(tapped_token, warn:) ⇒ Object + .tap_cask_token_type(tapped_token, warn:) ⇒ Array(String, Tap, [Symbol, nil])? @@ -568,7 +566,46 @@

    +

    Parameters:

    +
      + +
    • + + tapped_token + + + (String) + + + +
    • +
    • + + warn + + + (Boolean) + + + +
    • + +
    + +

    Returns:

    +
    @@ -576,7 +613,6 @@

     
     
    -532
     533
     534
     535
    @@ -606,14 +642,21 @@ 

    559 560 561 -562

    +562 +563 +564 +565 +566 +567

    diff --git a/docs/Cask/Installer.html b/docs/Cask/Installer.html index 87f605115..9965ab845 100644 --- a/docs/Cask/Installer.html +++ b/docs/Cask/Installer.html @@ -1654,8 +1654,8 @@

    return unless @cask.conflicts_with @cask.conflicts_with[:cask].each do |conflicting_cask| - if (match = conflicting_cask.match(HOMEBREW_TAP_CASK_REGEX)) - conflicting_cask_tap = Tap.fetch(match[1], match[2]) + if (conflicting_cask_tap_with_token = Tap.with_cask_token(conflicting_cask)) + conflicting_cask_tap, = conflicting_cask_tap_with_token next unless conflicting_cask_tap.installed? end diff --git a/docs/CoreCaskTap.html b/docs/CoreCaskTap.html index 60910356f..e9d56169c 100644 --- a/docs/CoreCaskTap.html +++ b/docs/CoreCaskTap.html @@ -274,7 +274,7 @@

    Methods inherited from Methods inherited from Tap

    -

    #==, #audit_exception, #audit_exceptions, #cask_dir, cask_files_by_name, #clear_cache, cmd_directories, #command_dir, #command_files, #config, #contents, #custom_remote?, default_cask_tap, #default_remote, each, #ensure_installed!, fetch, #fix_remote_configuration, #formula_dir, #formula_files, formula_files_by_name, #formula_names, #formula_renames, #formula_reverse_renames, from_path, #git?, #git_branch, #git_head, #git_last_commit, #install, install_default_cask_tap_if_necessary, #installed?, #issues_url, #link_completions_and_manpages, names, #new_formula_path, #official?, #potential_formula_dirs, #private?, #pypi_formula_mappings, #relative_cask_path, #remote, #remote_repo, #reverse_cask_renames, reverse_tap_migrations_renames, #shallow?, #style_exceptions, #to_hash, #to_s, #uninstall, untapped_official_taps

    +

    #==, #audit_exception, #audit_exceptions, #cask_dir, #clear_cache, cmd_directories, #command_dir, #command_files, #config, #contents, #custom_remote?, default_cask_tap, #default_remote, each, #ensure_installed!, fetch, #fix_remote_configuration, #formula_dir, #formula_files, #formula_names, #formula_renames, #formula_reverse_renames, from_path, #git?, #git_branch, #git_head, #git_last_commit, #install, install_default_cask_tap_if_necessary, #installed?, #issues_url, #link_completions_and_manpages, names, #new_formula_path, #official?, #potential_formula_dirs, #private?, #pypi_formula_mappings, #relative_cask_path, #remote, #remote_repo, #reverse_cask_renames, reverse_tap_migrations_renames, #shallow?, #style_exceptions, #to_hash, #to_s, #uninstall, untapped_official_taps

    @@ -341,14 +341,14 @@

     
     
    -1236
    -1237
    -1238
    -1239
    -1240
    +1256 +1257 +1258 +1259 +1260

    @@ -855,18 +859,18 @@

     
     
    -156
    -157
     158
     159
     160
     161
     162
     163
    -164
    +164 +165 +166

    @@ -1930,8 +1928,6 @@

     
     
    -1086
    -1087
     1088
     1089
     1090
    @@ -1947,10 +1943,12 @@ 

    1100 1101 1102 -1103

    +1103 +1104 +1105

    +742 +743 +744 +745 +746 +747 +748 +
    -
    # File 'cask/cask_loader.rb', line 532
    +      
    # File 'cask/cask_loader.rb', line 533
     
     def self.tap_cask_token_type(tapped_token, warn:)
    -  user, repo, token = tapped_token.split("/", 3).map(&:downcase)
    -  tap = Tap.fetch(user, repo)
    +  return unless (tap_with_token = Tap.with_cask_token(tapped_token))
    +
    +  tap, token = tap_with_token
    +
       type = nil
     
       if (new_token = tap.cask_renames[token].presence)
    @@ -632,7 +675,9 @@ 

    opoo "Tap migration for #{tapped_token} points to itself, stopping recursion." else old_token = tap.core_cask_tap? ? token : tapped_token - token, tap, = tap_cask_token_type(new_tapped_token, warn: false) + return unless (token_tap_type = tap_cask_token_type(new_tapped_token, warn: false)) + + token, tap, = token_tap_type new_token = new_tap.core_cask_tap? ? token : "#{tap}/#{token}" type = :migration end diff --git a/docs/Cask/CaskLoader/FromTapLoader.html b/docs/Cask/CaskLoader/FromTapLoader.html index 03b6017cc..3df9bc9d3 100644 --- a/docs/Cask/CaskLoader/FromTapLoader.html +++ b/docs/Cask/CaskLoader/FromTapLoader.html @@ -506,9 +506,9 @@

    def self.try_new(ref, warn: false) ref = ref.to_s - return unless ref.match?(HOMEBREW_TAP_CASK_REGEX) + return unless (token_tap_type = CaskLoader.tap_cask_token_type(ref, warn: warn)) - token, tap, = CaskLoader.tap_cask_token_type(ref, warn: warn) + token, tap, = token_tap_type new("#{tap}/#{token}") end

    -
    # File 'tap.rb', line 1236
    +      
    # File 'tap.rb', line 1256
     
     def cask_files
       return super if Homebrew::EnvConfig.no_install_from_api?
    @@ -398,16 +398,16 @@ 

     
     
    -1264
    -1265
    -1266
    -1267
    -1268
    -1269
    -1270
    +1284 +1285 +1286 +1287 +1288 +1289 +1290

    -
    # File 'tap.rb', line 1264
    +      
    # File 'tap.rb', line 1284
     
     def cask_renames
       @cask_renames ||= if Homebrew::EnvConfig.no_install_from_api?
    @@ -459,14 +459,14 @@ 

     
     
    -1243
    -1244
    -1245
    -1246
    -1247
    +1263 +1264 +1265 +1266 +1267

    -
    # File 'tap.rb', line 1243
    +      
    # File 'tap.rb', line 1263
     
     def cask_tokens
       return super if Homebrew::EnvConfig.no_install_from_api?
    @@ -531,13 +531,13 @@ 

     
     
    -1230
    -1231
    -1232
    -1233
    +1250 +1251 +1252 +1253

    -
    # File 'tap.rb', line 1230
    +      
    # File 'tap.rb', line 1250
     
     def new_cask_path(token)
       cask_subdir = token[0].to_s
    @@ -586,18 +586,18 @@ 

     
     
    -1273
    -1274
    -1275
    -1276
    -1277
    -1278
    -1279
    -1280
    -1281
    +1293 +1294 +1295 +1296 +1297 +1298 +1299 +1300 +1301

    -
    # File 'tap.rb', line 1273
    +      
    # File 'tap.rb', line 1293
     
     def tap_migrations
       @tap_migrations ||= if Homebrew::EnvConfig.no_install_from_api?
    diff --git a/docs/CoreTap.html b/docs/CoreTap.html
    index d205822ea..c1e2b1295 100644
    --- a/docs/CoreTap.html
    +++ b/docs/CoreTap.html
    @@ -274,7 +274,7 @@ 

    Methods inherited from Methods inherited from Tap

    -

    #==, #audit_exception, #cask_dir, #cask_files, cask_files_by_name, #cask_renames, #cask_tokens, #clear_cache, cmd_directories, #command_dir, #command_files, #config, #contents, #custom_remote?, default_cask_tap, #default_remote, each, fetch, #fix_remote_configuration, formula_files_by_name, #formula_reverse_renames, from_path, #git?, #git_branch, #git_head, #git_last_commit, install_default_cask_tap_if_necessary, #installed?, #issues_url, #link_completions_and_manpages, names, #new_cask_path, #official?, #potential_formula_dirs, #private?, #relative_cask_path, #remote_repo, #reverse_cask_renames, reverse_tap_migrations_renames, #shallow?, #to_hash, #to_s, untapped_official_taps

    +

    #==, #audit_exception, #cask_dir, #cask_files, #cask_renames, #cask_tokens, #clear_cache, cmd_directories, #command_dir, #command_files, #config, #contents, #custom_remote?, default_cask_tap, #default_remote, each, fetch, #fix_remote_configuration, #formula_reverse_renames, from_path, #git?, #git_branch, #git_head, #git_last_commit, install_default_cask_tap_if_necessary, #installed?, #issues_url, #link_completions_and_manpages, names, #new_cask_path, #official?, #potential_formula_dirs, #private?, #relative_cask_path, #remote_repo, #reverse_cask_renames, reverse_tap_migrations_renames, #shallow?, #to_hash, #to_s, untapped_official_taps

    @@ -328,14 +328,14 @@

     
     
    -1009
    -1010
    -1011
    -1012
    -1013
    +1029 +1030 +1031 +1032 +1033

    -
    # File 'tap.rb', line 1009
    +      
    # File 'tap.rb', line 1029
     
     def ensure_installed!
       return if ENV["HOMEBREW_TESTS"]
    @@ -385,24 +385,24 @@ 

     
     
    -1023
    -1024
    -1025
    -1026
    -1027
    -1028
    -1029
    -1030
    -1031
    -1032
    -1033
    -1034
    -1035
    -1036
    -1037
    +1043 +1044 +1045 +1046 +1047 +1048 +1049 +1050 +1051 +1052 +1053 +1054 +1055 +1056 +1057

    -
    # File 'tap.rb', line 1023
    +      
    # File 'tap.rb', line 1043
     
     def install(quiet: false, clone_target: nil, force_auto_update: nil,
                 custom_remote: false, verify: false, force: false)
    @@ -477,20 +477,20 @@ 

     
     
    -1069
    -1070
    -1071
    -1072
    -1073
    -1074
    -1075
    -1076
    -1077
    -1078
    -1079
    +1089 +1090 +1091 +1092 +1093 +1094 +1095 +1096 +1097 +1098 +1099

    -
    # File 'tap.rb', line 1069
    +      
    # File 'tap.rb', line 1089
     
     def new_formula_path(name)
       formula_subdir = if name.start_with?("lib")
    @@ -546,14 +546,14 @@ 

     
     
    -1016
    -1017
    -1018
    -1019
    -1020
    +1036 +1037 +1038 +1039 +1040

    -
    # File 'tap.rb', line 1016
    +      
    # File 'tap.rb', line 1036
     
     def remote
       super if Homebrew::EnvConfig.no_install_from_api?
    @@ -603,24 +603,24 @@ 

     
     
    -1198
    -1199
    -1200
    -1201
    -1202
    -1203
    -1204
    -1205
    -1206
    -1207
    -1208
    -1209
    -1210
    -1211
    -1212
    +1218 +1219 +1220 +1221 +1222 +1223 +1224 +1225 +1226 +1227 +1228 +1229 +1230 +1231 +1232

    -
    # File 'tap.rb', line 1198
    +      
    # File 'tap.rb', line 1218
     
     def to_api_hash
       formulae_api_hash = formula_names.to_h do |name|
    diff --git a/docs/Dependency.html b/docs/Dependency.html
    index 4e7dacb21..277aed4ab 100644
    --- a/docs/Dependency.html
    +++ b/docs/Dependency.html
    @@ -701,7 +701,9 @@ 

    20 21 22 -23

    +23 +24 +25
    # File 'dependency.rb', line 16
    @@ -712,7 +714,9 @@ 

    @name = name @tags = tags - @tap = Tap.fetch(Regexp.last_match(1), Regexp.last_match(2)) if name =~ HOMEBREW_TAP_FORMULA_REGEX + return unless (tap_with_name = Tap.with_formula_name(name)) + + @tap, = tap_with_name end

    -
    # File 'dependency.rb', line 156
    +      
    # File 'dependency.rb', line 158
     
     def action(dependent, dep, &block)
       catch(:action) do
    @@ -916,8 +920,6 @@ 

     
     
    -113
    -114
     115
     116
     117
    @@ -957,10 +959,12 @@ 

    151 152 153 -154

    +154 +155 +156

    -
    # File 'dependency.rb', line 113
    +      
    # File 'dependency.rb', line 115
     
     def expand(dependent, deps = dependent.deps, cache_key: nil, &block)
       # Keep track dependencies to avoid infinite cyclic dependency recursion.
    @@ -1039,12 +1043,12 @@ 

     
     
    -180
    -181
    -182
    +182 +183 +184

    -
    # File 'dependency.rb', line 180
    +      
    # File 'dependency.rb', line 182
     
     def keep_but_prune_recursive_deps
       throw(:action, :keep_but_prune_recursive_deps)
    @@ -1084,8 +1088,6 @@ 

     
     
    -184
    -185
     186
     187
     188
    @@ -1095,10 +1097,12 @@ 

    192 193 194 -195

    +195 +196 +197

    -
    # File 'dependency.rb', line 184
    +      
    # File 'dependency.rb', line 186
     
     def merge_repeats(all)
       grouped = all.group_by(&:name)
    @@ -1147,12 +1151,12 @@ 

     
     
    -168
    -169
    -170
    +170 +171 +172

    -
    # File 'dependency.rb', line 168
    +      
    # File 'dependency.rb', line 170
     
     def prune
       throw(:action, :prune)
    @@ -1192,12 +1196,12 @@ 

     
     
    -174
    -175
    -176
    +176 +177 +178

    -
    # File 'dependency.rb', line 174
    +      
    # File 'dependency.rb', line 176
     
     def skip
       throw(:action, :skip)
    @@ -1247,12 +1251,12 @@ 

     
     
    -29
    -30
    -31
    +31 +32 +33

    -
    # File 'dependency.rb', line 29
    +      
    # File 'dependency.rb', line 31
     
     def ==(other)
       instance_of?(other.class) && name == other.name && tags == other.tags
    @@ -1320,12 +1324,12 @@ 

     
     
    -103
    -104
    -105
    +105 +106 +107

    -
    # File 'dependency.rb', line 103
    +      
    # File 'dependency.rb', line 105
     
     def dup_with_formula_name(formula)
       self.class.new(formula.full_name.to_s, tags)
    @@ -1365,12 +1369,12 @@ 

     
     
    -34
    -35
    -36
    +36 +37 +38

    -
    # File 'dependency.rb', line 34
    +      
    # File 'dependency.rb', line 36
     
     def hash
       [name, tags].hash
    @@ -1423,12 +1427,12 @@ 

     
     
    -98
    -99
    -100
    +100 +101 +102

    -
    # File 'dependency.rb', line 98
    +      
    # File 'dependency.rb', line 100
     
     def inspect
       "#<#{self.class.name}: #{name.inspect} #{tags.inspect}>"
    @@ -1511,8 +1515,6 @@ 

     
     
    -45
    -46
     47
     48
     49
    @@ -1538,10 +1540,12 @@ 

    69 70 71 -72

    +72 +73 +74

    -
    # File 'dependency.rb', line 45
    +      
    # File 'dependency.rb', line 47
     
     def installed?(minimum_version: nil, minimum_revision: nil)
       formula = begin
    @@ -1606,17 +1610,17 @@ 

     
     
    -79
    -80
     81
     82
     83
     84
     85
    -86
    +86 +87 +88

    -
    # File 'dependency.rb', line 79
    +      
    # File 'dependency.rb', line 81
     
     def missing_options(inherited_options)
       formula = to_formula
    @@ -1661,12 +1665,12 @@ 

     
     
    -88
    -89
    -90
    +90 +91 +92

    -
    # File 'dependency.rb', line 88
    +      
    # File 'dependency.rb', line 90
     
     def option_names
       [name.split("/").last].freeze
    @@ -1719,13 +1723,13 @@ 

     
     
    -74
    -75
     76
    -77
    +77 +78 +79

    -
    # File 'dependency.rb', line 74
    +      
    # File 'dependency.rb', line 76
     
     def satisfied?(inherited_options = [], minimum_version: nil, minimum_revision: nil)
       installed?(minimum_version: minimum_version, minimum_revision: minimum_revision) &&
    @@ -1766,14 +1770,14 @@ 

     
     
    -38
    -39
     40
     41
    -42
    +42 +43 +44

    -
    # File 'dependency.rb', line 38
    +      
    # File 'dependency.rb', line 40
     
     def to_formula
       formula = Formulary.factory(name, warn: false)
    @@ -1815,12 +1819,12 @@ 

     
     
    -25
    -26
    -27
    +27 +28 +29

    -
    # File 'dependency.rb', line 25
    +      
    # File 'dependency.rb', line 27
     
     def to_s
       name
    @@ -1873,12 +1877,12 @@ 

     
     
    -93
    -94
    -95
    +95 +96 +97

    -
    # File 'dependency.rb', line 93
    +      
    # File 'dependency.rb', line 95
     
     def uses_from_macos?
       false
    diff --git a/docs/Formulary.html b/docs/Formulary.html
    index fbff85077..9f58afc11 100644
    --- a/docs/Formulary.html
    +++ b/docs/Formulary.html
    @@ -756,7 +756,7 @@ 

  • - .tap_formula_name_type(tapped_name, warn:) ⇒ Object + .tap_formula_name_type(tapped_name, warn:) ⇒ Array(String, Tap, [Symbol, nil])? @@ -858,16 +858,16 @@

     
     
    -1118
    -1119
     1120
     1121
     1122
     1123
    -1124
    +1124 +1125 +1126

  • -
    # File 'formulary.rb', line 1118
    +      
    # File 'formulary.rb', line 1120
     
     def self.canonical_name(ref)
       loader_for(ref).name
    @@ -1090,12 +1090,12 @@ 

     
     
    -1192
    -1193
    -1194
    +1200 +1201 +1202

    -
    # File 'formulary.rb', line 1192
    +      
    # File 'formulary.rb', line 1200
     
     def self.core_path(name)
       find_formula_in_tap(name.to_s.downcase, CoreTap.instance)
    @@ -1352,8 +1352,6 @@ 

     
     
    -948
    -949
     950
     951
     952
    @@ -1382,10 +1380,12 @@ 

    975 976 977 -978

    +978 +979 +980

    -
    # File 'formulary.rb', line 948
    +      
    # File 'formulary.rb', line 950
     
     def self.factory(
       ref,
    @@ -1550,19 +1550,18 @@ 

     
     
    -1197
    -1198
    -1199
    -1200
    -1201
    -1202
    -1203
    -1204
     1205
    -1206
    +1206 +1207 +1208 +1209 +1210 +1211 +1212 +1213

    -
    # File 'formulary.rb', line 1197
    +      
    # File 'formulary.rb', line 1205
     
     def self.find_formula_in_tap(name, tap)
       filename = if name.end_with?(".rb")
    @@ -1571,8 +1570,7 @@ 

    "#{name}.rb" end - Tap.formula_files_by_name(tap) - .fetch(name, tap.formula_dir/filename) + tap.formula_files_by_name.fetch(name, tap.formula_dir/filename) end

    -
    # File 'formulary.rb', line 1086
    +      
    # File 'formulary.rb', line 1088
     
     def self.from_contents(
       name,
    @@ -2085,8 +2083,6 @@ 

     
     
    -1036
    -1037
     1038
     1039
     1040
    @@ -2120,10 +2116,12 @@ 

    1068 1069 1070 -1071

    +1071 +1072 +1073

    -
    # File 'formulary.rb', line 1036
    +      
    # File 'formulary.rb', line 1038
     
     def self.from_keg(
       keg,
    @@ -2297,8 +2295,6 @@ 

     
     
    -996
    -997
     998
     999
     1000
    @@ -2317,10 +2313,12 @@ 

    1013 1014 1015 -1016

    +1016 +1017 +1018

    -
    # File 'formulary.rb', line 996
    +      
    # File 'formulary.rb', line 998
     
     def self.from_rack(
       rack, spec = T.unsafe(nil),
    @@ -2391,14 +2389,14 @@ 

     
     
    -1019
    -1020
     1021
     1022
    -1023
    +1023 +1024 +1025

    -
    # File 'formulary.rb', line 1019
    +      
    # File 'formulary.rb', line 1021
     
     def self.keg_only?(rack)
       Formulary.from_rack(rack).keg_only?
    @@ -3316,14 +3314,6 @@ 

     
     
    -1170
    -1171
    -1172
    -1173
    -1174
    -1175
    -1176
    -1177
     1178
     1179
     1180
    @@ -3336,10 +3326,18 @@ 

    1187 1188 1189 -1190

    +1190 +1191 +1192 +1193 +1194 +1195 +1196 +1197 +1198

    -
    # File 'formulary.rb', line 1170
    +      
    # File 'formulary.rb', line 1178
     
     def self.loader_for(ref, from: T.unsafe(nil), warn: true)
       options = { from: from, warn: warn }.compact
    @@ -3474,12 +3472,12 @@ 

     
     
    -1126
    -1127
    -1128
    +1128 +1129 +1130

    -
    # File 'formulary.rb', line 1126
    +      
    # File 'formulary.rb', line 1128
     
     def self.path(ref)
       loader_for(ref).path
    @@ -3729,7 +3727,7 @@ 

    - .tap_formula_name_type(tapped_name, warn:) ⇒ Object + .tap_formula_name_type(tapped_name, warn:) ⇒ Array(String, Tap, [Symbol, nil])? @@ -3748,7 +3746,46 @@

    +

    Parameters:

    +
      + +
    • + + tapped_name + + + (String) + + + +
    • +
    • + + warn + + + (Boolean) + + + +
    • + +
    + +

    Returns:

    +
    @@ -3756,9 +3793,6 @@

     
     
    -1130
    -1131
    -1132
     1133
     1134
     1135
    @@ -3794,14 +3828,24 @@ 

    1165 1166 1167 -1168

    +1168 +1169 +1170 +1171 +1172 +1173 +1174 +1175 +1176

    -
    # File 'formulary.rb', line 1130
    +      
    # File 'formulary.rb', line 1133
     
     def self.tap_formula_name_type(tapped_name, warn:)
    -  user, repo, name = tapped_name.split("/", 3).map(&:downcase)
    -  tap = Tap.fetch(user, repo)
    +  return unless (tap_with_name = Tap.with_formula_name(tapped_name))
    +
    +  tap, name = tap_with_name
    +
       type = nil
     
       # FIXME: Remove the need to do this here.
    @@ -3810,7 +3854,7 @@ 

    if (possible_alias = tap.alias_table[alias_table_key].presence) # FIXME: Remove the need to split the name and instead make # the alias table only contain short names. - name = possible_alias.split("/").last + name = T.must(possible_alias.split("/").last) type = :alias elsif (new_name = tap.formula_renames[name].presence) old_name = tap.core_tap? ? name : tapped_name @@ -3828,7 +3872,10 @@

    opoo "Tap migration for #{tapped_name} points to itself, stopping recursion." else old_name = tap.core_tap? ? name : tapped_name - name, tap, = tap_formula_name_type(new_tapped_name, warn: false) + return unless (name_tap_type = tap_formula_name_type(new_tapped_name, warn: false)) + + name, tap, = name_tap_type + new_name = new_tap.core_tap? ? name : "#{tap}/#{name}" type = :migration end @@ -3873,8 +3920,6 @@

     
     
    -1105
    -1106
     1107
     1108
     1109
    @@ -3884,10 +3929,12 @@ 

    1113 1114 1115 -1116

    +1116 +1117 +1118

    -
    # File 'formulary.rb', line 1105
    +      
    # File 'formulary.rb', line 1107
     
     def self.to_rack(ref)
       # If using a fully-scoped reference, check if the formula can be resolved.
    diff --git a/docs/Formulary/FromAPILoader.html b/docs/Formulary/FromAPILoader.html
    index 0174d7195..68494b683 100644
    --- a/docs/Formulary/FromAPILoader.html
    +++ b/docs/Formulary/FromAPILoader.html
    @@ -313,17 +313,17 @@ 

     
     
    -908
    -909
     910
     911
     912
     913
     914
    -915
    +915 +916 +917

    -
    # File 'formulary.rb', line 908
    +      
    # File 'formulary.rb', line 910
     
     def initialize(name, tap: T.unsafe(nil), alias_name: T.unsafe(nil))
       options = {
    @@ -452,7 +452,9 @@ 

    902 903 904 -905

    +905 +906 +907
    # File 'formulary.rb', line 882
    @@ -471,7 +473,9 @@ 

    ref = "#{CoreTap.instance}/#{name}" - name, tap, type = Formulary.tap_formula_name_type(ref, warn: warn) + return unless (name_tap_type = Formulary.tap_formula_name_type(ref, warn: warn)) + + name, tap, type = name_tap_type options = if type == :alias { alias_name: alias_name.downcase } @@ -522,13 +526,13 @@

     
     
    -917
    -918
     919
    -920
    +920 +921 +922

    -
    # File 'formulary.rb', line 917
    +      
    # File 'formulary.rb', line 919
     
     def klass(flags:, ignore_errors:)
       load_from_api(flags: flags) unless Formulary.formula_class_defined_from_api?(name)
    diff --git a/docs/Formulary/FromTapLoader.html b/docs/Formulary/FromTapLoader.html
    index a91f50d80..7015ab2a5 100644
    --- a/docs/Formulary/FromTapLoader.html
    +++ b/docs/Formulary/FromTapLoader.html
    @@ -671,15 +671,15 @@ 

    def self.try_new(ref, from: T.unsafe(nil), warn: false) ref = ref.to_s - return unless (name = ref[HOMEBREW_TAP_FORMULA_REGEX, :name]) - alias_name = name + return unless (name_tap_type = Formulary.tap_formula_name_type(ref, warn: warn)) - name, tap, type = Formulary.tap_formula_name_type(ref, warn: warn) + name, tap, type = name_tap_type path = Formulary.find_formula_in_tap(name, tap) options = if type == :alias - { alias_name: alias_name.downcase } + # TODO: Simplify this by making `tap_formula_name_type` return the alias name. + { alias_name: T.must(ref[HOMEBREW_TAP_FORMULA_REGEX, :name]).downcase } else {} end diff --git a/docs/Homebrew.html b/docs/Homebrew.html index efba29e7c..96bc4dd95 100644 --- a/docs/Homebrew.html +++ b/docs/Homebrew.html @@ -20273,8 +20273,7 @@

    147 148 149 -150 -151

    +150
    # File 'dev-cmd/extract.rb', line 34
    @@ -20282,9 +20281,8 @@ 

    def self.extract args = extract_args.parse - if (match = args.named.first.match(HOMEBREW_TAP_FORMULA_REGEX)) - name = match[3].downcase - source_tap = Tap.fetch(match[1], match[2]) + if (tap_with_name = args.named.first&.then { Tap.with_formula_name(_1) }) + source_tap, name = tap_with_name else name = args.named.first.downcase source_tap = CoreTap.instance @@ -25017,7 +25015,9 @@

    402 403 404 -405

    +405 +406 +407
    # File 'cmd/install.rb', line 166
    @@ -25034,11 +25034,13 @@ 

    end args.named.each do |name| - next if File.exist?(name) - next unless name =~ HOMEBREW_TAP_FORMULA_REGEX + if (tap_with_name = Tap.with_formula_name(name)) + tap, = tap_with_name + elsif (tap_with_token = Tap.with_cask_token(name)) + tap, = tap_with_token + end - tap = Tap.fetch(Regexp.last_match(1), Regexp.last_match(2)) - tap.ensure_installed! + tap&.ensure_installed! end if args.ignore_dependencies? diff --git a/docs/Tap.html b/docs/Tap.html index bafca0fb9..3631f442d 100644 --- a/docs/Tap.html +++ b/docs/Tap.html @@ -381,28 +381,6 @@

    -
    # File 'tap.rb', line 99
    +      
    # File 'tap.rb', line 131
     
     def full_name
       @full_name
    @@ -1734,12 +1690,12 @@ 

     
     
    -108
    -109
    -110
    +140 +141 +142

    -
    # File 'tap.rb', line 108
    +      
    # File 'tap.rb', line 140
     
     def git_repo
       @git_repo
    @@ -1778,12 +1734,12 @@ 

     
     
    -94
    -95
    -96
    +126 +127 +128

    -
    # File 'tap.rb', line 94
    +      
    # File 'tap.rb', line 126
     
     def name
       @name
    @@ -1834,12 +1790,12 @@ 

     
     
    -104
    -105
    -106
    +136 +137 +138

    -
    # File 'tap.rb', line 104
    +      
    # File 'tap.rb', line 136
     
     def path
       @path
    @@ -1876,12 +1832,12 @@ 

     
     
    -89
    -90
    -91
    +121 +122 +123

    -
    # File 'tap.rb', line 89
    +      
    # File 'tap.rb', line 121
     
     def repo
       @repo
    @@ -1919,12 +1875,12 @@ 

     
     
    -86
    -87
    -88
    +118 +119 +120

    -
    # File 'tap.rb', line 86
    +      
    # File 'tap.rb', line 118
     
     def user
       @user
    @@ -1942,81 +1898,7 @@ 

    Class Method Details

    -

    - - .cask_files_by_name(tap) ⇒ Hash{String => Pathname} - - - - - -

    -
    -

    A cached hash of Cask basenames to Cask file pathnames for a Tap

    - - -
    -
    -
    -

    Parameters:

    -
      - -
    • - - tap - - - (Tap) - - - -
    • - -
    - -

    Returns:

    - - -
    - - - - -
    -
    -
    -
    -595
    -596
    -597
    -598
    -599
    -600
    -
    -
    # File 'tap.rb', line 595
    -
    -def self.cask_files_by_name(tap)
    -  cache_key = "cask_files_by_name_#{tap}"
    -  cache.fetch(cache_key) do |key|
    -    cache[key] = tap.cask_files_by_name
    -  end
    -end
    -
    -
    - -
    -

    +

    .cmd_directoriesArray<Pathname> @@ -2053,12 +1935,12 @@

     
     
    -879
    -880
    -881
    +899 +900 +901

    -
    # File 'tap.rb', line 879
    +      
    # File 'tap.rb', line 899
     
     def self.cmd_directories
       Pathname.glob TAP_DIRECTORY/"*/*/cmd"
    @@ -2106,14 +1988,14 @@ 

     
     
    -69
    -70
    -71
    -72
    -73
    +101 +102 +103 +104 +105

    -
    # File 'tap.rb', line 69
    +      
    # File 'tap.rb', line 101
     
     def self.default_cask_tap
       odisabled "`Tap.default_cask_tap`", "`CoreCaskTap.instance`"
    @@ -2140,30 +2022,30 @@ 

     
     
    -847
    -848
    -849
    -850
    -851
    -852
    -853
    -854
    -855
    -856
    -857
    -858
    -859
    -860
    -861
    -862
    -863
    -864
    -865
    -866
    -867
    +867 +868 +869 +870 +871 +872 +873 +874 +875 +876 +877 +878 +879 +880 +881 +882 +883 +884 +885 +886 +887

    -
    # File 'tap.rb', line 847
    +      
    # File 'tap.rb', line 867
     
     def self.each(&block)
       return to_enum unless block
    @@ -2255,80 +2137,6 @@ 

    - - -
    -

    - - .formula_files_by_name(tap) ⇒ Hash{String => Pathname} - - - - - -

    -
    -

    A cached hash of Formula basenames to Formula file pathnames for a Tap

    - - -
    -
    -
    -

    Parameters:

    -
      - -
    • - - tap - - - (Tap) - - - -
    • - -
    - -

    Returns:

    - - -
    - - - - -
    -
    -
    -
    -565
    -566
    -567
    -568
    -569
    -570
    -
    -
    # File 'tap.rb', line 565
    -
    -def self.formula_files_by_name(tap)
    -  cache_key = "formula_files_by_name_#{tap}"
    -  cache.fetch(cache_key) do |key|
    -    cache[key] = tap.formula_files_by_name
    -  end
    -end
    -
    @@ -2493,14 +2301,14 @@

     
     
    -871
    -872
    -873
    -874
    -875
    +891 +892 +893 +894 +895

    -
    # File 'tap.rb', line 871
    +      
    # File 'tap.rb', line 891
     
     def self.names
       # odeprecated "`#{self}.names`"
    @@ -2550,22 +2358,22 @@ 

     
     
    -794
    -795
    -796
    -797
    -798
    -799
    -800
    -801
    -802
    -803
    -804
    -805
    -806
    +814 +815 +816 +817 +818 +819 +820 +821 +822 +823 +824 +825 +826

    -
    # File 'tap.rb', line 794
    +      
    # File 'tap.rb', line 814
     
     def self.reverse_tap_migrations_renames
       Tap.each_with_object({}) do |tap, hash|
    @@ -2623,12 +2431,12 @@ 

     
     
    -885
    -886
    -887
    +905 +906 +907

    -
    # File 'tap.rb', line 885
    +      
    # File 'tap.rb', line 905
     
     def self.untapped_official_taps
       Homebrew::Settings.read(:untapped)&.split(";") || []
    @@ -2697,13 +2505,13 @@ 

     
     
    -842
    -843
    -844
    -845
    +862 +863 +864 +865

    -
    # File 'tap.rb', line 842
    +      
    # File 'tap.rb', line 862
     
     def ==(other)
       other = Tap.fetch(other) if other.is_a?(String)
    @@ -2729,25 +2537,25 @@ 

     
     
    -901
    -902
    -903
    -904
    -905
    -906
    -907
    -908
    -909
    -910
    -911
    -912
    -913
    -914
    -915
    -916
    +921 +922 +923 +924 +925 +926 +927 +928 +929 +930 +931 +932 +933 +934 +935 +936

    -
    # File 'tap.rb', line 901
    +      
    # File 'tap.rb', line 921
     
     def audit_exception(list, formula_or_cask, value = nil)
       return false if audit_exceptions.blank?
    @@ -2808,12 +2616,12 @@ 

     
     
    -820
    -821
    -822
    +840 +841 +842

    -
    # File 'tap.rb', line 820
    +      
    # File 'tap.rb', line 840
     
     def audit_exceptions
       @audit_exceptions = read_formula_list_directory "#{HOMEBREW_TAP_AUDIT_EXCEPTIONS_DIR}/*"
    @@ -2861,12 +2669,12 @@ 

     
     
    -514
    -515
    -516
    +548 +549 +550

    -
    # File 'tap.rb', line 514
    +      
    # File 'tap.rb', line 548
     
     def cask_dir
       @cask_dir ||= path/"Casks"
    @@ -2914,16 +2722,16 @@ 

     
     
    -585
    -586
    -587
    -588
    -589
    -590
    -591
    +612 +613 +614 +615 +616 +617 +618

    -
    # File 'tap.rb', line 585
    +      
    # File 'tap.rb', line 612
     
     def cask_files
       @cask_files ||= if cask_dir.directory?
    @@ -2975,16 +2783,16 @@ 

     
     
    -757
    -758
    -759
    -760
    -761
    -762
    -763
    +777 +778 +779 +780 +781 +782 +783

    -
    # File 'tap.rb', line 757
    +      
    # File 'tap.rb', line 777
     
     def cask_renames
       @cask_renames ||= if (rename_file = path/HOMEBREW_TAP_CASK_RENAMES_FILE).file?
    @@ -3036,12 +2844,12 @@ 

     
     
    -664
    -665
    -666
    +684 +685 +686

    -
    # File 'tap.rb', line 664
    +      
    # File 'tap.rb', line 684
     
     def cask_tokens
       @cask_tokens ||= cask_files.map(&method(:formula_file_to_name))
    @@ -3076,33 +2884,35 @@ 

     
     
    -123
    -124
    -125
    -126
    -127
    -128
    -129
    -130
    -131
    -132
    -133
    -134
    -135
    -136
    -137
    -138
    -139
    -140
    -141
    -142
    -143
    -144
    -145
    -146
    +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180

    -
    # File 'tap.rb', line 123
    +      
    # File 'tap.rb', line 155
     
     def clear_cache
       @remote = nil
    @@ -3112,7 +2922,9 @@ 

    @command_dir = nil @formula_names = nil @formula_files = nil + @formula_files_by_name = nil @cask_files = nil + @cask_files_by_name = nil @alias_dir = nil @alias_files = nil @aliases = nil @@ -3171,12 +2983,12 @@

     
     
    -716
    -717
    -718
    +736 +737 +738

    -
    # File 'tap.rb', line 716
    +      
    # File 'tap.rb', line 736
     
     def command_dir
       @command_dir ||= path/"cmd"
    @@ -3224,16 +3036,16 @@ 

     
     
    -722
    -723
    -724
    -725
    -726
    -727
    -728
    -

    -
    # File 'tap.rb', line 722
    +      
    # File 'tap.rb', line 742
     
     def command_files
       @command_files ||= if command_dir.directory?
    @@ -3272,16 +3084,16 @@ 

     
     
    -240
    -241
    -242
    -243
    -244
    -245
    -246
    +274 +275 +276 +277 +278 +279 +280

    -
    # File 'tap.rb', line 240
    +      
    # File 'tap.rb', line 274
     
     def config
       @config ||= begin
    @@ -3310,26 +3122,26 @@ 

     
     
    -529
    -530
    -531
    -532
    -533
    -534
    -535
    -536
    -537
    -538
    -539
    -540
    -541
    -542
    -543
    -544
    -545
    +563 +564 +565 +566 +567 +568 +569 +570 +571 +572 +573 +574 +575 +576 +577 +578 +579

    -
    # File 'tap.rb', line 529
    +      
    # File 'tap.rb', line 563
     
     def contents
       contents = []
    @@ -3391,14 +3203,14 @@ 

     
     
    -485
    -486
    -487
    -488
    -489
    +519 +520 +521 +522 +523

    -
    # File 'tap.rb', line 485
    +      
    # File 'tap.rb', line 519
     
     def custom_remote?
       return true unless remote
    @@ -3448,12 +3260,12 @@ 

     
     
    -175
    -176
    -177
    +209 +210 +211

    -
    # File 'tap.rb', line 175
    +      
    # File 'tap.rb', line 209
     
     def default_remote
       "https://github.com/#{full_name}"
    @@ -3488,14 +3300,14 @@ 

     
     
    -149
    -150
    -151
    -152
    -153
    +183 +184 +185 +186 +187

    -
    # File 'tap.rb', line 149
    +      
    # File 'tap.rb', line 183
     
     def ensure_installed!
       return if installed?
    @@ -3522,40 +3334,40 @@ 

     
     
    -416
    -417
    -418
    -419
    -420
    -421
    -422
    -423
    -424
    -425
    -426
    -427
    -428
    -429
    -430
    -431
    -432
    -433
    -434
    -435
    -436
    -437
    -438
    -439
    -440
    -441
    -442
    -443
    -444
    -445
    -446
    +450 +451 +452 +453 +454 +455 +456 +457 +458 +459 +460 +461 +462 +463 +464 +465 +466 +467 +468 +469 +470 +471 +472 +473 +474 +475 +476 +477 +478 +479 +480

    -
    # File 'tap.rb', line 416
    +      
    # File 'tap.rb', line 450
     
     def fix_remote_configuration(requested_remote: nil, quiet: false)
       if requested_remote.present?
    @@ -3631,17 +3443,17 @@ 

     
     
    -493
    -494
    -495
    -496
    -497
    -498
    -499
    -500
    +527 +528 +529 +530 +531 +532 +533 +534

    -
    # File 'tap.rb', line 493
    +      
    # File 'tap.rb', line 527
     
     def formula_dir
       # Official formulae taps always use this directory, saves time to hardcode.
    @@ -3694,22 +3506,22 @@ 

     
     
    -549
    -550
    -551
    -552
    -553
    -554
    -555
    -556
    -557
    -558
    -559
    -560
    -561
    +583 +584 +585 +586 +587 +588 +589 +590 +591 +592 +593 +594 +595

    -
    # File 'tap.rb', line 549
    +      
    # File 'tap.rb', line 583
     
     def formula_files
       @formula_files ||= if formula_dir.directory?
    @@ -3767,12 +3579,12 @@ 

     
     
    -647
    -648
    -649
    +667 +668 +669

    -
    # File 'tap.rb', line 647
    +      
    # File 'tap.rb', line 667
     
     def formula_names
       @formula_names ||= formula_files.map(&method(:formula_file_to_name))
    @@ -3820,16 +3632,16 @@ 

     
     
    -776
    -777
    -778
    -779
    -780
    -781
    -782
    +796 +797 +798 +799 +800 +801 +802

    -
    # File 'tap.rb', line 776
    +      
    # File 'tap.rb', line 796
     
     def formula_renames
       @formula_renames ||= if (rename_file = path/HOMEBREW_TAP_FORMULA_RENAMES_FILE).file?
    @@ -3881,15 +3693,15 @@ 

     
     
    -786
    -787
    -788
    -789
    -790
    -791
    +806 +807 +808 +809 +810 +811

    -
    # File 'tap.rb', line 786
    +      
    # File 'tap.rb', line 806
     
     def formula_reverse_renames
       @formula_reverse_renames ||= formula_renames.each_with_object({}) do |(old_name, new_name), hash|
    @@ -3940,12 +3752,12 @@ 

     
     
    -189
    -190
    -191
    +223 +224 +225

    -
    # File 'tap.rb', line 189
    +      
    # File 'tap.rb', line 223
     
     def git?
       git_repo.git_repo?
    @@ -3993,14 +3805,14 @@ 

     
     
    -194
    -195
    -196
    -197
    -198
    +228 +229 +230 +231 +232

    -
    # File 'tap.rb', line 194
    +      
    # File 'tap.rb', line 228
     
     def git_branch
       raise TapUnavailableError, name unless installed?
    @@ -4050,14 +3862,14 @@ 

     
     
    -201
    -202
    -203
    -204
    -205
    +235 +236 +237 +238 +239

    -
    # File 'tap.rb', line 201
    +      
    # File 'tap.rb', line 235
     
     def git_head
       raise TapUnavailableError, name unless installed?
    @@ -4107,14 +3919,14 @@ 

     
     
    -208
    -209
    -210
    -211
    -212
    +242 +243 +244 +245 +246

    -
    # File 'tap.rb', line 208
    +      
    # File 'tap.rb', line 242
     
     def git_last_commit
       raise TapUnavailableError, name unless installed?
    @@ -4271,40 +4083,6 @@ 

     
     
    -279
    -280
    -281
    -282
    -283
    -284
    -285
    -286
    -287
    -288
    -289
    -290
    -291
    -292
    -293
    -294
    -295
    -296
    -297
    -298
    -299
    -300
    -301
    -302
    -303
    -304
    -305
    -306
    -307
    -308
    -309
    -310
    -311
    -312
     313
     314
     315
    @@ -4394,10 +4172,44 @@ 

    399 400 401 -402

    +402 +403 +404 +405 +406 +407 +408 +409 +410 +411 +412 +413 +414 +415 +416 +417 +418 +419 +420 +421 +422 +423 +424 +425 +426 +427 +428 +429 +430 +431 +432 +433 +434 +435 +436

    -
    # File 'tap.rb', line 279
    +      
    # File 'tap.rb', line 313
     
     def install(quiet: false, clone_target: nil, force_auto_update: nil,
                 custom_remote: false, verify: false, force: false)
    @@ -4566,12 +4378,12 @@ 

     
     
    -249
    -250
    -251
    +283 +284 +285

    -
    # File 'tap.rb', line 249
    +      
    # File 'tap.rb', line 283
     
     def installed?
       path.directory?
    @@ -4620,14 +4432,14 @@ 

     
     
    -217
    -218
    -219
    -220
    -221
    +251 +252 +253 +254 +255

    -
    # File 'tap.rb', line 217
    +      
    # File 'tap.rb', line 251
     
     def issues_url
       return if !official? && custom_remote?
    @@ -4654,20 +4466,20 @@ 
    -
    # File 'tap.rb', line 404
    +      
    # File 'tap.rb', line 438
     
     def link_completions_and_manpages
       command = "brew tap --repair"
    @@ -4738,12 +4550,12 @@ 

     
     
    -519
    -520
    -521
    +553 +554 +555

    -
    # File 'tap.rb', line 519
    +      
    # File 'tap.rb', line 553
     
     def new_cask_path(token)
       cask_dir/"#{token.downcase}.rb"
    @@ -4806,12 +4618,12 @@ 

     
     
    -508
    -509
    -510
    +542 +543 +544

    -
    # File 'tap.rb', line 508
    +      
    # File 'tap.rb', line 542
     
     def new_formula_path(name)
       formula_dir/"#{name.downcase}.rb"
    @@ -4859,12 +4671,12 @@ 

     
     
    -228
    -229
    -230
    +262 +263 +264

    -
    # File 'tap.rb', line 228
    +      
    # File 'tap.rb', line 262
     
     def official?
       user == "Homebrew"
    @@ -4912,12 +4724,12 @@ 

     
     
    -503
    -504
    -505
    +537 +538 +539

    -
    # File 'tap.rb', line 503
    +      
    # File 'tap.rb', line 537
     
     def potential_formula_dirs
       @potential_formula_dirs ||= [path/"Formula", path/"HomebrewFormula", path].freeze
    @@ -4965,14 +4777,14 @@ 

     
     
    -233
    -234
    -235
    -236
    -237
    +267 +268 +269 +270 +271

    -
    # File 'tap.rb', line 233
    +      
    # File 'tap.rb', line 267
     
     def private?
       return @private if instance_variable_defined?(:@private)
    @@ -5009,12 +4821,12 @@ 

     
     
    -831
    -832
    -833
    +851 +852 +853

    -
    # File 'tap.rb', line 831
    +      
    # File 'tap.rb', line 851
     
     def pypi_formula_mappings
       @pypi_formula_mappings = read_formula_list path/HOMEBREW_TAP_PYPI_FORMULA_MAPPINGS
    @@ -5077,13 +4889,13 @@ 

     
     
    -524
    -525
    -526
    -527
    +558 +559 +560 +561

    -
    # File 'tap.rb', line 524
    +      
    # File 'tap.rb', line 558
     
     def relative_cask_path(token)
       new_cask_path(token).to_s
    @@ -5120,14 +4932,14 @@ 

     
     
    -157
    -158
    -159
    -160
    -161
    +191 +192 +193 +194 +195

    -
    # File 'tap.rb', line 157
    +      
    # File 'tap.rb', line 191
     
     def remote
       return default_remote unless installed?
    @@ -5165,16 +4977,16 @@ 

     
     
    -165
    -166
    -167
    -168
    -169
    -170
    -171
    +199 +200 +201 +202 +203 +204 +205

    -
    # File 'tap.rb', line 165
    +      
    # File 'tap.rb', line 199
     
     def remote_repo
       return unless remote
    @@ -5226,15 +5038,15 @@ 

     
     
    -767
    -768
    -769
    -770
    -771
    -772
    +787 +788 +789 +790 +791 +792

    -
    # File 'tap.rb', line 767
    +      
    # File 'tap.rb', line 787
     
     def reverse_cask_renames
       @reverse_cask_renames ||= cask_renames.each_with_object({}) do |(old_name, new_name), hash|
    @@ -5285,12 +5097,12 @@ 

     
     
    -254
    -255
    -256
    +288 +289 +290

    -
    # File 'tap.rb', line 254
    +      
    # File 'tap.rb', line 288
     
     def shallow?
       (path/".git/shallow").exist?
    @@ -5338,12 +5150,12 @@ 

     
     
    -826
    -827
    -828
    +846 +847 +848

    -
    # File 'tap.rb', line 826
    +      
    # File 'tap.rb', line 846
     
     def style_exceptions
       @style_exceptions = read_formula_list_directory "#{HOMEBREW_TAP_STYLE_EXCEPTIONS_DIR}/*"
    @@ -5391,16 +5203,16 @@ 

     
     
    -810
    -811
    -812
    -813
    -814
    -815
    -816
    +830 +831 +832 +833 +834 +835 +836

    -
    # File 'tap.rb', line 810
    +      
    # File 'tap.rb', line 830
     
     def tap_migrations
       @tap_migrations ||= if (migration_file = path/HOMEBREW_TAP_MIGRATIONS_FILE).file?
    @@ -5452,32 +5264,32 @@ 

     
     
    -731
    -732
    -733
    -734
    -735
    -736
    -737
    -738
    -739
    -740
    -741
    -742
    -743
    -744
    -745
    -746
    -747
    -748
    -749
    -750
     751
     752
    -753
    +753 +754 +755 +756 +757 +758 +759 +760 +761 +762 +763 +764 +765 +766 +767 +768 +769 +770 +771 +772 +773

    -
    # File 'tap.rb', line 731
    +      
    # File 'tap.rb', line 751
     
     def to_hash
       hash = {
    @@ -5522,12 +5334,12 @@ 

     
     
    -223
    -224
    -225
    +257 +258 +259

    -
    # File 'tap.rb', line 223
    +      
    # File 'tap.rb', line 257
     
     def to_s
       name
    @@ -5575,43 +5387,43 @@ 

     
     
    -449
    -450
    -451
    -452
    -453
    -454
    -455
    -456
    -457
    -458
    -459
    -460
    -461
    -462
    -463
    -464
    -465
    -466
    -467
    -468
    -469
    -470
    -471
    -472
    -473
    -474
    -475
    -476
    -477
    -478
    -479
    -480
    -481
    -482
    +483 +484 +485 +486 +487 +488 +489 +490 +491 +492 +493 +494 +495 +496 +497 +498 +499 +500 +501 +502 +503 +504 +505 +506 +507 +508 +509 +510 +511 +512 +513 +514 +515 +516

    -
    # File 'tap.rb', line 449
    +      
    # File 'tap.rb', line 483
     
     def uninstall(manual: false)
       require "descriptions"
    diff --git a/docs/TapConfig.html b/docs/TapConfig.html
    index 70d3e0fc4..5d8819698 100644
    --- a/docs/TapConfig.html
    +++ b/docs/TapConfig.html
    @@ -292,12 +292,12 @@ 

     
     
    -1289
    -1290
    -1291
    +1309 +1310 +1311

    -
    # File 'tap.rb', line 1289
    +      
    # File 'tap.rb', line 1309
     
     def initialize(tap)
       @tap = tap
    @@ -339,12 +339,12 @@ 

     
     
    -1286
    -1287
    -1288
    +1306 +1307 +1308

    -
    # File 'tap.rb', line 1286
    +      
    # File 'tap.rb', line 1306
     
     def tap
       @tap
    @@ -376,15 +376,15 @@ 

     
     
    -1293
    -1294
    -1295
    -1296
    -1297
    -1298
    +1313 +1314 +1315 +1316 +1317 +1318

    -
    # File 'tap.rb', line 1293
    +      
    # File 'tap.rb', line 1313
     
     def [](key)
       return unless tap.git?
    @@ -412,15 +412,15 @@ 

     
     
    -1300
    -1301
    -1302
    -1303
    -1304
    -1305
    +1320 +1321 +1322 +1323 +1324 +1325

    -
    # File 'tap.rb', line 1300
    +      
    # File 'tap.rb', line 1320
     
     def []=(key, value)
       return unless tap.git?
    @@ -448,15 +448,15 @@ 

     
     
    -1307
    -1308
    -1309
    -1310
    -1311
    -1312
    +1327 +1328 +1329 +1330 +1331 +1332

    -
    # File 'tap.rb', line 1307
    +      
    # File 'tap.rb', line 1327
     
     def delete(key)
       return unless tap.git?
    diff --git a/docs/UsesFromMacOSDependency.html b/docs/UsesFromMacOSDependency.html
    index 66bb21975..11b3d3758 100644
    --- a/docs/UsesFromMacOSDependency.html
    +++ b/docs/UsesFromMacOSDependency.html
    @@ -456,14 +456,14 @@ 

     
     
    -234
    -235
     236
     237
    -238
    +238 +239 +240

    -
    # File 'dependency.rb', line 234
    +      
    # File 'dependency.rb', line 236
     
     def initialize(name, tags = [], bounds:)
       super(name, tags)
    @@ -507,12 +507,12 @@ 

     
     
    -231
    -232
    -233
    +233 +234 +235

    -
    # File 'dependency.rb', line 231
    +      
    # File 'dependency.rb', line 233
     
     def bounds
       @bounds
    @@ -544,12 +544,12 @@ 

     
     
    -240
    -241
    -242
    +242 +243 +244

    -
    # File 'dependency.rb', line 240
    +      
    # File 'dependency.rb', line 242
     
     def ==(other)
       instance_of?(other.class) && name == other.name && tags == other.tags && bounds == other.bounds
    @@ -612,12 +612,12 @@ 

     
     
    -276
    -277
    -278
    +278 +279 +280

    -
    # File 'dependency.rb', line 276
    +      
    # File 'dependency.rb', line 278
     
     def dup_with_formula_name(formula)
       self.class.new(formula.full_name.to_s, tags, bounds: bounds)
    @@ -642,12 +642,12 @@ 

     
     
    -244
    -245
    -246
    +246 +247 +248

    -
    # File 'dependency.rb', line 244
    +      
    # File 'dependency.rb', line 246
     
     def hash
       [name, tags, bounds].hash
    @@ -695,12 +695,12 @@ 

     
     
    -281
    -282
    -283
    +283 +284 +285

    -
    # File 'dependency.rb', line 281
    +      
    # File 'dependency.rb', line 283
     
     def inspect
       "#<#{self.class.name}: #{name.inspect} #{tags.inspect} #{bounds.inspect}>"
    @@ -778,12 +778,12 @@ 

     
     
    -249
    -250
    -251
    +251 +252 +253

    -
    # File 'dependency.rb', line 249
    +      
    # File 'dependency.rb', line 251
     
     def installed?(minimum_version: nil, minimum_revision: nil)
       use_macos_install? || super(minimum_version: minimum_version, minimum_revision: minimum_revision)
    @@ -831,8 +831,6 @@ 

     
     
    -254
    -255
     256
     257
     258
    @@ -845,10 +843,12 @@ 

    265 266 267 -268

    +268 +269 +270

    -
    # File 'dependency.rb', line 254
    +      
    # File 'dependency.rb', line 256
     
     def use_macos_install?
       # Check whether macOS is new enough for dependency to not be required.
    @@ -908,12 +908,12 @@ 

     
     
    -271
    -272
    -273
    +273 +274 +275

    -
    # File 'dependency.rb', line 271
    +      
    # File 'dependency.rb', line 273
     
     def uses_from_macos?
       true
    diff --git a/docs/method_list.html b/docs/method_list.html
    index 7c457ae43..7aaec5087 100644
    --- a/docs/method_list.html
    +++ b/docs/method_list.html
    @@ -4141,14 +4141,6 @@ 

    Method List

  • -
    - cask_files_by_name - Tap -
    -
  • - - -
  • cask_name Homebrew::Livecheck @@ -4156,7 +4148,7 @@

    Method List

  • -
  • +
  • #cask_node RuboCop::Cask::AST::CaskBlock @@ -4164,7 +4156,7 @@

    Method List

  • -
  • +
  • #cask_on_system_block? RuboCop::AST::Node @@ -4172,7 +4164,7 @@

    Method List

  • -
  • +
  • #cask_options Homebrew::CLI::Parser @@ -4180,7 +4172,7 @@

    Method List

  • -
  • +
  • cask_opts Homebrew::EnvConfig @@ -4188,7 +4180,7 @@

    Method List

  • -
  • +
  • cask_opts_binaries? Homebrew::EnvConfig @@ -4196,7 +4188,7 @@

    Method List

  • -
  • +
  • cask_opts_quarantine? Homebrew::EnvConfig @@ -4204,7 +4196,7 @@

    Method List

  • -
  • +
  • cask_opts_require_sha? Homebrew::EnvConfig @@ -4212,7 +4204,7 @@

    Method List

  • -
  • +
  • cask_output Utils::Analytics @@ -4220,7 +4212,7 @@

    Method List

  • -
  • +
  • cask_reason Homebrew::MissingFormula @@ -4228,7 +4220,7 @@

    Method List

  • -
  • +
  • #cask_renames Tap @@ -4236,7 +4228,7 @@

    Method List

  • -
  • +
  • #cask_renames CoreCaskTap @@ -4244,7 +4236,7 @@

    Method List

  • -
  • +
  • #cask_token RuboCop::Cask::AST::CaskHeader @@ -4252,7 +4244,7 @@

    Method List

  • -
  • +
  • #cask_tokens Tap @@ -4260,7 +4252,7 @@

    Method List

  • -
  • +
  • #cask_tokens CoreCaskTap @@ -4268,7 +4260,7 @@

    Method List

  • -
  • +
  • #cask_tokens Homebrew::TapAuditor @@ -4276,7 +4268,7 @@

    Method List

  • -
  • +
  • cask_url_unversioned Homebrew::Livecheck::SkipConditions @@ -4284,7 +4276,7 @@

    Method List

  • -
  • +
  • cask_version_latest Homebrew::Livecheck::SkipConditions @@ -4292,7 +4284,7 @@

    Method List

  • -
  • +
  • #caskfile_only? Cask::Cask @@ -4300,7 +4292,7 @@

    Method List

  • -
  • +
  • #caskroom_path Cask::DSL @@ -4308,7 +4300,7 @@

    Method List

  • -
  • +
  • #caskroom_path Cask::Cask @@ -4316,7 +4308,7 @@

    Method List

  • -
  • +
  • casks Cask::Caskroom @@ -4324,7 +4316,7 @@

    Method List

  • -
  • +
  • cat Homebrew @@ -4332,7 +4324,7 @@

    Method List

  • -
  • +
  • cat_args Homebrew @@ -4340,7 +4332,7 @@

    Method List

  • -
  • +
  • #cause CompilerFailure @@ -4348,7 +4340,7 @@

    Method List

  • -
  • +
  • #cause DownloadError @@ -4356,7 +4348,7 @@

    Method List

  • -
  • +
  • #caveats Caveats @@ -4364,7 +4356,7 @@

    Method List

  • -
  • +
  • #caveats Formula @@ -4372,7 +4364,7 @@

    Method List

  • -
  • +
  • #caveats Cask::DSL @@ -4380,7 +4372,7 @@

    Method List

  • -
  • +
  • #caveats Messages @@ -4388,7 +4380,7 @@

    Method List

  • -
  • +
  • caveats Cask::Installer @@ -4396,7 +4388,7 @@

    Method List

  • -
  • +
  • #caveats Cask::Installer @@ -4404,7 +4396,7 @@

    Method List

  • -
  • +
  • #caveats FormulaInstaller @@ -4412,7 +4404,7 @@

    Method List

  • -
  • +
  • #caveats_strings RuboCop::Cop::FormulaCop @@ -4420,7 +4412,7 @@

    Method List

  • -
  • +
  • #cc SharedEnvExtension @@ -4428,7 +4420,7 @@

    Method List

  • -
  • +
  • #cd Pathname @@ -4436,7 +4428,7 @@

    Method List

  • -
  • +
  • #cellar Bottle @@ -4444,7 +4436,7 @@

    Method List

  • -
  • +
  • #cellar Utils::Bottles::TagSpecification @@ -4452,7 +4444,7 @@

    Method List

  • -
  • +
  • cellar_parameter_needed? Homebrew @@ -4460,7 +4452,7 @@

    Method List

  • -
  • +
  • #cflags SharedEnvExtension @@ -4468,7 +4460,7 @@

    Method List

  • -
  • +
  • #change_dylib_id Keg @@ -4476,7 +4468,7 @@

    Method List

  • -
  • +
  • #change_dylib_id MachOShim @@ -4484,7 +4476,7 @@

    Method List

  • -
  • +
  • #change_install_name Keg @@ -4492,7 +4484,7 @@

    Method List

  • -
  • +
  • #change_install_name MachOShim @@ -4500,7 +4492,7 @@

    Method List

  • -
  • +
  • #change_make_var! StringInreplaceExtension @@ -4508,7 +4500,7 @@

    Method List

  • -
  • +
  • #change_rpath Keg @@ -4516,7 +4508,7 @@

    Method List

  • -
  • +
  • #change_rpath MachOShim @@ -4524,7 +4516,7 @@

    Method List

  • -
  • +
  • #changed_files Tab @@ -4532,7 +4524,7 @@

    Method List

  • -
  • +
  • changed_packages Homebrew @@ -4540,7 +4532,7 @@

    Method List

  • -
  • +
  • changed_test_files Homebrew @@ -4548,7 +4540,7 @@

    Method List

  • -
  • +
  • #channel Homebrew::Livecheck::Strategy::Sparkle::Item @@ -4556,7 +4548,7 @@

    Method List

  • -
  • +
  • #check_access_directories Homebrew::Diagnostic::Checks @@ -4564,7 +4556,7 @@

    Method List

  • -
  • +
  • #check_arch_requirements Cask::Installer @@ -4572,7 +4564,7 @@

    Method List

  • -
  • +
  • #check_binary_arches FormulaCellarChecks @@ -4580,7 +4572,7 @@

    Method List

  • -
  • +
  • #check_block_component_order RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -4588,7 +4580,7 @@

    Method List

  • -
  • +
  • check_bottled_formulae! Homebrew @@ -4596,7 +4588,7 @@

    Method List

  • -
  • +
  • #check_brew_git_origin Homebrew::Diagnostic::Checks @@ -4604,7 +4596,7 @@

    Method List

  • -
  • +
  • check_broken_dependents Homebrew::Upgrade @@ -4612,7 +4604,7 @@

    Method List

  • -
  • +
  • #check_broken_sdks Homebrew::Diagnostic::Checks @@ -4620,7 +4612,7 @@

    Method List

  • -
  • +
  • #check_cask_deprecated_disabled Homebrew::Diagnostic::Checks @@ -4628,7 +4620,7 @@

    Method List

  • -
  • +
  • #check_cask_environment_variables Homebrew::Diagnostic::Checks @@ -4636,7 +4628,7 @@

    Method List

  • -
  • +
  • #check_cask_install_location Homebrew::Diagnostic::Checks @@ -4644,7 +4636,7 @@

    Method List

  • -
  • +
  • #check_cask_load_path Homebrew::Diagnostic::Checks @@ -4652,7 +4644,7 @@

    Method List

  • -
  • +
  • #check_cask_quarantine_support Homebrew::Diagnostic::Checks @@ -4660,7 +4652,7 @@

    Method List

  • -
  • +
  • #check_cask_software_versions Homebrew::Diagnostic::Checks @@ -4668,7 +4660,7 @@

    Method List

  • -
  • +
  • #check_cask_staging_location Homebrew::Diagnostic::Checks @@ -4676,7 +4668,7 @@

    Method List

  • -
  • +
  • #check_cask_taps Homebrew::Diagnostic::Checks @@ -4684,7 +4676,7 @@

    Method List

  • -
  • +
  • #check_cask_xattr Homebrew::Diagnostic::Checks @@ -4692,7 +4684,7 @@

    Method List

  • -
  • +
  • #check_casktap_integrity Homebrew::Diagnostic::Checks @@ -4700,7 +4692,7 @@

    Method List

  • -
  • +
  • check_closed_pull_requests Homebrew @@ -4708,7 +4700,7 @@

    Method List

  • -
  • +
  • #check_clt_minimum_version Homebrew::Diagnostic::Checks @@ -4716,7 +4708,7 @@

    Method List

  • -
  • +
  • #check_clt_up_to_date Homebrew::Diagnostic::Checks @@ -4724,7 +4716,7 @@

    Method List

  • -
  • +
  • #check_conflicts Cask::Installer @@ -4732,7 +4724,7 @@

    Method List

  • -
  • +
  • #check_conflicts FormulaInstaller @@ -4740,7 +4732,7 @@

    Method List

  • -
  • +
  • #check_coretap_integrity Homebrew::Diagnostic::Checks @@ -4748,7 +4740,7 @@

    Method List

  • -
  • +
  • #check_cpuid_instruction FormulaCellarChecks @@ -4756,7 +4748,7 @@

    Method List

  • -
  • +
  • #check_deleted_formula Homebrew::Diagnostic::Checks @@ -4764,7 +4756,7 @@

    Method List

  • -
  • +
  • #check_dependency_nodes_order RuboCop::Cop::FormulaAudit::DependencyOrder @@ -4772,7 +4764,7 @@

    Method List

  • -
  • +
  • #check_deprecate_disable Cask::Installer @@ -4780,7 +4772,7 @@

    Method List

  • -
  • +
  • #check_deprecated_caskroom_taps Homebrew::Diagnostic::Checks @@ -4788,7 +4780,7 @@

    Method List

  • -
  • +
  • #check_deprecated_disabled Homebrew::Diagnostic::Checks @@ -4796,7 +4788,7 @@

    Method List

  • -
  • +
  • #check_deprecated_official_taps Homebrew::Diagnostic::Checks @@ -4804,7 +4796,7 @@

    Method List

  • -
  • +
  • #check_easy_install_pth FormulaCellarChecks @@ -4812,7 +4804,7 @@

    Method List

  • -
  • +
  • #check_elisp_dirname FormulaCellarChecks @@ -4820,7 +4812,7 @@

    Method List

  • -
  • +
  • #check_elisp_root FormulaCellarChecks @@ -4828,7 +4820,7 @@

    Method List

  • -
  • +
  • #check_env_path FormulaCellarChecks @@ -4836,7 +4828,7 @@

    Method List

  • -
  • +
  • #check_exist_directories Homebrew::Diagnostic::Checks @@ -4844,7 +4836,7 @@

    Method List

  • -
  • +
  • #check_filesystem_case_sensitive Homebrew::Diagnostic::Checks @@ -4852,7 +4844,7 @@

    Method List

  • -
  • +
  • #check_flat_namespace FormulaCellarChecks @@ -4860,7 +4852,7 @@

    Method List

  • -
  • +
  • #check_for_broken_symlinks Homebrew::Diagnostic::Checks @@ -4868,7 +4860,7 @@

    Method List

  • -
  • +
  • check_for_dependents Homebrew::Uninstall @@ -4876,7 +4868,7 @@

    Method List

  • -
  • +
  • check_for_duplicate_pull_requests GitHub @@ -4884,7 +4876,7 @@

    Method List

  • -
  • +
  • #check_for_external_cmd_name_conflict Homebrew::Diagnostic::Checks @@ -4892,7 +4884,7 @@

    Method List

  • -
  • +
  • #check_for_gettext Homebrew::Diagnostic::Checks @@ -4900,7 +4892,7 @@

    Method List

  • -
  • +
  • #check_for_git Homebrew::Diagnostic::Checks @@ -4908,7 +4900,7 @@

    Method List

  • -
  • +
  • #check_for_iconv Homebrew::Diagnostic::Checks @@ -4916,7 +4908,7 @@

    Method List

  • -
  • +
  • #check_for_installed_developer_tools Homebrew::Diagnostic::Checks @@ -4924,7 +4916,7 @@

    Method List

  • -
  • +
  • check_for_mirrors Homebrew @@ -4932,7 +4924,7 @@

    Method List

  • -
  • +
  • #check_for_multiple_volumes Homebrew::Diagnostic::Checks @@ -4940,7 +4932,7 @@

    Method List

  • -
  • +
  • #check_for_non_prefixed_coreutils Homebrew::Diagnostic::Checks @@ -4948,7 +4940,7 @@

    Method List

  • -
  • +
  • #check_for_non_prefixed_findutils Homebrew::Diagnostic::Checks @@ -4956,7 +4948,7 @@

    Method List

  • -
  • +
  • #check_for_other_frameworks Homebrew::Diagnostic::Checks @@ -4964,7 +4956,7 @@

    Method List

  • -
  • +
  • #check_for_pydistutils_cfg_in_home Homebrew::Diagnostic::Checks @@ -4972,7 +4964,7 @@

    Method List

  • -
  • +
  • #check_for_stray_dylibs Homebrew::Diagnostic::Checks @@ -4980,7 +4972,7 @@

    Method List

  • -
  • +
  • #check_for_stray_headers Homebrew::Diagnostic::Checks @@ -4988,7 +4980,7 @@

    Method List

  • -
  • +
  • #check_for_stray_las Homebrew::Diagnostic::Checks @@ -4996,7 +4988,7 @@

    Method List

  • -
  • +
  • #check_for_stray_pcs Homebrew::Diagnostic::Checks @@ -5004,7 +4996,7 @@

    Method List

  • -
  • +
  • #check_for_stray_static_libs Homebrew::Diagnostic::Checks @@ -5012,7 +5004,7 @@

    Method List

  • -
  • +
  • #check_for_symlinked_cellar Homebrew::Diagnostic::Checks @@ -5020,7 +5012,7 @@

    Method List

  • -
  • +
  • #check_for_tap_ruby_files_locations Homebrew::Diagnostic::Checks @@ -5028,7 +5020,7 @@

    Method List

  • -
  • +
  • #check_for_unlinked_but_not_keg_only Homebrew::Diagnostic::Checks @@ -5036,7 +5028,7 @@

    Method List

  • -
  • +
  • #check_for_unnecessary_cask_tap Homebrew::Diagnostic::Checks @@ -5044,7 +5036,7 @@

    Method List

  • -
  • +
  • #check_for_unnecessary_core_tap Homebrew::Diagnostic::Checks @@ -5052,7 +5044,7 @@

    Method List

  • -
  • +
  • #check_for_unreadable_installed_formula Homebrew::Diagnostic::Checks @@ -5060,7 +5052,7 @@

    Method List

  • -
  • +
  • #check_for_unsupported_macos Homebrew::Diagnostic::Checks @@ -5068,7 +5060,7 @@

    Method List

  • -
  • +
  • #check_gcc_dependent_linkage Homebrew::Diagnostic::Checks @@ -5076,7 +5068,7 @@

    Method List

  • -
  • +
  • #check_generic_executables FormulaCellarChecks @@ -5084,7 +5076,7 @@

    Method List

  • -
  • +
  • #check_git_newline_settings Homebrew::Diagnostic::Checks @@ -5092,7 +5084,7 @@

    Method List

  • -
  • +
  • #check_git_status Homebrew::Diagnostic::Checks @@ -5100,7 +5092,7 @@

    Method List

  • -
  • +
  • #check_git_version Homebrew::Diagnostic::Checks @@ -5108,7 +5100,7 @@

    Method List

  • -
  • +
  • #check_glibc_minimum_version Homebrew::Diagnostic::Checks @@ -5116,7 +5108,7 @@

    Method List

  • -
  • +
  • check_head_spec Homebrew @@ -5124,7 +5116,7 @@

    Method List

  • -
  • +
  • #check_homebrew_prefix Homebrew::Diagnostic::Checks @@ -5132,7 +5124,7 @@

    Method List

  • -
  • +
  • #check_if_supported_sdk_available Homebrew::Diagnostic::Checks @@ -5140,7 +5132,7 @@

    Method List

  • -
  • +
  • #check_if_xcode_needs_clt_installed Homebrew::Diagnostic::Checks @@ -5148,7 +5140,7 @@

    Method List

  • -
  • +
  • #check_infopages FormulaCellarChecks @@ -5156,7 +5148,7 @@

    Method List

  • -
  • +
  • #check_install_sanity FormulaInstaller @@ -5164,7 +5156,7 @@

    Method List

  • -
  • +
  • #check_installation_already_attempted FormulaInstaller @@ -5172,7 +5164,7 @@

    Method List

  • -
  • +
  • check_installed_dependents Homebrew::Upgrade @@ -5180,7 +5172,7 @@

    Method List

  • -
  • +
  • #check_jars FormulaCellarChecks @@ -5188,7 +5180,7 @@

    Method List

  • -
  • +
  • #check_kernel_minimum_version Homebrew::Diagnostic::Checks @@ -5196,7 +5188,7 @@

    Method List

  • -
  • +
  • #check_linkage FormulaCellarChecks @@ -5204,7 +5196,7 @@

    Method List

  • -
  • +
  • #check_linuxbrew_bottle_domain Homebrew::Diagnostic::Checks @@ -5212,7 +5204,7 @@

    Method List

  • -
  • +
  • #check_linuxbrew_core Homebrew::Diagnostic::Checks @@ -5220,7 +5212,7 @@

    Method List

  • -
  • +
  • #check_macos_requirements Cask::Installer @@ -5228,7 +5220,7 @@

    Method List

  • -
  • +
  • #check_manpages FormulaCellarChecks @@ -5236,7 +5228,7 @@

    Method List

  • -
  • +
  • #check_missing_deps Homebrew::Diagnostic::Checks @@ -5244,7 +5236,7 @@

    Method List

  • -
  • +
  • #check_multiple_cellars Homebrew::Diagnostic::Checks @@ -5252,7 +5244,7 @@

    Method List

  • -
  • +
  • check_new_version Homebrew @@ -5260,7 +5252,7 @@

    Method List

  • -
  • +
  • #check_non_executables FormulaCellarChecks @@ -5268,7 +5260,7 @@

    Method List

  • -
  • +
  • #check_non_libraries FormulaCellarChecks @@ -5276,7 +5268,7 @@

    Method List

  • -
  • +
  • #check_on_system_block_content RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -5284,7 +5276,7 @@

    Method List

  • -
  • +
  • check_open_pull_requests Homebrew @@ -5292,7 +5284,7 @@

    Method List

  • -
  • +
  • #check_openssl_links FormulaCellarChecks @@ -5300,7 +5292,7 @@

    Method List

  • -
  • +
  • #check_order RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -5308,7 +5300,7 @@

    Method List

  • -
  • +
  • #check_plist FormulaCellarChecks @@ -5316,7 +5308,7 @@

    Method List

  • -
  • +
  • #check_precedence RuboCop::Cop::HelperFunctions @@ -5324,7 +5316,7 @@

    Method List

  • -
  • +
  • check_prefix Homebrew::Install @@ -5332,7 +5324,7 @@

    Method List

  • -
  • +
  • check_pull_requests Homebrew @@ -5340,7 +5332,7 @@

    Method List

  • -
  • +
  • #check_python_framework_links FormulaCellarChecks @@ -5348,7 +5340,7 @@

    Method List

  • -
  • +
  • #check_python_packages FormulaCellarChecks @@ -5356,7 +5348,7 @@

    Method List

  • -
  • +
  • #check_python_symlinks FormulaCellarChecks @@ -5364,7 +5356,7 @@

    Method List

  • -
  • +
  • check_quarantine_support Cask::Quarantine @@ -5372,7 +5364,7 @@

    Method List

  • -
  • +
  • #check_requirements Cask::Installer @@ -5380,7 +5372,7 @@

    Method List

  • -
  • +
  • #check_requirements FormulaInstaller @@ -5388,7 +5380,7 @@

    Method List

  • -
  • +
  • check_runs GitHub @@ -5396,7 +5388,7 @@

    Method List

  • -
  • +
  • #check_service_command FormulaCellarChecks @@ -5404,7 +5396,7 @@

    Method List

  • -
  • +
  • #check_shadowed_headers FormulaCellarChecks @@ -5412,7 +5404,7 @@

    Method List

  • -
  • +
  • #check_shim_references FormulaCellarChecks @@ -5420,7 +5412,7 @@

    Method List

  • -
  • +
  • check_style_and_print Homebrew::Style @@ -5428,7 +5420,7 @@

    Method List

  • -
  • +
  • check_style_impl Homebrew::Style @@ -5436,7 +5428,7 @@

    Method List

  • -
  • +
  • check_style_json Homebrew::Style @@ -5444,7 +5436,7 @@

    Method List

  • -
  • +
  • #check_supported_architecture Homebrew::Diagnostic::Checks @@ -5452,7 +5444,7 @@

    Method List

  • -
  • +
  • #check_tap_git_branch Homebrew::Diagnostic::Checks @@ -5460,7 +5452,7 @@

    Method List

  • -
  • +
  • check_throttle Homebrew @@ -5468,7 +5460,7 @@

    Method List

  • -
  • +
  • #check_tmpdir Homebrew::Diagnostic::Checks @@ -5476,7 +5468,7 @@

    Method List

  • -
  • +
  • #check_tmpdir_executable Homebrew::Diagnostic::Checks @@ -5484,7 +5476,7 @@

    Method List

  • -
  • +
  • #check_tmpdir_sticky_bit Homebrew::Diagnostic::Checks @@ -5492,7 +5484,7 @@

    Method List

  • -
  • +
  • #check_umask_not_zero Homebrew::Diagnostic::Checks @@ -5500,7 +5492,7 @@

    Method List

  • -
  • +
  • #check_user_path_1 Homebrew::Diagnostic::Checks @@ -5508,7 +5500,7 @@

    Method List

  • -
  • +
  • #check_user_path_2 Homebrew::Diagnostic::Checks @@ -5516,7 +5508,7 @@

    Method List

  • -
  • +
  • #check_user_path_3 Homebrew::Diagnostic::Checks @@ -5524,7 +5516,7 @@

    Method List

  • -
  • +
  • #check_uses_from_macos_nodes_order RuboCop::Cop::FormulaAudit::DependencyOrder @@ -5532,7 +5524,7 @@

    Method List

  • -
  • +
  • #check_xcode_license_approved Homebrew::Diagnostic::Checks @@ -5540,7 +5532,7 @@

    Method List

  • -
  • +
  • #check_xcode_minimum_version Homebrew::Diagnostic::Checks @@ -5548,7 +5540,7 @@

    Method List

  • -
  • +
  • #check_xcode_prefix Homebrew::Diagnostic::Checks @@ -5556,7 +5548,7 @@

    Method List

  • -
  • +
  • #check_xcode_prefix_exists Homebrew::Diagnostic::Checks @@ -5564,7 +5556,7 @@

    Method List

  • -
  • +
  • #check_xcode_select_path Homebrew::Diagnostic::Checks @@ -5572,7 +5564,7 @@

    Method List

  • -
  • +
  • #check_xcode_up_to_date Homebrew::Diagnostic::Checks @@ -5580,7 +5572,7 @@

    Method List

  • -
  • +
  • #check_xdg_data_dirs Homebrew::Diagnostic::Checks @@ -5588,7 +5580,7 @@

    Method List

  • -
  • +
  • checkable_urls Homebrew::Livecheck @@ -5596,7 +5588,7 @@

    Method List

  • -
  • +
  • checks Homebrew::Diagnostic @@ -5604,7 +5596,7 @@

    Method List

  • -
  • +
  • #checksum Downloadable @@ -5612,7 +5604,7 @@

    Method List

  • -
  • +
  • #checksum Cask::Download @@ -5620,7 +5612,7 @@

    Method List

  • -
  • +
  • #checksum Utils::Bottles::TagSpecification @@ -5628,7 +5620,7 @@

    Method List

  • -
  • +
  • #checksum Homebrew::ResourceAuditor @@ -5636,7 +5628,7 @@

    Method List

  • -
  • +
  • #checksumable? Cask::Cask @@ -5644,7 +5636,7 @@

    Method List

  • -
  • +
  • #checksums BottleSpecification @@ -5652,7 +5644,7 @@

    Method List

  • -
  • +
  • cherry_pick! Utils::Git @@ -5660,7 +5652,7 @@

    Method List

  • -
  • +
  • cherry_pick_pr! Homebrew @@ -5668,7 +5660,7 @@

    Method List

  • -
  • +
  • #choice Debrew::Menu @@ -5676,7 +5668,7 @@

    Method List

  • -
  • +
  • #chomp Cask::DSL::Version @@ -5684,7 +5676,7 @@

    Method List

  • -
  • +
  • choose Debrew::Menu @@ -5692,7 +5684,7 @@

    Method List

  • -
  • +
  • clang SystemConfig @@ -5700,7 +5692,7 @@

    Method List

  • -
  • +
  • #clang Stdenv @@ -5708,7 +5700,7 @@

    Method List

  • -
  • +
  • clang_build SystemConfig @@ -5716,7 +5708,7 @@

    Method List

  • -
  • +
  • #class_list FormulaClassUnavailableErrorModule @@ -5724,7 +5716,7 @@

    Method List

  • -
  • +
  • #class_name FormulaClassUnavailableErrorModule @@ -5732,7 +5724,7 @@

    Method List

  • -
  • +
  • #class_name RuboCop::Cop::HelperFunctions @@ -5740,7 +5732,7 @@

    Method List

  • -
  • +
  • class_s Formulary @@ -5748,7 +5740,7 @@

    Method List

  • -
  • +
  • #clean Cleaner @@ -5756,7 +5748,7 @@

    Method List

  • -
  • +
  • clean Utils::Backtrace @@ -5764,7 +5756,7 @@

    Method List

  • -
  • +
  • #clean FormulaInstaller @@ -5772,7 +5764,7 @@

    Method List

  • -
  • +
  • #clean! Homebrew::Cleanup @@ -5780,7 +5772,7 @@

    Method List

  • -
  • +
  • clean_argv Homebrew @@ -5788,7 +5780,7 @@

    Method List

  • -
  • +
  • cleanup Homebrew @@ -5796,7 +5788,7 @@

    Method List

  • -
  • +
  • #cleanup LinuxRunnerSpec @@ -5804,7 +5796,7 @@

    Method List

  • -
  • +
  • #cleanup MacOSRunnerSpec @@ -5812,7 +5804,7 @@

    Method List

  • -
  • +
  • cleanup_args Homebrew @@ -5820,7 +5812,7 @@

    Method List

  • -
  • +
  • #cleanup_bootsnap Homebrew::Cleanup @@ -5828,7 +5820,7 @@

    Method List

  • -
  • +
  • #cleanup_cache Homebrew::Cleanup @@ -5836,7 +5828,7 @@

    Method List

  • -
  • +
  • #cleanup_cache_db Homebrew::Cleanup @@ -5844,7 +5836,7 @@

    Method List

  • -
  • +
  • #cleanup_cask Homebrew::Cleanup @@ -5852,7 +5844,7 @@

    Method List

  • -
  • +
  • #cleanup_empty_api_source_directories Homebrew::Cleanup @@ -5860,7 +5852,7 @@

    Method List

  • -
  • +
  • #cleanup_formula Homebrew::Cleanup @@ -5868,7 +5860,7 @@

    Method List

  • -
  • +
  • #cleanup_keg Homebrew::Cleanup @@ -5876,7 +5868,7 @@

    Method List

  • -
  • +
  • #cleanup_lockfiles Homebrew::Cleanup @@ -5884,7 +5876,7 @@

    Method List

  • -
  • +
  • #cleanup_logs Homebrew::Cleanup @@ -5892,7 +5884,7 @@

    Method List

  • -
  • +
  • #cleanup_path Homebrew::Cleanup @@ -5900,7 +5892,7 @@

    Method List

  • -
  • +
  • #cleanup_portable_ruby Homebrew::Cleanup @@ -5908,7 +5900,7 @@

    Method List

  • -
  • +
  • #cleanup_python_site_packages Homebrew::Cleanup @@ -5916,7 +5908,7 @@

    Method List

  • -
  • +
  • #cleanup_unreferenced_downloads Homebrew::Cleanup @@ -5924,7 +5916,7 @@

    Method List

  • -
  • +
  • clear Homebrew::SimulateSystem @@ -5932,7 +5924,7 @@

    Method List

  • -
  • +
  • clear_attempted FormulaInstaller @@ -5940,7 +5932,7 @@

    Method List

  • -
  • +
  • clear_available_cache Utils::Git @@ -5948,7 +5940,7 @@

    Method List

  • -
  • +
  • #clear_cache Tap @@ -5956,7 +5948,7 @@

    Method List

  • -
  • +
  • clear_cache Formulary @@ -5964,7 +5956,7 @@

    Method List

  • -
  • +
  • #clear_cache Downloadable @@ -5972,7 +5964,7 @@

    Method List

  • -
  • +
  • #clear_cache Bottle @@ -5980,7 +5972,7 @@

    Method List

  • -
  • +
  • #clear_cache Cachable @@ -5988,7 +5980,7 @@

    Method List

  • -
  • +
  • clear_cache Utils::Analytics @@ -5996,7 +5988,7 @@

    Method List

  • -
  • +
  • #clear_cache AbstractDownloadStrategy @@ -6004,7 +5996,7 @@

    Method List

  • -
  • +
  • #clear_cache CurlDownloadStrategy @@ -6012,7 +6004,7 @@

    Method List

  • -
  • +
  • clear_executable_cache Utils::Tar @@ -6020,7 +6012,7 @@

    Method List

  • -
  • +
  • clear_fetched FormulaInstaller @@ -6028,7 +6020,7 @@

    Method List

  • -
  • +
  • clear_installed FormulaInstaller @@ -6036,7 +6028,7 @@

    Method List

  • -
  • +
  • clear_path_cache Utils::Curl @@ -6044,7 +6036,7 @@

    Method List

  • -
  • +
  • #clear_sensitive_environment! EnvActivation @@ -6052,7 +6044,7 @@

    Method List

  • -
  • +
  • clear_version_cache Utils::Svn @@ -6060,7 +6052,7 @@

    Method List

  • -
  • +
  • #closed_pull_requests Homebrew::VersionBumpInfo @@ -6068,7 +6060,7 @@

    Method List

  • -
  • +
  • clt SystemConfig @@ -6076,7 +6068,7 @@

    Method List

  • -
  • +
  • #cmd BuildError @@ -6084,7 +6076,7 @@

    Method List

  • -
  • +
  • #cmd ErrorDuringExecution @@ -6092,7 +6084,7 @@

    Method List

  • -
  • +
  • cmd_comment_manpage_lines Homebrew::Manpages @@ -6100,7 +6092,7 @@

    Method List

  • -
  • +
  • cmd_directories Tap @@ -6108,7 +6100,7 @@

    Method List

  • -
  • +
  • cmd_parser_manpage_lines Homebrew::Manpages @@ -6116,7 +6108,7 @@

    Method List

  • -
  • +
  • #codesign_patched_binary Keg @@ -6124,7 +6116,7 @@

    Method List

  • -
  • +
  • #collector BottleSpecification @@ -6132,7 +6124,7 @@

    Method List

  • -
  • +
  • color? Tty @@ -6140,7 +6132,7 @@

    Method List

  • -
  • +
  • #colorpickers Homebrew::UnversionedCaskChecker @@ -6148,7 +6140,7 @@

    Method List

  • -
  • +
  • #column Homebrew::SourceLocation @@ -6156,7 +6148,7 @@

    Method List

  • -
  • +
  • columns Formatter @@ -6164,7 +6156,7 @@

    Method List

  • -
  • +
  • #comma_array Homebrew::CLI::Parser @@ -6172,7 +6164,7 @@

    Method List

  • -
  • +
  • #command Homebrew::Service @@ -6180,7 +6172,7 @@

    Method List

  • -
  • +
  • #command SystemCommand @@ -6188,7 +6180,7 @@

    Method List

  • -
  • +
  • #command SystemCommand::Result @@ -6196,7 +6188,7 @@

    Method List

  • -
  • +
  • command Homebrew @@ -6204,7 +6196,7 @@

    Method List

  • -
  • +
  • #command? Homebrew::Service @@ -6212,7 +6204,7 @@

    Method List

  • -
  • +
  • command_args Homebrew @@ -6220,7 +6212,7 @@

    Method List

  • -
  • +
  • command_description Commands @@ -6228,7 +6220,7 @@

    Method List

  • -
  • +
  • #command_dir Tap @@ -6236,7 +6228,7 @@

    Method List

  • -
  • +
  • #command_files Tap @@ -6244,7 +6236,7 @@

    Method List

  • -
  • +
  • command_gets_completions? Homebrew::Completions @@ -6252,7 +6244,7 @@

    Method List

  • -
  • +
  • command_options Commands @@ -6260,7 +6252,7 @@

    Method List

  • -
  • +
  • command_options Homebrew::Completions @@ -6268,7 +6260,7 @@

    Method List

  • -
  • +
  • commands Commands @@ -6276,7 +6268,7 @@

    Method List

  • -
  • +
  • #commands Homebrew::Manpages::Variables @@ -6284,7 +6276,7 @@

    Method List

  • -
  • +
  • commands Homebrew @@ -6292,7 +6284,7 @@

    Method List

  • -
  • +
  • commands_args Homebrew @@ -6300,7 +6292,7 @@

    Method List

  • -
  • +
  • #comments RuboCop::Cask::AST::Stanza @@ -6308,7 +6300,7 @@

    Method List

  • -
  • +
  • #comments RuboCop::Cask::AST::StanzaBlock @@ -6316,7 +6308,7 @@

    Method List

  • -
  • +
  • #comments_hash RuboCop::Cask::AST::Stanza @@ -6324,7 +6316,7 @@

    Method List

  • -
  • +
  • #commit Version @@ -6332,7 +6324,7 @@

    Method List

  • -
  • +
  • #commit_message GitRepository @@ -6340,7 +6332,7 @@

    Method List

  • -
  • +
  • #commit_outdated? VCSDownloadStrategy @@ -6348,7 +6340,7 @@

    Method List

  • -
  • +
  • #commit_outdated? GitHubGitDownloadStrategy @@ -6356,7 +6348,7 @@

    Method List

  • -
  • +
  • #compact_blank Enumerable @@ -6364,7 +6356,7 @@

    Method List

  • -
  • +
  • #compact_blank Hash @@ -6372,7 +6364,7 @@

    Method List

  • -
  • +
  • #comparator MacOSRequirement @@ -6380,7 +6372,7 @@

    Method List

  • -
  • +
  • #compare Version @@ -6388,7 +6380,7 @@

    Method List

  • -
  • +
  • #compatible_locations? Bottle @@ -6396,7 +6388,7 @@

    Method List

  • -
  • +
  • #compatible_locations? BottleSpecification @@ -6404,7 +6396,7 @@

    Method List

  • -
  • +
  • #compatible_with? TestRunnerFormula @@ -6412,7 +6404,7 @@

    Method List

  • -
  • +
  • #compiler Tab @@ -6420,7 +6412,7 @@

    Method List

  • -
  • +
  • #compiler CompilerSelector @@ -6428,7 +6420,7 @@

    Method List

  • -
  • +
  • #compiler CxxStdlib @@ -6436,7 +6428,7 @@

    Method List

  • -
  • +
  • #compiler SharedEnvExtension @@ -6444,7 +6436,7 @@

    Method List

  • -
  • +
  • #compiler_failures SoftwareSpec @@ -6452,7 +6444,7 @@

    Method List

  • -
  • +
  • compilers CompilerSelector @@ -6460,7 +6452,7 @@

    Method List

  • -
  • +
  • #compilers CompilerSelector @@ -6468,7 +6460,7 @@

    Method List

  • -
  • +
  • #completion_functions Homebrew::Completions::Variables @@ -6476,7 +6468,7 @@

    Method List

  • -
  • +
  • #completion_installed? Keg @@ -6484,7 +6476,7 @@

    Method List

  • -
  • +
  • completions Homebrew @@ -6492,7 +6484,7 @@

    Method List

  • -
  • +
  • completions_args Homebrew @@ -6500,7 +6492,7 @@

    Method List

  • -
  • +
  • completions_to_link? Homebrew::Completions @@ -6508,7 +6500,7 @@

    Method List

  • -
  • +
  • component_match? Utils::AST @@ -6516,7 +6508,7 @@

    Method List

  • -
  • +
  • #component_precedes? RuboCop::Cop::HelperFunctions @@ -6524,7 +6516,7 @@

    Method List

  • -
  • +
  • #component_problem RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -6532,7 +6524,7 @@

    Method List

  • -
  • +
  • compress Utils::Gzip @@ -6540,7 +6532,7 @@

    Method List

  • -
  • +
  • compress_with_options Utils::Gzip @@ -6548,7 +6540,7 @@

    Method List

  • -
  • +
  • #compute_and_install_dependencies FormulaInstaller @@ -6556,7 +6548,7 @@

    Method List

  • -
  • +
  • #compute_dependencies FormulaInstaller @@ -6564,7 +6556,7 @@

    Method List

  • -
  • +
  • condense_requirements Homebrew @@ -6572,7 +6564,7 @@

    Method List

  • -
  • +
  • condition_from_method_name OnSystem @@ -6580,7 +6572,7 @@

    Method List

  • -
  • +
  • #config Tap @@ -6588,7 +6580,7 @@

    Method List

  • -
  • +
  • #config Cask::Cask @@ -6596,7 +6588,7 @@

    Method List

  • -
  • +
  • config Homebrew @@ -6604,7 +6596,7 @@

    Method List

  • -
  • +
  • #config Cask::Artifact::AbstractArtifact @@ -6612,7 +6604,7 @@

    Method List

  • -
  • +
  • config_args Homebrew @@ -6620,7 +6612,7 @@

    Method List

  • -
  • +
  • #config_path Cask::Cask @@ -6628,7 +6620,7 @@

    Method List

  • -
  • +
  • config_true? Utils::Analytics @@ -6636,7 +6628,7 @@

    Method List

  • -
  • +
  • #conflict_message FormulaConflictError @@ -6644,7 +6636,7 @@

    Method List

  • -
  • +
  • #conflicting_cask Cask::CaskConflictError @@ -6652,7 +6644,7 @@

    Method List

  • -
  • +
  • #conflicts Homebrew::CLI::Parser @@ -6660,7 +6652,7 @@

    Method List

  • -
  • +
  • #conflicts FormulaConflictError @@ -6668,7 +6660,7 @@

    Method List

  • -
  • +
  • conflicts_with Formula @@ -6676,7 +6668,7 @@

    Method List

  • -
  • +
  • #conflicts_with Cask::DSL @@ -6684,7 +6676,7 @@

    Method List

  • -
  • +
  • #consistent_reproducible_symlink_permissions! Keg @@ -6692,7 +6684,7 @@

    Method List

  • -
  • +
  • #const_missing MacOSVersionErrorCompat @@ -6700,7 +6692,7 @@

    Method List

  • -
  • +
  • #container Cask::DSL @@ -6708,7 +6700,7 @@

    Method List

  • -
  • +
  • #container LinuxRunnerSpec @@ -6716,7 +6708,7 @@

    Method List

  • -
  • +
  • #content Cask::CaskLoader::AbstractContentLoader @@ -6724,7 +6716,7 @@

    Method List

  • -
  • +
  • #contents Tap @@ -6732,7 +6724,7 @@

    Method List

  • -
  • +
  • #contents EmbeddedPatch @@ -6740,7 +6732,7 @@

    Method List

  • -
  • +
  • #contents DATAPatch @@ -6748,7 +6740,7 @@

    Method List

  • -
  • +
  • #contents StringPatch @@ -6756,7 +6748,7 @@

    Method List

  • -
  • +
  • #contents Formulary::FormulaContentsLoader @@ -6764,7 +6756,7 @@

    Method List

  • -
  • +
  • #context Homebrew::CLI::Args @@ -6772,7 +6764,7 @@

    Method List

  • -
  • +
  • #continuation Ignorable::ExceptionMixin @@ -6780,7 +6772,7 @@

    Method List

  • -
  • +
  • contributions Homebrew @@ -6788,7 +6780,7 @@

    Method List

  • -
  • +
  • contributions_args Homebrew @@ -6796,7 +6788,7 @@

    Method List

  • -
  • +
  • convert_man_page Homebrew::Manpages @@ -6804,7 +6796,7 @@

    Method List

  • -
  • +
  • convert_to_string_or_symbol Formulary @@ -6812,7 +6804,7 @@

    Method List

  • -
  • +
  • #cookies Cask::URL::DSL @@ -6820,7 +6812,7 @@

    Method List

  • -
  • +
  • #cop_name Homebrew::Style::Offense @@ -6828,7 +6820,7 @@

    Method List

  • -
  • +
  • copy? Metafiles @@ -6836,7 +6828,7 @@

    Method List

  • -
  • +
  • copy_xattrs Cask::Quarantine @@ -6844,7 +6836,7 @@

    Method List

  • -
  • +
  • core_cask_path? Homebrew @@ -6852,7 +6844,7 @@

    Method List

  • -
  • +
  • core_cask_tap? Homebrew @@ -6860,7 +6852,7 @@

    Method List

  • -
  • +
  • core_formula_path? Homebrew @@ -6868,7 +6860,7 @@

    Method List

  • -
  • +
  • core_formula_tap? Homebrew @@ -6876,7 +6868,7 @@

    Method List

  • -
  • +
  • core_path Formulary @@ -6884,7 +6876,7 @@

    Method List

  • -
  • +
  • core_tap_config SystemConfig @@ -6892,7 +6884,7 @@

    Method List

  • -
  • +
  • cores Hardware::CPU @@ -6900,7 +6892,7 @@

    Method List

  • -
  • +
  • cores_as_words Hardware @@ -6908,7 +6900,7 @@

    Method List

  • -
  • +
  • #corrected Homebrew::Style::Offense @@ -6916,7 +6908,7 @@

    Method List

  • -
  • +
  • #corrected? Homebrew::Style::Offense @@ -6924,7 +6916,7 @@

    Method List

  • -
  • +
  • count_issues GitHub @@ -6932,7 +6924,7 @@

    Method List

  • -
  • +
  • count_repo_commits GitHub @@ -6940,7 +6932,7 @@

    Method List

  • -
  • +
  • count_reviews Homebrew @@ -6948,7 +6940,7 @@

    Method List

  • -
  • +
  • #cp_path_sub InstallRenamed @@ -6956,7 +6948,7 @@

    Method List

  • -
  • +
  • #cppflags SharedEnvExtension @@ -6964,7 +6956,7 @@

    Method List

  • -
  • +
  • create Tab @@ -6972,7 +6964,7 @@

    Method List

  • -
  • +
  • create Patch @@ -6980,7 +6972,7 @@

    Method List

  • -
  • +
  • create Options @@ -6988,7 +6980,7 @@

    Method List

  • -
  • +
  • create Version::Token @@ -6996,7 +6988,7 @@

    Method List

  • -
  • +
  • create Version @@ -7004,7 +6996,7 @@

    Method List

  • -
  • +
  • create CompilerFailure @@ -7012,7 +7004,7 @@

    Method List

  • -
  • +
  • create CxxStdlib @@ -7020,7 +7012,7 @@

    Method List

  • -
  • +
  • create Bottle::Filename @@ -7028,7 +7020,7 @@

    Method List

  • -
  • +
  • create Homebrew @@ -7036,7 +7028,7 @@

    Method List

  • -
  • +
  • #create Language::Python::Virtualenv::Virtualenv @@ -7044,7 +7036,7 @@

    Method List

  • -
  • +
  • create Homebrew::Livecheck::LivecheckVersion @@ -7052,7 +7044,7 @@

    Method List

  • -
  • +
  • create_args Homebrew @@ -7060,7 +7052,7 @@

    Method List

  • -
  • +
  • create_bump_pr GitHub @@ -7068,7 +7060,7 @@

    Method List

  • -
  • +
  • create_cask Homebrew @@ -7076,7 +7068,7 @@

    Method List

  • -
  • +
  • create_check_run GitHub @@ -7084,7 +7076,7 @@

    Method List

  • -
  • +
  • create_fork GitHub @@ -7092,7 +7084,7 @@

    Method List

  • -
  • +
  • create_formula Homebrew @@ -7100,7 +7092,7 @@

    Method List

  • -
  • +
  • create_gist GitHub @@ -7108,7 +7100,7 @@

    Method List

  • -
  • +
  • create_issue GitHub @@ -7116,7 +7108,7 @@

    Method List

  • -
  • +
  • create_or_update_release GitHub @@ -7124,7 +7116,7 @@

    Method List

  • -
  • +
  • create_pull_request GitHub @@ -7132,7 +7124,7 @@

    Method List

  • -
  • +
  • #created? CacheStoreDatabase @@ -7140,7 +7132,7 @@

    Method List

  • -
  • +
  • credentials GitHub::API @@ -7148,7 +7140,7 @@

    Method List

  • -
  • +
  • credentials_error_message GitHub::API @@ -7156,7 +7148,7 @@

    Method List

  • -
  • +
  • credentials_type GitHub::API @@ -7164,7 +7156,7 @@

    Method List

  • -
  • +
  • #cron Homebrew::Service @@ -7172,7 +7164,7 @@

    Method List

  • -
  • +
  • csh_quote Utils::Shell @@ -7180,7 +7172,7 @@

    Method List

  • -
  • +
  • #csv Cask::DSL::Version @@ -7188,7 +7180,7 @@

    Method List

  • -
  • +
  • curl Utils::Curl @@ -7196,7 +7188,7 @@

    Method List

  • -
  • +
  • curl_args Utils::Curl @@ -7204,7 +7196,7 @@

    Method List

  • -
  • +
  • curl_check_http_content Utils::Curl @@ -7212,7 +7204,7 @@

    Method List

  • -
  • +
  • #curl_dep_if_needed DependencyCollector @@ -7220,7 +7212,7 @@

    Method List

  • -
  • +
  • curl_deps Homebrew::ResourceAuditor @@ -7228,7 +7220,7 @@

    Method List

  • -
  • +
  • curl_download Utils::Curl @@ -7236,7 +7228,7 @@

    Method List

  • -
  • +
  • curl_executable Utils::Curl @@ -7244,7 +7236,7 @@

    Method List

  • -
  • +
  • curl_headers Utils::Curl @@ -7252,7 +7244,7 @@

    Method List

  • -
  • +
  • curl_http_content_headers_and_checksum Utils::Curl @@ -7260,7 +7252,7 @@

    Method List

  • -
  • +
  • curl_output Utils::Curl @@ -7268,7 +7260,7 @@

    Method List

  • -
  • +
  • curl_path Utils::Curl @@ -7276,7 +7268,7 @@

    Method List

  • -
  • +
  • curl_response_follow_redirections Utils::Curl @@ -7284,7 +7276,7 @@

    Method List

  • -
  • +
  • curl_response_last_location Utils::Curl @@ -7292,7 +7284,7 @@

    Method List

  • -
  • +
  • curl_supports_tls13? Utils::Curl @@ -7300,7 +7292,7 @@

    Method List

  • -
  • +
  • curl_with_workarounds Utils::Curl @@ -7308,7 +7300,7 @@

    Method List

  • -
  • +
  • current Context @@ -7316,7 +7308,7 @@

    Method List

  • -
  • +
  • #current DeprecatedOption @@ -7324,7 +7316,7 @@

    Method List

  • -
  • +
  • current User @@ -7332,7 +7324,7 @@

    Method List

  • -
  • +
  • current= Context @@ -7340,7 +7332,7 @@

    Method List

  • -
  • +
  • current_arch Homebrew::SimulateSystem @@ -7348,7 +7340,7 @@

    Method List

  • -
  • +
  • current_escape_sequence Tty @@ -7356,7 +7348,7 @@

    Method List

  • -
  • +
  • #current_flag DeprecatedOption @@ -7364,7 +7356,7 @@

    Method List

  • -
  • +
  • #current_installed_alias_target Formula @@ -7372,7 +7364,7 @@

    Method List

  • -
  • +
  • current_os Homebrew::SimulateSystem @@ -7380,7 +7372,7 @@

    Method List

  • -
  • +
  • #current_user Homebrew::Diagnostic::Checks @@ -7388,7 +7380,7 @@

    Method List

  • -
  • +
  • #current_version Homebrew::VersionBumpInfo @@ -7396,7 +7388,7 @@

    Method List

  • -
  • +
  • #custom_remote? Tap @@ -7404,7 +7396,7 @@

    Method List

  • -
  • +
  • #cvs_dep_if_needed DependencyCollector @@ -7412,7 +7404,7 @@

    Method List

  • -
  • +
  • #cxx SharedEnvExtension @@ -7420,7 +7412,7 @@

    Method List

  • -
  • +
  • #cxx11 Stdenv @@ -7428,7 +7420,7 @@

    Method List

  • -
  • +
  • #cxx11 Superenv @@ -7436,7 +7428,7 @@

    Method List

  • -
  • +
  • #cxxflags SharedEnvExtension @@ -7444,7 +7436,7 @@

    Method List

  • -
  • +
  • #cxxstdlib Tab @@ -7452,7 +7444,7 @@

    Method List

  • -
  • +
  • cxxstdlib_check Formula @@ -7460,7 +7452,7 @@

    Method List

  • -
  • +
  • #data Cask::URL::DSL @@ -7468,7 +7460,7 @@

    Method List

  • -
  • +
  • #days Homebrew::Cleanup @@ -7476,7 +7468,7 @@

    Method List

  • -
  • +
  • debrew Debrew @@ -7484,7 +7476,7 @@

    Method List

  • -
  • +
  • debug Debrew @@ -7492,7 +7484,7 @@

    Method List

  • -
  • +
  • #debug? Context::ContextStruct @@ -7500,7 +7492,7 @@

    Method List

  • -
  • +
  • #debug? Context @@ -7508,7 +7500,7 @@

    Method List

  • -
  • +
  • debugged_exceptions Debrew @@ -7516,7 +7508,7 @@

    Method List

  • -
  • +
  • #declared_deps SoftwareSpec @@ -7524,7 +7516,7 @@

    Method List

  • -
  • +
  • deconstantize Utils @@ -7532,7 +7524,7 @@

    Method List

  • -
  • +
  • #decorate Tapioca::Compilers::RuboCop @@ -7540,7 +7532,7 @@

    Method List

  • -
  • +
  • decorate_dependencies Homebrew @@ -7548,7 +7540,7 @@

    Method List

  • -
  • +
  • decorate_requirements Homebrew @@ -7556,7 +7548,7 @@

    Method List

  • -
  • +
  • #deep_dup Object @@ -7564,7 +7556,7 @@

    Method List

  • -
  • +
  • #deep_dup Array @@ -7572,7 +7564,7 @@

    Method List

  • -
  • +
  • #deep_dup Hash @@ -7580,7 +7572,7 @@

    Method List

  • -
  • +
  • #deep_dup Module @@ -7588,7 +7580,7 @@

    Method List

  • -
  • +
  • #deep_merge Hash @@ -7596,7 +7588,7 @@

    Method List

  • -
  • +
  • #deep_merge! Hash @@ -7604,7 +7596,7 @@

    Method List

  • -
  • +
  • #deep_stringify_keys Hash @@ -7612,7 +7604,7 @@

    Method List

  • -
  • +
  • #deep_stringify_keys! Hash @@ -7620,7 +7612,7 @@

    Method List

  • -
  • +
  • #deep_symbolize_keys Hash @@ -7628,7 +7620,7 @@

    Method List

  • -
  • +
  • #deep_symbolize_keys! Hash @@ -7636,7 +7628,7 @@

    Method List

  • -
  • +
  • #deep_transform_keys Hash @@ -7644,7 +7636,7 @@

    Method List

  • -
  • +
  • #deep_transform_keys! Hash @@ -7652,7 +7644,7 @@

    Method List

  • -
  • +
  • #deep_transform_values Hash @@ -7660,7 +7652,7 @@

    Method List

  • -
  • +
  • #deep_transform_values! Hash @@ -7668,7 +7660,7 @@

    Method List

  • -
  • +
  • #default Cask::Config @@ -7676,7 +7668,7 @@

    Method List

  • -
  • +
  • #default Dependencies @@ -7684,7 +7676,7 @@

    Method List

  • -
  • +
  • #default_branch GitHubGitDownloadStrategy @@ -7692,7 +7684,7 @@

    Method List

  • -
  • +
  • default_cask_tap Tap @@ -7700,7 +7692,7 @@

    Method List

  • -
  • +
  • #default_cellar Utils::Bottles::Tag @@ -7708,7 +7700,7 @@

    Method List

  • -
  • +
  • #default_config Cask::Cask @@ -7716,7 +7708,7 @@

    Method List

  • -
  • +
  • #default_cron_values Homebrew::Service @@ -7724,7 +7716,7 @@

    Method List

  • -
  • +
  • default_fields_influx Utils::Analytics @@ -7732,7 +7724,7 @@

    Method List

  • -
  • +
  • #default_origin_branch? GitRepository @@ -7740,7 +7732,7 @@

    Method List

  • -
  • +
  • default_path Cask::CaskLoader @@ -7748,7 +7740,7 @@

    Method List

  • -
  • +
  • #default_plist_name Homebrew::Service @@ -7756,7 +7748,7 @@

    Method List

  • -
  • +
  • #default_prefix Utils::Bottles::Tag @@ -7764,7 +7756,7 @@

    Method List

  • -
  • +
  • default_prefix? Homebrew @@ -7772,7 +7764,7 @@

    Method List

  • -
  • +
  • default_prefix? OS::Mac::Xcode @@ -7780,7 +7772,7 @@

    Method List

  • -
  • +
  • #default_refspec GitHubGitDownloadStrategy @@ -7788,7 +7780,7 @@

    Method List

  • -
  • +
  • #default_remote Tap @@ -7796,7 +7788,7 @@

    Method List

  • -
  • +
  • #default_service_name Homebrew::Service @@ -7804,7 +7796,7 @@

    Method List

  • -
  • +
  • default_tags_influx Utils::Analytics @@ -7812,7 +7804,7 @@

    Method List

  • -
  • +
  • defaults Cask::Config @@ -7820,7 +7812,7 @@

    Method List

  • -
  • +
  • deferred_curl Utils::Analytics @@ -7828,7 +7820,7 @@

    Method List

  • -
  • +
  • #define_cflags Stdenv @@ -7836,7 +7828,7 @@

    Method List

  • -
  • +
  • #delete TapConfig @@ -7844,7 +7836,7 @@

    Method List

  • -
  • +
  • delete Homebrew::Settings @@ -7852,7 +7844,7 @@

    Method List

  • -
  • +
  • #delete CacheStoreDatabase @@ -7860,7 +7852,7 @@

    Method List

  • -
  • +
  • #delete! CacheStore @@ -7868,7 +7860,7 @@

    Method List

  • -
  • +
  • #delete! LinkageCacheStore @@ -7876,7 +7868,7 @@

    Method List

  • -
  • +
  • #delete! DescriptionCacheStore @@ -7884,7 +7876,7 @@

    Method List

  • -
  • +
  • #delete_from_formula_names! DescriptionCacheStore @@ -7892,7 +7884,7 @@

    Method List

  • -
  • +
  • #delete_pyc_files! Keg @@ -7900,7 +7892,7 @@

    Method List

  • -
  • +
  • #delete_rpath Keg @@ -7908,7 +7900,7 @@

    Method List

  • -
  • +
  • #delete_rpath MachOShim @@ -7916,7 +7908,7 @@

    Method List

  • -
  • +
  • delete_uuid! Utils::Analytics @@ -7924,7 +7916,7 @@

    Method List

  • -
  • +
  • deleted_reason Homebrew::MissingFormula @@ -7932,7 +7924,7 @@

    Method List

  • -
  • +
  • demodulize Utils @@ -7940,7 +7932,7 @@

    Method List

  • -
  • +
  • #deny_write Sandbox @@ -7948,7 +7940,7 @@

    Method List

  • -
  • +
  • #deny_write_homebrew_repository Sandbox @@ -7956,7 +7948,7 @@

    Method List

  • -
  • +
  • #deny_write_path Sandbox @@ -7964,7 +7956,7 @@

    Method List

  • -
  • +
  • dep_display_name Homebrew @@ -7972,7 +7964,7 @@

    Method List

  • -
  • +
  • dep_display_s Homebrew @@ -7980,7 +7972,7 @@

    Method List

  • -
  • +
  • #deparallelize Stdenv @@ -7988,7 +7980,7 @@

    Method List

  • -
  • +
  • #deparallelize Superenv @@ -7996,7 +7988,7 @@

    Method List

  • -
  • +
  • dependables Homebrew @@ -8004,7 +7996,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy @@ -8012,7 +8004,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Xz @@ -8020,7 +8012,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Air @@ -8028,7 +8020,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Cab @@ -8036,7 +8028,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lha @@ -8044,7 +8036,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Rar @@ -8052,7 +8044,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lzip @@ -8060,7 +8052,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lzma @@ -8068,7 +8060,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Zstd @@ -8076,7 +8068,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::P7Zip @@ -8084,7 +8076,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::GenericUnar @@ -8092,7 +8084,7 @@

    Method List

  • -
  • +
  • #dependency_collector SoftwareSpec @@ -8100,7 +8092,7 @@

    Method List

  • -
  • +
  • #dependency_name RuboCop::Cop::FormulaAudit::DependencyOrder @@ -8108,7 +8100,7 @@

    Method List

  • -
  • +
  • #dependent FormulaUnavailableError @@ -8116,7 +8108,7 @@

    Method List

  • -
  • +
  • #dependent_s FormulaUnavailableError @@ -8124,7 +8116,7 @@

    Method List

  • -
  • +
  • #dependents TestRunnerFormula @@ -8132,7 +8124,7 @@

    Method List

  • -
  • +
  • dependents DependenciesHelpers @@ -8140,7 +8132,7 @@

    Method List

  • -
  • +
  • depends_on Formula @@ -8148,7 +8140,7 @@

    Method List

  • -
  • +
  • #depends_on Cask::DSL @@ -8156,7 +8148,7 @@

    Method List

  • -
  • +
  • #depends_on SoftwareSpec @@ -8164,7 +8156,7 @@

    Method List

  • -
  • +
  • #depends_on? RuboCop::Cop::FormulaCop @@ -8172,7 +8164,7 @@

    Method List

  • -
  • +
  • #depends_on_name_type? RuboCop::Cop::FormulaCop @@ -8180,7 +8172,7 @@

    Method List

  • -
  • +
  • deprecate! Formula @@ -8188,7 +8180,7 @@

    Method List

  • -
  • +
  • #deprecate! Cask::DSL @@ -8196,7 +8188,7 @@

    Method List

  • -
  • +
  • #deprecated? Formula @@ -8204,7 +8196,7 @@

    Method List

  • -
  • +
  • deprecated? Formula @@ -8212,7 +8204,7 @@

    Method List

  • -
  • +
  • #deprecated_flags SoftwareSpec @@ -8220,7 +8212,7 @@

    Method List

  • -
  • +
  • deprecated_license? SPDX @@ -8228,7 +8220,7 @@

    Method List

  • -
  • +
  • deprecated_option Formula @@ -8236,7 +8228,7 @@

    Method List

  • -
  • +
  • #deprecated_option SoftwareSpec @@ -8244,7 +8236,7 @@

    Method List

  • -
  • +
  • #deprecated_options SoftwareSpec @@ -8252,7 +8244,7 @@

    Method List

  • -
  • +
  • #deprecation_date Formula @@ -8260,7 +8252,7 @@

    Method List

  • -
  • +
  • deprecation_date Formula @@ -8268,7 +8260,7 @@

    Method List

  • -
  • +
  • #deprecation_date Cask::DSL @@ -8276,7 +8268,7 @@

    Method List

  • -
  • +
  • #deprecation_reason Formula @@ -8284,7 +8276,7 @@

    Method List

  • -
  • +
  • deprecation_reason Formula @@ -8292,7 +8284,7 @@

    Method List

  • -
  • +
  • #deprecation_reason Cask::DSL @@ -8300,7 +8292,7 @@

    Method List

  • -
  • +
  • #deps Build @@ -8308,7 +8300,7 @@

    Method List

  • -
  • +
  • deps Homebrew @@ -8316,7 +8308,7 @@

    Method List

  • -
  • +
  • #deps Homebrew::Uninstall::DependentsMessage @@ -8324,7 +8316,7 @@

    Method List

  • -
  • +
  • #deps SoftwareSpec @@ -8332,7 +8324,7 @@

    Method List

  • -
  • +
  • #deps CaskDependent @@ -8340,7 +8332,7 @@

    Method List

  • -
  • +
  • #deps DependencyCollector @@ -8348,7 +8340,7 @@

    Method List

  • -
  • +
  • deps_args Homebrew @@ -8356,7 +8348,7 @@

    Method List

  • -
  • +
  • deps_for_dependent Homebrew @@ -8364,7 +8356,7 @@

    Method List

  • -
  • +
  • deps_for_dependents Homebrew @@ -8372,7 +8364,7 @@

    Method List

  • -
  • +
  • deps_uses_from_formulae Homebrew @@ -8380,7 +8372,7 @@

    Method List

  • -
  • +
  • #desc Formula @@ -8388,7 +8380,7 @@

    Method List

  • -
  • +
  • #desc Cask::DSL @@ -8396,7 +8388,7 @@

    Method List

  • -
  • +
  • desc Homebrew @@ -8404,7 +8396,7 @@

    Method List

  • -
  • +
  • desc_args Homebrew @@ -8412,7 +8404,7 @@

    Method List

  • -
  • +
  • desc_info Cask::Info @@ -8420,7 +8412,7 @@

    Method List

  • -
  • +
  • #desc_problem RuboCop::Cop::DescHelper @@ -8428,7 +8420,7 @@

    Method List

  • -
  • +
  • describe_clang SystemConfig @@ -8436,7 +8428,7 @@

    Method List

  • -
  • +
  • describe_curl SystemConfig @@ -8444,7 +8436,7 @@

    Method List

  • -
  • +
  • describe_git SystemConfig @@ -8452,7 +8444,7 @@

    Method List

  • -
  • +
  • describe_homebrew_ruby SystemConfig @@ -8460,7 +8452,7 @@

    Method List

  • -
  • +
  • describe_path SystemConfig @@ -8468,7 +8460,7 @@

    Method List

  • -
  • +
  • #description Option @@ -8476,7 +8468,7 @@

    Method List

  • -
  • +
  • #description Homebrew::CLI::Parser @@ -8484,7 +8476,7 @@

    Method List

  • -
  • +
  • #detect Locale @@ -8492,7 +8484,7 @@

    Method List

  • -
  • +
  • detect Version @@ -8500,7 +8492,7 @@

    Method List

  • -
  • +
  • detect Cask::Quarantine @@ -8508,7 +8500,7 @@

    Method List

  • -
  • +
  • detect UnpackStrategy @@ -8516,7 +8508,7 @@

    Method List

  • -
  • +
  • detect DownloadStrategyDetector @@ -8524,7 +8516,7 @@

    Method List

  • -
  • +
  • detect_clang_version OS::Mac::CLT @@ -8532,7 +8524,7 @@

    Method List

  • -
  • +
  • #detect_cxx_stdlibs Keg @@ -8540,7 +8532,7 @@

    Method List

  • -
  • +
  • detect_from_symbol DownloadStrategyDetector @@ -8548,7 +8540,7 @@

    Method List

  • -
  • +
  • detect_from_url DownloadStrategyDetector @@ -8556,7 +8548,7 @@

    Method List

  • -
  • +
  • #detect_stdlibs Build @@ -8564,7 +8556,7 @@

    Method List

  • -
  • +
  • detect_version OS::Mac::Xcode @@ -8572,7 +8564,7 @@

    Method List

  • -
  • +
  • detect_version OS::Mac::CLT @@ -8580,7 +8572,7 @@

    Method List

  • -
  • +
  • detect_version_from_clang_version OS::Mac::Xcode @@ -8588,7 +8580,7 @@

    Method List

  • -
  • +
  • detect_version_from_clang_version OS::Mac::CLT @@ -8596,7 +8588,7 @@

    Method List

  • -
  • +
  • #detected_from_url? Version @@ -8604,7 +8596,7 @@

    Method List

  • -
  • +
  • detected_node_shebang Language::Node::Shebang @@ -8612,7 +8604,7 @@

    Method List

  • -
  • +
  • detected_perl_shebang Language::Perl::Shebang @@ -8620,7 +8612,7 @@

    Method List

  • -
  • +
  • detected_python_shebang Language::Python::Shebang @@ -8628,7 +8620,7 @@

    Method List

  • -
  • +
  • determine_bump_subject Homebrew @@ -8636,7 +8628,7 @@

    Method List

  • -
  • +
  • #determine_cccfg Superenv @@ -8644,7 +8636,7 @@

    Method List

  • -
  • +
  • #determine_dynamic_linker_path Superenv @@ -8652,7 +8644,7 @@

    Method List

  • -
  • +
  • determine_mirror Homebrew @@ -8660,7 +8652,7 @@

    Method List

  • -
  • +
  • #determine_pkg_config_libdir Stdenv @@ -8668,7 +8660,7 @@

    Method List

  • -
  • +
  • #determine_rpath_paths Superenv @@ -8676,7 +8668,7 @@

    Method List

  • -
  • +
  • determine_test_runners Homebrew @@ -8684,7 +8676,7 @@

    Method List

  • -
  • +
  • determine_test_runners_args Homebrew @@ -8692,7 +8684,7 @@

    Method List

  • -
  • +
  • #deuniversalize_machos Formula @@ -8700,7 +8692,7 @@

    Method List

  • -
  • +
  • developer Homebrew @@ -8708,7 +8700,7 @@

    Method List

  • -
  • +
  • developer_args Homebrew @@ -8716,7 +8708,7 @@

    Method List

  • -
  • +
  • #developer_commands Homebrew::Manpages::Variables @@ -8724,7 +8716,7 @@

    Method List

  • -
  • +
  • #dictionaries Homebrew::UnversionedCaskChecker @@ -8732,7 +8724,7 @@

    Method List

  • -
  • +
  • #did_you_mean FormulaOrCaskUnavailableError @@ -8740,7 +8732,7 @@

    Method List

  • -
  • +
  • #directives Cask::Artifact::AbstractUninstall @@ -8748,7 +8740,7 @@

    Method List

  • -
  • +
  • #directives Cask::Artifact::AbstractFlightBlock @@ -8756,7 +8748,7 @@

    Method List

  • -
  • +
  • #directory Resource::PatchResource @@ -8764,7 +8756,7 @@

    Method List

  • -
  • +
  • dirmethod Cask::Artifact::Suite @@ -8772,7 +8764,7 @@

    Method List

  • -
  • +
  • dirmethod Cask::Artifact::AbstractArtifact @@ -8780,7 +8772,7 @@

    Method List

  • -
  • +
  • disable! Formula @@ -8788,7 +8780,7 @@

    Method List

  • -
  • +
  • #disable! Cask::DSL @@ -8796,7 +8788,7 @@

    Method List

  • -
  • +
  • disable! Utils::Analytics @@ -8804,7 +8796,7 @@

    Method List

  • -
  • +
  • #disable_date Formula @@ -8812,7 +8804,7 @@

    Method List

  • -
  • +
  • disable_date Formula @@ -8820,7 +8812,7 @@

    Method List

  • -
  • +
  • #disable_date Cask::DSL @@ -8828,7 +8820,7 @@

    Method List

  • -
  • +
  • #disable_reason Formula @@ -8836,7 +8828,7 @@

    Method List

  • -
  • +
  • disable_reason Formula @@ -8844,7 +8836,7 @@

    Method List

  • -
  • +
  • #disable_reason Cask::DSL @@ -8852,7 +8844,7 @@

    Method List

  • -
  • +
  • #disabled? Formula @@ -8860,7 +8852,7 @@

    Method List

  • -
  • +
  • disabled? Formula @@ -8868,7 +8860,7 @@

    Method List

  • -
  • +
  • disabled? Utils::Analytics @@ -8876,7 +8868,7 @@

    Method List

  • -
  • +
  • disallowed_reason Homebrew::MissingFormula @@ -8884,7 +8876,7 @@

    Method List

  • -
  • +
  • #discontinued? Cask::DSL @@ -8892,7 +8884,7 @@

    Method List

  • -
  • +
  • #disk_cleanup_size Homebrew::Cleanup @@ -8900,7 +8892,7 @@

    Method List

  • -
  • +
  • #disk_usage DiskUsageExtension @@ -8908,7 +8900,7 @@

    Method List

  • -
  • +
  • #disk_usage_readable Kernel @@ -8916,7 +8908,7 @@

    Method List

  • -
  • +
  • dispatch_build_bottle Homebrew @@ -8924,7 +8916,7 @@

    Method List

  • -
  • +
  • dispatch_build_bottle_args Homebrew @@ -8932,7 +8924,7 @@

    Method List

  • -
  • +
  • dispatch_event GitHub @@ -8940,7 +8932,7 @@

    Method List

  • -
  • +
  • #display_caveats Messages @@ -8948,7 +8940,7 @@

    Method List

  • -
  • +
  • #display_install_times Messages @@ -8956,7 +8948,7 @@

    Method List

  • -
  • +
  • #display_messages Messages @@ -8964,7 +8956,7 @@

    Method List

  • -
  • +
  • #display_normal_output LinkageChecker @@ -8972,7 +8964,7 @@

    Method List

  • -
  • +
  • #display_options FormulaInstaller @@ -8980,7 +8972,7 @@

    Method List

  • -
  • +
  • #display_reverse_output LinkageChecker @@ -8988,7 +8980,7 @@

    Method List

  • -
  • +
  • #display_s Requirement @@ -8996,7 +8988,7 @@

    Method List

  • -
  • +
  • #display_s ArchRequirement @@ -9004,7 +8996,7 @@

    Method List

  • -
  • +
  • #display_s MacOSRequirement @@ -9012,7 +9004,7 @@

    Method List

  • -
  • +
  • #display_s XcodeRequirement @@ -9020,7 +9012,7 @@

    Method List

  • -
  • +
  • #display_test_output LinkageChecker @@ -9028,7 +9020,7 @@

    Method List

  • -
  • +
  • dmg_metadata? UnpackStrategy::Dmg::Bom @@ -9036,7 +9028,7 @@

    Method List

  • -
  • +
  • #doc Formula @@ -9044,7 +9036,7 @@

    Method List

  • -
  • +
  • docs Homebrew @@ -9052,7 +9044,7 @@

    Method List

  • -
  • +
  • docs_args Homebrew @@ -9060,7 +9052,7 @@

    Method List

  • -
  • +
  • doctor Homebrew @@ -9068,7 +9060,7 @@

    Method List

  • -
  • +
  • doctor_args Homebrew @@ -9076,7 +9068,7 @@

    Method List

  • -
  • +
  • donation_message Homebrew @@ -9084,7 +9076,7 @@

    Method List

  • -
  • +
  • dot_code Homebrew @@ -9092,7 +9084,7 @@

    Method List

  • -
  • +
  • #download Cask::Cask @@ -9100,7 +9092,7 @@

    Method List

  • -
  • +
  • #download Cask::Audit @@ -9108,7 +9100,7 @@

    Method List

  • -
  • +
  • #download Requirement @@ -9116,7 +9108,7 @@

    Method List

  • -
  • +
  • #download Cask::Installer @@ -9124,7 +9116,7 @@

    Method List

  • -
  • +
  • download_artifact GitHub @@ -9132,7 +9124,7 @@

    Method List

  • -
  • +
  • download_latest_license_data! SPDX @@ -9140,7 +9132,7 @@

    Method List

  • -
  • +
  • #download_name Resource @@ -9148,7 +9140,7 @@

    Method List

  • -
  • +
  • #download_name Downloadable @@ -9156,7 +9148,7 @@

    Method List

  • -
  • +
  • #download_name Cask::Download @@ -9164,7 +9156,7 @@

    Method List

  • -
  • +
  • #download_sha_path Cask::Cask @@ -9172,7 +9164,7 @@

    Method List

  • -
  • +
  • #download_strategy URL @@ -9180,7 +9172,7 @@

    Method List

  • -
  • +
  • #download_strategy Resource @@ -9188,7 +9180,7 @@

    Method List

  • -
  • +
  • #download_strategy Downloadable @@ -9196,7 +9188,7 @@

    Method List

  • -
  • +
  • #downloaded? Downloadable @@ -9204,7 +9196,7 @@

    Method List

  • -
  • +
  • #downloader Downloadable @@ -9212,7 +9204,7 @@

    Method List

  • -
  • +
  • #downloader Cask::Installer @@ -9220,7 +9212,7 @@

    Method List

  • -
  • +
  • #downloader FormulaInstaller @@ -9228,7 +9220,7 @@

    Method List

  • -
  • +
  • #ds_store? Pathname @@ -9236,7 +9228,7 @@

    Method List

  • -
  • +
  • dsl_key Cask::Artifact::AbstractArtifact @@ -9244,7 +9236,7 @@

    Method List

  • -
  • +
  • dsl_key Cask::Artifact::AbstractFlightBlock @@ -9252,7 +9244,7 @@

    Method List

  • -
  • +
  • #dst Keg::LinkError @@ -9260,7 +9252,7 @@

    Method List

  • -
  • +
  • #dump BuildError @@ -9268,7 +9260,7 @@

    Method List

  • -
  • +
  • dump BuildEnvironment @@ -9276,7 +9268,7 @@

    Method List

  • -
  • +
  • #dump ReporterHub @@ -9284,7 +9276,7 @@

    Method List

  • -
  • +
  • dump_for_formula Options @@ -9292,7 +9284,7 @@

    Method List

  • -
  • +
  • dump_tap_config SystemConfig @@ -9300,7 +9292,7 @@

    Method List

  • -
  • +
  • dump_verbose_config SystemConfig @@ -9308,7 +9300,7 @@

    Method List

  • -
  • +
  • #dup_with_formula_name Dependency @@ -9316,7 +9308,7 @@

    Method List

  • -
  • +
  • #dup_with_formula_name UsesFromMacOSDependency @@ -9324,7 +9316,7 @@

    Method List

  • -
  • +
  • #dup_without_system_deps Dependencies @@ -9332,7 +9324,7 @@

    Method List

  • -
  • +
  • #duplicable? Object @@ -9340,7 +9332,7 @@

    Method List

  • -
  • +
  • #duplicable? Method @@ -9348,7 +9340,7 @@

    Method List

  • -
  • +
  • #duplicable? UnboundMethod @@ -9356,7 +9348,7 @@

    Method List

  • -
  • +
  • #duplicable? Singleton @@ -9364,7 +9356,7 @@

    Method List

  • -
  • +
  • #dylib? MachOShim @@ -9372,7 +9364,7 @@

    Method List

  • -
  • +
  • #dylib? ELFShim @@ -9380,7 +9372,7 @@

    Method List

  • -
  • +
  • #dylib? Pathname @@ -9388,7 +9380,7 @@

    Method List

  • -
  • +
  • #dylib_id ELFShim @@ -9396,7 +9388,7 @@

    Method List

  • -
  • +
  • #dylib_id_for Keg @@ -9404,7 +9396,7 @@

    Method List

  • -
  • +
  • #dynamic_elf? ELFShim @@ -9412,7 +9404,7 @@

    Method List

  • -
  • +
  • #dynamically_linked_libraries MachOShim @@ -9420,7 +9412,7 @@

    Method List

  • -
  • +
  • #dynamically_linked_libraries ELFShim @@ -9428,7 +9420,7 @@

    Method List

  • -
  • +
  • each Tap @@ -9436,7 +9428,7 @@

    Method List

  • -
  • +
  • #each Homebrew::Style::Offenses @@ -9444,7 +9436,7 @@

    Method List

  • -
  • +
  • #each Options @@ -9452,7 +9444,7 @@

    Method List

  • -
  • +
  • #each Cask::ArtifactSet @@ -9460,7 +9452,7 @@

    Method List

  • -
  • +
  • #each_directory UnpackStrategy @@ -9468,7 +9460,7 @@

    Method List

  • -
  • +
  • #each_key CacheStoreDatabase @@ -9476,7 +9468,7 @@

    Method List

  • -
  • +
  • #each_linkage_for Keg @@ -9484,7 +9476,7 @@

    Method List

  • -
  • +
  • each_python Language::Python @@ -9492,7 +9484,7 @@

    Method List

  • -
  • +
  • #each_tag Utils::Bottles::Collector @@ -9500,7 +9492,7 @@

    Method List

  • -
  • +
  • #each_unique_file_matching Keg @@ -9508,7 +9500,7 @@

    Method List

  • -
  • +
  • edit Homebrew @@ -9516,7 +9508,7 @@

    Method List

  • -
  • +
  • edit_args Homebrew @@ -9524,7 +9516,7 @@

    Method List

  • -
  • +
  • #effective_arch SharedEnvExtension @@ -9532,7 +9524,7 @@

    Method List

  • -
  • +
  • #effective_build_options_for Build @@ -9540,7 +9532,7 @@

    Method List

  • -
  • +
  • #effective_build_options_for FormulaInstaller @@ -9548,7 +9540,7 @@

    Method List

  • -
  • +
  • #egrep_args Keg @@ -9556,7 +9548,7 @@

    Method List

  • -
  • +
  • element_text Homebrew::Livecheck::Strategy::Xml @@ -9564,7 +9556,7 @@

    Method List

  • -
  • +
  • #elf? ELFShim @@ -9572,7 +9564,7 @@

    Method List

  • -
  • +
  • #elf_files Keg @@ -9580,7 +9572,7 @@

    Method List

  • -
  • +
  • #elf_type ELFShim @@ -9588,7 +9580,7 @@

    Method List

  • -
  • +
  • #elisp Formula @@ -9596,7 +9588,7 @@

    Method List

  • -
  • +
  • #elisp_installed? Keg @@ -9604,7 +9596,7 @@

    Method List

  • -
  • +
  • empty Tab @@ -9612,7 +9604,7 @@

    Method List

  • -
  • +
  • #empty? PATH @@ -9620,7 +9612,7 @@

    Method List

  • -
  • +
  • #empty? Options @@ -9628,7 +9620,7 @@

    Method List

  • -
  • +
  • #empty? CacheStoreDatabase @@ -9636,7 +9628,7 @@

    Method List

  • -
  • +
  • #empty? ReporterHub @@ -9644,7 +9636,7 @@

    Method List

  • -
  • +
  • #empty_installation? Keg @@ -9652,7 +9644,7 @@

    Method List

  • -
  • +
  • enable! Utils::Analytics @@ -9660,7 +9652,7 @@

    Method List

  • -
  • +
  • enable_factory_cache! Formulary @@ -9668,7 +9660,7 @@

    Method List

  • -
  • +
  • #end_column RuboCop::Cop::HelperFunctions @@ -9676,7 +9668,7 @@

    Method List

  • -
  • +
  • english_article Cask::Artifact::AbstractArtifact @@ -9684,7 +9676,7 @@

    Method List

  • -
  • +
  • english_description Cask::Artifact::Moved @@ -9692,7 +9684,7 @@

    Method List

  • -
  • +
  • english_description Cask::Artifact::Symlinked @@ -9700,7 +9692,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Suite @@ -9708,7 +9700,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Artifact @@ -9716,7 +9708,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Prefpane @@ -9724,7 +9716,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Qlplugin @@ -9732,7 +9724,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Mdimporter @@ -9740,7 +9732,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::VstPlugin @@ -9748,7 +9740,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Vst3Plugin @@ -9756,7 +9748,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::AbstractArtifact @@ -9764,7 +9756,7 @@

    Method List

  • -
  • +
  • ensure_caskroom_exists Cask::Caskroom @@ -9772,7 +9764,7 @@

    Method List

  • -
  • +
  • #ensure_dependency_order RuboCop::Cop::FormulaAudit::DependencyOrder @@ -9780,7 +9772,7 @@

    Method List

  • -
  • +
  • #ensure_executable! Kernel @@ -9788,7 +9780,7 @@

    Method List

  • -
  • +
  • #ensure_formula_installed! Kernel @@ -9796,7 +9788,7 @@

    Method List

  • -
  • +
  • #ensure_installed! Tap @@ -9804,7 +9796,7 @@

    Method List

  • -
  • +
  • #ensure_installed! AbstractCoreTap @@ -9812,7 +9804,7 @@

    Method List

  • -
  • +
  • ensure_installed! AbstractCoreTap @@ -9820,7 +9812,7 @@

    Method List

  • -
  • +
  • #ensure_installed! CoreTap @@ -9828,7 +9820,7 @@

    Method List

  • -
  • +
  • ensure_installed! Utils::Git @@ -9836,7 +9828,7 @@

    Method List

  • -
  • +
  • ensure_utf8_encoding Formulary @@ -9844,7 +9836,7 @@

    Method List

  • -
  • +
  • #entries Debrew::Menu @@ -9852,7 +9844,7 @@

    Method List

  • -
  • +
  • #env BuildError @@ -9860,7 +9852,7 @@

    Method List

  • -
  • +
  • #env Cask::Config @@ -9868,7 +9860,7 @@

    Method List

  • -
  • +
  • #env Requirement @@ -9876,7 +9868,7 @@

    Method List

  • -
  • +
  • env Requirement @@ -9884,7 +9876,7 @@

    Method List

  • -
  • +
  • #env BuildEnvironment::DSL @@ -9892,7 +9884,7 @@

    Method List

  • -
  • +
  • env_method_name Homebrew::EnvConfig @@ -9900,7 +9892,7 @@

    Method List

  • -
  • +
  • #env_proc Requirement @@ -9908,7 +9900,7 @@

    Method List

  • -
  • +
  • env_proc Requirement @@ -9916,7 +9908,7 @@

    Method List

  • -
  • +
  • #env_script_all_files Pathname @@ -9924,7 +9916,7 @@

    Method List

  • -
  • +
  • env_vars_manpage Homebrew::Manpages @@ -9932,7 +9924,7 @@

    Method List

  • -
  • +
  • #environment_variables Homebrew::Service @@ -9940,7 +9932,7 @@

    Method List

  • -
  • +
  • #environment_variables Homebrew::Manpages::Variables @@ -9948,7 +9940,7 @@

    Method List

  • -
  • +
  • eol_data SharedAudits @@ -9956,7 +9948,7 @@

    Method List

  • -
  • +
  • #eql? Locale @@ -9964,7 +9956,7 @@

    Method List

  • -
  • +
  • #eql? Cask::Cask @@ -9972,7 +9964,7 @@

    Method List

  • -
  • +
  • #eql? Utils::Bottles::Tag @@ -9980,7 +9972,7 @@

    Method List

  • -
  • +
  • error Formatter @@ -9988,7 +9980,7 @@

    Method List

  • -
  • +
  • #error_log_path Homebrew::Service @@ -9996,7 +9988,7 @@

    Method List

  • -
  • +
  • error_message_with_suggestions Cask::Utils @@ -10004,7 +9996,7 @@

    Method List

  • -
  • +
  • #errors Cask::Audit @@ -10012,7 +10004,7 @@

    Method List

  • -
  • +
  • #errors StringInreplaceExtension @@ -10020,7 +10012,7 @@

    Method List

  • -
  • +
  • #errors? Cask::Audit @@ -10028,7 +10020,7 @@

    Method List

  • -
  • +
  • escape GitHub::Actions @@ -10036,7 +10028,7 @@

    Method List

  • -
  • +
  • #escaped_name Resource @@ -10044,7 +10036,7 @@

    Method List

  • -
  • +
  • #etc Formula @@ -10052,7 +10044,7 @@

    Method List

  • -
  • +
  • #eval_all TestRunnerFormula @@ -10060,7 +10052,7 @@

    Method List

  • -
  • +
  • #eval_caveats Cask::DSL::Caveats @@ -10068,7 +10060,7 @@

    Method List

  • -
  • +
  • #examine_git_origin Homebrew::Diagnostic::Checks @@ -10076,7 +10068,7 @@

    Method List

  • -
  • +
  • exception_data SPDX @@ -10084,7 +10076,7 @@

    Method List

  • -
  • +
  • #exclude? String @@ -10092,7 +10084,7 @@

    Method List

  • -
  • +
  • #exclude? Enumerable @@ -10100,7 +10092,7 @@

    Method List

  • -
  • +
  • #exec Sandbox @@ -10108,7 +10100,7 @@

    Method List

  • -
  • +
  • #exec_browser Kernel @@ -10116,7 +10108,7 @@

    Method List

  • -
  • +
  • #exec_editor Kernel @@ -10124,7 +10116,7 @@

    Method List

  • -
  • +
  • executable Utils::Tar @@ -10132,7 +10124,7 @@

    Method List

  • -
  • +
  • #existing PATH @@ -10140,7 +10132,7 @@

    Method List

  • -
  • +
  • #exit_status SystemCommand::Result @@ -10148,7 +10140,7 @@

    Method List

  • -
  • +
  • expand Dependency @@ -10156,7 +10148,7 @@

    Method List

  • -
  • +
  • expand Requirement @@ -10164,7 +10156,7 @@

    Method List

  • -
  • +
  • #expand_dependencies FormulaInstaller @@ -10172,7 +10164,7 @@

    Method List

  • -
  • +
  • #expand_dependencies_for_formula FormulaInstaller @@ -10180,7 +10172,7 @@

    Method List

  • -
  • +
  • #expand_deps Build @@ -10188,7 +10180,7 @@

    Method List

  • -
  • +
  • #expand_reqs Build @@ -10196,7 +10188,7 @@

    Method List

  • -
  • +
  • #expand_requirements FormulaInstaller @@ -10204,7 +10196,7 @@

    Method List

  • -
  • +
  • #expected ChecksumMismatchError @@ -10212,7 +10204,7 @@

    Method List

  • -
  • +
  • #expected_remote TapRemoteMismatchError @@ -10220,7 +10212,7 @@

    Method List

  • -
  • +
  • #explicit Cask::Config @@ -10228,7 +10220,7 @@

    Method List

  • -
  • +
  • #explicit_s Cask::Config @@ -10236,7 +10228,7 @@

    Method List

  • -
  • +
  • export_value Utils::Shell @@ -10244,7 +10236,7 @@

    Method List

  • -
  • +
  • #expression_negated? RuboCop::Cop::HelperFunctions @@ -10252,7 +10244,7 @@

    Method List

  • -
  • +
  • extended Superenv @@ -10260,7 +10252,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Xz @@ -10268,7 +10260,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Air @@ -10276,7 +10268,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Cab @@ -10284,7 +10276,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Dmg @@ -10292,7 +10284,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Jar @@ -10300,7 +10292,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lha @@ -10308,7 +10300,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Otf @@ -10316,7 +10308,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Pax @@ -10324,7 +10316,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Pkg @@ -10332,7 +10324,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Rar @@ -10340,7 +10332,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Sit @@ -10348,7 +10340,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Tar @@ -10356,7 +10348,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Ttf @@ -10364,7 +10356,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Xar @@ -10372,7 +10364,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Zip @@ -10380,7 +10372,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Gzip @@ -10388,7 +10380,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lzip @@ -10396,7 +10388,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lzma @@ -10404,7 +10396,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Zstd @@ -10412,7 +10404,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Bzip2 @@ -10420,7 +10412,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::P7Zip @@ -10428,7 +10420,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Fossil @@ -10436,7 +10428,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Compress @@ -10444,7 +10436,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::LuaRock @@ -10452,7 +10444,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Directory @@ -10460,7 +10452,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Executable @@ -10468,7 +10460,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::GenericUnar @@ -10476,7 +10468,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::MicrosoftOfficeXml @@ -10484,7 +10476,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::SelfExtractingExecutable @@ -10492,7 +10484,7 @@

    Method List

  • -
  • +
  • #external? EmbeddedPatch @@ -10500,7 +10492,7 @@

    Method List

  • -
  • +
  • #external? ExternalPatch @@ -10508,7 +10500,7 @@

    Method List

  • -
  • +
  • external_cmd_path Commands @@ -10516,7 +10508,7 @@

    Method List

  • -
  • +
  • external_commands Commands @@ -10524,7 +10516,7 @@

    Method List

  • -
  • +
  • external_ruby_cmd_path Commands @@ -10532,7 +10524,7 @@

    Method List

  • -
  • +
  • external_ruby_v2_cmd_path Commands @@ -10540,7 +10532,7 @@

    Method List

  • -
  • +
  • extmodel Hardware::CPU @@ -10548,7 +10540,7 @@

    Method List

  • -
  • +
  • #extname Bottle::Filename @@ -10556,7 +10548,7 @@

    Method List

  • -
  • +
  • #extname Pathname @@ -10564,7 +10556,7 @@

    Method List

  • -
  • +
  • extname_tag_rebuild Utils::Bottles @@ -10572,7 +10564,7 @@

    Method List

  • -
  • +
  • extract Homebrew @@ -10580,7 +10572,7 @@

    Method List

  • -
  • +
  • #extract UnpackStrategy @@ -10588,7 +10580,7 @@

    Method List

  • -
  • +
  • extract_args Homebrew @@ -10596,7 +10588,7 @@

    Method List

  • -
  • +
  • #extract_nestedly UnpackStrategy @@ -10604,7 +10596,7 @@

    Method List

  • -
  • +
  • #extract_nestedly UnpackStrategy::Uncompressed @@ -10612,7 +10604,7 @@

    Method List

  • -
  • +
  • #extract_primary_container Cask::Installer @@ -10620,7 +10612,7 @@

    Method List

  • -
  • +
  • #extract_to_dir UnpackStrategy::Cab @@ -10628,7 +10620,7 @@

    Method List

  • -
  • +
  • #extras PyPI::Package @@ -10636,7 +10628,7 @@

    Method List

  • -
  • +
  • #f Homebrew::Service @@ -10644,7 +10636,7 @@

    Method List

  • -
  • +
  • #f String @@ -10652,7 +10644,7 @@

    Method List

  • -
  • +
  • #f Symbol @@ -10660,7 +10652,7 @@

    Method List

  • -
  • +
  • factory Formulary @@ -10668,7 +10660,7 @@

    Method List

  • -
  • +
  • factory_cached? Formulary @@ -10676,7 +10668,7 @@

    Method List

  • -
  • +
  • failed? Homebrew @@ -10684,7 +10676,7 @@

    Method List

  • -
  • +
  • fails_with Formula @@ -10692,7 +10684,7 @@

    Method List

  • -
  • +
  • #fails_with SoftwareSpec @@ -10700,7 +10692,7 @@

    Method List

  • -
  • +
  • #fails_with? CompilerFailure @@ -10708,7 +10700,7 @@

    Method List

  • -
  • +
  • #failures CompilerSelector @@ -10716,7 +10708,7 @@

    Method List

  • -
  • +
  • family Hardware::CPU @@ -10724,7 +10716,7 @@

    Method List

  • -
  • +
  • #fatal? Requirement @@ -10732,7 +10724,7 @@

    Method List

  • -
  • +
  • #fatal_build_from_source_checks Homebrew::Diagnostic::Checks @@ -10740,7 +10732,7 @@

    Method List

  • -
  • +
  • #fatal_preinstall_checks Homebrew::Diagnostic::Checks @@ -10748,7 +10740,7 @@

    Method List

  • -
  • +
  • #fatal_setup_build_environment_checks Homebrew::Diagnostic::Checks @@ -10756,7 +10748,7 @@

    Method List

  • -
  • +
  • #fc SharedEnvExtension @@ -10764,7 +10756,7 @@

    Method List

  • -
  • +
  • #fcflags SharedEnvExtension @@ -10772,7 +10764,7 @@

    Method List

  • -
  • +
  • feature? Hardware::CPU @@ -10780,7 +10772,7 @@

    Method List

  • -
  • +
  • features Hardware::CPU @@ -10788,7 +10780,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API @@ -10796,7 +10788,7 @@

    Method List

  • -
  • +
  • fetch Tap @@ -10804,7 +10796,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Cask @@ -10812,7 +10804,7 @@

    Method List

  • -
  • +
  • #fetch Resource @@ -10820,7 +10812,7 @@

    Method List

  • -
  • +
  • fetch Homebrew @@ -10828,7 +10820,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Formula @@ -10836,7 +10828,7 @@

    Method List

  • -
  • +
  • #fetch CacheStore @@ -10844,7 +10836,7 @@

    Method List

  • -
  • +
  • #fetch Downloadable @@ -10852,7 +10844,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Analytics @@ -10860,7 +10852,7 @@

    Method List

  • -
  • +
  • #fetch Cask::Download @@ -10868,7 +10860,7 @@

    Method List

  • -
  • +
  • #fetch Bottle @@ -10876,7 +10868,7 @@

    Method List

  • -
  • +
  • #fetch Cask::Installer @@ -10884,7 +10876,7 @@

    Method List

  • -
  • +
  • #fetch AbstractDownloadStrategy @@ -10892,7 +10884,7 @@

    Method List

  • -
  • +
  • #fetch VCSDownloadStrategy @@ -10900,7 +10892,7 @@

    Method List

  • -
  • +
  • #fetch CurlDownloadStrategy @@ -10908,7 +10900,7 @@

    Method List

  • -
  • +
  • #fetch SubversionDownloadStrategy @@ -10916,7 +10908,7 @@

    Method List

  • -
  • +
  • #fetch FormulaInstaller @@ -10924,7 +10916,7 @@

    Method List

  • -
  • +
  • #fetch LinkageCacheStore @@ -10932,7 +10924,7 @@

    Method List

  • -
  • +
  • #fetch DependencyCollector @@ -10940,7 +10932,7 @@

    Method List

  • -
  • +
  • #fetch GitHubArtifactDownloadStrategy @@ -10948,7 +10940,7 @@

    Method List

  • -
  • +
  • fetch_args Homebrew @@ -10956,7 +10948,7 @@

    Method List

  • -
  • +
  • #fetch_bottle? Homebrew::Fetch @@ -10964,7 +10956,7 @@

    Method List

  • -
  • +
  • #fetch_bottle_tab Formula @@ -10972,7 +10964,7 @@

    Method List

  • -
  • +
  • #fetch_bottle_tab FormulaInstaller @@ -10980,7 +10972,7 @@

    Method List

  • -
  • +
  • fetch_cask Homebrew @@ -10988,7 +10980,7 @@

    Method List

  • -
  • +
  • #fetch_dependencies FormulaInstaller @@ -10996,7 +10988,7 @@

    Method List

  • -
  • +
  • #fetch_dependency FormulaInstaller @@ -11004,7 +10996,7 @@

    Method List

  • -
  • +
  • fetch_fetchable Homebrew @@ -11012,7 +11004,7 @@

    Method List

  • -
  • +
  • fetch_formula Homebrew @@ -11020,7 +11012,7 @@

    Method List

  • -
  • +
  • #fetch_issues BuildError @@ -11028,7 +11020,7 @@

    Method List

  • -
  • +
  • fetch_json_api_file Homebrew::API @@ -11036,7 +11028,7 @@

    Method List

  • -
  • +
  • #fetch_last_commit VCSDownloadStrategy @@ -11044,7 +11036,7 @@

    Method List

  • -
  • +
  • fetch_open_pull_requests GitHub @@ -11052,7 +11044,7 @@

    Method List

  • -
  • +
  • fetch_patch Homebrew @@ -11060,7 +11052,7 @@

    Method List

  • -
  • +
  • #fetch_patches Formula @@ -11068,7 +11060,7 @@

    Method List

  • -
  • +
  • #fetch_patches Resource @@ -11076,7 +11068,7 @@

    Method List

  • -
  • +
  • fetch_pull_requests GitHub @@ -11084,7 +11076,7 @@

    Method List

  • -
  • +
  • fetch_resource Homebrew @@ -11092,7 +11084,7 @@

    Method List

  • -
  • +
  • fetch_resource_and_forced_version Homebrew @@ -11100,7 +11092,7 @@

    Method List

  • -
  • +
  • #fetch_tab Bottle @@ -11108,7 +11100,7 @@

    Method List

  • -
  • +
  • fetched FormulaInstaller @@ -11116,7 +11108,7 @@

    Method List

  • -
  • +
  • #fflags SharedEnvExtension @@ -11124,7 +11116,7 @@

    Method List

  • -
  • +
  • #fifth Array @@ -11132,7 +11124,7 @@

    Method List

  • -
  • +
  • file_at_commit Utils::Git @@ -11140,7 +11132,7 @@

    Method List

  • -
  • +
  • #file_count DiskUsageExtension @@ -11148,7 +11140,7 @@

    Method List

  • -
  • +
  • file_from_bottle Utils::Bottles @@ -11156,7 +11148,7 @@

    Method List

  • -
  • +
  • file_linked_libraries Keg @@ -11164,7 +11156,7 @@

    Method List

  • -
  • +
  • file_outdated? Utils::Bottles @@ -11172,7 +11164,7 @@

    Method List

  • -
  • +
  • #file_path RuboCop::Cop::FormulaCop @@ -11180,7 +11172,7 @@

    Method List

  • -
  • +
  • #file_type Pathname @@ -11188,7 +11180,7 @@

    Method List

  • -
  • +
  • #files Resource::Partial @@ -11196,7 +11188,7 @@

    Method List

  • -
  • +
  • #files Resource @@ -11204,7 +11196,7 @@

    Method List

  • -
  • +
  • filter_items Homebrew::Livecheck::Strategy::Sparkle @@ -11212,7 +11204,7 @@

    Method List

  • -
  • +
  • filtered_list Homebrew @@ -11220,7 +11212,7 @@

    Method List

  • -
  • +
  • #finalize_upgrade Cask::Installer @@ -11228,7 +11220,7 @@

    Method List

  • -
  • +
  • #find_all_blocks RuboCop::Cop::HelperFunctions @@ -11236,7 +11228,7 @@

    Method List

  • -
  • +
  • #find_block RuboCop::Cop::HelperFunctions @@ -11244,7 +11236,7 @@

    Method List

  • -
  • +
  • #find_blocks RuboCop::Cop::HelperFunctions @@ -11252,7 +11244,7 @@

    Method List

  • -
  • +
  • find_cask_in_tap Cask::CaskLoader @@ -11260,7 +11252,7 @@

    Method List

  • -
  • +
  • find_commands Commands @@ -11268,7 +11260,7 @@

    Method List

  • -
  • +
  • #find_const RuboCop::Cop::HelperFunctions @@ -11276,7 +11268,7 @@

    Method List

  • -
  • +
  • #find_dylib Keg @@ -11284,7 +11276,7 @@

    Method List

  • -
  • +
  • #find_dylib_suffix_from Keg @@ -11292,7 +11284,7 @@

    Method List

  • -
  • +
  • #find_every_func_call_by_name RuboCop::Cop::HelperFunctions @@ -11300,7 +11292,7 @@

    Method List

  • -
  • +
  • #find_every_method_call_by_name RuboCop::Cop::HelperFunctions @@ -11308,7 +11300,7 @@

    Method List

  • -
  • +
  • find_formula_in_tap Formulary @@ -11316,7 +11308,7 @@

    Method List

  • -
  • +
  • find_in_path Homebrew @@ -11324,7 +11316,7 @@

    Method List

  • -
  • +
  • #find_instance_call RuboCop::Cop::HelperFunctions @@ -11332,7 +11324,7 @@

    Method List

  • -
  • +
  • #find_instance_method_call RuboCop::Cop::HelperFunctions @@ -11340,7 +11332,7 @@

    Method List

  • -
  • +
  • find_internal_commands Commands @@ -11348,7 +11340,7 @@

    Method List

  • -
  • +
  • #find_method_calls_by_name RuboCop::Cop::HelperFunctions @@ -11356,7 +11348,7 @@

    Method List

  • -
  • +
  • #find_method_def RuboCop::Cop::HelperFunctions @@ -11364,7 +11356,7 @@

    Method List

  • -
  • +
  • #find_method_with_args RuboCop::Cop::HelperFunctions @@ -11372,7 +11364,7 @@

    Method List

  • -
  • +
  • #find_node_method_by_name RuboCop::Cop::HelperFunctions @@ -11380,7 +11372,7 @@

    Method List

  • -
  • +
  • #find_relative_paths Homebrew::Diagnostic::Checks @@ -11388,7 +11380,7 @@

    Method List

  • -
  • +
  • find_repo_path_for_repo Homebrew @@ -11396,7 +11388,7 @@

    Method List

  • -
  • +
  • find_some_installed_dependents InstalledDependents @@ -11404,7 +11396,7 @@

    Method List

  • -
  • +
  • #find_strings RuboCop::Cop::HelperFunctions @@ -11412,7 +11404,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Git @@ -11420,7 +11412,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Gnu @@ -11428,7 +11420,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Npm @@ -11436,7 +11428,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Xml @@ -11444,7 +11436,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Cpan @@ -11452,7 +11444,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Json @@ -11460,7 +11452,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Pypi @@ -11468,7 +11460,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Xorg @@ -11476,7 +11468,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Yaml @@ -11484,7 +11476,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Crate @@ -11492,7 +11484,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Gnome @@ -11500,7 +11492,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Apache @@ -11508,7 +11500,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Hackage @@ -11516,7 +11508,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Sparkle @@ -11524,7 +11516,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Bitbucket @@ -11532,7 +11524,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Launchpad @@ -11540,7 +11532,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::PageMatch @@ -11548,7 +11540,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Sourceforge @@ -11556,7 +11548,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::HeaderMatch @@ -11564,7 +11556,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::ExtractPlist @@ -11572,7 +11564,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::GithubLatest @@ -11580,7 +11572,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::GithubReleases @@ -11588,7 +11580,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::ElectronBuilder @@ -11596,7 +11588,7 @@

    Method List

  • -
  • +
  • #finish FormulaInstaller @@ -11604,7 +11596,7 @@

    Method List

  • -
  • +
  • #fish_completion Formula @@ -11612,7 +11604,7 @@

    Method List

  • -
  • +
  • #fish_function Formula @@ -11620,7 +11612,7 @@

    Method List

  • -
  • +
  • #fix_dynamic_linkage Keg @@ -11628,7 +11620,7 @@

    Method List

  • -
  • +
  • #fix_dynamic_linkage FormulaInstaller @@ -11636,7 +11628,7 @@

    Method List

  • -
  • +
  • #fix_remote_configuration Tap @@ -11644,7 +11636,7 @@

    Method List

  • -
  • +
  • #fix_tabs Migrator @@ -11652,7 +11644,7 @@

    Method List

  • -
  • +
  • #fixed_name Keg @@ -11660,7 +11652,7 @@

    Method List

  • -
  • +
  • #fixopt Build @@ -11668,7 +11660,7 @@

    Method List

  • -
  • +
  • #flag Option @@ -11676,7 +11668,7 @@

    Method List

  • -
  • +
  • #flag Homebrew::CLI::Parser @@ -11684,7 +11676,7 @@

    Method List

  • -
  • +
  • flags Hardware::CPU @@ -11692,7 +11684,7 @@

    Method List

  • -
  • +
  • #flags_only Homebrew::CLI::Args @@ -11700,7 +11692,7 @@

    Method List

  • -
  • +
  • #follow_installed_alias Formula @@ -11708,7 +11700,7 @@

    Method List

  • -
  • +
  • for Keg @@ -11716,7 +11708,7 @@

    Method List

  • -
  • +
  • for Cask::CaskLoader @@ -11724,7 +11716,7 @@

    Method List

  • -
  • +
  • for_formula Tab @@ -11732,7 +11724,7 @@

    Method List

  • -
  • +
  • for_keg Tab @@ -11740,7 +11732,7 @@

    Method List

  • -
  • +
  • for_name Tab @@ -11748,7 +11740,7 @@

    Method List

  • -
  • +
  • #for_path Homebrew::Style::Offenses @@ -11756,7 +11748,7 @@

    Method List

  • -
  • +
  • for_standard CompilerFailure @@ -11764,7 +11756,7 @@

    Method List

  • -
  • +
  • forbidden_licenses_include? SPDX @@ -11772,7 +11764,7 @@

    Method List

  • -
  • +
  • force_utf8! FormulaInfo @@ -11780,7 +11772,7 @@

    Method List

  • -
  • +
  • #forget Cask::Pkg @@ -11788,7 +11780,7 @@

    Method List

  • -
  • +
  • forget_user_gem_groups! Homebrew @@ -11796,7 +11788,7 @@

    Method List

  • -
  • +
  • fork_exists? GitHub @@ -11804,7 +11796,7 @@

    Method List

  • -
  • +
  • forked_repo_info! GitHub @@ -11812,7 +11804,7 @@

    Method List

  • -
  • +
  • #format_component RuboCop::Cop::HelperFunctions @@ -11820,7 +11812,7 @@

    Method List

  • -
  • +
  • format_count Utils::Analytics @@ -11828,7 +11820,7 @@

    Method List

  • -
  • +
  • format_description Homebrew::Completions @@ -11836,7 +11828,7 @@

    Method List

  • -
  • +
  • format_help_text Formatter @@ -11844,7 +11836,7 @@

    Method List

  • -
  • +
  • format_multiline_string GitHub::Actions @@ -11852,7 +11844,7 @@

    Method List

  • -
  • +
  • format_opt Homebrew::Manpages @@ -11860,7 +11852,7 @@

    Method List

  • -
  • +
  • format_percent Utils::Analytics @@ -11868,7 +11860,7 @@

    Method List

  • -
  • +
  • format_problem_lines Homebrew @@ -11876,7 +11868,7 @@

    Method List

  • -
  • +
  • format_usage_banner Homebrew::Manpages @@ -11884,7 +11876,7 @@

    Method List

  • -
  • +
  • format_versioned Cask::List @@ -11892,7 +11884,7 @@

    Method List

  • -
  • +
  • #formula Build @@ -11900,7 +11892,7 @@

    Method List

  • -
  • +
  • #formula Caveats @@ -11908,7 +11900,7 @@

    Method List

  • -
  • +
  • #formula Migrator @@ -11916,7 +11908,7 @@

    Method List

  • -
  • +
  • #formula CompilerSelector @@ -11924,7 +11916,7 @@

    Method List

  • -
  • +
  • #formula Livecheck @@ -11932,7 +11924,7 @@

    Method List

  • -
  • +
  • #formula FormulaValidationError @@ -11940,7 +11932,7 @@

    Method List

  • -
  • +
  • #formula FormulaConflictError @@ -11948,7 +11940,7 @@

    Method List

  • -
  • +
  • #formula BuildError @@ -11956,7 +11948,7 @@

    Method List

  • -
  • +
  • formula Homebrew @@ -11964,7 +11956,7 @@

    Method List

  • -
  • +
  • #formula Homebrew::FormulaAuditor @@ -11972,7 +11964,7 @@

    Method List

  • -
  • +
  • #formula LinkageChecker @@ -11980,7 +11972,7 @@

    Method List

  • -
  • +
  • #formula FormulaInstaller @@ -11988,7 +11980,7 @@

    Method List

  • -
  • +
  • #formula Cask::DSL::DependsOn @@ -11996,7 +11988,7 @@

    Method List

  • -
  • +
  • #formula TestRunnerFormula @@ -12004,7 +11996,7 @@

    Method List

  • -
  • +
  • #formula FormulaCellarChecks @@ -12012,7 +12004,7 @@

    Method List

  • -
  • +
  • #formula_aliases Homebrew::TapAuditor @@ -12020,7 +12012,7 @@

    Method List

  • -
  • +
  • formula_args Homebrew @@ -12028,7 +12020,7 @@

    Method List

  • -
  • +
  • #formula_at_revision FormulaVersions @@ -12036,7 +12028,7 @@

    Method List

  • -
  • +
  • formula_class_defined_from_api? Formulary @@ -12044,7 +12036,7 @@

    Method List

  • -
  • +
  • formula_class_defined_from_path? Formulary @@ -12052,7 +12044,7 @@

    Method List

  • -
  • +
  • formula_class_get_from_api Formulary @@ -12060,7 +12052,7 @@

    Method List

  • -
  • +
  • formula_class_get_from_path Formulary @@ -12068,7 +12060,7 @@

    Method List

  • -
  • +
  • formula_contents Utils::Bottles @@ -12076,7 +12068,7 @@

    Method List

  • -
  • +
  • formula_deprecated Homebrew::Livecheck::SkipConditions @@ -12084,7 +12076,7 @@

    Method List

  • -
  • +
  • #formula_dir Tap @@ -12092,7 +12084,7 @@

    Method List

  • -
  • +
  • formula_disabled Homebrew::Livecheck::SkipConditions @@ -12100,7 +12092,7 @@

    Method List

  • -
  • +
  • #formula_error FormulaUnreadableErrorModule @@ -12108,17 +12100,9 @@

    Method List

  • -
  • -
    - #formula_files - Tap -
    -
  • - -