From ddd4e005f745eec980121fd7c360f83c753ebda9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 14 May 2024 13:33:42 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/BazaarDownloadStrategy.html | 18 +- docs/CVSDownloadStrategy.html | 12 +- docs/CurlApacheMirrorDownloadStrategy.html | 6 +- docs/CurlDownloadStrategy.html | 16 +- docs/CurlGitHubPackagesDownloadStrategy.html | 12 +- docs/DownloadStrategyDetector.html | 18 +- docs/FossilDownloadStrategy.html | 24 +- docs/GitDownloadStrategy.html | 18 +- docs/GitHubGitDownloadStrategy.html | 24 +- docs/Homebrew/EnvConfig.html | 504 +- docs/LocalBottleDownloadStrategy.html | 6 +- docs/MercurialDownloadStrategy.html | 18 +- docs/NoUnzipCurlDownloadStrategy.html | 6 +- docs/Resource/Go.html | 8 +- docs/Resource/PatchResource.html | 44 +- docs/ResourceStageContext.html | 26 +- docs/SubversionDownloadStrategy.html | 24 +- docs/method_list.html | 9458 +++++++++--------- 18 files changed, 5166 insertions(+), 5076 deletions(-) diff --git a/docs/BazaarDownloadStrategy.html b/docs/BazaarDownloadStrategy.html index a703ebec9..a5f757352 100644 --- a/docs/BazaarDownloadStrategy.html +++ b/docs/BazaarDownloadStrategy.html @@ -285,13 +285,13 @@

 
 
-1327
 1328
 1329
-1330
+1330 +1331 -
# File 'download_strategy.rb', line 1327
+      
# File 'download_strategy.rb', line 1328
 
 def initialize(url, name, version, **meta)
   super
@@ -347,13 +347,13 @@ 

 
 
-1348
 1349
 1350
-1351
+1351 +1352

-
# File 'download_strategy.rb', line 1348
+      
# File 'download_strategy.rb', line 1349
 
 def last_commit
   out, = silent_command("bzr", args: ["revno", cached_location])
@@ -402,16 +402,16 @@ 

 
 
-1336
 1337
 1338
 1339
 1340
 1341
-1342
+1342 +1343

-
# File 'download_strategy.rb', line 1336
+      
# File 'download_strategy.rb', line 1337
 
 def source_modified_time
   out, = silent_command("bzr", args: ["log", "-l", "1", "--timezone=utc", cached_location])
diff --git a/docs/CVSDownloadStrategy.html b/docs/CVSDownloadStrategy.html
index b5e321a66..0452390ea 100644
--- a/docs/CVSDownloadStrategy.html
+++ b/docs/CVSDownloadStrategy.html
@@ -263,7 +263,6 @@ 

 
 
-1154
 1155
 1156
 1157
@@ -274,10 +273,11 @@ 

1162 1163 1164 -1165

+1165 +1166

-
# File 'download_strategy.rb', line 1154
+      
# File 'download_strategy.rb', line 1155
 
 def initialize(url, name, version, **meta)
   super
@@ -341,7 +341,6 @@ 

 
 
-1171
 1172
 1173
 1174
@@ -353,10 +352,11 @@ 

1180 1181 1182 -1183

+1183 +1184

-
# File 'download_strategy.rb', line 1171
+      
# File 'download_strategy.rb', line 1172
 
 def source_modified_time
   # Filter CVS's files because the timestamp for each of them is the moment
diff --git a/docs/CurlApacheMirrorDownloadStrategy.html b/docs/CurlApacheMirrorDownloadStrategy.html
index 8795095c4..f4d37007d 100644
--- a/docs/CurlApacheMirrorDownloadStrategy.html
+++ b/docs/CurlApacheMirrorDownloadStrategy.html
@@ -275,12 +275,12 @@ 

 
 
-638
 639
-640
+640 +641

-
# File 'download_strategy.rb', line 638
+      
# File 'download_strategy.rb', line 639
 
 def mirrors
   combined_mirrors
diff --git a/docs/CurlDownloadStrategy.html b/docs/CurlDownloadStrategy.html
index ee93f21be..5595e53b8 100644
--- a/docs/CurlDownloadStrategy.html
+++ b/docs/CurlDownloadStrategy.html
@@ -471,13 +471,13 @@ 

 
 
-456
 457
 458
-459
+459 +460

-
# File 'download_strategy.rb', line 456
+      
# File 'download_strategy.rb', line 457
 
 def clear_cache
   super
@@ -572,7 +572,8 @@ 

451 452 453 -454

+454 +455
# File 'download_strategy.rb', line 395
@@ -590,6 +591,7 @@ 

if (domain = Homebrew::EnvConfig.artifact_domain) url = url.sub(%r{^https?://#{GitHubPackages::URL_DOMAIN}/}o, "#{domain.chomp("/")}/") + urls = [] if Homebrew::EnvConfig.artifact_domain_no_fallback? end ohai "Downloading #{url}" @@ -666,13 +668,13 @@

 
 
-461
 462
 463
-464
+464 +465

-
# File 'download_strategy.rb', line 461
+      
# File 'download_strategy.rb', line 462
 
 def resolved_time_file_size(timeout: nil)
   _, _, time, file_size = resolve_url_basename_time_file_size(url, timeout:)
diff --git a/docs/CurlGitHubPackagesDownloadStrategy.html b/docs/CurlGitHubPackagesDownloadStrategy.html
index 09d0263a6..266c652a8 100644
--- a/docs/CurlGitHubPackagesDownloadStrategy.html
+++ b/docs/CurlGitHubPackagesDownloadStrategy.html
@@ -306,16 +306,16 @@ 

 
 
-617
 618
 619
 620
 621
 622
-623
+623 +624

-
# File 'download_strategy.rb', line 617
+      
# File 'download_strategy.rb', line 618
 
 def initialize(url, name, version, **meta)
   meta[:headers] ||= []
@@ -360,12 +360,12 @@ 

 
 
-615
 616
-617
+617 +618

-
# File 'download_strategy.rb', line 615
+      
# File 'download_strategy.rb', line 616
 
 def resolved_basename=(value)
   @resolved_basename = value
diff --git a/docs/DownloadStrategyDetector.html b/docs/DownloadStrategyDetector.html
index a17d7c03f..c12fd4cdb 100644
--- a/docs/DownloadStrategyDetector.html
+++ b/docs/DownloadStrategyDetector.html
@@ -230,7 +230,6 @@ 

 
 
-1443
 1444
 1445
 1446
@@ -241,10 +240,11 @@ 

1451 1452 1453 -1454

+1454 +1455

-
# File 'download_strategy.rb', line 1443
+      
# File 'download_strategy.rb', line 1444
 
 def self.detect(url, using = nil)
   if using.nil?
@@ -292,7 +292,6 @@ 

 
 
-1492
 1493
 1494
 1495
@@ -307,10 +306,11 @@ 

1504 1505 1506 -1507

+1507 +1508

-
# File 'download_strategy.rb', line 1492
+      
# File 'download_strategy.rb', line 1493
 
 def self.detect_from_symbol(symbol)
   case symbol
@@ -362,7 +362,6 @@ 

 
 
-1456
 1457
 1458
 1459
@@ -396,10 +395,11 @@ 

1487 1488 1489 -1490

+1490 +1491

-
# File 'download_strategy.rb', line 1456
+      
# File 'download_strategy.rb', line 1457
 
 def self.detect_from_url(url)
   case url
diff --git a/docs/FossilDownloadStrategy.html b/docs/FossilDownloadStrategy.html
index 6e1b81916..b0076c1a3 100644
--- a/docs/FossilDownloadStrategy.html
+++ b/docs/FossilDownloadStrategy.html
@@ -306,13 +306,13 @@ 

 
 
-1392
 1393
 1394
-1395
+1395 +1396

-
# File 'download_strategy.rb', line 1392
+      
# File 'download_strategy.rb', line 1393
 
 def initialize(url, name, version, **meta)
   super
@@ -368,13 +368,13 @@ 

 
 
-1410
 1411
 1412
-1413
+1413 +1414

-
# File 'download_strategy.rb', line 1410
+      
# File 'download_strategy.rb', line 1411
 
 def last_commit
   out, = silent_command("fossil", args: ["info", "tip", "-R", cached_location])
@@ -422,12 +422,12 @@ 

 
 
-1415
 1416
-1417
+1417 +1418

-
# File 'download_strategy.rb', line 1415
+      
# File 'download_strategy.rb', line 1416
 
 def repo_valid?
   silent_command("fossil", args: ["branch", "-R", cached_location]).success?
@@ -475,13 +475,13 @@ 

 
 
-1401
 1402
 1403
-1404
+1404 +1405

-
# File 'download_strategy.rb', line 1401
+      
# File 'download_strategy.rb', line 1402
 
 def source_modified_time
   out, = silent_command("fossil", args: ["info", "tip", "-R", cached_location])
diff --git a/docs/GitDownloadStrategy.html b/docs/GitDownloadStrategy.html
index cb105acba..263962bc4 100644
--- a/docs/GitDownloadStrategy.html
+++ b/docs/GitDownloadStrategy.html
@@ -289,7 +289,6 @@ 

 
 
-831
 832
 833
 834
@@ -303,10 +302,11 @@ 

842 843 844 -845

+845 +846

-
# File 'download_strategy.rb', line 831
+      
# File 'download_strategy.rb', line 832
 
 def initialize(url, name, version, **meta)
   # Needs to be before the call to `super`, as the VCSDownloadStrategy's
@@ -373,13 +373,13 @@ 

 
 
-860
 861
 862
-863
+863 +864

-
# File 'download_strategy.rb', line 860
+      
# File 'download_strategy.rb', line 861
 
 def last_commit
   out, = silent_command("git", args: ["--git-dir", git_dir, "rev-parse", "--short=7", "HEAD"])
@@ -428,13 +428,13 @@ 

 
 
-851
 852
 853
-854
+854 +855

-
# File 'download_strategy.rb', line 851
+      
# File 'download_strategy.rb', line 852
 
 def source_modified_time
   out, = silent_command("git", args: ["--git-dir", git_dir, "show", "-s", "--format=%cD"])
diff --git a/docs/GitHubGitDownloadStrategy.html b/docs/GitHubGitDownloadStrategy.html
index 6a1f009aa..788b1054e 100644
--- a/docs/GitHubGitDownloadStrategy.html
+++ b/docs/GitHubGitDownloadStrategy.html
@@ -317,7 +317,6 @@ 

 
 
-1098
 1099
 1100
 1101
@@ -325,10 +324,11 @@ 

1103 1104 1105 -1106

+1106 +1107

-
# File 'download_strategy.rb', line 1098
+      
# File 'download_strategy.rb', line 1099
 
 def initialize(url, name, version, **meta)
   super
@@ -388,7 +388,6 @@ 

 
 
-1108
 1109
 1110
 1111
@@ -403,10 +402,11 @@ 

1120 1121 1122 -1123

+1123 +1124

-
# File 'download_strategy.rb', line 1108
+      
# File 'download_strategy.rb', line 1109
 
 def commit_outdated?(commit)
   @last_commit ||= GitHub.last_commit(@user, @repo, @ref, version)
@@ -471,7 +471,6 @@ 

 
 
-1135
 1136
 1137
 1138
@@ -483,10 +482,11 @@ 

1144 1145 1146 -1147

+1147 +1148

-
# File 'download_strategy.rb', line 1135
+      
# File 'download_strategy.rb', line 1136
 
 def default_branch
   return @default_branch if defined?(@default_branch)
@@ -548,16 +548,16 @@ 

 
 
-1126
 1127
 1128
 1129
 1130
 1131
-1132
+1132 +1133

-
# File 'download_strategy.rb', line 1126
+      
# File 'download_strategy.rb', line 1127
 
 def default_refspec
   if default_branch
diff --git a/docs/Homebrew/EnvConfig.html b/docs/Homebrew/EnvConfig.html
index 8e73287a9..4c7ba0b8c 100644
--- a/docs/Homebrew/EnvConfig.html
+++ b/docs/Homebrew/EnvConfig.html
@@ -160,6 +160,12 @@ 

"to instead be downloaded from " \ "`http://localhost:8080/v2/homebrew/core/gettext/manifests/0.21`", }, + HOMEBREW_ARTIFACT_DOMAIN_NO_FALLBACK: { + description: "If `HOMEBREW_ARTIFACT_DOMAIN` and `HOMEBREW_ARTIFACT_DOMAIN_NO_FALLBACK` are both set, " \ + "if the request to `HOMEBREW_ARTIFACT_DOMAIN` fails then it Homebrew will error rather than " \ + "trying any other/default URLs.", + boolean: true, + }, HOMEBREW_AUTO_UPDATE_SECS: { description: "Run `brew update` once every `HOMEBREW_AUTO_UPDATE_SECS` seconds before some commands, " \ "e.g. `brew install`, `brew upgrade` and `brew tap`. Alternatively, " \ @@ -741,6 +747,27 @@

+ private + +
+ + + + + +
  • + + + .artifact_domain_no_fallback? ⇒ Boolean + + + + + + + + + private
    @@ -2985,6 +3012,59 @@

    + + +
    +

    + + .artifact_domain_no_fallback?Boolean + + + + + +

    +
    +

    + This method is part of a private API. + This method may only be used in the Homebrew/brew repository. + Third parties should avoid using this method if possible, as it may be removed or changed without warning. +

    + + +
    +
    +
    + +

    Returns:

    +
      + +
    • + + + (Boolean) + + + +
    • + +
    + +
    + + + + +
    +
    +
    +
    +29
    +
    +
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 29
    +
    +def artifact_domain_no_fallback?; end
    +
    @@ -3029,10 +3109,10 @@

     
     
    -29
    +32

  • -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 29
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 32
     
     def auto_update_secs; end
    @@ -3082,12 +3162,12 @@

     
     
    -549
    -550
    -551
    +555 +556 +557

    -
    # File 'env_config.rb', line 549
    +      
    # File 'env_config.rb', line 555
     
     def automatically_set_no_install_from_api?
       ENV["HOMEBREW_AUTOMATICALLY_SET_NO_INSTALL_FROM_API"].present?
    @@ -3139,10 +3219,10 @@ 

     
     
    -32
    +35

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 32
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 35
     
     def bat?; end
    @@ -3192,10 +3272,10 @@

     
     
    -35
    +38

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 35
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 38
     
     def bat_config_path; end
    @@ -3245,10 +3325,10 @@

     
     
    -38
    +41

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 38
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 41
     
     def bat_theme; end
    @@ -3298,10 +3378,10 @@

     
     
    -41
    +44

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 41
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 44
     
     def bootsnap?; end
    @@ -3351,10 +3431,10 @@

     
     
    -44
    +47

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 44
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 47
     
     def bottle_domain; end
    @@ -3404,10 +3484,10 @@

     
     
    -47
    +50

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 47
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 50
     
     def brew_git_remote; end
    @@ -3457,10 +3537,10 @@

     
     
    -50
    +53

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 50
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 53
     
     def browser; end
    @@ -3510,10 +3590,10 @@

     
     
    -53
    +56

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 53
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 56
     
     def cache; end
    @@ -3563,12 +3643,12 @@

     
     
    -519
    -520
    -521
    +525 +526 +527

    -
    # File 'env_config.rb', line 519
    +      
    # File 'env_config.rb', line 525
     
     def cask_opts
       Shellwords.shellsplit(ENV.fetch("HOMEBREW_CASK_OPTS", ""))
    @@ -3620,17 +3700,17 @@ 

     
     
    -524
    -525
    -526
    -527
    -528
    -529
     530
    -531
    +531 +532 +533 +534 +535 +536 +537

    -
    # File 'env_config.rb', line 524
    +      
    # File 'env_config.rb', line 530
     
     def cask_opts_binaries?
       cask_opts.reverse_each do |opt|
    @@ -3687,17 +3767,17 @@ 

     
     
    -534
    -535
    -536
    -537
    -538
    -539
     540
    -541
    +541 +542 +543 +544 +545 +546 +547

    -
    # File 'env_config.rb', line 534
    +      
    # File 'env_config.rb', line 540
     
     def cask_opts_quarantine?
       cask_opts.reverse_each do |opt|
    @@ -3754,12 +3834,12 @@ 

     
     
    -544
    -545
    -546
    +550 +551 +552

    -
    # File 'env_config.rb', line 544
    +      
    # File 'env_config.rb', line 550
     
     def cask_opts_require_sha?
       cask_opts.include?("--require-sha")
    @@ -3811,10 +3891,10 @@ 

     
     
    -56
    +59

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 56
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 59
     
     def cleanup_max_age_days; end
    @@ -3864,10 +3944,10 @@

     
     
    -59
    +62

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 59
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 62
     
     def cleanup_periodic_full_days; end
    @@ -3917,10 +3997,10 @@

     
     
    -62
    +65

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 62
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 65
     
     def color?; end
    @@ -3970,10 +4050,10 @@

     
     
    -65
    +68

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 65
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 68
     
     def core_git_remote; end
    @@ -4023,10 +4103,10 @@

     
     
    -68
    +71

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 68
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 71
     
     def curl_path; end
    @@ -4076,10 +4156,10 @@

     
     
    -71
    +74

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 71
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 74
     
     def curl_retries; end
    @@ -4129,10 +4209,10 @@

     
     
    -74
    +77

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 74
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 77
     
     def curl_verbose?; end
    @@ -4182,10 +4262,10 @@

     
     
    -77
    +80

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 77
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 80
     
     def curlrc; end
    @@ -4235,10 +4315,10 @@

     
     
    -80
    +83

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 80
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 83
     
     def debug?; end
    @@ -4288,10 +4368,10 @@

     
     
    -83
    +86

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 83
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 86
     
     def developer?; end
    @@ -4341,10 +4421,10 @@

     
     
    -86
    +89

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 86
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 89
     
     def disable_load_formula?; end
    @@ -4394,10 +4474,10 @@

     
     
    -89
    +92

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 89
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 92
     
     def display; end
    @@ -4447,10 +4527,10 @@

     
     
    -92
    +95

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 92
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 95
     
     def display_install_times?; end
    @@ -4500,10 +4580,10 @@

     
     
    -95
    +98

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 95
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 98
     
     def docker_registry_basic_auth_token; end
    @@ -4553,10 +4633,10 @@

     
     
    -98
    +101

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 98
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 101
     
     def docker_registry_token; end
    @@ -4606,10 +4686,10 @@

     
     
    -101
    +104

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 101
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 104
     
     def editor; end
    @@ -4685,16 +4765,16 @@

     
     
    -471
    -472
    -473
    -474
    -475
    -476
    -477
    +477 +478 +479 +480 +481 +482 +483

    -
    # File 'env_config.rb', line 471
    +      
    # File 'env_config.rb', line 477
     
     def env_method_name(env, hash)
       method_name = env.to_s
    @@ -4750,10 +4830,10 @@ 

     
     
    -104
    +107

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 104
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 107
     
     def eval_all?; end
    @@ -4803,10 +4883,10 @@

     
     
    -107
    +110

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 107
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 110
     
     def fail_log_lines; end
    @@ -4856,10 +4936,10 @@

     
     
    -110
    +113

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 110
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 113
     
     def forbidden_casks; end
    @@ -4909,10 +4989,10 @@

     
     
    -113
    +116

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 113
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 116
     
     def forbidden_formulae; end
    @@ -4962,10 +5042,10 @@

     
     
    -116
    +119

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 116
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 119
     
     def forbidden_licenses; end
    @@ -5015,10 +5095,10 @@

     
     
    -119
    +122

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 119
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 122
     
     def forbidden_owner; end
    @@ -5068,10 +5148,10 @@

     
     
    -122
    +125

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 122
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 125
     
     def forbidden_owner_contact; end
    @@ -5121,10 +5201,10 @@

     
     
    -125
    +128

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 125
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 128
     
     def forbidden_taps; end
    @@ -5174,10 +5254,10 @@

     
     
    -128
    +131

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 128
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 131
     
     def force_brewed_ca_certificates?; end
    @@ -5227,10 +5307,10 @@

     
     
    -131
    +134

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 131
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 134
     
     def force_brewed_curl?; end
    @@ -5280,10 +5360,10 @@

     
     
    -134
    +137

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 134
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 137
     
     def force_brewed_git?; end
    @@ -5333,10 +5413,10 @@

     
     
    -137
    +140

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 137
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 140
     
     def force_vendor_ruby?; end
    @@ -5386,10 +5466,10 @@

     
     
    -140
    +143

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 140
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 143
     
     def formula_build_network; end
    @@ -5439,10 +5519,10 @@

     
     
    -143
    +146

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 143
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 146
     
     def formula_postinstall_network; end
    @@ -5492,10 +5572,10 @@

     
     
    -146
    +149

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 146
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 149
     
     def formula_test_network; end
    @@ -5545,10 +5625,10 @@

     
     
    -149
    +152

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 149
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 152
     
     def ftp_proxy; end
    @@ -5598,10 +5678,10 @@

     
     
    -152
    +155

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 152
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 155
     
     def git_email; end
    @@ -5651,10 +5731,10 @@

     
     
    -155
    +158

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 155
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 158
     
     def git_name; end
    @@ -5704,10 +5784,10 @@

     
     
    -158
    +161

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 158
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 161
     
     def git_path; end
    @@ -5757,10 +5837,10 @@

     
     
    -161
    +164

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 161
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 164
     
     def github_api_token; end
    @@ -5810,10 +5890,10 @@

     
     
    -164
    +167

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 164
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 167
     
     def github_packages_token; end
    @@ -5863,10 +5943,10 @@

     
     
    -167
    +170

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 167
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 170
     
     def github_packages_user; end
    @@ -5916,10 +5996,10 @@

     
     
    -170
    +173

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 170
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 173
     
     def http_proxy; end
    @@ -5969,10 +6049,10 @@

     
     
    -173
    +176

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 173
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 176
     
     def https_proxy; end
    @@ -6022,10 +6102,10 @@

     
     
    -176
    +179

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 176
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 179
     
     def install_badge; end
    @@ -6075,10 +6155,10 @@

     
     
    -179
    +182

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 179
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 182
     
     def livecheck_watchlist; end
    @@ -6128,10 +6208,10 @@

     
     
    -182
    +185

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 182
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 185
     
     def logs; end
    @@ -6182,18 +6262,18 @@

     
     
    -508
    -509
    -510
    -511
    -512
    -513
     514
     515
    -516
    +516 +517 +518 +519 +520 +521 +522

    -
    # File 'env_config.rb', line 508
    +      
    # File 'env_config.rb', line 514
     
     def make_jobs
       jobs = ENV["HOMEBREW_MAKE_JOBS"].to_i
    @@ -6251,10 +6331,10 @@ 

     
     
    -185
    +188

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 185
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 188
     
     def no_analytics?; end
    @@ -6304,10 +6384,10 @@

     
     
    -188
    +191

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 188
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 191
     
     def no_auto_update?; end
    @@ -6357,10 +6437,10 @@

     
     
    -191
    +194

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 191
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 194
     
     def no_autoremove?; end
    @@ -6410,10 +6490,10 @@

     
     
    -194
    +197

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 194
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 197
     
     def no_bootsnap?; end
    @@ -6463,10 +6543,10 @@

     
     
    -197
    +200

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 197
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 200
     
     def no_cleanup_formulae; end
    @@ -6516,10 +6596,10 @@

     
     
    -200
    +203

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 200
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 203
     
     def no_color?; end
    @@ -6569,10 +6649,10 @@

     
     
    -203
    +206

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 203
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 206
     
     def no_emoji?; end
    @@ -6622,10 +6702,10 @@

     
     
    -206
    +209

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 206
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 209
     
     def no_env_hints?; end
    @@ -6675,10 +6755,10 @@

     
     
    -209
    +212

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 209
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 212
     
     def no_github_api?; end
    @@ -6728,10 +6808,10 @@

     
     
    -212
    +215

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 212
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 215
     
     def no_insecure_redirect?; end
    @@ -6781,10 +6861,10 @@

     
     
    -215
    +218

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 215
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 218
     
     def no_install_cleanup?; end
    @@ -6834,10 +6914,10 @@

     
     
    -218
    +221

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 218
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 221
     
     def no_install_from_api?; end
    @@ -6887,10 +6967,10 @@

     
     
    -221
    +224

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 221
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 224
     
     def no_install_upgrade?; end
    @@ -6940,10 +7020,10 @@

     
     
    -224
    +227

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 224
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 227
     
     def no_installed_dependents_check?; end
    @@ -6993,10 +7073,10 @@

     
     
    -227
    +230

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 227
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 230
     
     def no_proxy; end
    @@ -7046,10 +7126,10 @@

     
     
    -230
    +233

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 230
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 233
     
     def no_update_report_new?; end
    @@ -7099,10 +7179,10 @@

     
     
    -233
    +236

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 233
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 236
     
     def pip_index_url; end
    @@ -7152,10 +7232,10 @@

     
     
    -236
    +239

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 236
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 239
     
     def pry?; end
    @@ -7205,10 +7285,10 @@

     
     
    -239
    +242

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 239
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 242
     
     def simulate_macos_on_linux?; end
    @@ -7258,10 +7338,10 @@

     
     
    -242
    +245

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 242
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 245
     
     def skip_or_later_bottles?; end
    @@ -7311,10 +7391,10 @@

     
     
    -245
    +248

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 245
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 248
     
     def sorbet_runtime?; end
    @@ -7364,10 +7444,10 @@

     
     
    -248
    +251

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 248
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 251
     
     def ssh_config_path; end
    @@ -7417,10 +7497,10 @@

     
     
    -251
    +254

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 251
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 254
     
     def sudo_askpass; end
    @@ -7470,10 +7550,10 @@

     
     
    -254
    +257

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 254
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 257
     
     def sudo_through_sudo_user?; end
    @@ -7523,10 +7603,10 @@

     
     
    -257
    +260

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 257
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 260
     
     def svn; end
    @@ -7576,10 +7656,10 @@

     
     
    -260
    +263

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 260
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 263
     
     def system_env_takes_priority?; end
    @@ -7629,10 +7709,10 @@

     
     
    -263
    +266

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 263
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 266
     
     def temp; end
    @@ -7682,10 +7762,10 @@

     
     
    -266
    +269

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 266
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 269
     
     def update_to_tag?; end
    @@ -7735,10 +7815,10 @@

     
     
    -269
    +272

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 269
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 272
     
     def upgrade_greedy?; end
    @@ -7788,10 +7868,10 @@

     
     
    -272
    +275

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 272
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 275
     
     def verbose?; end
    @@ -7841,10 +7921,10 @@

     
     
    -275
    +278

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 275
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 278
     
     def verbose_using_dots?; end
    @@ -7894,10 +7974,10 @@

     
     
    -278
    +281

    -
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 278
    +      
    # File 'sorbet/rbi/dsl/homebrew/env_config.rbi', line 281
     
     def verify_attestations?; end
    diff --git a/docs/LocalBottleDownloadStrategy.html b/docs/LocalBottleDownloadStrategy.html index 7335786cb..87bb2a935 100644 --- a/docs/LocalBottleDownloadStrategy.html +++ b/docs/LocalBottleDownloadStrategy.html @@ -245,13 +245,13 @@

     
     
    -706
     707
     708
    -709
    +709 +710

    -
    # File 'download_strategy.rb', line 706
    +      
    # File 'download_strategy.rb', line 707
     
     def initialize(path) # rubocop:disable Lint/MissingSuper
       @cached_location = path
    diff --git a/docs/MercurialDownloadStrategy.html b/docs/MercurialDownloadStrategy.html
    index 355cfb996..25f44517f 100644
    --- a/docs/MercurialDownloadStrategy.html
    +++ b/docs/MercurialDownloadStrategy.html
    @@ -285,13 +285,13 @@ 

     
     
    -1238
     1239
     1240
    -1241
    +1241 +1242

    -
    # File 'download_strategy.rb', line 1238
    +      
    # File 'download_strategy.rb', line 1239
     
     def initialize(url, name, version, **meta)
       super
    @@ -347,13 +347,13 @@ 

     
     
    -1258
     1259
     1260
    -1261
    +1261 +1262

    -
    # File 'download_strategy.rb', line 1258
    +      
    # File 'download_strategy.rb', line 1259
     
     def last_commit
       out, = silent_command("hg", args: ["parent", "--template", "{node|short}", "-R", cached_location])
    @@ -402,15 +402,15 @@ 

     
     
    -1247
     1248
     1249
     1250
     1251
    -1252
    +1252 +1253

    -
    # File 'download_strategy.rb', line 1247
    +      
    # File 'download_strategy.rb', line 1248
     
     def source_modified_time
       out, = silent_command("hg",
    diff --git a/docs/NoUnzipCurlDownloadStrategy.html b/docs/NoUnzipCurlDownloadStrategy.html
    index f2659c4e3..9a9639cf1 100644
    --- a/docs/NoUnzipCurlDownloadStrategy.html
    +++ b/docs/NoUnzipCurlDownloadStrategy.html
    @@ -281,15 +281,15 @@ 

     
     
    -696
     697
     698
     699
     700
    -701
    +701 +702

    -
    # File 'download_strategy.rb', line 696
    +      
    # File 'download_strategy.rb', line 697
     
     def stage
       UnpackStrategy::Uncompressed.new(cached_location)
    diff --git a/docs/Resource/Go.html b/docs/Resource/Go.html
    index d8efd810e..a81f22c59 100644
    --- a/docs/Resource/Go.html
    +++ b/docs/Resource/Go.html
    @@ -255,12 +255,12 @@ 

     
     
    -261
    -262
    -263
    +265 +266 +267

    -
    # File 'resource.rb', line 261
    +      
    # File 'resource.rb', line 265
     
     def stage(target, &block)
       super(target/name, &block)
    diff --git a/docs/Resource/PatchResource.html b/docs/Resource/PatchResource.html
    index 578455a5e..c34cff578 100644
    --- a/docs/Resource/PatchResource.html
    +++ b/docs/Resource/PatchResource.html
    @@ -323,14 +323,14 @@ 

     
     
    -270
    -271
    -272
    -273
    -274
    +274 +275 +276 +277 +278

    -
    # File 'resource.rb', line 270
    +      
    # File 'resource.rb', line 274
     
     def initialize(&block)
       @patch_files = []
    @@ -378,12 +378,12 @@ 

     
     
    -268
    -269
    -270
    +272 +273 +274

    -
    # File 'resource.rb', line 268
    +      
    # File 'resource.rb', line 272
     
     def patch_files
       @patch_files
    @@ -429,14 +429,14 @@ 

     
     
    -276
    -277
    -278
    -279
    -280
    +280 +281 +282 +283 +284

    -
    # File 'resource.rb', line 276
    +      
    # File 'resource.rb', line 280
     
     def apply(*paths)
       paths.flatten!
    @@ -477,14 +477,14 @@ 

     
     
    -282
    -283
    -284
    -285
    -286
    +286 +287 +288 +289 +290

    -
    # File 'resource.rb', line 282
    +      
    # File 'resource.rb', line 286
     
     def directory(val = nil)
       return @directory if val.nil?
    diff --git a/docs/ResourceStageContext.html b/docs/ResourceStageContext.html
    index 1d2f49e01..e9dcb2877 100644
    --- a/docs/ResourceStageContext.html
    +++ b/docs/ResourceStageContext.html
    @@ -256,13 +256,13 @@ 

     
     
    -305
    -306
    -307
    -308
    +309 +310 +311 +312

    -
    # File 'resource.rb', line 305
    +      
    # File 'resource.rb', line 309
     
     def initialize(resource, staging)
       @resource = resource
    @@ -310,12 +310,12 @@ 

     
     
    -297
    -298
    -299
    +301 +302 +303

    -
    # File 'resource.rb', line 297
    +      
    # File 'resource.rb', line 301
     
     def resource
       @resource
    @@ -357,12 +357,12 @@ 

     
     
    -300
    -301
    -302
    +304 +305 +306

    -
    # File 'resource.rb', line 300
    +      
    # File 'resource.rb', line 304
     
     def staging
       @staging
    diff --git a/docs/SubversionDownloadStrategy.html b/docs/SubversionDownloadStrategy.html
    index bfbd776ff..e0ce26301 100644
    --- a/docs/SubversionDownloadStrategy.html
    +++ b/docs/SubversionDownloadStrategy.html
    @@ -307,13 +307,13 @@ 

     
     
    -716
     717
     718
    -719
    +719 +720

    -
    # File 'download_strategy.rb', line 716
    +      
    # File 'download_strategy.rb', line 717
     
     def initialize(url, name, version, **meta)
       super
    @@ -356,15 +356,15 @@ 

     
     
    -724
     725
     726
     727
     728
    -729
    +729 +730

    -
    # File 'download_strategy.rb', line 724
    +      
    # File 'download_strategy.rb', line 725
     
     def fetch(timeout: nil)
       if @url.chomp("/") != repo_url || !silent_command("svn", args: ["switch", @url, cached_location]).success?
    @@ -415,13 +415,13 @@ 

     
     
    -750
     751
     752
    -753
    +753 +754

    -
    # File 'download_strategy.rb', line 750
    +      
    # File 'download_strategy.rb', line 751
     
     def last_commit
       out, = silent_command("svn", args: ["info", "--show-item", "revision"], chdir: cached_location)
    @@ -470,7 +470,6 @@ 

     
     
    -735
     736
     737
     738
    @@ -479,10 +478,11 @@ 

    741 742 743 -744

    +744 +745

    -
    # File 'download_strategy.rb', line 735
    +      
    # File 'download_strategy.rb', line 736
     
     def source_modified_time
       time = if Version.new(T.must(Utils::Svn.version)) >= Version.new("1.9")
    diff --git a/docs/method_list.html b/docs/method_list.html
    index 74c3c1ddd..92cdd00c3 100644
    --- a/docs/method_list.html
    +++ b/docs/method_list.html
    @@ -2325,6 +2325,14 @@ 

    Method List

  • +
    + artifact_domain_no_fallback? + Homebrew::EnvConfig +
    +
  • + + +
  • artifact_info Cask::Info @@ -2332,7 +2340,7 @@

    Method List

  • -
  • +
  • #artifact_pattern Homebrew::DevCmd::PrPull::Args @@ -2340,7 +2348,7 @@

    Method List

  • -
  • +
  • #artifacts Cask::DSL @@ -2348,7 +2356,7 @@

    Method List

  • -
  • +
  • #artifacts Cask::Cask @@ -2356,7 +2364,7 @@

    Method List

  • -
  • +
  • #as_flags Options @@ -2364,7 +2372,7 @@

    Method List

  • -
  • +
  • #assert_success! SystemCommand::Result @@ -2372,7 +2380,7 @@

    Method List

  • -
  • +
  • #assert_valid_keys Hash @@ -2380,7 +2388,7 @@

    Method List

  • -
  • +
  • #assertions Homebrew::Assertions @@ -2388,7 +2396,7 @@

    Method List

  • -
  • +
  • ast_list Homebrew::Parlour @@ -2396,7 +2404,7 @@

    Method List

  • -
  • +
  • #atomic_write Pathname @@ -2404,7 +2412,7 @@

    Method List

  • -
  • +
  • atomic_write File @@ -2412,7 +2420,7 @@

    Method List

  • -
  • +
  • attempted FormulaInstaller @@ -2420,7 +2428,7 @@

    Method List

  • -
  • +
  • #attr FormulaValidationError @@ -2428,7 +2436,7 @@

    Method List

  • -
  • +
  • #attr_predicate Attrable @@ -2436,7 +2444,7 @@

    Method List

  • -
  • +
  • #attr_rw Attrable @@ -2444,7 +2452,7 @@

    Method List

  • -
  • +
  • #audio_unit_plugindir Homebrew::Cmd::Reinstall::Args @@ -2452,7 +2460,7 @@

    Method List

  • -
  • +
  • #audio_unit_plugindir Homebrew::Cmd::InstallCmd::Args @@ -2460,7 +2468,7 @@

    Method List

  • -
  • +
  • #audio_unit_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -2468,7 +2476,7 @@

    Method List

  • -
  • +
  • #audit Homebrew::TapAuditor @@ -2476,7 +2484,7 @@

    Method List

  • -
  • +
  • audit Cask::Auditor @@ -2484,7 +2492,7 @@

    Method List

  • -
  • +
  • #audit Cask::Auditor @@ -2492,7 +2500,7 @@

    Method List

  • -
  • +
  • #audit Homebrew::FormulaAuditor @@ -2500,7 +2508,7 @@

    Method List

  • -
  • +
  • #audit Homebrew::ResourceAuditor @@ -2508,7 +2516,7 @@

    Method List

  • -
  • +
  • #audit_aliases_renames_duplicates Homebrew::TapAuditor @@ -2516,7 +2524,7 @@

    Method List

  • -
  • +
  • #audit_arch_conditionals RuboCop::Cop::OnSystemConditionalsHelper @@ -2524,7 +2532,7 @@

    Method List

  • -
  • +
  • #audit_base_os_conditionals RuboCop::Cop::OnSystemConditionalsHelper @@ -2532,7 +2540,7 @@

    Method List

  • -
  • +
  • #audit_bitbucket_repository Homebrew::FormulaAuditor @@ -2540,7 +2548,7 @@

    Method List

  • -
  • +
  • #audit_bottle_spec Homebrew::FormulaAuditor @@ -2548,7 +2556,7 @@

    Method List

  • -
  • +
  • #audit_checksum Homebrew::ResourceAuditor @@ -2556,7 +2564,7 @@

    Method List

  • -
  • +
  • #audit_comments RuboCop::Cop::FormulaCop @@ -2564,7 +2572,7 @@

    Method List

  • -
  • +
  • #audit_conflicts Homebrew::FormulaAuditor @@ -2572,7 +2580,7 @@

    Method List

  • -
  • +
  • #audit_debug? Homebrew::Cmd::Doctor::Args @@ -2580,7 +2588,7 @@

    Method List

  • -
  • +
  • #audit_debug? Homebrew::DevCmd::Audit::Args @@ -2588,7 +2596,7 @@

    Method List

  • -
  • +
  • #audit_deps Homebrew::FormulaAuditor @@ -2596,7 +2604,7 @@

    Method List

  • -
  • +
  • #audit_desc RuboCop::Cop::DescHelper @@ -2604,7 +2612,7 @@

    Method List

  • -
  • +
  • #audit_download_strategy Homebrew::ResourceAuditor @@ -2612,7 +2620,7 @@

    Method List

  • -
  • +
  • #audit_eol Homebrew::FormulaAuditor @@ -2620,7 +2628,7 @@

    Method List

  • -
  • +
  • #audit_exception Tap @@ -2628,7 +2636,7 @@

    Method List

  • -
  • +
  • #audit_exceptions Tap @@ -2636,7 +2644,7 @@

    Method List

  • -
  • +
  • #audit_exceptions CoreTap @@ -2644,7 +2652,7 @@

    Method List

  • -
  • +
  • #audit_file Homebrew::FormulaAuditor @@ -2652,7 +2660,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Desc @@ -2660,7 +2668,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Text @@ -2668,7 +2676,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAuditStrict::Text @@ -2676,7 +2684,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Urls @@ -2684,7 +2692,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::PyPiUrls @@ -2692,7 +2700,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::GitUrls @@ -2700,7 +2708,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAuditStrict::GitUrls @@ -2708,7 +2716,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::ClassName @@ -2716,7 +2724,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Test @@ -2724,7 +2732,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAuditStrict::TestPresent @@ -2732,7 +2740,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Files @@ -2740,7 +2748,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Lines @@ -2748,7 +2756,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::ClassInheritance @@ -2756,7 +2764,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Comments @@ -2764,7 +2772,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::AssertStatements @@ -2772,7 +2780,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::OptionDeclarations @@ -2780,7 +2788,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::MpiCheck @@ -2788,7 +2796,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::QuicTLSCheck @@ -2796,7 +2804,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::PyoxidizerCheck @@ -2804,7 +2812,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::SafePopenCommands @@ -2812,7 +2820,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::ShellVariables @@ -2820,7 +2828,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::LicenseArrays @@ -2828,7 +2836,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Licenses @@ -2836,7 +2844,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::PythonVersions @@ -2844,7 +2852,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::OnSystemConditionals @@ -2852,7 +2860,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::MacOSOnLinux @@ -2860,7 +2868,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::GenerateCompletionsDSL @@ -2868,7 +2876,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::SingleGenerateCompletionsDSLCall @@ -2876,7 +2884,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Miscellaneous @@ -2884,7 +2892,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAuditStrict::MakeCheck @@ -2892,7 +2900,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAuditStrict::Requirements @@ -2900,7 +2908,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAuditStrict::RustCheck @@ -2908,7 +2916,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::BottleFormat @@ -2916,7 +2924,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::BottleTagIndentation @@ -2924,7 +2932,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::BottleDigestIndentation @@ -2932,7 +2940,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::BottleOrder @@ -2940,7 +2948,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Caveats @@ -2948,7 +2956,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Options @@ -2956,7 +2964,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Patches @@ -2964,7 +2972,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Service @@ -2972,7 +2980,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Version @@ -2980,7 +2988,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Checksum @@ -2988,7 +2996,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::ChecksumCase @@ -2996,7 +3004,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Homepage @@ -3004,7 +3012,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::KegOnly @@ -3012,7 +3020,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::Conflicts @@ -3020,7 +3028,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::LivecheckSkip @@ -3028,7 +3036,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::LivecheckUrlProvided @@ -3036,7 +3044,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::LivecheckUrlSymbol @@ -3044,7 +3052,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::LivecheckRegexParentheses @@ -3052,7 +3060,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::LivecheckRegexExtension @@ -3060,7 +3068,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::LivecheckRegexIfPageMatch @@ -3068,7 +3076,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::LivecheckRegexCaseInsensitive @@ -3076,7 +3084,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::ProvidedByMacos @@ -3084,7 +3092,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::UsesFromMacos @@ -3092,7 +3100,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -3100,7 +3108,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::DependencyOrder @@ -3108,7 +3116,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::DeprecateDisableDate @@ -3116,7 +3124,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::DeprecateDisableReason @@ -3124,7 +3132,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaCop @@ -3132,7 +3140,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::ComponentsRedundancy @@ -3140,7 +3148,7 @@

    Method List

  • -
  • +
  • #audit_formula RuboCop::Cop::FormulaAudit::ResourceRequiresDependencies @@ -3148,7 +3156,7 @@

    Method List

  • -
  • +
  • #audit_formula_name Homebrew::FormulaAuditor @@ -3156,7 +3164,7 @@

    Method List

  • -
  • +
  • #audit_gcc_dependency Homebrew::FormulaAuditor @@ -3164,7 +3172,7 @@

    Method List

  • -
  • +
  • #audit_github_repository Homebrew::FormulaAuditor @@ -3172,7 +3180,7 @@

    Method List

  • -
  • +
  • #audit_github_repository_archived Homebrew::FormulaAuditor @@ -3180,7 +3188,7 @@

    Method List

  • -
  • +
  • #audit_gitlab_repository Homebrew::FormulaAuditor @@ -3188,7 +3196,7 @@

    Method List

  • -
  • +
  • #audit_gitlab_repository_archived Homebrew::FormulaAuditor @@ -3196,7 +3204,7 @@

    Method List

  • -
  • +
  • #audit_glibc Homebrew::FormulaAuditor @@ -3204,7 +3212,7 @@

    Method List

  • -
  • +
  • #audit_head_branch Homebrew::ResourceAuditor @@ -3212,7 +3220,7 @@

    Method List

  • -
  • +
  • #audit_homepage Homebrew::FormulaAuditor @@ -3220,7 +3228,7 @@

    Method List

  • -
  • +
  • #audit_installed FormulaCellarChecks @@ -3228,7 +3236,7 @@

    Method List

  • -
  • +
  • #audit_installed FormulaInstaller @@ -3236,7 +3244,7 @@

    Method List

  • -
  • +
  • #audit_json_files Homebrew::TapAuditor @@ -3244,7 +3252,7 @@

    Method List

  • -
  • +
  • #audit_license Homebrew::FormulaAuditor @@ -3252,7 +3260,7 @@

    Method List

  • -
  • +
  • #audit_macos_references RuboCop::Cop::OnSystemConditionalsHelper @@ -3260,7 +3268,7 @@

    Method List

  • -
  • +
  • #audit_macos_version_conditionals RuboCop::Cop::OnSystemConditionalsHelper @@ -3268,7 +3276,7 @@

    Method List

  • -
  • +
  • #audit_on_system_blocks RuboCop::Cop::OnSystemConditionalsHelper @@ -3276,7 +3284,7 @@

    Method List

  • -
  • +
  • #audit_postgresql Homebrew::FormulaAuditor @@ -3284,7 +3292,7 @@

    Method List

  • -
  • +
  • #audit_prefix_has_contents Homebrew::FormulaAuditor @@ -3292,7 +3300,7 @@

    Method List

  • -
  • +
  • #audit_relicensed_formulae Homebrew::FormulaAuditor @@ -3300,7 +3308,7 @@

    Method List

  • -
  • +
  • #audit_resource_name_matches_pypi_package_name_in_url Homebrew::ResourceAuditor @@ -3308,7 +3316,7 @@

    Method List

  • -
  • +
  • #audit_reverse_migration Homebrew::FormulaAuditor @@ -3316,7 +3324,7 @@

    Method List

  • -
  • +
  • #audit_revision Homebrew::FormulaAuditor @@ -3324,7 +3332,7 @@

    Method List

  • -
  • +
  • #audit_sha256 RuboCop::Cop::FormulaAudit::Checksum @@ -3332,7 +3340,7 @@

    Method List

  • -
  • +
  • #audit_specs Homebrew::FormulaAuditor @@ -3340,7 +3348,7 @@

    Method List

  • -
  • +
  • #audit_stable_version Homebrew::FormulaAuditor @@ -3348,7 +3356,7 @@

    Method List

  • -
  • +
  • #audit_style Homebrew::FormulaAuditor @@ -3356,7 +3364,7 @@

    Method List

  • -
  • +
  • #audit_synced_versions_formulae Homebrew::FormulaAuditor @@ -3364,7 +3372,7 @@

    Method List

  • -
  • +
  • #audit_tap_formula_lists Homebrew::TapAuditor @@ -3372,7 +3380,7 @@

    Method List

  • -
  • +
  • #audit_text Homebrew::FormulaAuditor @@ -3380,7 +3388,7 @@

    Method List

  • -
  • +
  • #audit_unconfirmed_checksum_change Homebrew::FormulaAuditor @@ -3388,7 +3396,7 @@

    Method List

  • -
  • +
  • #audit_urls Homebrew::ResourceAuditor @@ -3396,7 +3404,7 @@

    Method List

  • -
  • +
  • #audit_urls RuboCop::Cop::FormulaCop @@ -3404,7 +3412,7 @@

    Method List

  • -
  • +
  • #audit_version Homebrew::ResourceAuditor @@ -3412,7 +3420,7 @@

    Method List

  • -
  • +
  • #audit_version_scheme Homebrew::FormulaAuditor @@ -3420,7 +3428,7 @@

    Method List

  • -
  • +
  • #audit_versioned_keg_only Homebrew::FormulaAuditor @@ -3428,7 +3436,7 @@

    Method List

  • -
  • +
  • #audit_wayback_url Homebrew::FormulaAuditor @@ -3436,7 +3444,7 @@

    Method List

  • -
  • +
  • auditing? Homebrew @@ -3444,7 +3452,7 @@

    Method List

  • -
  • +
  • #auto_update? Homebrew::Cmd::UpdateReport::Args @@ -3452,7 +3460,7 @@

    Method List

  • -
  • +
  • auto_update_command? Homebrew @@ -3460,7 +3468,7 @@

    Method List

  • -
  • +
  • auto_update_secs Homebrew::EnvConfig @@ -3468,7 +3476,7 @@

    Method List

  • -
  • +
  • #auto_updates Cask::DSL @@ -3476,7 +3484,7 @@

    Method List

  • -
  • +
  • #auto_updates Cask::Cask @@ -3484,7 +3492,7 @@

    Method List

  • -
  • +
  • #autobump Tap @@ -3492,7 +3500,7 @@

    Method List

  • -
  • +
  • #autobump CoreTap @@ -3500,7 +3508,7 @@

    Method List

  • -
  • +
  • #autocorrect RuboCop::Cop::Homebrew::Present @@ -3508,7 +3516,7 @@

    Method List

  • -
  • +
  • #autocorrect RuboCop::Cop::FormulaAudit::KegOnly @@ -3516,7 +3524,7 @@

    Method List

  • -
  • +
  • automatically_set_no_install_from_api? Homebrew::EnvConfig @@ -3524,7 +3532,7 @@

    Method List

  • -
  • +
  • autoremove Homebrew::Cleanup @@ -3532,7 +3540,7 @@

    Method List

  • -
  • +
  • #autosquash! Homebrew::DevCmd::PrPull @@ -3540,7 +3548,7 @@

    Method List

  • -
  • +
  • #autosquash? Homebrew::DevCmd::PrPull::Args @@ -3548,7 +3556,7 @@

    Method List

  • -
  • +
  • #autosquash? Homebrew::DevCmd::PrPublish::Args @@ -3556,7 +3564,7 @@

    Method List

  • -
  • +
  • #autosquash? Homebrew::DevCmd::PrAutomerge::Args @@ -3564,7 +3572,7 @@

    Method List

  • -
  • +
  • #autotools? Homebrew::DevCmd::Create::Args @@ -3572,7 +3580,7 @@

    Method List

  • -
  • +
  • available? Sandbox @@ -3580,7 +3588,7 @@

    Method List

  • -
  • +
  • available? Utils::Git @@ -3588,7 +3596,7 @@

    Method List

  • -
  • +
  • available? Utils::Svn @@ -3596,7 +3604,7 @@

    Method List

  • -
  • +
  • available? Utils::Tar @@ -3604,7 +3612,7 @@

    Method List

  • -
  • +
  • available? Cask::Quarantine @@ -3612,7 +3620,7 @@

    Method List

  • -
  • +
  • avx2? Hardware::CPU @@ -3620,7 +3628,7 @@

    Method List

  • -
  • +
  • avx? Hardware::CPU @@ -3628,7 +3636,7 @@

    Method List

  • -
  • +
  • backup Homebrew @@ -3636,7 +3644,7 @@

    Method List

  • -
  • +
  • #backup Cask::Installer @@ -3644,7 +3652,7 @@

    Method List

  • -
  • +
  • #backup_metadata_path Cask::Installer @@ -3652,7 +3660,7 @@

    Method List

  • -
  • +
  • #backup_old_tabs Migrator @@ -3660,7 +3668,7 @@

    Method List

  • -
  • +
  • #backup_oldname Migrator @@ -3668,7 +3676,7 @@

    Method List

  • -
  • +
  • #backup_oldname_cellar Migrator @@ -3676,7 +3684,7 @@

    Method List

  • -
  • +
  • backup_path Homebrew @@ -3684,7 +3692,7 @@

    Method List

  • -
  • +
  • #backup_path Cask::Installer @@ -3692,7 +3700,7 @@

    Method List

  • -
  • +
  • #basename Cask::Download @@ -3700,7 +3708,7 @@

    Method List

  • -
  • +
  • #basename AbstractDownloadStrategy @@ -3708,7 +3716,7 @@

    Method List

  • -
  • +
  • #basename AbstractFileDownloadStrategy @@ -3716,7 +3724,7 @@

    Method List

  • -
  • +
  • basename_without_extension Commands @@ -3724,7 +3732,7 @@

    Method List

  • -
  • +
  • #bash_completion Formula @@ -3732,7 +3740,7 @@

    Method List

  • -
  • +
  • bat? Homebrew::EnvConfig @@ -3740,7 +3748,7 @@

    Method List

  • -
  • +
  • bat_config_path Homebrew::EnvConfig @@ -3748,7 +3756,7 @@

    Method List

  • -
  • +
  • bat_theme Homebrew::EnvConfig @@ -3756,7 +3764,7 @@

    Method List

  • -
  • +
  • #before Homebrew::DevCmd::UpdateTest::Args @@ -3764,7 +3772,7 @@

    Method List

  • -
  • +
  • #before_comma Cask::DSL::Version @@ -3772,7 +3780,7 @@

    Method List

  • -
  • +
  • #begin_block? RuboCop::AST::Node @@ -3780,7 +3788,7 @@

    Method List

  • -
  • +
  • below_ci_version? OS::Linux::Glibc @@ -3788,7 +3796,7 @@

    Method List

  • -
  • +
  • below_minimum_version? OS::Mac::Xcode @@ -3796,7 +3804,7 @@

    Method List

  • -
  • +
  • below_minimum_version? OS::Mac::CLT @@ -3804,7 +3812,7 @@

    Method List

  • -
  • +
  • below_minimum_version? OS::Linux::Glibc @@ -3812,7 +3820,7 @@

    Method List

  • -
  • +
  • below_minimum_version? OS::Linux::Kernel @@ -3820,7 +3828,7 @@

    Method List

  • -
  • +
  • big_endian? Hardware::CPU @@ -3828,7 +3836,7 @@

    Method List

  • -
  • +
  • bin Superenv @@ -3836,7 +3844,7 @@

    Method List

  • -
  • +
  • #bin Formula @@ -3844,7 +3852,7 @@

    Method List

  • -
  • +
  • #bin Homebrew::Service @@ -3852,7 +3860,7 @@

    Method List

  • -
  • +
  • #binaries? Cask::Installer @@ -3860,7 +3868,7 @@

    Method List

  • -
  • +
  • #binaries? Homebrew::Cmd::Reinstall::Args @@ -3868,7 +3876,7 @@

    Method List

  • -
  • +
  • #binaries? Homebrew::Cmd::InstallCmd::Args @@ -3876,7 +3884,7 @@

    Method List

  • -
  • +
  • #binaries? Homebrew::Cmd::UpgradeCmd::Args @@ -3884,7 +3892,7 @@

    Method List

  • -
  • +
  • #binary_executable? ELFShim @@ -3892,7 +3900,7 @@

    Method List

  • -
  • +
  • #binary_executable? Pathname @@ -3900,7 +3908,7 @@

    Method List

  • -
  • +
  • #binary_executable_or_library_files Keg @@ -3908,7 +3916,7 @@

    Method List

  • -
  • +
  • #binary_file? Keg @@ -3916,7 +3924,7 @@

    Method List

  • -
  • +
  • #binarydir Cask::Config @@ -3924,7 +3932,7 @@

    Method List

  • -
  • +
  • bitbucket SharedAudits @@ -3932,7 +3940,7 @@

    Method List

  • -
  • +
  • bits Hardware::CPU @@ -3940,7 +3948,7 @@

    Method List

  • -
  • +
  • #blank? Version::Token @@ -3948,7 +3956,7 @@

    Method List

  • -
  • +
  • #blank? Object @@ -3956,7 +3964,7 @@

    Method List

  • -
  • +
  • #blank? NilClass @@ -3964,7 +3972,7 @@

    Method List

  • -
  • +
  • #blank? FalseClass @@ -3972,7 +3980,7 @@

    Method List

  • -
  • +
  • #blank? TrueClass @@ -3980,7 +3988,7 @@

    Method List

  • -
  • +
  • #blank? Array @@ -3988,7 +3996,7 @@

    Method List

  • -
  • +
  • #blank? Hash @@ -3996,7 +4004,7 @@

    Method List

  • -
  • +
  • #blank? Symbol @@ -4004,7 +4012,7 @@

    Method List

  • -
  • +
  • #blank? String @@ -4012,7 +4020,7 @@

    Method List

  • -
  • +
  • #blank? Numeric @@ -4020,7 +4028,7 @@

    Method List

  • -
  • +
  • #blank? Time @@ -4028,7 +4036,7 @@

    Method List

  • -
  • +
  • #blank? Homebrew::BumpVersionParser @@ -4036,7 +4044,7 @@

    Method List

  • -
  • +
  • #block_body RuboCop::AST::Node @@ -4044,7 +4052,7 @@

    Method List

  • -
  • +
  • #block_method_called_in_block? RuboCop::Cop::HelperFunctions @@ -4052,7 +4060,7 @@

    Method List

  • -
  • +
  • #block_node RuboCop::Cask::AST::StanzaBlock @@ -4060,7 +4068,7 @@

    Method List

  • -
  • +
  • #block_size RuboCop::Cop::HelperFunctions @@ -4068,7 +4076,7 @@

    Method List

  • -
  • +
  • blue Tty @@ -4076,7 +4084,7 @@

    Method List

  • -
  • +
  • body_children Utils::AST @@ -4084,7 +4092,7 @@

    Method List

  • -
  • +
  • bold Tty @@ -4092,7 +4100,7 @@

    Method List

  • -
  • +
  • bom UnpackStrategy::Dmg::Bom @@ -4100,7 +4108,7 @@

    Method List

  • -
  • +
  • bootsnap? Homebrew::EnvConfig @@ -4108,7 +4116,7 @@

    Method List

  • -
  • +
  • #bottle Formula @@ -4116,7 +4124,7 @@

    Method List

  • -
  • +
  • bottle Formula @@ -4124,7 +4132,7 @@

    Method List

  • -
  • +
  • #bottle SoftwareSpec @@ -4132,7 +4140,7 @@

    Method List

  • -
  • +
  • #bottle? Tab @@ -4140,7 +4148,7 @@

    Method List

  • -
  • +
  • #bottle? BuildOptions @@ -4148,7 +4156,7 @@

    Method List

  • -
  • +
  • #bottle_arch Homebrew::Cmd::InstallCmd::Args @@ -4156,7 +4164,7 @@

    Method List

  • -
  • +
  • #bottle_block Utils::AST::FormulaAST @@ -4164,7 +4172,7 @@

    Method List

  • -
  • +
  • #bottle_defined? SoftwareSpec @@ -4172,7 +4180,7 @@

    Method List

  • -
  • +
  • #bottle_defined? Formula @@ -4180,7 +4188,7 @@

    Method List

  • -
  • +
  • bottle_domain Homebrew::EnvConfig @@ -4188,7 +4196,7 @@

    Method List

  • -
  • +
  • #bottle_for_tag Formula @@ -4196,7 +4204,7 @@

    Method List

  • -
  • +
  • #bottle_hash Formula @@ -4204,7 +4212,7 @@

    Method List

  • -
  • +
  • #bottle_info FormulaInfo @@ -4212,7 +4220,7 @@

    Method List

  • -
  • +
  • #bottle_info_any FormulaInfo @@ -4220,7 +4228,7 @@

    Method List

  • -
  • +
  • #bottle_output Homebrew::DevCmd::Bottle @@ -4228,7 +4236,7 @@

    Method List

  • -
  • +
  • #bottle_prefix Formula @@ -4236,7 +4244,7 @@

    Method List

  • -
  • +
  • #bottle_specification SoftwareSpec @@ -4244,7 +4252,7 @@

    Method List

  • -
  • +
  • #bottle_specification Formula @@ -4252,7 +4260,7 @@

    Method List

  • -
  • +
  • #bottle_tab_attributes Formula @@ -4260,7 +4268,7 @@

    Method List

  • -
  • +
  • #bottle_tab_runtime_dependencies FormulaInstaller @@ -4268,7 +4276,7 @@

    Method List

  • -
  • +
  • #bottle_tag Homebrew::Cmd::Cache::Args @@ -4276,7 +4284,7 @@

    Method List

  • -
  • +
  • #bottle_tag Homebrew::Cmd::FetchCmd::Args @@ -4284,7 +4292,7 @@

    Method List

  • -
  • +
  • #bottle_tag? SoftwareSpec @@ -4292,7 +4300,7 @@

    Method List

  • -
  • +
  • #bottle_tag? Formula @@ -4300,7 +4308,7 @@

    Method List

  • -
  • +
  • #bottle_tags FormulaInfo @@ -4308,7 +4316,7 @@

    Method List

  • -
  • +
  • #bottled? SoftwareSpec @@ -4316,7 +4324,7 @@

    Method List

  • -
  • +
  • #bottled? Formula @@ -4324,7 +4332,7 @@

    Method List

  • -
  • +
  • #bounds UsesFromMacOSDependency @@ -4332,7 +4340,7 @@

    Method List

  • -
  • +
  • #branch Cask::URL::DSL @@ -4340,7 +4348,7 @@

    Method List

  • -
  • +
  • #branch Homebrew::DevCmd::TapNew::Args @@ -4348,7 +4356,7 @@

    Method List

  • -
  • +
  • #branch Homebrew::DevCmd::PrPublish::Args @@ -4356,7 +4364,7 @@

    Method List

  • -
  • +
  • branch_exists? GitHub @@ -4364,7 +4372,7 @@

    Method List

  • -
  • +
  • #branch_name GitRepository @@ -4372,7 +4380,7 @@

    Method List

  • -
  • +
  • #branch_okay? Homebrew::DevCmd::PrPull::Args @@ -4380,7 +4388,7 @@

    Method List

  • -
  • +
  • #brew Formula @@ -4388,7 +4396,7 @@

    Method List

  • -
  • +
  • brew_git_remote Homebrew::EnvConfig @@ -4396,7 +4404,7 @@

    Method List

  • -
  • +
  • brewed_ld_so_diagnostics OS::Linux::Ld @@ -4404,7 +4412,7 @@

    Method List

  • -
  • +
  • #broken_library_linkage? LinkageChecker @@ -4412,7 +4420,7 @@

    Method List

  • -
  • +
  • #broken_tap Homebrew::Diagnostic::Checks @@ -4420,7 +4428,7 @@

    Method List

  • -
  • +
  • browser Homebrew::EnvConfig @@ -4428,7 +4436,7 @@

    Method List

  • -
  • +
  • #build Formula @@ -4436,7 +4444,7 @@

    Method List

  • -
  • +
  • build Formula @@ -4444,7 +4452,7 @@

    Method List

  • -
  • +
  • build Requirement @@ -4452,7 +4460,7 @@

    Method List

  • -
  • +
  • #build Dependencies @@ -4460,7 +4468,7 @@

    Method List

  • -
  • +
  • #build SoftwareSpec @@ -4468,7 +4476,7 @@

    Method List

  • -
  • +
  • #build FormulaInstaller @@ -4476,7 +4484,7 @@

    Method List

  • -
  • +
  • #build DependencyCollector @@ -4484,7 +4492,7 @@

    Method List

  • -
  • +
  • #build? Dependable @@ -4492,7 +4500,7 @@

    Method List

  • -
  • +
  • #build_argv FormulaInstaller @@ -4500,7 +4508,7 @@

    Method List

  • -
  • +
  • #build_bottle? FormulaInstaller @@ -4508,7 +4516,7 @@

    Method List

  • -
  • +
  • #build_bottle? Homebrew::Cmd::FetchCmd::Args @@ -4516,7 +4524,7 @@

    Method List

  • -
  • +
  • #build_bottle? Homebrew::Cmd::InstallCmd::Args @@ -4524,7 +4532,7 @@

    Method List

  • -
  • +
  • #build_bottle_postinstall FormulaInstaller @@ -4532,7 +4540,7 @@

    Method List

  • -
  • +
  • #build_bottle_preinstall FormulaInstaller @@ -4540,7 +4548,7 @@

    Method List

  • -
  • +
  • #build_error_checks Homebrew::Diagnostic::Checks @@ -4548,7 +4556,7 @@

    Method List

  • -
  • +
  • build_flags Formula @@ -4556,7 +4564,7 @@

    Method List

  • -
  • +
  • #build_from_source? FormulaInstaller @@ -4564,7 +4572,7 @@

    Method List

  • -
  • +
  • #build_from_source? Homebrew::CLI::Args @@ -4572,7 +4580,7 @@

    Method List

  • -
  • +
  • #build_from_source? Homebrew::Cmd::Cache::Args @@ -4580,7 +4588,7 @@

    Method List

  • -
  • +
  • #build_from_source? Homebrew::Cmd::FetchCmd::Args @@ -4588,7 +4596,7 @@

    Method List

  • -
  • +
  • #build_from_source? Homebrew::Cmd::Reinstall::Args @@ -4596,7 +4604,7 @@

    Method List

  • -
  • +
  • #build_from_source? Homebrew::Cmd::InstallCmd::Args @@ -4604,7 +4612,7 @@

    Method List

  • -
  • +
  • #build_from_source? Homebrew::Cmd::UpgradeCmd::Args @@ -4612,7 +4620,7 @@

    Method List

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

    Method List

  • -
  • +
  • #build_from_source_formulae Homebrew::CLI::Args @@ -4628,7 +4636,7 @@

    Method List

  • -
  • +
  • build_man_page Homebrew::Manpages @@ -4636,7 +4644,7 @@

    Method List

  • -
  • +
  • build_system_info DevelopmentTools @@ -4644,7 +4652,7 @@

    Method List

  • -
  • +
  • #build_time FormulaInstaller @@ -4652,7 +4660,7 @@

    Method List

  • -
  • +
  • #build_with_dependency_name RuboCop::Cop::FormulaAudit::DependencyOrder @@ -4660,7 +4668,7 @@

    Method List

  • -
  • +
  • #build_with_dependency_node RuboCop::Cop::FormulaAudit::DependencyOrder @@ -4668,7 +4676,7 @@

    Method List

  • -
  • +
  • #buildpath Formula @@ -4676,7 +4684,7 @@

    Method List

  • -
  • +
  • #buildtime_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -4684,7 +4692,7 @@

    Method List

  • -
  • +
  • built_as? Utils::Bottles @@ -4692,7 +4700,7 @@

    Method List

  • -
  • +
  • #built_as_bottle Tab @@ -4700,7 +4708,7 @@

    Method List

  • -
  • +
  • #built_bottle? Tab @@ -4708,7 +4716,7 @@

    Method List

  • -
  • +
  • #built_on Tab @@ -4716,7 +4724,7 @@

    Method List

  • -
  • +
  • #builtin_command_descriptions Homebrew::Completions::Variables @@ -4724,7 +4732,7 @@

    Method List

  • -
  • +
  • #bundle_long_version Cask::Cask @@ -4732,7 +4740,7 @@

    Method List

  • -
  • +
  • bundle_path OS::Mac::Xcode @@ -4740,7 +4748,7 @@

    Method List

  • -
  • +
  • #bundle_short_version Cask::Cask @@ -4748,7 +4756,7 @@

    Method List

  • -
  • +
  • #bundle_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -4756,7 +4764,7 @@

    Method List

  • -
  • +
  • #bundle_version Homebrew::Livecheck::Strategy::ExtractPlist::Item @@ -4764,7 +4772,7 @@

    Method List

  • -
  • +
  • #by_macos? KegOnlyReason @@ -4772,7 +4780,7 @@

    Method List

  • -
  • +
  • #bzip2_dep_if_needed DependencyCollector @@ -4780,7 +4788,7 @@

    Method List

  • -
  • +
  • #c Homebrew::DevCmd::Sh::Args @@ -4788,7 +4796,7 @@

    Method List

  • -
  • +
  • ca_file_handles_most_https_certificates? DevelopmentTools @@ -4796,7 +4804,7 @@

    Method List

  • -
  • +
  • ca_file_substitution_required? DevelopmentTools @@ -4804,7 +4812,7 @@

    Method List

  • -
  • +
  • #cache Homebrew::Cleanup @@ -4812,7 +4820,7 @@

    Method List

  • -
  • +
  • #cache Homebrew::API::Download @@ -4820,7 +4828,7 @@

    Method List

  • -
  • +
  • #cache Cachable @@ -4828,7 +4836,7 @@

    Method List

  • -
  • +
  • #cache AbstractDownloadStrategy @@ -4836,7 +4844,7 @@

    Method List

  • -
  • +
  • cache Homebrew::EnvConfig @@ -4844,7 +4852,7 @@

    Method List

  • -
  • +
  • #cache_files Homebrew::Cleanup @@ -4852,7 +4860,7 @@

    Method List

  • -
  • +
  • #cache_key DependencyCollector @@ -4860,7 +4868,7 @@

    Method List

  • -
  • +
  • #cached? Homebrew::DevCmd::Linkage::Args @@ -4868,7 +4876,7 @@

    Method List

  • -
  • +
  • #cached_download Downloadable @@ -4876,7 +4884,7 @@

    Method List

  • -
  • +
  • #cached_download Formula @@ -4884,7 +4892,7 @@

    Method List

  • -
  • +
  • #cached_location AbstractDownloadStrategy @@ -4892,7 +4900,7 @@

    Method List

  • -
  • +
  • #cached_location AbstractFileDownloadStrategy @@ -4900,7 +4908,7 @@

    Method List

  • -
  • +
  • #call Cask::URL::BlockDSL @@ -4908,7 +4916,7 @@

    Method List

  • -
  • +
  • call_node_match? Utils::AST @@ -4916,7 +4924,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Xz @@ -4924,7 +4932,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Air @@ -4932,7 +4940,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Cab @@ -4940,7 +4948,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Cvs @@ -4948,7 +4956,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Dmg @@ -4956,7 +4964,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Git @@ -4964,7 +4972,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Jar @@ -4972,7 +4980,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Lha @@ -4980,7 +4988,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Otf @@ -4988,7 +4996,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Pax @@ -4996,7 +5004,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Pkg @@ -5004,7 +5012,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Rar @@ -5012,7 +5020,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Sit @@ -5020,7 +5028,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Tar @@ -5028,7 +5036,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Ttf @@ -5036,7 +5044,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Xar @@ -5044,7 +5052,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Zip @@ -5052,7 +5060,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Gzip @@ -5060,7 +5068,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Lzip @@ -5068,7 +5076,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Lzma @@ -5076,7 +5084,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Zstd @@ -5084,7 +5092,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Bzip2 @@ -5092,7 +5100,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::P7Zip @@ -5100,7 +5108,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Bazaar @@ -5108,7 +5116,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Fossil @@ -5116,7 +5124,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Compress @@ -5124,7 +5132,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::LuaRock @@ -5132,7 +5140,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Directory @@ -5140,7 +5148,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Mercurial @@ -5148,7 +5156,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Executable @@ -5156,7 +5164,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Subversion @@ -5164,7 +5172,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::GenericUnar @@ -5172,7 +5180,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::MicrosoftOfficeXml @@ -5180,7 +5188,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::SelfExtractingExecutable @@ -5188,7 +5196,7 @@

    Method List

  • -
  • +
  • canonical_name Formulary @@ -5196,7 +5204,7 @@

    Method List

  • -
  • +
  • canonicalize Cask::Config @@ -5204,7 +5212,7 @@

    Method List

  • -
  • +
  • #cask Cask::DSL @@ -5212,7 +5220,7 @@

    Method List

  • -
  • +
  • #cask Livecheck @@ -5220,7 +5228,7 @@

    Method List

  • -
  • +
  • #cask Cask::Audit @@ -5228,7 +5236,7 @@

    Method List

  • -
  • +
  • #cask Requirement @@ -5236,7 +5244,7 @@

    Method List

  • -
  • +
  • #cask Cask::Auditor @@ -5244,7 +5252,7 @@

    Method List

  • -
  • +
  • #cask Cask::Download @@ -5252,7 +5260,7 @@

    Method List

  • -
  • +
  • #cask CaskDependent @@ -5260,7 +5268,7 @@

    Method List

  • -
  • +
  • #cask Cask::DSL::DependsOn @@ -5268,7 +5276,7 @@

    Method List

  • -
  • +
  • #cask Homebrew::UnversionedCaskChecker @@ -5276,7 +5284,7 @@

    Method List

  • -
  • +
  • #cask Cask::Artifact::AbstractArtifact @@ -5284,7 +5292,7 @@

    Method List

  • -
  • +
  • cask Requirement @@ -5292,7 +5300,7 @@

    Method List

  • -
  • +
  • cask! Cask::Quarantine @@ -5300,7 +5308,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::CLI::Args @@ -5308,7 +5316,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Log::Args @@ -5316,7 +5324,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Deps::Args @@ -5324,7 +5332,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Desc::Args @@ -5332,7 +5340,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Home::Args @@ -5340,7 +5348,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Info::Args @@ -5348,7 +5356,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::List::Args @@ -5356,7 +5364,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Uses::Args @@ -5364,7 +5372,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Cache::Args @@ -5372,7 +5380,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Migrate::Args @@ -5380,7 +5388,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::DevCmd::Cat::Args @@ -5388,7 +5396,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Outdated::Args @@ -5396,7 +5404,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::DevCmd::Bump::Args @@ -5404,7 +5412,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::DevCmd::Edit::Args @@ -5412,7 +5420,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::FetchCmd::Args @@ -5420,7 +5428,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::Reinstall::Args @@ -5428,7 +5436,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::DevCmd::Audit::Args @@ -5436,7 +5444,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::SearchCmd::Args @@ -5444,7 +5452,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::DevCmd::Create::Args @@ -5452,7 +5460,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::InstallCmd::Args @@ -5460,7 +5468,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::UpgradeCmd::Args @@ -5468,7 +5476,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::Cmd::UninstallCmd::Args @@ -5476,7 +5484,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::DevCmd::StyleCmd::Args @@ -5484,7 +5492,7 @@

    Method List

  • -
  • +
  • #cask? Homebrew::DevCmd::LivecheckCmd::Args @@ -5492,7 +5500,7 @@

    Method List

  • -
  • +
  • #cask_and_formula_dependencies Cask::Installer @@ -5500,7 +5508,7 @@

    Method List

  • -
  • +
  • #cask_block? RuboCop::AST::Node @@ -5508,7 +5516,7 @@

    Method List

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

    Method List

  • -
  • +
  • cask_deprecated Homebrew::Livecheck::SkipConditions @@ -5524,7 +5532,7 @@

    Method List

  • -
  • +
  • #cask_dir Tap @@ -5532,7 +5540,7 @@

    Method List

  • -
  • +
  • cask_disabled Homebrew::Livecheck::SkipConditions @@ -5540,7 +5548,7 @@

    Method List

  • -
  • +
  • cask_extract_plist Homebrew::Livecheck::SkipConditions @@ -5548,7 +5556,7 @@

    Method List

  • -
  • +
  • #cask_file? Tap @@ -5556,7 +5564,7 @@

    Method List

  • -
  • +
  • #cask_files Tap @@ -5564,7 +5572,7 @@

    Method List

  • -
  • +
  • #cask_files CoreCaskTap @@ -5572,7 +5580,7 @@

    Method List

  • -
  • +
  • #cask_files_by_name Tap @@ -5580,7 +5588,7 @@

    Method List

  • -
  • +
  • #cask_files_by_name CoreCaskTap @@ -5588,7 +5596,7 @@

    Method List

  • -
  • +
  • cask_name Homebrew::Livecheck @@ -5596,7 +5604,7 @@

    Method List

  • -
  • +
  • #cask_node RuboCop::Cask::AST::CaskBlock @@ -5604,7 +5612,7 @@

    Method List

  • -
  • +
  • #cask_on_system_block? RuboCop::AST::Node @@ -5612,7 +5620,7 @@

    Method List

  • -
  • +
  • #cask_options Homebrew::CLI::Parser @@ -5620,7 +5628,7 @@

    Method List

  • -
  • +
  • cask_opts Homebrew::EnvConfig @@ -5628,7 +5636,7 @@

    Method List

  • -
  • +
  • cask_opts_binaries? Homebrew::EnvConfig @@ -5636,7 +5644,7 @@

    Method List

  • -
  • +
  • cask_opts_quarantine? Homebrew::EnvConfig @@ -5644,7 +5652,7 @@

    Method List

  • -
  • +
  • cask_opts_require_sha? Homebrew::EnvConfig @@ -5652,7 +5660,7 @@

    Method List

  • -
  • +
  • cask_output Utils::Analytics @@ -5660,7 +5668,7 @@

    Method List

  • -
  • +
  • cask_reason Homebrew::MissingFormula @@ -5668,7 +5676,7 @@

    Method List

  • -
  • +
  • #cask_renames Tap @@ -5676,7 +5684,7 @@

    Method List

  • -
  • +
  • #cask_renames CoreCaskTap @@ -5684,7 +5692,7 @@

    Method List

  • -
  • +
  • #cask_reverse_renames Tap @@ -5692,7 +5700,7 @@

    Method List

  • -
  • +
  • #cask_token RuboCop::Cask::AST::CaskHeader @@ -5700,7 +5708,7 @@

    Method List

  • -
  • +
  • #cask_tokens Tap @@ -5708,7 +5716,7 @@

    Method List

  • -
  • +
  • #cask_tokens CoreCaskTap @@ -5716,7 +5724,7 @@

    Method List

  • -
  • +
  • #cask_tokens Homebrew::TapAuditor @@ -5724,7 +5732,7 @@

    Method List

  • -
  • +
  • cask_url_unversioned Homebrew::Livecheck::SkipConditions @@ -5732,7 +5740,7 @@

    Method List

  • -
  • +
  • cask_version_latest Homebrew::Livecheck::SkipConditions @@ -5740,7 +5748,7 @@

    Method List

  • -
  • +
  • #caskfile_only? Cask::Cask @@ -5748,7 +5756,7 @@

    Method List

  • -
  • +
  • #caskroom_path Cask::DSL @@ -5756,7 +5764,7 @@

    Method List

  • -
  • +
  • #caskroom_path Cask::Cask @@ -5764,7 +5772,7 @@

    Method List

  • -
  • +
  • casks Cask::Caskroom @@ -5772,7 +5780,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Log::Args @@ -5780,7 +5788,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Deps::Args @@ -5788,7 +5796,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Desc::Args @@ -5796,7 +5804,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Home::Args @@ -5804,7 +5812,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Info::Args @@ -5812,7 +5820,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::List::Args @@ -5820,7 +5828,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Uses::Args @@ -5828,7 +5836,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Cache::Args @@ -5836,7 +5844,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Migrate::Args @@ -5844,7 +5852,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::DevCmd::Cat::Args @@ -5852,7 +5860,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Outdated::Args @@ -5860,7 +5868,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::DevCmd::Bump::Args @@ -5868,7 +5876,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::DevCmd::Edit::Args @@ -5876,7 +5884,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::FetchCmd::Args @@ -5884,7 +5892,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::Reinstall::Args @@ -5892,7 +5900,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::DevCmd::Audit::Args @@ -5900,7 +5908,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::SearchCmd::Args @@ -5908,7 +5916,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::InstallCmd::Args @@ -5916,7 +5924,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::UpgradeCmd::Args @@ -5924,7 +5932,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::Cmd::UninstallCmd::Args @@ -5932,7 +5940,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::DevCmd::StyleCmd::Args @@ -5940,7 +5948,7 @@

    Method List

  • -
  • +
  • #casks? Homebrew::DevCmd::LivecheckCmd::Args @@ -5948,7 +5956,7 @@

    Method List

  • -
  • +
  • #category Homebrew::Cmd::Info::Args @@ -5956,7 +5964,7 @@

    Method List

  • -
  • +
  • #cause CompilerFailure @@ -5964,7 +5972,7 @@

    Method List

  • -
  • +
  • #cause DownloadError @@ -5972,7 +5980,7 @@

    Method List

  • -
  • +
  • #caveats Caveats @@ -5980,7 +5988,7 @@

    Method List

  • -
  • +
  • #caveats Formula @@ -5988,7 +5996,7 @@

    Method List

  • -
  • +
  • #caveats Cask::DSL @@ -5996,7 +6004,7 @@

    Method List

  • -
  • +
  • #caveats Messages @@ -6004,7 +6012,7 @@

    Method List

  • -
  • +
  • caveats Cask::Installer @@ -6012,7 +6020,7 @@

    Method List

  • -
  • +
  • #caveats Cask::Installer @@ -6020,7 +6028,7 @@

    Method List

  • -
  • +
  • #caveats FormulaInstaller @@ -6028,7 +6036,7 @@

    Method List

  • -
  • +
  • #caveats Cask::Cask @@ -6036,7 +6044,7 @@

    Method List

  • -
  • +
  • #caveats_contains_only_discontinued? RuboCop::Cop::Cask::Discontinued @@ -6044,7 +6052,7 @@

    Method List

  • -
  • +
  • #caveats_strings RuboCop::Cop::FormulaCop @@ -6052,7 +6060,7 @@

    Method List

  • -
  • +
  • #caveats_with_placeholders Formula @@ -6060,7 +6068,7 @@

    Method List

  • -
  • +
  • #cc SharedEnvExtension @@ -6068,7 +6076,7 @@

    Method List

  • -
  • +
  • #cc Homebrew::Cmd::InstallCmd::Args @@ -6076,7 +6084,7 @@

    Method List

  • -
  • +
  • #cd Pathname @@ -6084,7 +6092,7 @@

    Method List

  • -
  • +
  • #cellar Bottle @@ -6092,7 +6100,7 @@

    Method List

  • -
  • +
  • #cellar Utils::Bottles::TagSpecification @@ -6100,7 +6108,7 @@

    Method List

  • -
  • +
  • #cflags SharedEnvExtension @@ -6108,7 +6116,7 @@

    Method List

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

    Method List

  • -
  • +
  • #change_dylib_id MachOShim @@ -6124,7 +6132,7 @@

    Method List

  • -
  • +
  • #change_install_name Keg @@ -6132,7 +6140,7 @@

    Method List

  • -
  • +
  • #change_install_name MachOShim @@ -6140,7 +6148,7 @@

    Method List

  • -
  • +
  • #change_make_var! StringInreplaceExtension @@ -6148,7 +6156,7 @@

    Method List

  • -
  • +
  • #change_rpath Keg @@ -6156,7 +6164,7 @@

    Method List

  • -
  • +
  • #change_rpath MachOShim @@ -6164,7 +6172,7 @@

    Method List

  • -
  • +
  • #changed? Homebrew::DevCmd::Tests::Args @@ -6172,7 +6180,7 @@

    Method List

  • -
  • +
  • #changed_files Tab @@ -6180,7 +6188,7 @@

    Method List

  • -
  • +
  • #channel Homebrew::Livecheck::Strategy::Sparkle::Item @@ -6188,7 +6196,7 @@

    Method List

  • -
  • +
  • #check_access_directories Homebrew::Diagnostic::Checks @@ -6196,7 +6204,7 @@

    Method List

  • -
  • +
  • #check_arch_requirements Cask::Installer @@ -6204,7 +6212,7 @@

    Method List

  • -
  • +
  • check_attestation Homebrew::Attestation @@ -6212,7 +6220,7 @@

    Method List

  • -
  • +
  • #check_binary_arches FormulaCellarChecks @@ -6220,7 +6228,7 @@

    Method List

  • -
  • +
  • #check_block_component_order RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -6228,7 +6236,7 @@

    Method List

  • -
  • +
  • #check_brew_git_origin Homebrew::Diagnostic::Checks @@ -6236,7 +6244,7 @@

    Method List

  • -
  • +
  • check_broken_dependents Homebrew::Upgrade @@ -6244,7 +6252,7 @@

    Method List

  • -
  • +
  • #check_broken_sdks Homebrew::Diagnostic::Checks @@ -6252,7 +6260,7 @@

    Method List

  • -
  • +
  • #check_cask_deprecated_disabled Homebrew::Diagnostic::Checks @@ -6260,7 +6268,7 @@

    Method List

  • -
  • +
  • #check_cask_environment_variables Homebrew::Diagnostic::Checks @@ -6268,7 +6276,7 @@

    Method List

  • -
  • +
  • #check_cask_install_location Homebrew::Diagnostic::Checks @@ -6276,7 +6284,7 @@

    Method List

  • -
  • +
  • #check_cask_load_path Homebrew::Diagnostic::Checks @@ -6284,7 +6292,7 @@

    Method List

  • -
  • +
  • #check_cask_quarantine_support Homebrew::Diagnostic::Checks @@ -6292,7 +6300,7 @@

    Method List

  • -
  • +
  • #check_cask_software_versions Homebrew::Diagnostic::Checks @@ -6300,7 +6308,7 @@

    Method List

  • -
  • +
  • #check_cask_staging_location Homebrew::Diagnostic::Checks @@ -6308,7 +6316,7 @@

    Method List

  • -
  • +
  • #check_cask_taps Homebrew::Diagnostic::Checks @@ -6316,7 +6324,7 @@

    Method List

  • -
  • +
  • #check_cask_xattr Homebrew::Diagnostic::Checks @@ -6324,7 +6332,7 @@

    Method List

  • -
  • +
  • #check_casktap_integrity Homebrew::Diagnostic::Checks @@ -6332,7 +6340,7 @@

    Method List

  • -
  • +
  • #check_clt_minimum_version Homebrew::Diagnostic::Checks @@ -6340,7 +6348,7 @@

    Method List

  • -
  • +
  • #check_clt_up_to_date Homebrew::Diagnostic::Checks @@ -6348,7 +6356,7 @@

    Method List

  • -
  • +
  • #check_conflicts Cask::Installer @@ -6356,7 +6364,7 @@

    Method List

  • -
  • +
  • #check_conflicts FormulaInstaller @@ -6364,7 +6372,7 @@

    Method List

  • -
  • +
  • check_core_attestation Homebrew::Attestation @@ -6372,7 +6380,7 @@

    Method List

  • -
  • +
  • #check_coretap_integrity Homebrew::Diagnostic::Checks @@ -6380,7 +6388,7 @@

    Method List

  • -
  • +
  • #check_cpuid_instruction FormulaCellarChecks @@ -6388,7 +6396,7 @@

    Method List

  • -
  • +
  • #check_deleted_formula Homebrew::Diagnostic::Checks @@ -6396,7 +6404,7 @@

    Method List

  • -
  • +
  • #check_dependency_nodes_order RuboCop::Cop::FormulaAudit::DependencyOrder @@ -6404,7 +6412,7 @@

    Method List

  • -
  • +
  • #check_deprecate_disable Cask::Installer @@ -6412,7 +6420,7 @@

    Method List

  • -
  • +
  • #check_deprecated_caskroom_taps Homebrew::Diagnostic::Checks @@ -6420,7 +6428,7 @@

    Method List

  • -
  • +
  • #check_deprecated_disabled Homebrew::Diagnostic::Checks @@ -6428,7 +6436,7 @@

    Method List

  • -
  • +
  • #check_deprecated_official_taps Homebrew::Diagnostic::Checks @@ -6436,7 +6444,7 @@

    Method List

  • -
  • +
  • #check_easy_install_pth FormulaCellarChecks @@ -6444,7 +6452,7 @@

    Method List

  • -
  • +
  • #check_elisp_dirname FormulaCellarChecks @@ -6452,7 +6460,7 @@

    Method List

  • -
  • +
  • #check_elisp_root FormulaCellarChecks @@ -6460,7 +6468,7 @@

    Method List

  • -
  • +
  • #check_env_path FormulaCellarChecks @@ -6468,7 +6476,7 @@

    Method List

  • -
  • +
  • #check_exist_directories Homebrew::Diagnostic::Checks @@ -6476,7 +6484,7 @@

    Method List

  • -
  • +
  • #check_filesystem_case_sensitive Homebrew::Diagnostic::Checks @@ -6484,7 +6492,7 @@

    Method List

  • -
  • +
  • #check_flat_namespace FormulaCellarChecks @@ -6492,7 +6500,7 @@

    Method List

  • -
  • +
  • #check_for_broken_symlinks Homebrew::Diagnostic::Checks @@ -6500,7 +6508,7 @@

    Method List

  • -
  • +
  • check_for_dependents Homebrew::Uninstall @@ -6508,7 +6516,7 @@

    Method List

  • -
  • +
  • check_for_duplicate_pull_requests GitHub @@ -6516,7 +6524,7 @@

    Method List

  • -
  • +
  • #check_for_external_cmd_name_conflict Homebrew::Diagnostic::Checks @@ -6524,7 +6532,7 @@

    Method List

  • -
  • +
  • #check_for_gettext Homebrew::Diagnostic::Checks @@ -6532,7 +6540,7 @@

    Method List

  • -
  • +
  • #check_for_git Homebrew::Diagnostic::Checks @@ -6540,7 +6548,7 @@

    Method List

  • -
  • +
  • #check_for_iconv Homebrew::Diagnostic::Checks @@ -6548,7 +6556,7 @@

    Method List

  • -
  • +
  • #check_for_installed_developer_tools Homebrew::Diagnostic::Checks @@ -6556,7 +6564,7 @@

    Method List

  • -
  • +
  • #check_for_multiple_volumes Homebrew::Diagnostic::Checks @@ -6564,7 +6572,7 @@

    Method List

  • -
  • +
  • #check_for_non_prefixed_coreutils Homebrew::Diagnostic::Checks @@ -6572,7 +6580,7 @@

    Method List

  • -
  • +
  • #check_for_non_prefixed_findutils Homebrew::Diagnostic::Checks @@ -6580,7 +6588,7 @@

    Method List

  • -
  • +
  • #check_for_other_frameworks Homebrew::Diagnostic::Checks @@ -6588,7 +6596,7 @@

    Method List

  • -
  • +
  • #check_for_pydistutils_cfg_in_home Homebrew::Diagnostic::Checks @@ -6596,7 +6604,7 @@

    Method List

  • -
  • +
  • #check_for_stray_dylibs Homebrew::Diagnostic::Checks @@ -6604,7 +6612,7 @@

    Method List

  • -
  • +
  • #check_for_stray_headers Homebrew::Diagnostic::Checks @@ -6612,7 +6620,7 @@

    Method List

  • -
  • +
  • #check_for_stray_las Homebrew::Diagnostic::Checks @@ -6620,7 +6628,7 @@

    Method List

  • -
  • +
  • #check_for_stray_pcs Homebrew::Diagnostic::Checks @@ -6628,7 +6636,7 @@

    Method List

  • -
  • +
  • #check_for_stray_static_libs Homebrew::Diagnostic::Checks @@ -6636,7 +6644,7 @@

    Method List

  • -
  • +
  • #check_for_symlinked_cellar Homebrew::Diagnostic::Checks @@ -6644,7 +6652,7 @@

    Method List

  • -
  • +
  • #check_for_tap_ruby_files_locations Homebrew::Diagnostic::Checks @@ -6652,7 +6660,7 @@

    Method List

  • -
  • +
  • #check_for_unlinked_but_not_keg_only Homebrew::Diagnostic::Checks @@ -6660,7 +6668,7 @@

    Method List

  • -
  • +
  • #check_for_unnecessary_cask_tap Homebrew::Diagnostic::Checks @@ -6668,7 +6676,7 @@

    Method List

  • -
  • +
  • #check_for_unnecessary_core_tap Homebrew::Diagnostic::Checks @@ -6676,7 +6684,7 @@

    Method List

  • -
  • +
  • #check_for_unreadable_installed_formula Homebrew::Diagnostic::Checks @@ -6684,7 +6692,7 @@

    Method List

  • -
  • +
  • #check_for_unsupported_macos Homebrew::Diagnostic::Checks @@ -6692,7 +6700,7 @@

    Method List

  • -
  • +
  • #check_gcc_dependent_linkage Homebrew::Diagnostic::Checks @@ -6700,7 +6708,7 @@

    Method List

  • -
  • +
  • #check_generic_executables FormulaCellarChecks @@ -6708,7 +6716,7 @@

    Method List

  • -
  • +
  • #check_git_newline_settings Homebrew::Diagnostic::Checks @@ -6716,7 +6724,7 @@

    Method List

  • -
  • +
  • #check_git_status Homebrew::Diagnostic::Checks @@ -6724,7 +6732,7 @@

    Method List

  • -
  • +
  • #check_git_version Homebrew::Diagnostic::Checks @@ -6732,7 +6740,7 @@

    Method List

  • -
  • +
  • #check_glibc_minimum_version Homebrew::Diagnostic::Checks @@ -6740,7 +6748,7 @@

    Method List

  • -
  • +
  • #check_homebrew_prefix Homebrew::Diagnostic::Checks @@ -6748,7 +6756,7 @@

    Method List

  • -
  • +
  • #check_if_supported_sdk_available Homebrew::Diagnostic::Checks @@ -6756,7 +6764,7 @@

    Method List

  • -
  • +
  • #check_if_xcode_needs_clt_installed Homebrew::Diagnostic::Checks @@ -6764,7 +6772,7 @@

    Method List

  • -
  • +
  • #check_infopages FormulaCellarChecks @@ -6772,7 +6780,7 @@

    Method List

  • -
  • +
  • #check_install_sanity FormulaInstaller @@ -6780,7 +6788,7 @@

    Method List

  • -
  • +
  • #check_installation_already_attempted FormulaInstaller @@ -6788,7 +6796,7 @@

    Method List

  • -
  • +
  • check_installed_dependents Homebrew::Upgrade @@ -6796,7 +6804,7 @@

    Method List

  • -
  • +
  • #check_jars FormulaCellarChecks @@ -6804,7 +6812,7 @@

    Method List

  • -
  • +
  • #check_kernel_minimum_version Homebrew::Diagnostic::Checks @@ -6812,7 +6820,7 @@

    Method List

  • -
  • +
  • #check_linkage FormulaCellarChecks @@ -6820,7 +6828,7 @@

    Method List

  • -
  • +
  • #check_linuxbrew_bottle_domain Homebrew::Diagnostic::Checks @@ -6828,7 +6836,7 @@

    Method List

  • -
  • +
  • #check_linuxbrew_core Homebrew::Diagnostic::Checks @@ -6836,7 +6844,7 @@

    Method List

  • -
  • +
  • #check_macos_requirements Cask::Installer @@ -6844,7 +6852,7 @@

    Method List

  • -
  • +
  • #check_manpages FormulaCellarChecks @@ -6852,7 +6860,7 @@

    Method List

  • -
  • +
  • #check_missing_deps Homebrew::Diagnostic::Checks @@ -6860,7 +6868,7 @@

    Method List

  • -
  • +
  • #check_multiple_cellars Homebrew::Diagnostic::Checks @@ -6868,7 +6876,7 @@

    Method List

  • -
  • +
  • #check_non_executables FormulaCellarChecks @@ -6876,7 +6884,7 @@

    Method List

  • -
  • +
  • #check_non_libraries FormulaCellarChecks @@ -6884,7 +6892,7 @@

    Method List

  • -
  • +
  • #check_on_system_block_content RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -6892,7 +6900,7 @@

    Method List

  • -
  • +
  • #check_openssl_links FormulaCellarChecks @@ -6900,7 +6908,7 @@

    Method List

  • -
  • +
  • #check_order RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -6908,7 +6916,7 @@

    Method List

  • -
  • +
  • #check_plist FormulaCellarChecks @@ -6916,7 +6924,7 @@

    Method List

  • -
  • +
  • #check_precedence RuboCop::Cop::HelperFunctions @@ -6924,7 +6932,7 @@

    Method List

  • -
  • +
  • check_prefix Homebrew::Install @@ -6932,7 +6940,7 @@

    Method List

  • -
  • +
  • #check_python_framework_links FormulaCellarChecks @@ -6940,7 +6948,7 @@

    Method List

  • -
  • +
  • #check_python_packages FormulaCellarChecks @@ -6948,7 +6956,7 @@

    Method List

  • -
  • +
  • #check_python_symlinks FormulaCellarChecks @@ -6956,7 +6964,7 @@

    Method List

  • -
  • +
  • check_quarantine_support Cask::Quarantine @@ -6964,7 +6972,7 @@

    Method List

  • -
  • +
  • #check_requirements Cask::Installer @@ -6972,7 +6980,7 @@

    Method List

  • -
  • +
  • #check_requirements FormulaInstaller @@ -6980,7 +6988,7 @@

    Method List

  • -
  • +
  • check_runs GitHub @@ -6988,7 +6996,7 @@

    Method List

  • -
  • +
  • #check_service_command FormulaCellarChecks @@ -6996,7 +7004,7 @@

    Method List

  • -
  • +
  • #check_shadowed_headers FormulaCellarChecks @@ -7004,7 +7012,7 @@

    Method List

  • -
  • +
  • #check_shim_references FormulaCellarChecks @@ -7012,7 +7020,7 @@

    Method List

  • -
  • +
  • check_style_and_print Homebrew::Style @@ -7020,7 +7028,7 @@

    Method List

  • -
  • +
  • check_style_impl Homebrew::Style @@ -7028,7 +7036,7 @@

    Method List

  • -
  • +
  • check_style_json Homebrew::Style @@ -7036,7 +7044,7 @@

    Method List

  • -
  • +
  • #check_supported_architecture Homebrew::Diagnostic::Checks @@ -7044,7 +7052,7 @@

    Method List

  • -
  • +
  • #check_tap_git_branch Homebrew::Diagnostic::Checks @@ -7052,7 +7060,7 @@

    Method List

  • -
  • +
  • #check_tmpdir Homebrew::Diagnostic::Checks @@ -7060,7 +7068,7 @@

    Method List

  • -
  • +
  • #check_tmpdir_executable Homebrew::Diagnostic::Checks @@ -7068,7 +7076,7 @@

    Method List

  • -
  • +
  • #check_tmpdir_sticky_bit Homebrew::Diagnostic::Checks @@ -7076,7 +7084,7 @@

    Method List

  • -
  • +
  • #check_umask_not_zero Homebrew::Diagnostic::Checks @@ -7084,7 +7092,7 @@

    Method List

  • -
  • +
  • #check_user_path_1 Homebrew::Diagnostic::Checks @@ -7092,7 +7100,7 @@

    Method List

  • -
  • +
  • #check_user_path_2 Homebrew::Diagnostic::Checks @@ -7100,7 +7108,7 @@

    Method List

  • -
  • +
  • #check_user_path_3 Homebrew::Diagnostic::Checks @@ -7108,7 +7116,7 @@

    Method List

  • -
  • +
  • #check_uses_from_macos_nodes_order RuboCop::Cop::FormulaAudit::DependencyOrder @@ -7116,7 +7124,7 @@

    Method List

  • -
  • +
  • #check_xcode_license_approved Homebrew::Diagnostic::Checks @@ -7124,7 +7132,7 @@

    Method List

  • -
  • +
  • #check_xcode_minimum_version Homebrew::Diagnostic::Checks @@ -7132,7 +7140,7 @@

    Method List

  • -
  • +
  • #check_xcode_prefix Homebrew::Diagnostic::Checks @@ -7140,7 +7148,7 @@

    Method List

  • -
  • +
  • #check_xcode_prefix_exists Homebrew::Diagnostic::Checks @@ -7148,7 +7156,7 @@

    Method List

  • -
  • +
  • #check_xcode_select_path Homebrew::Diagnostic::Checks @@ -7156,7 +7164,7 @@

    Method List

  • -
  • +
  • #check_xcode_up_to_date Homebrew::Diagnostic::Checks @@ -7164,7 +7172,7 @@

    Method List

  • -
  • +
  • #check_xdg_data_dirs Homebrew::Diagnostic::Checks @@ -7172,7 +7180,7 @@

    Method List

  • -
  • +
  • checkable_urls Homebrew::Livecheck @@ -7180,7 +7188,7 @@

    Method List

  • -
  • +
  • checks Homebrew::Diagnostic @@ -7188,7 +7196,7 @@

    Method List

  • -
  • +
  • #checksum Downloadable @@ -7196,7 +7204,7 @@

    Method List

  • -
  • +
  • #checksum Cask::Download @@ -7204,7 +7212,7 @@

    Method List

  • -
  • +
  • #checksum Utils::Bottles::TagSpecification @@ -7212,7 +7220,7 @@

    Method List

  • -
  • +
  • #checksum Homebrew::ResourceAuditor @@ -7220,7 +7228,7 @@

    Method List

  • -
  • +
  • #checksumable? Cask::Cask @@ -7228,7 +7236,7 @@

    Method List

  • -
  • +
  • #checksums BottleSpecification @@ -7236,7 +7244,7 @@

    Method List

  • -
  • +
  • cherry_pick! Utils::Git @@ -7244,7 +7252,7 @@

    Method List

  • -
  • +
  • child_of? Utils::Path @@ -7252,7 +7260,7 @@

    Method List

  • -
  • +
  • #choice Debrew::Menu @@ -7260,7 +7268,7 @@

    Method List

  • -
  • +
  • #chomp Cask::DSL::Version @@ -7268,7 +7276,7 @@

    Method List

  • -
  • +
  • choose Debrew::Menu @@ -7276,7 +7284,7 @@

    Method List

  • -
  • +
  • clang SystemConfig @@ -7284,7 +7292,7 @@

    Method List

  • -
  • +
  • #clang Stdenv @@ -7292,7 +7300,7 @@

    Method List

  • -
  • +
  • clang_build SystemConfig @@ -7300,7 +7308,7 @@

    Method List

  • -
  • +
  • clang_build_version DevelopmentTools @@ -7308,7 +7316,7 @@

    Method List

  • -
  • +
  • clang_version DevelopmentTools @@ -7316,7 +7324,7 @@

    Method List

  • -
  • +
  • #class_list FormulaClassUnavailableErrorModule @@ -7324,7 +7332,7 @@

    Method List

  • -
  • +
  • #class_name FormulaClassUnavailableErrorModule @@ -7332,7 +7340,7 @@

    Method List

  • -
  • +
  • #class_name RuboCop::Cop::HelperFunctions @@ -7340,7 +7348,7 @@

    Method List

  • -
  • +
  • class_s Formulary @@ -7348,7 +7356,7 @@

    Method List

  • -
  • +
  • #clean Cleaner @@ -7356,7 +7364,7 @@

    Method List

  • -
  • +
  • clean Utils::Backtrace @@ -7364,7 +7372,7 @@

    Method List

  • -
  • +
  • #clean FormulaInstaller @@ -7372,7 +7380,7 @@

    Method List

  • -
  • +
  • #clean! Homebrew::Cleanup @@ -7380,7 +7388,7 @@

    Method List

  • -
  • +
  • #clean? Homebrew::DevCmd::PrPull::Args @@ -7388,7 +7396,7 @@

    Method List

  • -
  • +
  • #cleanup LinuxRunnerSpec @@ -7396,7 +7404,7 @@

    Method List

  • -
  • +
  • #cleanup MacOSRunnerSpec @@ -7404,7 +7412,7 @@

    Method List

  • -
  • +
  • #cleanup_bootsnap Homebrew::Cleanup @@ -7412,7 +7420,7 @@

    Method List

  • -
  • +
  • #cleanup_cache Homebrew::Cleanup @@ -7420,7 +7428,7 @@

    Method List

  • -
  • +
  • #cleanup_cache_db Homebrew::Cleanup @@ -7428,7 +7436,7 @@

    Method List

  • -
  • +
  • #cleanup_cask Homebrew::Cleanup @@ -7436,7 +7444,7 @@

    Method List

  • -
  • +
  • #cleanup_empty_api_source_directories Homebrew::Cleanup @@ -7444,7 +7452,7 @@

    Method List

  • -
  • +
  • #cleanup_formula Homebrew::Cleanup @@ -7452,7 +7460,7 @@

    Method List

  • -
  • +
  • #cleanup_keg Homebrew::Cleanup @@ -7460,7 +7468,7 @@

    Method List

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

    Method List

  • -
  • +
  • #cleanup_logs Homebrew::Cleanup @@ -7476,7 +7484,7 @@

    Method List

  • -
  • +
  • cleanup_max_age_days Homebrew::EnvConfig @@ -7484,7 +7492,7 @@

    Method List

  • -
  • +
  • #cleanup_path Homebrew::Cleanup @@ -7492,7 +7500,7 @@

    Method List

  • -
  • +
  • cleanup_periodic_full_days Homebrew::EnvConfig @@ -7500,7 +7508,7 @@

    Method List

  • -
  • +
  • #cleanup_portable_ruby Homebrew::Cleanup @@ -7508,7 +7516,7 @@

    Method List

  • -
  • +
  • #cleanup_python_site_packages Homebrew::Cleanup @@ -7516,7 +7524,7 @@

    Method List

  • -
  • +
  • #cleanup_unreferenced_downloads Homebrew::Cleanup @@ -7524,7 +7532,7 @@

    Method List

  • -
  • +
  • clear Homebrew::SimulateSystem @@ -7532,7 +7540,7 @@

    Method List

  • -
  • +
  • clear_attempted FormulaInstaller @@ -7540,7 +7548,7 @@

    Method List

  • -
  • +
  • clear_available_cache Utils::Git @@ -7548,7 +7556,7 @@

    Method List

  • -
  • +
  • #clear_cache Tap @@ -7556,7 +7564,7 @@

    Method List

  • -
  • +
  • clear_cache Formulary @@ -7564,7 +7572,7 @@

    Method List

  • -
  • +
  • #clear_cache Downloadable @@ -7572,7 +7580,7 @@

    Method List

  • -
  • +
  • #clear_cache Bottle @@ -7580,7 +7588,7 @@

    Method List

  • -
  • +
  • #clear_cache Cachable @@ -7588,7 +7596,7 @@

    Method List

  • -
  • +
  • #clear_cache AbstractDownloadStrategy @@ -7596,7 +7604,7 @@

    Method List

  • -
  • +
  • #clear_cache CurlDownloadStrategy @@ -7604,7 +7612,7 @@

    Method List

  • -
  • +
  • #clear_cache Formula @@ -7612,7 +7620,7 @@

    Method List

  • -
  • +
  • clear_executable_cache Utils::Tar @@ -7620,7 +7628,7 @@

    Method List

  • -
  • +
  • clear_fetched FormulaInstaller @@ -7628,7 +7636,7 @@

    Method List

  • -
  • +
  • clear_installed FormulaInstaller @@ -7636,7 +7644,7 @@

    Method List

  • -
  • +
  • clear_path_cache Utils::Curl @@ -7644,7 +7652,7 @@

    Method List

  • -
  • +
  • #clear_sensitive_environment! EnvActivation @@ -7652,7 +7660,7 @@

    Method List

  • -
  • +
  • clear_version_cache Utils::Svn @@ -7660,7 +7668,7 @@

    Method List

  • -
  • +
  • clear_version_cache DevelopmentTools @@ -7668,7 +7676,7 @@

    Method List

  • -
  • +
  • #closed? Homebrew::Cmd::SearchCmd::Args @@ -7676,7 +7684,7 @@

    Method List

  • -
  • +
  • #closed_pull_requests Homebrew::DevCmd::Bump::VersionBumpInfo @@ -7684,7 +7692,7 @@

    Method List

  • -
  • +
  • clt SystemConfig @@ -7692,7 +7700,7 @@

    Method List

  • -
  • +
  • #cmake? Homebrew::DevCmd::Create::Args @@ -7700,7 +7708,7 @@

    Method List

  • -
  • +
  • #cmd BuildError @@ -7708,7 +7716,7 @@

    Method List

  • -
  • +
  • #cmd ErrorDuringExecution @@ -7716,7 +7724,7 @@

    Method List

  • -
  • +
  • #cmd Homebrew::DevCmd::Sh::Args @@ -7724,7 +7732,7 @@

    Method List

  • -
  • +
  • cmd_comment_manpage_lines Homebrew::Manpages @@ -7732,7 +7740,7 @@

    Method List

  • -
  • +
  • cmd_directories Tap @@ -7740,7 +7748,7 @@

    Method List

  • -
  • +
  • cmd_parser_manpage_lines Homebrew::Manpages @@ -7748,7 +7756,7 @@

    Method List

  • -
  • +
  • #codesign_patched_binary Keg @@ -7756,7 +7764,7 @@

    Method List

  • -
  • +
  • #collector BottleSpecification @@ -7764,7 +7772,7 @@

    Method List

  • -
  • +
  • color? Tty @@ -7772,7 +7780,7 @@

    Method List

  • -
  • +
  • color? Homebrew::EnvConfig @@ -7780,7 +7788,7 @@

    Method List

  • -
  • +
  • #colorpickerdir Homebrew::Cmd::Reinstall::Args @@ -7788,7 +7796,7 @@

    Method List

  • -
  • +
  • #colorpickerdir Homebrew::Cmd::InstallCmd::Args @@ -7796,7 +7804,7 @@

    Method List

  • -
  • +
  • #colorpickerdir Homebrew::Cmd::UpgradeCmd::Args @@ -7804,7 +7812,7 @@

    Method List

  • -
  • +
  • #colorpickers Homebrew::UnversionedCaskChecker @@ -7812,7 +7820,7 @@

    Method List

  • -
  • +
  • #column Homebrew::SourceLocation @@ -7820,7 +7828,7 @@

    Method List

  • -
  • +
  • columns Formatter @@ -7828,7 +7836,7 @@

    Method List

  • -
  • +
  • #comma_array Homebrew::CLI::Parser @@ -7836,7 +7844,7 @@

    Method List

  • -
  • +
  • #comma_arrays Tapioca::Compilers::Args @@ -7844,7 +7852,7 @@

    Method List

  • -
  • +
  • #command Homebrew::Service @@ -7852,7 +7860,7 @@

    Method List

  • -
  • +
  • #command SystemCommand @@ -7860,7 +7868,7 @@

    Method List

  • -
  • +
  • #command SystemCommand::Result @@ -7868,7 +7876,7 @@

    Method List

  • -
  • +
  • command Homebrew::AbstractCommand @@ -7876,7 +7884,7 @@

    Method List

  • -
  • +
  • #command Homebrew::Cmd::OptionsCmd::Args @@ -7884,7 +7892,7 @@

    Method List

  • -
  • +
  • #command? Homebrew::Service @@ -7892,7 +7900,7 @@

    Method List

  • -
  • +
  • command_description Commands @@ -7900,7 +7908,7 @@

    Method List

  • -
  • +
  • #command_dir Tap @@ -7908,7 +7916,7 @@

    Method List

  • -
  • +
  • #command_files Tap @@ -7916,7 +7924,7 @@

    Method List

  • -
  • +
  • command_gets_completions? Homebrew::Completions @@ -7924,7 +7932,7 @@

    Method List

  • -
  • +
  • command_name Homebrew::Cmd::Env @@ -7932,7 +7940,7 @@

    Method List

  • -
  • +
  • command_name Homebrew::Cmd::Cache @@ -7940,7 +7948,7 @@

    Method List

  • -
  • +
  • command_name Homebrew::Cmd::Cellar @@ -7948,7 +7956,7 @@

    Method List

  • -
  • +
  • command_name Homebrew::Cmd::Prefix @@ -7956,7 +7964,7 @@

    Method List

  • -
  • +
  • command_name Homebrew::Cmd::Caskroom @@ -7964,7 +7972,7 @@

    Method List

  • -
  • +
  • command_name Homebrew::AbstractCommand @@ -7972,7 +7980,7 @@

    Method List

  • -
  • +
  • command_name Homebrew::Cmd::Repository @@ -7980,7 +7988,7 @@

    Method List

  • -
  • +
  • command_options Commands @@ -7988,7 +7996,7 @@

    Method List

  • -
  • +
  • command_options Homebrew::Completions @@ -7996,7 +8004,7 @@

    Method List

  • -
  • +
  • commands Commands @@ -8004,7 +8012,7 @@

    Method List

  • -
  • +
  • #commands Homebrew::Manpages::Variables @@ -8012,7 +8020,7 @@

    Method List

  • -
  • +
  • #comments RuboCop::Cask::AST::Stanza @@ -8020,7 +8028,7 @@

    Method List

  • -
  • +
  • #comments RuboCop::Cask::AST::StanzaBlock @@ -8028,7 +8036,7 @@

    Method List

  • -
  • +
  • #comments_hash RuboCop::Cask::AST::Stanza @@ -8036,7 +8044,7 @@

    Method List

  • -
  • +
  • #commit Version @@ -8044,7 +8052,7 @@

    Method List

  • -
  • +
  • #commit Homebrew::DevCmd::UpdateTest::Args @@ -8052,7 +8060,7 @@

    Method List

  • -
  • +
  • #commit? Homebrew::DevCmd::BumpCaskPr::Args @@ -8060,7 +8068,7 @@

    Method List

  • -
  • +
  • #commit? Homebrew::DevCmd::BumpFormulaPr::Args @@ -8068,7 +8076,7 @@

    Method List

  • -
  • +
  • #commit_message GitRepository @@ -8076,7 +8084,7 @@

    Method List

  • -
  • +
  • #commit_outdated? VCSDownloadStrategy @@ -8084,7 +8092,7 @@

    Method List

  • -
  • +
  • #commit_outdated? GitHubGitDownloadStrategy @@ -8092,7 +8100,7 @@

    Method List

  • -
  • +
  • #committer Homebrew::DevCmd::Bottle::Args @@ -8100,7 +8108,7 @@

    Method List

  • -
  • +
  • #committer Homebrew::DevCmd::PrPull::Args @@ -8108,7 +8116,7 @@

    Method List

  • -
  • +
  • #committer Homebrew::DevCmd::PrUpload::Args @@ -8116,7 +8124,7 @@

    Method List

  • -
  • +
  • #compact? Homebrew::Cmd::OptionsCmd::Args @@ -8124,7 +8132,7 @@

    Method List

  • -
  • +
  • #compact_blank Enumerable @@ -8132,7 +8140,7 @@

    Method List

  • -
  • +
  • #compact_blank Hash @@ -8140,7 +8148,7 @@

    Method List

  • -
  • +
  • #comparator MacOSRequirement @@ -8148,7 +8156,7 @@

    Method List

  • -
  • +
  • #compare Version @@ -8156,7 +8164,7 @@

    Method List

  • -
  • +
  • #compatible_locations? Bottle @@ -8164,7 +8172,7 @@

    Method List

  • -
  • +
  • #compatible_locations? BottleSpecification @@ -8172,7 +8180,7 @@

    Method List

  • -
  • +
  • #compatible_with? TestRunnerFormula @@ -8180,7 +8188,7 @@

    Method List

  • -
  • +
  • #compiler Tab @@ -8188,7 +8196,7 @@

    Method List

  • -
  • +
  • #compiler CompilerSelector @@ -8196,7 +8204,7 @@

    Method List

  • -
  • +
  • #compiler CxxStdlib @@ -8204,7 +8212,7 @@

    Method List

  • -
  • +
  • #compiler SharedEnvExtension @@ -8212,7 +8220,7 @@

    Method List

  • -
  • +
  • #compiler_failures SoftwareSpec @@ -8220,7 +8228,7 @@

    Method List

  • -
  • +
  • #compiler_failures Formula @@ -8228,7 +8236,7 @@

    Method List

  • -
  • +
  • compilers CompilerSelector @@ -8236,7 +8244,7 @@

    Method List

  • -
  • +
  • #compilers CompilerSelector @@ -8244,7 +8252,7 @@

    Method List

  • -
  • +
  • #completion_functions Homebrew::Completions::Variables @@ -8252,7 +8260,7 @@

    Method List

  • -
  • +
  • #completion_installed? Keg @@ -8260,7 +8268,7 @@

    Method List

  • -
  • +
  • completions_to_link? Homebrew::Completions @@ -8268,7 +8276,7 @@

    Method List

  • -
  • +
  • component_match? Utils::AST @@ -8276,7 +8284,7 @@

    Method List

  • -
  • +
  • #component_precedes? RuboCop::Cop::HelperFunctions @@ -8284,7 +8292,7 @@

    Method List

  • -
  • +
  • #component_problem RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -8292,7 +8300,7 @@

    Method List

  • -
  • +
  • compress Utils::Gzip @@ -8300,7 +8308,7 @@

    Method List

  • -
  • +
  • compress_with_options Utils::Gzip @@ -8308,7 +8316,7 @@

    Method List

  • -
  • +
  • #compute_and_install_dependencies FormulaInstaller @@ -8316,7 +8324,7 @@

    Method List

  • -
  • +
  • #compute_dependencies FormulaInstaller @@ -8324,7 +8332,7 @@

    Method List

  • -
  • +
  • condition_from_method_name OnSystem @@ -8332,7 +8340,7 @@

    Method List

  • -
  • +
  • #conditional_dependencies RuboCop::Cop::FormulaAudit::Miscellaneous @@ -8340,7 +8348,7 @@

    Method List

  • -
  • +
  • #config Tap @@ -8348,7 +8356,7 @@

    Method List

  • -
  • +
  • #config Cask::Cask @@ -8356,7 +8364,7 @@

    Method List

  • -
  • +
  • #config Cask::Artifact::AbstractArtifact @@ -8364,7 +8372,7 @@

    Method List

  • -
  • +
  • #config_path Cask::Cask @@ -8372,7 +8380,7 @@

    Method List

  • -
  • +
  • config_true? Utils::Analytics @@ -8380,7 +8388,7 @@

    Method List

  • -
  • +
  • #conflict_message FormulaConflictError @@ -8388,7 +8396,7 @@

    Method List

  • -
  • +
  • #conflicting_cask Cask::CaskConflictError @@ -8396,7 +8404,7 @@

    Method List

  • -
  • +
  • #conflicts Formula @@ -8404,7 +8412,7 @@

    Method List

  • -
  • +
  • conflicts Formula @@ -8412,7 +8420,7 @@

    Method List

  • -
  • +
  • #conflicts Homebrew::CLI::Parser @@ -8420,7 +8428,7 @@

    Method List

  • -
  • +
  • #conflicts FormulaConflictError @@ -8428,7 +8436,7 @@

    Method List

  • -
  • +
  • conflicts_with Formula @@ -8436,7 +8444,7 @@

    Method List

  • -
  • +
  • #conflicts_with Cask::DSL @@ -8444,7 +8452,7 @@

    Method List

  • -
  • +
  • #conflicts_with Cask::Cask @@ -8452,7 +8460,7 @@

    Method List

  • -
  • +
  • #consistent_reproducible_symlink_permissions! Keg @@ -8460,7 +8468,7 @@

    Method List

  • -
  • +
  • #container Cask::DSL @@ -8468,7 +8476,7 @@

    Method List

  • -
  • +
  • #container LinuxRunnerSpec @@ -8476,7 +8484,7 @@

    Method List

  • -
  • +
  • #container Cask::Cask @@ -8484,7 +8492,7 @@

    Method List

  • -
  • +
  • #content Cask::CaskLoader::AbstractContentLoader @@ -8492,7 +8500,7 @@

    Method List

  • -
  • +
  • #contents Tap @@ -8500,7 +8508,7 @@

    Method List

  • -
  • +
  • #contents EmbeddedPatch @@ -8508,7 +8516,7 @@

    Method List

  • -
  • +
  • #contents DATAPatch @@ -8516,7 +8524,7 @@

    Method List

  • -
  • +
  • #contents StringPatch @@ -8524,7 +8532,7 @@

    Method List

  • -
  • +
  • #contents Formulary::FormulaContentsLoader @@ -8532,7 +8540,7 @@

    Method List

  • -
  • +
  • #context Homebrew::CLI::Args @@ -8540,7 +8548,7 @@

    Method List

  • -
  • +
  • #continuation Ignorable::ExceptionMixin @@ -8548,7 +8556,7 @@

    Method List

  • -
  • +
  • #convert_a Homebrew::Manpages::Converter::Roff @@ -8556,7 +8564,7 @@

    Method List

  • -
  • +
  • #convert_a Homebrew::Manpages::Converter::Kramdown @@ -8564,7 +8572,7 @@

    Method List

  • -
  • +
  • #convert_header Homebrew::Manpages::Converter::Roff @@ -8572,7 +8580,7 @@

    Method List

  • -
  • +
  • convert_to_string_or_symbol Formulary @@ -8580,7 +8588,7 @@

    Method List

  • -
  • +
  • #convert_variable Homebrew::Manpages::Converter::Roff @@ -8588,7 +8596,7 @@

    Method List

  • -
  • +
  • #convert_variable Homebrew::Manpages::Converter::Kramdown @@ -8596,7 +8604,7 @@

    Method List

  • -
  • +
  • #cookies Cask::URL::DSL @@ -8604,7 +8612,7 @@

    Method List

  • -
  • +
  • #cop_name Homebrew::Style::Offense @@ -8612,7 +8620,7 @@

    Method List

  • -
  • +
  • copy? Metafiles @@ -8620,7 +8628,7 @@

    Method List

  • -
  • +
  • copy_xattrs Cask::Quarantine @@ -8628,7 +8636,7 @@

    Method List

  • -
  • +
  • core_alias_files Formula @@ -8636,7 +8644,7 @@

    Method List

  • -
  • +
  • core_aliases Formula @@ -8644,7 +8652,7 @@

    Method List

  • -
  • +
  • #core_cask_tap? Tap @@ -8652,7 +8660,7 @@

    Method List

  • -
  • +
  • #core_cask_tap? CoreCaskTap @@ -8660,7 +8668,7 @@

    Method List

  • -
  • +
  • #core_formula? Formula @@ -8668,7 +8676,7 @@

    Method List

  • -
  • +
  • core_git_remote Homebrew::EnvConfig @@ -8676,7 +8684,7 @@

    Method List

  • -
  • +
  • core_names Formula @@ -8684,7 +8692,7 @@

    Method List

  • -
  • +
  • core_path Formulary @@ -8692,7 +8700,7 @@

    Method List

  • -
  • +
  • #core_tap? Tap @@ -8700,7 +8708,7 @@

    Method List

  • -
  • +
  • #core_tap? CoreTap @@ -8708,7 +8716,7 @@

    Method List

  • -
  • +
  • core_tap_config SystemConfig @@ -8716,7 +8724,7 @@

    Method List

  • -
  • +
  • cores Hardware::CPU @@ -8724,7 +8732,7 @@

    Method List

  • -
  • +
  • cores_as_words Hardware @@ -8732,7 +8740,7 @@

    Method List

  • -
  • +
  • #correctable_shell_completion_node RuboCop::Cop::FormulaAudit::GenerateCompletionsDSL @@ -8740,7 +8748,7 @@

    Method List

  • -
  • +
  • #corrected Homebrew::Style::Offense @@ -8748,7 +8756,7 @@

    Method List

  • -
  • +
  • #corrected? Homebrew::Style::Offense @@ -8756,7 +8764,7 @@

    Method List

  • -
  • +
  • count_issues GitHub @@ -8764,7 +8772,7 @@

    Method List

  • -
  • +
  • count_repo_commits GitHub @@ -8772,7 +8780,7 @@

    Method List

  • -
  • +
  • counts ObserverPathnameExtension @@ -8780,7 +8788,7 @@

    Method List

  • -
  • +
  • #coverage? Homebrew::DevCmd::Tests::Args @@ -8788,7 +8796,7 @@

    Method List

  • -
  • +
  • #cp_path_sub Pathname @@ -8796,7 +8804,7 @@

    Method List

  • -
  • +
  • #cp_path_sub InstallRenamed @@ -8804,7 +8812,7 @@

    Method List

  • -
  • +
  • #cppflags SharedEnvExtension @@ -8812,7 +8820,7 @@

    Method List

  • -
  • +
  • create Tab @@ -8820,7 +8828,7 @@

    Method List

  • -
  • +
  • create SBOM @@ -8828,7 +8836,7 @@

    Method List

  • -
  • +
  • create Patch @@ -8836,7 +8844,7 @@

    Method List

  • -
  • +
  • create Options @@ -8844,7 +8852,7 @@

    Method List

  • -
  • +
  • create Version::Token @@ -8852,7 +8860,7 @@

    Method List

  • -
  • +
  • create CompilerFailure @@ -8860,7 +8868,7 @@

    Method List

  • -
  • +
  • create CxxStdlib @@ -8868,7 +8876,7 @@

    Method List

  • -
  • +
  • create Bottle::Filename @@ -8876,7 +8884,7 @@

    Method List

  • -
  • +
  • #create Language::Python::Virtualenv::Virtualenv @@ -8884,7 +8892,7 @@

    Method List

  • -
  • +
  • create Homebrew::Livecheck::LivecheckVersion @@ -8892,7 +8900,7 @@

    Method List

  • -
  • +
  • create_bump_pr GitHub @@ -8900,7 +8908,7 @@

    Method List

  • -
  • +
  • create_check_run GitHub @@ -8908,7 +8916,7 @@

    Method List

  • -
  • +
  • create_fork GitHub @@ -8916,7 +8924,7 @@

    Method List

  • -
  • +
  • create_gist GitHub @@ -8924,7 +8932,7 @@

    Method List

  • -
  • +
  • create_issue GitHub @@ -8932,7 +8940,7 @@

    Method List

  • -
  • +
  • create_or_update_release GitHub @@ -8940,7 +8948,7 @@

    Method List

  • -
  • +
  • create_pull_request GitHub @@ -8948,7 +8956,7 @@

    Method List

  • -
  • +
  • #created? CacheStoreDatabase @@ -8956,7 +8964,7 @@

    Method List

  • -
  • +
  • #creation_date Mechanize::HTTP::ContentDisposition @@ -8964,7 +8972,7 @@

    Method List

  • -
  • +
  • credentials GitHub::API @@ -8972,7 +8980,7 @@

    Method List

  • -
  • +
  • credentials_error_message GitHub::API @@ -8980,7 +8988,7 @@

    Method List

  • -
  • +
  • credentials_type GitHub::API @@ -8988,7 +8996,7 @@

    Method List

  • -
  • +
  • #cron Homebrew::Service @@ -8996,7 +9004,7 @@

    Method List

  • -
  • +
  • #crystal? Homebrew::DevCmd::Create::Args @@ -9004,7 +9012,7 @@

    Method List

  • -
  • +
  • csh_quote Utils::Shell @@ -9012,7 +9020,7 @@

    Method List

  • -
  • +
  • #csv Cask::DSL::Version @@ -9020,7 +9028,7 @@

    Method List

  • -
  • +
  • #csv? Homebrew::DevCmd::Contributions::Args @@ -9028,7 +9036,7 @@

    Method List

  • -
  • +
  • curl Utils::Curl @@ -9036,7 +9044,7 @@

    Method List

  • -
  • +
  • curl_args Utils::Curl @@ -9044,7 +9052,7 @@

    Method List

  • -
  • +
  • curl_check_http_content Utils::Curl @@ -9052,7 +9060,7 @@

    Method List

  • -
  • +
  • #curl_dep_if_needed DependencyCollector @@ -9060,7 +9068,7 @@

    Method List

  • -
  • +
  • curl_deps Homebrew::ResourceAuditor @@ -9068,7 +9076,7 @@

    Method List

  • -
  • +
  • curl_download Utils::Curl @@ -9076,7 +9084,7 @@

    Method List

  • -
  • +
  • curl_executable Utils::Curl @@ -9084,7 +9092,7 @@

    Method List

  • -
  • +
  • curl_handles_most_https_certificates? DevelopmentTools @@ -9092,7 +9100,7 @@

    Method List

  • -
  • +
  • curl_headers Utils::Curl @@ -9100,7 +9108,7 @@

    Method List

  • -
  • +
  • curl_http_content_headers_and_checksum Utils::Curl @@ -9108,7 +9116,7 @@

    Method List

  • -
  • +
  • curl_output Utils::Curl @@ -9116,7 +9124,7 @@

    Method List

  • -
  • +
  • curl_path Utils::Curl @@ -9124,7 +9132,7 @@

    Method List

  • -
  • +
  • curl_path Homebrew::EnvConfig @@ -9132,7 +9140,7 @@

    Method List

  • -
  • +
  • curl_response_follow_redirections Utils::Curl @@ -9140,7 +9148,7 @@

    Method List

  • -
  • +
  • curl_response_last_location Utils::Curl @@ -9148,7 +9156,7 @@

    Method List

  • -
  • +
  • curl_retries Homebrew::EnvConfig @@ -9156,7 +9164,7 @@

    Method List

  • -
  • +
  • curl_substitution_required? DevelopmentTools @@ -9164,7 +9172,7 @@

    Method List

  • -
  • +
  • curl_supports_tls13? Utils::Curl @@ -9172,7 +9180,7 @@

    Method List

  • -
  • +
  • curl_verbose? Homebrew::EnvConfig @@ -9180,7 +9188,7 @@

    Method List

  • -
  • +
  • curl_with_workarounds Utils::Curl @@ -9188,7 +9196,7 @@

    Method List

  • -
  • +
  • curlrc Homebrew::EnvConfig @@ -9196,7 +9204,7 @@

    Method List

  • -
  • +
  • current Context @@ -9204,7 +9212,7 @@

    Method List

  • -
  • +
  • #current DeprecatedOption @@ -9212,7 +9220,7 @@

    Method List

  • -
  • +
  • current User @@ -9220,7 +9228,7 @@

    Method List

  • -
  • +
  • current= Context @@ -9228,7 +9236,7 @@

    Method List

  • -
  • +
  • current_arch Homebrew::SimulateSystem @@ -9236,7 +9244,7 @@

    Method List

  • -
  • +
  • current_escape_sequence Tty @@ -9244,7 +9252,7 @@

    Method List

  • -
  • +
  • #current_flag DeprecatedOption @@ -9252,7 +9260,7 @@

    Method List

  • -
  • +
  • #current_installed_alias_target Formula @@ -9260,7 +9268,7 @@

    Method List

  • -
  • +
  • current_os Homebrew::SimulateSystem @@ -9268,7 +9276,7 @@

    Method List

  • -
  • +
  • #current_user Homebrew::Diagnostic::Checks @@ -9276,7 +9284,7 @@

    Method List

  • -
  • +
  • #current_version Homebrew::DevCmd::Bump::VersionBumpInfo @@ -9284,7 +9292,7 @@

    Method List

  • -
  • +
  • custom_installation_instructions DevelopmentTools @@ -9292,7 +9300,7 @@

    Method List

  • -
  • +
  • #custom_remote? Tap @@ -9300,7 +9308,7 @@

    Method List

  • -
  • +
  • #custom_remote? Homebrew::Cmd::TapCmd::Args @@ -9308,7 +9316,7 @@

    Method List

  • -
  • +
  • #cvs_dep_if_needed DependencyCollector @@ -9316,7 +9324,7 @@

    Method List

  • -
  • +
  • #cxx SharedEnvExtension @@ -9324,7 +9332,7 @@

    Method List

  • -
  • +
  • #cxx11 Stdenv @@ -9332,7 +9340,7 @@

    Method List

  • -
  • +
  • #cxx11 Superenv @@ -9340,7 +9348,7 @@

    Method List

  • -
  • +
  • #cxxflags SharedEnvExtension @@ -9348,7 +9356,7 @@

    Method List

  • -
  • +
  • #cxxstdlib Tab @@ -9356,7 +9364,7 @@

    Method List

  • -
  • +
  • cxxstdlib_check Formula @@ -9364,7 +9372,7 @@

    Method List

  • -
  • +
  • cyan Tty @@ -9372,7 +9380,7 @@

    Method List

  • -
  • +
  • d ObserverPathnameExtension @@ -9380,7 +9388,7 @@

    Method List

  • -
  • +
  • #data Cask::URL::DSL @@ -9388,7 +9396,7 @@

    Method List

  • -
  • +
  • #date RuboCop::Cop::FormulaAudit::DeprecateDisableDate @@ -9396,7 +9404,7 @@

    Method List

  • -
  • +
  • #days Homebrew::Cleanup @@ -9404,7 +9412,7 @@

    Method List

  • -
  • +
  • #days Homebrew::Cmd::Info::Args @@ -9412,7 +9420,7 @@

    Method List

  • -
  • +
  • #debian? Homebrew::Cmd::SearchCmd::Args @@ -9420,7 +9428,7 @@

    Method List

  • -
  • +
  • debrew Debrew @@ -9428,7 +9436,7 @@

    Method List

  • -
  • +
  • debug Debrew @@ -9436,7 +9444,7 @@

    Method List

  • -
  • +
  • #debug? Context::ContextStruct @@ -9444,7 +9452,7 @@

    Method List

  • -
  • +
  • #debug? Context @@ -9452,7 +9460,7 @@

    Method List

  • -
  • +
  • #debug? Homebrew::CLI::Args @@ -9460,7 +9468,7 @@

    Method List

  • -
  • +
  • #debug? FormulaInstaller @@ -9468,7 +9476,7 @@

    Method List

  • -
  • +
  • debug? Homebrew::EnvConfig @@ -9476,7 +9484,7 @@

    Method List

  • -
  • +
  • #debug_symbols? FormulaInstaller @@ -9484,7 +9492,7 @@

    Method List

  • -
  • +
  • #debug_symbols? Homebrew::Cmd::Reinstall::Args @@ -9492,7 +9500,7 @@

    Method List

  • -
  • +
  • #debug_symbols? Homebrew::Cmd::InstallCmd::Args @@ -9500,7 +9508,7 @@

    Method List

  • -
  • +
  • #debug_symbols? Homebrew::Cmd::UpgradeCmd::Args @@ -9508,7 +9516,7 @@

    Method List

  • -
  • +
  • debugged_exceptions Debrew @@ -9516,7 +9524,7 @@

    Method List

  • -
  • +
  • #declared? Homebrew::Cmd::Deps::Args @@ -9524,7 +9532,7 @@

    Method List

  • -
  • +
  • #declared_deps SoftwareSpec @@ -9532,7 +9540,7 @@

    Method List

  • -
  • +
  • #declared_deps Formula @@ -9540,7 +9548,7 @@

    Method List

  • -
  • +
  • deconstantize Utils @@ -9548,7 +9556,7 @@

    Method List

  • -
  • +
  • #decorate Tapioca::Compilers::Tty @@ -9556,7 +9564,7 @@

    Method List

  • -
  • +
  • #decorate Tapioca::Compilers::Args @@ -9564,7 +9572,7 @@

    Method List

  • -
  • +
  • #decorate Tapioca::Compilers::RuboCop @@ -9572,7 +9580,7 @@

    Method List

  • -
  • +
  • #decorate Tapioca::Compilers::EnvConfig @@ -9580,7 +9588,7 @@

    Method List

  • -
  • +
  • #deep_dup Object @@ -9588,7 +9596,7 @@

    Method List

  • -
  • +
  • #deep_dup Array @@ -9596,7 +9604,7 @@

    Method List

  • -
  • +
  • #deep_dup Hash @@ -9604,7 +9612,7 @@

    Method List

  • -
  • +
  • #deep_dup Module @@ -9612,7 +9620,7 @@

    Method List

  • -
  • +
  • #deep_merge Hash @@ -9620,7 +9628,7 @@

    Method List

  • -
  • +
  • #deep_merge! Hash @@ -9628,7 +9636,7 @@

    Method List

  • -
  • +
  • #deep_stringify_keys Hash @@ -9636,7 +9644,7 @@

    Method List

  • -
  • +
  • #deep_stringify_keys! Hash @@ -9644,7 +9652,7 @@

    Method List

  • -
  • +
  • #deep_symbolize_keys Hash @@ -9652,7 +9660,7 @@

    Method List

  • -
  • +
  • #deep_symbolize_keys! Hash @@ -9660,7 +9668,7 @@

    Method List

  • -
  • +
  • #deep_transform_keys Hash @@ -9668,7 +9676,7 @@

    Method List

  • -
  • +
  • #deep_transform_keys! Hash @@ -9676,7 +9684,7 @@

    Method List

  • -
  • +
  • #deep_transform_values Hash @@ -9684,7 +9692,7 @@

    Method List

  • -
  • +
  • #deep_transform_values! Hash @@ -9692,7 +9700,7 @@

    Method List

  • -
  • +
  • #default Cask::Config @@ -9700,7 +9708,7 @@

    Method List

  • -
  • +
  • #default Dependencies @@ -9708,7 +9716,7 @@

    Method List

  • -
  • +
  • default Tty @@ -9716,7 +9724,7 @@

    Method List

  • -
  • +
  • #default_branch GitHubGitDownloadStrategy @@ -9724,7 +9732,7 @@

    Method List

  • -
  • +
  • #default_cellar Utils::Bottles::Tag @@ -9732,7 +9740,7 @@

    Method List

  • -
  • +
  • default_compiler DevelopmentTools @@ -9740,7 +9748,7 @@

    Method List

  • -
  • +
  • #default_config Cask::Cask @@ -9748,7 +9756,7 @@

    Method List

  • -
  • +
  • #default_cron_values Homebrew::Service @@ -9756,7 +9764,7 @@

    Method List

  • -
  • +
  • #default_origin_branch? GitRepository @@ -9764,7 +9772,7 @@

    Method List

  • -
  • +
  • default_package_fields Utils::Analytics @@ -9772,7 +9780,7 @@

    Method List

  • -
  • +
  • default_package_tags Utils::Analytics @@ -9780,7 +9788,7 @@

    Method List

  • -
  • +
  • default_path Cask::CaskLoader @@ -9788,7 +9796,7 @@

    Method List

  • -
  • +
  • #default_plist_name Homebrew::Service @@ -9796,7 +9804,7 @@

    Method List

  • -
  • +
  • #default_prefix Utils::Bottles::Tag @@ -9804,7 +9812,7 @@

    Method List

  • -
  • +
  • default_prefix? Homebrew @@ -9812,7 +9820,7 @@

    Method List

  • -
  • +
  • default_prefix? OS::Mac::Xcode @@ -9820,7 +9828,7 @@

    Method List

  • -
  • +
  • #default_refspec GitHubGitDownloadStrategy @@ -9828,7 +9836,7 @@

    Method List

  • -
  • +
  • #default_remote Tap @@ -9836,7 +9844,7 @@

    Method List

  • -
  • +
  • #default_service_name Homebrew::Service @@ -9844,7 +9852,7 @@

    Method List

  • -
  • +
  • defaults Cask::Config @@ -9852,7 +9860,7 @@

    Method List

  • -
  • +
  • deferred_curl Utils::Analytics @@ -9860,7 +9868,7 @@

    Method List

  • -
  • +
  • #delete TapConfig @@ -9868,7 +9876,7 @@

    Method List

  • -
  • +
  • delete Homebrew::Settings @@ -9876,7 +9884,7 @@

    Method List

  • -
  • +
  • #delete CacheStoreDatabase @@ -9884,7 +9892,7 @@

    Method List

  • -
  • +
  • #delete! CacheStore @@ -9892,7 +9900,7 @@

    Method List

  • -
  • +
  • #delete! LinkageCacheStore @@ -9900,7 +9908,7 @@

    Method List

  • -
  • +
  • #delete! DescriptionCacheStore @@ -9908,7 +9916,7 @@

    Method List

  • -
  • +
  • #delete_from_formula_names! DescriptionCacheStore @@ -9916,7 +9924,7 @@

    Method List

  • -
  • +
  • #delete_pyc_files! Keg @@ -9924,7 +9932,7 @@

    Method List

  • -
  • +
  • #delete_rpath Keg @@ -9932,7 +9940,7 @@

    Method List

  • -
  • +
  • #delete_rpath MachOShim @@ -9940,7 +9948,7 @@

    Method List

  • -
  • +
  • delete_uuid! Utils::Analytics @@ -9948,7 +9956,7 @@

    Method List

  • -
  • +
  • deleted_reason Homebrew::MissingFormula @@ -9956,7 +9964,7 @@

    Method List

  • -
  • +
  • demodulize Utils @@ -9964,7 +9972,7 @@

    Method List

  • -
  • +
  • #deny_all_network Sandbox @@ -9972,7 +9980,7 @@

    Method List

  • -
  • +
  • #deny_all_network_except_pipe Sandbox @@ -9980,7 +9988,7 @@

    Method List

  • -
  • +
  • #deny_network Sandbox @@ -9988,7 +9996,7 @@

    Method List

  • -
  • +
  • deny_network_access! Formula @@ -9996,7 +10004,7 @@

    Method List

  • -
  • +
  • #deny_network_access! Formula @@ -10004,7 +10012,7 @@

    Method List

  • -
  • +
  • #deny_write Sandbox @@ -10012,7 +10020,7 @@

    Method List

  • -
  • +
  • #deny_write_homebrew_repository Sandbox @@ -10020,7 +10028,7 @@

    Method List

  • -
  • +
  • #deny_write_path Sandbox @@ -10028,7 +10036,7 @@

    Method List

  • -
  • +
  • #deparallelize Stdenv @@ -10036,7 +10044,7 @@

    Method List

  • -
  • +
  • #deparallelize Superenv @@ -10044,7 +10052,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy @@ -10052,7 +10060,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Xz @@ -10060,7 +10068,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Air @@ -10068,7 +10076,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Cab @@ -10076,7 +10084,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lha @@ -10084,7 +10092,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Rar @@ -10092,7 +10100,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lzip @@ -10100,7 +10108,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lzma @@ -10108,7 +10116,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Zstd @@ -10116,7 +10124,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::P7Zip @@ -10124,7 +10132,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::GenericUnar @@ -10132,7 +10140,7 @@

    Method List

  • -
  • +
  • #dependencies_hash Formula @@ -10140,7 +10148,7 @@

    Method List

  • -
  • +
  • #dependency_collector SoftwareSpec @@ -10148,7 +10156,7 @@

    Method List

  • -
  • +
  • #dependency_name RuboCop::Cop::FormulaAudit::DependencyOrder @@ -10156,7 +10164,7 @@

    Method List

  • -
  • +
  • #dependency_name_hash_match? RuboCop::Cop::FormulaCop @@ -10164,7 +10172,7 @@

    Method List

  • -
  • +
  • #dependency_name_node RuboCop::Cop::FormulaAudit::DependencyOrder @@ -10172,7 +10180,7 @@

    Method List

  • -
  • +
  • #dependency_type_hash_match? RuboCop::Cop::FormulaCop @@ -10180,7 +10188,7 @@

    Method List

  • -
  • +
  • #dependent FormulaUnavailableError @@ -10188,7 +10196,7 @@

    Method List

  • -
  • +
  • #dependent_s FormulaUnavailableError @@ -10196,7 +10204,7 @@

    Method List

  • -
  • +
  • #dependents TestRunnerFormula @@ -10204,7 +10212,7 @@

    Method List

  • -
  • +
  • dependents DependenciesHelpers @@ -10212,7 +10220,7 @@

    Method List

  • -
  • +
  • #dependents? Homebrew::DevCmd::Unbottled::Args @@ -10220,7 +10228,7 @@

    Method List

  • -
  • +
  • #dependents? Homebrew::DevCmd::DetermineTestRunners::Args @@ -10228,7 +10236,7 @@

    Method List

  • -
  • +
  • depends_on Formula @@ -10236,7 +10244,7 @@

    Method List

  • -
  • +
  • #depends_on Cask::DSL @@ -10244,7 +10252,7 @@

    Method List

  • -
  • +
  • #depends_on SoftwareSpec @@ -10252,7 +10260,7 @@

    Method List

  • -
  • +
  • #depends_on Cask::Cask @@ -10260,7 +10268,7 @@

    Method List

  • -
  • +
  • #depends_on? RuboCop::Cop::FormulaCop @@ -10268,7 +10276,7 @@

    Method List

  • -
  • +
  • #depends_on_build_with RuboCop::Cop::FormulaAudit::OptionDeclarations @@ -10276,7 +10284,7 @@

    Method List

  • -
  • +
  • #depends_on_name_type? RuboCop::Cop::FormulaCop @@ -10284,7 +10292,7 @@

    Method List

  • -
  • +
  • #depends_on_node? RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -10292,7 +10300,7 @@

    Method List

  • -
  • +
  • #depends_on_node? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -10300,7 +10308,7 @@

    Method List

  • -
  • +
  • deprecate! Formula @@ -10308,7 +10316,7 @@

    Method List

  • -
  • +
  • #deprecate! Cask::DSL @@ -10316,7 +10324,7 @@

    Method List

  • -
  • +
  • #deprecated? Formula @@ -10324,7 +10332,7 @@

    Method List

  • -
  • +
  • deprecated? Formula @@ -10332,7 +10340,7 @@

    Method List

  • -
  • +
  • #deprecated? Cask::Cask @@ -10340,7 +10348,7 @@

    Method List

  • -
  • +
  • #deprecated? Cask::DSL @@ -10348,7 +10356,7 @@

    Method List

  • -
  • +
  • #deprecated_flags SoftwareSpec @@ -10356,7 +10364,7 @@

    Method List

  • -
  • +
  • #deprecated_flags Formula @@ -10364,7 +10372,7 @@

    Method List

  • -
  • +
  • deprecated_license? SPDX @@ -10372,7 +10380,7 @@

    Method List

  • -
  • +
  • deprecated_option Formula @@ -10380,7 +10388,7 @@

    Method List

  • -
  • +
  • #deprecated_option SoftwareSpec @@ -10388,7 +10396,7 @@

    Method List

  • -
  • +
  • #deprecated_options SoftwareSpec @@ -10396,7 +10404,7 @@

    Method List

  • -
  • +
  • #deprecated_options Formula @@ -10404,7 +10412,7 @@

    Method List

  • -
  • +
  • #deprecation_date Formula @@ -10412,7 +10420,7 @@

    Method List

  • -
  • +
  • deprecation_date Formula @@ -10420,7 +10428,7 @@

    Method List

  • -
  • +
  • #deprecation_date Cask::DSL @@ -10428,7 +10436,7 @@

    Method List

  • -
  • +
  • #deprecation_date Cask::Cask @@ -10436,7 +10444,7 @@

    Method List

  • -
  • +
  • #deprecation_reason Formula @@ -10444,7 +10452,7 @@

    Method List

  • -
  • +
  • deprecation_reason Formula @@ -10452,7 +10460,7 @@

    Method List

  • -
  • +
  • #deprecation_reason Cask::DSL @@ -10460,7 +10468,7 @@

    Method List

  • -
  • +
  • #deprecation_reason Cask::Cask @@ -10468,7 +10476,7 @@

    Method List

  • -
  • +
  • #deps Build @@ -10476,7 +10484,7 @@

    Method List

  • -
  • +
  • #deps Homebrew::Uninstall::DependentsMessage @@ -10484,7 +10492,7 @@

    Method List

  • -
  • +
  • #deps SoftwareSpec @@ -10492,7 +10500,7 @@

    Method List

  • -
  • +
  • #deps CaskDependent @@ -10500,7 +10508,7 @@

    Method List

  • -
  • +
  • #deps Superenv @@ -10508,7 +10516,7 @@

    Method List

  • -
  • +
  • #deps DependencyCollector @@ -10516,7 +10524,7 @@

    Method List

  • -
  • +
  • #deps Formula @@ -10524,7 +10532,7 @@

    Method List

  • -
  • +
  • #deps? Homebrew::Cmd::FetchCmd::Args @@ -10532,7 +10540,7 @@

    Method List

  • -
  • +
  • #desc Formula @@ -10540,7 +10548,7 @@

    Method List

  • -
  • +
  • #desc Cask::DSL @@ -10548,7 +10556,7 @@

    Method List

  • -
  • +
  • #desc Cask::Cask @@ -10556,7 +10564,7 @@

    Method List

  • -
  • +
  • desc Formula @@ -10564,7 +10572,7 @@

    Method List

  • -
  • +
  • #desc? Homebrew::Cmd::SearchCmd::Args @@ -10572,7 +10580,7 @@

    Method List

  • -
  • +
  • desc_info Cask::Info @@ -10580,7 +10588,7 @@

    Method List

  • -
  • +
  • #desc_problem RuboCop::Cop::DescHelper @@ -10588,7 +10596,7 @@

    Method List

  • -
  • +
  • describe_clang SystemConfig @@ -10596,7 +10604,7 @@

    Method List

  • -
  • +
  • describe_curl SystemConfig @@ -10604,7 +10612,7 @@

    Method List

  • -
  • +
  • describe_git SystemConfig @@ -10612,7 +10620,7 @@

    Method List

  • -
  • +
  • describe_homebrew_ruby SystemConfig @@ -10620,7 +10628,7 @@

    Method List

  • -
  • +
  • describe_path SystemConfig @@ -10628,7 +10636,7 @@

    Method List

  • -
  • +
  • #description Option @@ -10636,7 +10644,7 @@

    Method List

  • -
  • +
  • #description Homebrew::CLI::Parser @@ -10644,7 +10652,7 @@

    Method List

  • -
  • +
  • #description? Homebrew::Cmd::Desc::Args @@ -10652,7 +10660,7 @@

    Method List

  • -
  • +
  • #destdir Homebrew::DevCmd::Unpack::Args @@ -10660,7 +10668,7 @@

    Method List

  • -
  • +
  • #destructure_hash RuboCop::Cop::FormulaAudit::Miscellaneous @@ -10668,7 +10676,7 @@

    Method List

  • -
  • +
  • #detect Locale @@ -10676,7 +10684,7 @@

    Method List

  • -
  • +
  • detect Version @@ -10684,7 +10692,7 @@

    Method List

  • -
  • +
  • detect Cask::Quarantine @@ -10692,7 +10700,7 @@

    Method List

  • -
  • +
  • detect UnpackStrategy @@ -10700,7 +10708,7 @@

    Method List

  • -
  • +
  • detect DownloadStrategyDetector @@ -10708,7 +10716,7 @@

    Method List

  • -
  • +
  • detect_clang_version OS::Mac::CLT @@ -10716,7 +10724,7 @@

    Method List

  • -
  • +
  • #detect_cxx_stdlibs Keg @@ -10724,7 +10732,7 @@

    Method List

  • -
  • +
  • detect_from_symbol DownloadStrategyDetector @@ -10732,7 +10740,7 @@

    Method List

  • -
  • +
  • detect_from_url DownloadStrategyDetector @@ -10740,7 +10748,7 @@

    Method List

  • -
  • +
  • #detect_stdlibs Build @@ -10748,7 +10756,7 @@

    Method List

  • -
  • +
  • detect_version OS::Mac::Xcode @@ -10756,7 +10764,7 @@

    Method List

  • -
  • +
  • detect_version OS::Mac::CLT @@ -10764,7 +10772,7 @@

    Method List

  • -
  • +
  • detect_version_from_clang_version OS::Mac::Xcode @@ -10772,7 +10780,7 @@

    Method List

  • -
  • +
  • detect_version_from_clang_version OS::Mac::CLT @@ -10780,7 +10788,7 @@

    Method List

  • -
  • +
  • #detected_from_url? Version @@ -10788,7 +10796,7 @@

    Method List

  • -
  • +
  • detected_node_shebang Language::Node::Shebang @@ -10796,7 +10804,7 @@

    Method List

  • -
  • +
  • detected_perl_shebang Language::Perl::Shebang @@ -10804,7 +10812,7 @@

    Method List

  • -
  • +
  • detected_python_shebang Language::Python::Shebang @@ -10812,7 +10820,7 @@

    Method List

  • -
  • +
  • #determine_bump_subject Homebrew::DevCmd::PrPull @@ -10820,7 +10828,7 @@

    Method List

  • -
  • +
  • #determine_cccfg Superenv @@ -10828,7 +10836,7 @@

    Method List

  • -
  • +
  • #determine_dynamic_linker_path Superenv @@ -10836,7 +10844,7 @@

    Method List

  • -
  • +
  • #determine_pkg_config_libdir Stdenv @@ -10844,7 +10852,7 @@

    Method List

  • -
  • +
  • #determine_rpath_paths Superenv @@ -10852,7 +10860,7 @@

    Method List

  • -
  • +
  • #deuniversalize_machos Formula @@ -10860,7 +10868,7 @@

    Method List

  • -
  • +
  • dev_cmd? Homebrew::AbstractCommand @@ -10868,7 +10876,7 @@

    Method List

  • -
  • +
  • developer? Homebrew::EnvConfig @@ -10876,7 +10884,7 @@

    Method List

  • -
  • +
  • #developer_commands Homebrew::Manpages::Variables @@ -10884,7 +10892,7 @@

    Method List

  • -
  • +
  • #dictionaries Homebrew::UnversionedCaskChecker @@ -10892,7 +10900,7 @@

    Method List

  • -
  • +
  • #dictionarydir Homebrew::Cmd::Reinstall::Args @@ -10900,7 +10908,7 @@

    Method List

  • -
  • +
  • #dictionarydir Homebrew::Cmd::InstallCmd::Args @@ -10908,7 +10916,7 @@

    Method List

  • -
  • +
  • #dictionarydir Homebrew::Cmd::UpgradeCmd::Args @@ -10916,7 +10924,7 @@

    Method List

  • -
  • +
  • #did_you_mean FormulaOrCaskUnavailableError @@ -10924,7 +10932,7 @@

    Method List

  • -
  • +
  • #dir Homebrew::DevCmd::Typecheck::Args @@ -10932,7 +10940,7 @@

    Method List

  • -
  • +
  • #direct? Homebrew::Cmd::Deps::Args @@ -10940,7 +10948,7 @@

    Method List

  • -
  • +
  • #directives Cask::Artifact::AbstractUninstall @@ -10948,7 +10956,7 @@

    Method List

  • -
  • +
  • #directives Cask::Artifact::AbstractFlightBlock @@ -10956,7 +10964,7 @@

    Method List

  • -
  • +
  • #directory Resource::PatchResource @@ -10964,7 +10972,7 @@

    Method List

  • -
  • +
  • dirmethod Cask::Artifact::Suite @@ -10972,7 +10980,7 @@

    Method List

  • -
  • +
  • dirmethod Cask::Artifact::AbstractArtifact @@ -10980,7 +10988,7 @@

    Method List

  • -
  • +
  • disable! Formula @@ -10988,7 +10996,7 @@

    Method List

  • -
  • +
  • #disable! Cask::DSL @@ -10996,7 +11004,7 @@

    Method List

  • -
  • +
  • disable! Utils::Analytics @@ -11004,7 +11012,7 @@

    Method List

  • -
  • +
  • #disable_date Formula @@ -11012,7 +11020,7 @@

    Method List

  • -
  • +
  • disable_date Formula @@ -11020,7 +11028,7 @@

    Method List

  • -
  • +
  • #disable_date Cask::DSL @@ -11028,7 +11036,7 @@

    Method List

  • -
  • +
  • #disable_date Cask::Cask @@ -11036,7 +11044,7 @@

    Method List

  • -
  • +
  • disable_load_formula? Homebrew::EnvConfig @@ -11044,7 +11052,7 @@

    Method List

  • -
  • +
  • #disable_reason Formula @@ -11052,7 +11060,7 @@

    Method List

  • -
  • +
  • disable_reason Formula @@ -11060,7 +11068,7 @@

    Method List

  • -
  • +
  • #disable_reason Cask::DSL @@ -11068,7 +11076,7 @@

    Method List

  • -
  • +
  • #disable_reason Cask::Cask @@ -11076,7 +11084,7 @@

    Method List

  • -
  • +
  • #disabled? Formula @@ -11084,7 +11092,7 @@

    Method List

  • -
  • +
  • disabled? Formula @@ -11092,7 +11100,7 @@

    Method List

  • -
  • +
  • disabled? Utils::Analytics @@ -11100,7 +11108,7 @@

    Method List

  • -
  • +
  • #disabled? Cask::Cask @@ -11108,7 +11116,7 @@

    Method List

  • -
  • +
  • #disabled? Cask::DSL @@ -11116,7 +11124,7 @@

    Method List

  • -
  • +
  • disallowed_reason Homebrew::MissingFormula @@ -11124,7 +11132,7 @@

    Method List

  • -
  • +
  • #discontinued? Cask::DSL @@ -11132,7 +11140,7 @@

    Method List

  • -
  • +
  • #discontinued? Cask::Cask @@ -11140,7 +11148,7 @@

    Method List

  • -
  • +
  • #discontinued? Cask::DSL::Caveats @@ -11148,7 +11156,7 @@

    Method List

  • -
  • +
  • #disk_cleanup_size Homebrew::Cleanup @@ -11156,7 +11164,7 @@

    Method List

  • -
  • +
  • #disk_usage DiskUsageExtension @@ -11164,7 +11172,7 @@

    Method List

  • -
  • +
  • #disk_usage_readable Kernel @@ -11172,7 +11180,7 @@

    Method List

  • -
  • +
  • dispatch_event GitHub @@ -11180,7 +11188,7 @@

    Method List

  • -
  • +
  • display Homebrew::EnvConfig @@ -11188,7 +11196,7 @@

    Method List

  • -
  • +
  • #display_caveats Messages @@ -11196,7 +11204,7 @@

    Method List

  • -
  • +
  • #display_cop_names? Homebrew::DevCmd::Audit::Args @@ -11204,7 +11212,7 @@

    Method List

  • -
  • +
  • #display_cop_names? Homebrew::DevCmd::StyleCmd::Args @@ -11212,7 +11220,7 @@

    Method List

  • -
  • +
  • #display_filename? Homebrew::DevCmd::Audit::Args @@ -11220,7 +11228,7 @@

    Method List

  • -
  • +
  • #display_install_times Messages @@ -11228,7 +11236,7 @@

    Method List

  • -
  • +
  • display_install_times? Homebrew::EnvConfig @@ -11236,7 +11244,7 @@

    Method List

  • -
  • +
  • #display_messages Messages @@ -11244,7 +11252,7 @@

    Method List

  • -
  • +
  • #display_normal_output LinkageChecker @@ -11252,7 +11260,7 @@

    Method List

  • -
  • +
  • #display_options FormulaInstaller @@ -11260,7 +11268,7 @@

    Method List

  • -
  • +
  • #display_reverse_output LinkageChecker @@ -11268,7 +11276,7 @@

    Method List

  • -
  • +
  • #display_s Requirement @@ -11276,7 +11284,7 @@

    Method List

  • -
  • +
  • #display_s ArchRequirement @@ -11284,7 +11292,7 @@

    Method List

  • -
  • +
  • #display_s MacOSRequirement @@ -11292,7 +11300,7 @@

    Method List

  • -
  • +
  • #display_s XcodeRequirement @@ -11300,7 +11308,7 @@

    Method List

  • -
  • +
  • #display_test_output LinkageChecker @@ -11308,7 +11316,7 @@

    Method List

  • -
  • +
  • #display_times? Homebrew::Cmd::Reinstall::Args @@ -11316,7 +11324,7 @@

    Method List

  • -
  • +
  • #display_times? Homebrew::Cmd::InstallCmd::Args @@ -11324,7 +11332,7 @@

    Method List

  • -
  • +
  • #display_times? Homebrew::Cmd::UpgradeCmd::Args @@ -11332,7 +11340,7 @@

    Method List

  • -
  • +
  • dmg_metadata? UnpackStrategy::Dmg::Bom @@ -11340,7 +11348,7 @@

    Method List

  • -
  • +
  • #doc Formula @@ -11348,7 +11356,7 @@

    Method List

  • -
  • +
  • docker_registry_basic_auth_token Homebrew::EnvConfig @@ -11356,7 +11364,7 @@

    Method List

  • -
  • +
  • docker_registry_token Homebrew::EnvConfig @@ -11364,7 +11372,7 @@

    Method List

  • -
  • +
  • #dot? Homebrew::Cmd::Deps::Args @@ -11372,7 +11380,7 @@

    Method List

  • -
  • +
  • down Tty @@ -11380,7 +11388,7 @@

    Method List

  • -
  • +
  • #download Cask::Cask @@ -11388,7 +11396,7 @@

    Method List

  • -
  • +
  • #download Cask::Audit @@ -11396,7 +11404,7 @@

    Method List

  • -
  • +
  • #download Requirement @@ -11404,7 +11412,7 @@

    Method List

  • -
  • +
  • #download Cask::Installer @@ -11412,7 +11420,7 @@

    Method List

  • -
  • +
  • download Requirement @@ -11420,7 +11428,7 @@

    Method List

  • -
  • +
  • download_artifact GitHub @@ -11428,7 +11436,7 @@

    Method List

  • -
  • +
  • download_latest_license_data! SPDX @@ -11436,7 +11444,7 @@

    Method List

  • -
  • +
  • #download_name Resource @@ -11444,7 +11452,7 @@

    Method List

  • -
  • +
  • #download_name Downloadable @@ -11452,7 +11460,7 @@

    Method List

  • -
  • +
  • #download_name Cask::Download @@ -11460,7 +11468,7 @@

    Method List

  • -
  • +
  • #download_sha_path Cask::Cask @@ -11468,7 +11476,7 @@

    Method List

  • -
  • +
  • #download_strategy URL @@ -11476,7 +11484,7 @@

    Method List

  • -
  • +
  • #download_strategy Resource @@ -11484,7 +11492,7 @@

    Method List

  • -
  • +
  • #download_strategy Downloadable @@ -11492,7 +11500,7 @@

    Method List

  • -
  • +
  • #downloaded? Downloadable @@ -11500,7 +11508,7 @@

    Method List

  • -
  • +
  • #downloader Downloadable @@ -11508,7 +11516,7 @@

    Method List

  • -
  • +
  • #downloader Cask::Installer @@ -11516,7 +11524,7 @@

    Method List

  • -
  • +
  • #downloader FormulaInstaller @@ -11524,7 +11532,7 @@

    Method List

  • -
  • +
  • #downloader Formula @@ -11532,7 +11540,7 @@

    Method List

  • -
  • +
  • drop_euid Utils::UID @@ -11540,7 +11548,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::Cleanup @@ -11548,7 +11556,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::Cmd::Link::Args @@ -11556,7 +11564,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::Cmd::Migrate::Args @@ -11564,7 +11572,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::Cmd::Autoremove::Args @@ -11572,7 +11580,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::Cmd::UnlinkCmd::Args @@ -11580,7 +11588,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::Cmd::CleanupCmd::Args @@ -11588,7 +11596,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::Cmd::InstallCmd::Args @@ -11596,7 +11604,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::Cmd::UpgradeCmd::Args @@ -11604,7 +11612,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::DevCmd::PrPull::Args @@ -11612,7 +11620,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::DevCmd::PrUpload::Args @@ -11620,7 +11628,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::DevCmd::BumpCaskPr::Args @@ -11628,7 +11636,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::DevCmd::BumpRevision::Args @@ -11636,7 +11644,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::DevCmd::BumpFormulaPr::Args @@ -11644,7 +11652,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::DevCmd::GenerateCaskApi::Args @@ -11652,7 +11660,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::DevCmd::GenerateFormulaApi::Args @@ -11660,7 +11668,7 @@

    Method List

  • -
  • +
  • #dry_run? Homebrew::DevCmd::BumpUnversionedCasks::Args @@ -11668,7 +11676,7 @@

    Method List

  • -
  • +
  • #ds_store? Pathname @@ -11676,7 +11684,7 @@

    Method List

  • -
  • +
  • dsl_key Cask::Artifact::AbstractArtifact @@ -11684,7 +11692,7 @@

    Method List

  • -
  • +
  • dsl_key Cask::Artifact::AbstractFlightBlock @@ -11692,7 +11700,7 @@

    Method List

  • -
  • +
  • #dst Keg::LinkError @@ -11700,7 +11708,7 @@

    Method List

  • -
  • +
  • #dump BuildError @@ -11708,7 +11716,7 @@

    Method List

  • -
  • +
  • dump BuildEnvironment @@ -11716,7 +11724,7 @@

    Method List

  • -
  • +
  • #dump ReporterHub @@ -11724,7 +11732,7 @@

    Method List

  • -
  • +
  • dump_for_formula Options @@ -11732,7 +11740,7 @@

    Method List

  • -
  • +
  • dump_tap_config SystemConfig @@ -11740,7 +11748,7 @@

    Method List

  • -
  • +
  • dump_verbose_config SystemConfig @@ -11748,7 +11756,7 @@

    Method List

  • -
  • +
  • #dup_with_formula_name Dependency @@ -11756,7 +11764,7 @@

    Method List

  • -
  • +
  • #dup_with_formula_name UsesFromMacOSDependency @@ -11764,7 +11772,7 @@

    Method List

  • -
  • +
  • #dup_without_system_deps Dependencies @@ -11772,7 +11780,7 @@

    Method List

  • -
  • +
  • #duplicable? Object @@ -11780,7 +11788,7 @@

    Method List

  • -
  • +
  • #duplicable? Method @@ -11788,7 +11796,7 @@

    Method List

  • -
  • +
  • #duplicable? UnboundMethod @@ -11796,7 +11804,7 @@

    Method List

  • -
  • +
  • #duplicable? Singleton @@ -11804,7 +11812,7 @@

    Method List

  • -
  • +
  • #dylib? MachOShim @@ -11812,7 +11820,7 @@

    Method List

  • -
  • +
  • #dylib? ELFShim @@ -11820,7 +11828,7 @@

    Method List

  • -
  • +
  • #dylib? Pathname @@ -11828,7 +11836,7 @@

    Method List

  • -
  • +
  • #dylib_id ELFShim @@ -11836,7 +11844,7 @@

    Method List

  • -
  • +
  • #dylib_id MachOShim @@ -11844,7 +11852,7 @@

    Method List

  • -
  • +
  • #dylib_id_for Keg @@ -11852,7 +11860,7 @@

    Method List

  • -
  • +
  • #dynamic_elf? ELFShim @@ -11860,7 +11868,7 @@

    Method List

  • -
  • +
  • #dynamically_linked_libraries MachOShim @@ -11868,7 +11876,7 @@

    Method List

  • -
  • +
  • #dynamically_linked_libraries ELFShim @@ -11876,7 +11884,7 @@

    Method List

  • -
  • +
  • #e Homebrew::DevCmd::Ruby::Args @@ -11884,7 +11892,7 @@

    Method List

  • -
  • +
  • each Tap @@ -11892,7 +11900,7 @@

    Method List

  • -
  • +
  • #each Homebrew::Style::Offenses @@ -11900,7 +11908,7 @@

    Method List

  • -
  • +
  • #each Options @@ -11908,7 +11916,7 @@

    Method List

  • -
  • +
  • #each Cask::ArtifactSet @@ -11916,7 +11924,7 @@

    Method List

  • -
  • +
  • #each PATH @@ -11924,7 +11932,7 @@

    Method List

  • -
  • +
  • #each_directory UnpackStrategy @@ -11932,7 +11940,7 @@

    Method List

  • -
  • +
  • #each_key CacheStoreDatabase @@ -11940,7 +11948,7 @@

    Method List

  • -
  • +
  • #each_linkage_for Keg @@ -11948,7 +11956,7 @@

    Method List

  • -
  • +
  • each_python Language::Python @@ -11956,7 +11964,7 @@

    Method List

  • -
  • +
  • #each_tag Utils::Bottles::Collector @@ -11964,7 +11972,7 @@

    Method List

  • -
  • +
  • #each_unique_file_matching Keg @@ -11972,7 +11980,7 @@

    Method List

  • -
  • +
  • editor Homebrew::EnvConfig @@ -11980,7 +11988,7 @@

    Method List

  • -
  • +
  • #effective_arch SharedEnvExtension @@ -11988,7 +11996,7 @@

    Method List

  • -
  • +
  • #effective_build_options_for Build @@ -11996,7 +12004,7 @@

    Method List

  • -
  • +
  • #effective_build_options_for FormulaInstaller @@ -12004,7 +12012,7 @@

    Method List

  • -
  • +
  • #egrep_args Keg @@ -12012,7 +12020,7 @@

    Method List

  • -
  • +
  • element_text Homebrew::Livecheck::Strategy::Xml @@ -12020,7 +12028,7 @@

    Method List

  • -
  • +
  • #elf? ELFShim @@ -12028,7 +12036,7 @@

    Method List

  • -
  • +
  • #elf_files Keg @@ -12036,7 +12044,7 @@

    Method List

  • -
  • +
  • #elf_type ELFShim @@ -12044,7 +12052,7 @@

    Method List

  • -
  • +
  • #eligible_kegs_for_cleanup Formula @@ -12052,7 +12060,7 @@

    Method List

  • -
  • +
  • #elisp Formula @@ -12060,7 +12068,7 @@

    Method List

  • -
  • +
  • #elisp_installed? Keg @@ -12068,7 +12076,7 @@

    Method List

  • -
  • +
  • empty Tab @@ -12076,7 +12084,7 @@

    Method List

  • -
  • +
  • #empty? PATH @@ -12084,7 +12092,7 @@

    Method List

  • -
  • +
  • #empty? Options @@ -12092,7 +12100,7 @@

    Method List

  • -
  • +
  • #empty? CacheStoreDatabase @@ -12100,7 +12108,7 @@

    Method List

  • -
  • +
  • #empty? ReporterHub @@ -12108,7 +12116,7 @@

    Method List

  • -
  • +
  • #empty? Caveats @@ -12116,7 +12124,7 @@

    Method List

  • -
  • +
  • #empty? Checksum @@ -12124,7 +12132,7 @@

    Method List

  • -
  • +
  • #empty_installation? Keg @@ -12132,7 +12140,7 @@

    Method List

  • -
  • +
  • enable! Utils::Analytics @@ -12140,7 +12148,7 @@

    Method List

  • -
  • +
  • enable_factory_cache! Formulary @@ -12148,7 +12156,7 @@

    Method List

  • -
  • +
  • #end_column RuboCop::Cop::HelperFunctions @@ -12156,7 +12164,7 @@

    Method List

  • -
  • +
  • english_article Cask::Artifact::AbstractArtifact @@ -12164,7 +12172,7 @@

    Method List

  • -
  • +
  • english_description Cask::Artifact::Moved @@ -12172,7 +12180,7 @@

    Method List

  • -
  • +
  • english_description Cask::Artifact::Symlinked @@ -12180,7 +12188,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Suite @@ -12188,7 +12196,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Artifact @@ -12196,7 +12204,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Prefpane @@ -12204,7 +12212,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Qlplugin @@ -12212,7 +12220,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Mdimporter @@ -12220,7 +12228,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::VstPlugin @@ -12228,7 +12236,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Vst3Plugin @@ -12236,7 +12244,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::AbstractArtifact @@ -12244,7 +12252,7 @@

    Method List

  • -
  • +
  • ensure_caskroom_exists Cask::Caskroom @@ -12252,7 +12260,7 @@

    Method List

  • -
  • +
  • #ensure_dependency_order RuboCop::Cop::FormulaAudit::DependencyOrder @@ -12260,7 +12268,7 @@

    Method List

  • -
  • +
  • #ensure_executable! Kernel @@ -12268,7 +12276,7 @@

    Method List

  • -
  • +
  • #ensure_formula_installed! Kernel @@ -12276,7 +12284,7 @@

    Method List

  • -
  • +
  • #ensure_installed! Tap @@ -12284,7 +12292,7 @@

    Method List

  • -
  • +
  • #ensure_installed! AbstractCoreTap @@ -12292,7 +12300,7 @@

    Method List

  • -
  • +
  • ensure_installed! AbstractCoreTap @@ -12300,7 +12308,7 @@

    Method List

  • -
  • +
  • #ensure_installed! CoreTap @@ -12308,7 +12316,7 @@

    Method List

  • -
  • +
  • ensure_installed! Utils::Git @@ -12316,7 +12324,7 @@

    Method List

  • -
  • +
  • ensure_utf8_encoding Formulary @@ -12324,7 +12332,7 @@

    Method List

  • -
  • +
  • #ensure_writable Pathname @@ -12332,7 +12340,7 @@

    Method List

  • -
  • +
  • #entries Debrew::Menu @@ -12340,7 +12348,7 @@

    Method List

  • -
  • +
  • #env BuildError @@ -12348,7 +12356,7 @@

    Method List

  • -
  • +
  • #env Cask::Config @@ -12356,7 +12364,7 @@

    Method List

  • -
  • +
  • #env Requirement @@ -12364,7 +12372,7 @@

    Method List

  • -
  • +
  • env Requirement @@ -12372,7 +12380,7 @@

    Method List

  • -
  • +
  • #env BuildEnvironment::DSL @@ -12380,7 +12388,7 @@

    Method List

  • -
  • +
  • #env Formula @@ -12388,7 +12396,7 @@

    Method List

  • -
  • +
  • #env Homebrew::DevCmd::Sh::Args @@ -12396,7 +12404,7 @@

    Method List

  • -
  • +
  • #env Homebrew::Cmd::InstallCmd::Args @@ -12404,7 +12412,7 @@

    Method List

  • -
  • +
  • env_method_name Homebrew::EnvConfig @@ -12412,7 +12420,7 @@

    Method List

  • -
  • +
  • #env_proc Requirement @@ -12420,7 +12428,7 @@

    Method List

  • -
  • +
  • env_proc Requirement @@ -12428,7 +12436,7 @@

    Method List

  • -
  • +
  • #env_script_all_files Pathname @@ -12436,7 +12444,7 @@

    Method List

  • -
  • +
  • env_set? GitHub::Actions @@ -12444,7 +12452,7 @@

    Method List

  • -
  • +
  • env_vars_manpage Homebrew::Manpages @@ -12452,7 +12460,7 @@

    Method List

  • -
  • +
  • #environment_variables Homebrew::Service @@ -12460,7 +12468,7 @@

    Method List

  • -
  • +
  • #environment_variables Homebrew::Manpages::Variables @@ -12468,7 +12476,7 @@

    Method List

  • -
  • +
  • eol_data SharedAudits @@ -12476,7 +12484,7 @@

    Method List

  • -
  • +
  • erase_char Tty @@ -12484,7 +12492,7 @@

    Method List

  • -
  • +
  • erase_line Tty @@ -12492,7 +12500,7 @@

    Method List

  • -
  • +
  • error Formatter @@ -12500,7 +12508,7 @@

    Method List

  • -
  • +
  • #error_log_path Homebrew::Service @@ -12508,7 +12516,7 @@

    Method List

  • -
  • +
  • error_message_with_suggestions Cask::Utils @@ -12516,7 +12524,7 @@

    Method List

  • -
  • +
  • #errors Cask::Audit @@ -12524,7 +12532,7 @@

    Method List

  • -
  • +
  • #errors StringInreplaceExtension @@ -12532,7 +12540,7 @@

    Method List

  • -
  • +
  • #errors? Cask::Audit @@ -12540,7 +12548,7 @@

    Method List

  • -
  • +
  • escape GitHub::Actions @@ -12548,7 +12556,7 @@

    Method List

  • -
  • +
  • #escaped_name Resource @@ -12556,7 +12564,7 @@

    Method List

  • -
  • +
  • #etc Formula @@ -12564,7 +12572,7 @@

    Method List

  • -
  • +
  • #etc Homebrew::Service @@ -12572,7 +12580,7 @@

    Method List

  • -
  • +
  • #eval_all TestRunnerFormula @@ -12580,7 +12588,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::Deps::Args @@ -12588,7 +12596,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::Desc::Args @@ -12596,7 +12604,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::Info::Args @@ -12604,7 +12612,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::Uses::Args @@ -12612,7 +12620,7 @@

    Method List

  • -
  • +
  • eval_all? Homebrew::EnvConfig @@ -12620,7 +12628,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::TapCmd::Args @@ -12628,7 +12636,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::DevCmd::Audit::Args @@ -12636,7 +12644,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::SearchCmd::Args @@ -12644,7 +12652,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::OptionsCmd::Args @@ -12652,7 +12660,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::ReadallCmd::Args @@ -12660,7 +12668,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::DevCmd::Unbottled::Args @@ -12668,7 +12676,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::DevCmd::LivecheckCmd::Args @@ -12676,7 +12684,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::DevCmd::DetermineTestRunners::Args @@ -12684,7 +12692,7 @@

    Method List

  • -
  • +
  • #eval_caveats Cask::DSL::Caveats @@ -12692,7 +12700,7 @@

    Method List

  • -
  • +
  • #examine_git_origin Homebrew::Diagnostic::Checks @@ -12700,7 +12708,7 @@

    Method List

  • -
  • +
  • #examples? Homebrew::DevCmd::Irb::Args @@ -12708,7 +12716,7 @@

    Method List

  • -
  • +
  • #except Homebrew::DevCmd::Audit::Args @@ -12716,7 +12724,7 @@

    Method List

  • -
  • +
  • #except_cops Homebrew::DevCmd::Audit::Args @@ -12724,7 +12732,7 @@

    Method List

  • -
  • +
  • #except_cops Homebrew::DevCmd::StyleCmd::Args @@ -12732,7 +12740,7 @@

    Method List

  • -
  • +
  • exception_data SPDX @@ -12740,7 +12748,7 @@

    Method List

  • -
  • +
  • #exclude? String @@ -12748,7 +12756,7 @@

    Method List

  • -
  • +
  • #exclude? Enumerable @@ -12756,7 +12764,7 @@

    Method List

  • -
  • +
  • #exclude_packages Homebrew::DevCmd::UpdatePythonResources::Args @@ -12764,7 +12772,7 @@

    Method List

  • -
  • +
  • #exec Sandbox @@ -12772,7 +12780,7 @@

    Method List

  • -
  • +
  • #exec_browser Kernel @@ -12780,7 +12788,7 @@

    Method List

  • -
  • +
  • #exec_editor Kernel @@ -12788,7 +12796,7 @@

    Method List

  • -
  • +
  • executable Utils::Tar @@ -12796,7 +12804,7 @@

    Method List

  • -
  • +
  • exist? SBOM @@ -12804,7 +12812,7 @@

    Method List

  • -
  • +
  • #existing PATH @@ -12812,7 +12820,7 @@

    Method List

  • -
  • +
  • #exists_and_not_empty? RuboCop::Cop::Homebrew::Present @@ -12820,7 +12828,7 @@

    Method List

  • -
  • +
  • #exit_status SystemCommand::Result @@ -12828,7 +12836,7 @@

    Method List

  • -
  • +
  • expand Dependency @@ -12836,7 +12844,7 @@

    Method List

  • -
  • +
  • expand Requirement @@ -12844,7 +12852,7 @@

    Method List

  • -
  • +
  • #expand_dependencies FormulaInstaller @@ -12852,7 +12860,7 @@

    Method List

  • -
  • +
  • #expand_dependencies_for_formula FormulaInstaller @@ -12860,7 +12868,7 @@

    Method List

  • -
  • +
  • #expand_deps Build @@ -12868,7 +12876,7 @@

    Method List

  • -
  • +
  • expand_elf_dst OS::Linux::Elf @@ -12876,7 +12884,7 @@

    Method List

  • -
  • +
  • #expand_reqs Build @@ -12884,7 +12892,7 @@

    Method List

  • -
  • +
  • #expand_requirements FormulaInstaller @@ -12892,7 +12900,7 @@

    Method List

  • -
  • +
  • #expected ChecksumMismatchError @@ -12900,7 +12908,7 @@

    Method List

  • -
  • +
  • #expected_remote TapRemoteMismatchError @@ -12908,7 +12916,7 @@

    Method List

  • -
  • +
  • #explicit Cask::Config @@ -12916,7 +12924,7 @@

    Method List

  • -
  • +
  • #explicit_s Cask::Config @@ -12924,7 +12932,7 @@

    Method List

  • -
  • +
  • export_value Utils::Shell @@ -12932,7 +12940,7 @@

    Method List

  • -
  • +
  • #expression_negated? RuboCop::Cop::HelperFunctions @@ -12940,7 +12948,7 @@

    Method List

  • -
  • +
  • extended Superenv @@ -12948,7 +12956,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Xz @@ -12956,7 +12964,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Air @@ -12964,7 +12972,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Cab @@ -12972,7 +12980,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Dmg @@ -12980,7 +12988,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Jar @@ -12988,7 +12996,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lha @@ -12996,7 +13004,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Otf @@ -13004,7 +13012,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Pax @@ -13012,7 +13020,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Pkg @@ -13020,7 +13028,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Rar @@ -13028,7 +13036,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Sit @@ -13036,7 +13044,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Tar @@ -13044,7 +13052,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Ttf @@ -13052,7 +13060,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Xar @@ -13060,7 +13068,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Zip @@ -13068,7 +13076,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Gzip @@ -13076,7 +13084,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lzip @@ -13084,7 +13092,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lzma @@ -13092,7 +13100,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Zstd @@ -13100,7 +13108,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Bzip2 @@ -13108,7 +13116,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::P7Zip @@ -13116,7 +13124,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Fossil @@ -13124,7 +13132,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Compress @@ -13132,7 +13140,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::LuaRock @@ -13140,7 +13148,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Directory @@ -13148,7 +13156,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Executable @@ -13156,7 +13164,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::GenericUnar @@ -13164,7 +13172,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::MicrosoftOfficeXml @@ -13172,7 +13180,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::SelfExtractingExecutable @@ -13180,7 +13188,7 @@

    Method List

  • -
  • +
  • #external? EmbeddedPatch @@ -13188,7 +13196,7 @@

    Method List

  • -
  • +
  • #external? ExternalPatch @@ -13196,7 +13204,7 @@

    Method List

  • -
  • +
  • external_cmd_path Commands @@ -13204,7 +13212,7 @@

    Method List

  • -
  • +
  • external_commands Commands @@ -13212,7 +13220,7 @@

    Method List

  • -
  • +
  • external_ruby_cmd_path Commands @@ -13220,7 +13228,7 @@

    Method List

  • -
  • +
  • external_ruby_v2_cmd_path Commands @@ -13228,7 +13236,7 @@

    Method List

  • -
  • +
  • extmodel Hardware::CPU @@ -13236,7 +13244,7 @@

    Method List

  • -
  • +
  • #extname Bottle::Filename @@ -13244,7 +13252,7 @@

    Method List

  • -
  • +
  • #extname Pathname @@ -13252,7 +13260,7 @@

    Method List

  • -
  • +
  • extname_tag_rebuild Utils::Bottles @@ -13260,7 +13268,7 @@

    Method List

  • -
  • +
  • #extra_packages Homebrew::DevCmd::UpdatePythonResources::Args @@ -13268,7 +13276,7 @@

    Method List

  • -
  • +
  • #extract UnpackStrategy @@ -13276,7 +13284,7 @@

    Method List

  • -
  • +
  • #extract_nestedly UnpackStrategy @@ -13284,7 +13292,7 @@

    Method List

  • -
  • +
  • #extract_nestedly UnpackStrategy::Uncompressed @@ -13292,7 +13300,7 @@

    Method List

  • -
  • +
  • #extract_plist? Homebrew::DevCmd::LivecheckCmd::Args @@ -13300,7 +13308,7 @@

    Method List

  • -
  • +
  • #extract_primary_container Cask::Installer @@ -13308,7 +13316,7 @@

    Method List

  • -
  • +
  • #extract_to_dir UnpackStrategy::Cab @@ -13316,7 +13324,7 @@

    Method List

  • -
  • +
  • #extras PyPI::Package @@ -13324,7 +13332,7 @@

    Method List

  • -
  • +
  • #f Homebrew::Service @@ -13332,7 +13340,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::Link::Args @@ -13340,7 +13348,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::Untap::Args @@ -13348,7 +13356,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::Migrate::Args @@ -13356,7 +13364,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::Test::Args @@ -13364,7 +13372,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::FetchCmd::Args @@ -13372,7 +13380,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::Reinstall::Args @@ -13380,7 +13388,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::Create::Args @@ -13388,7 +13396,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::Unpack::Args @@ -13396,7 +13404,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::InstallCmd::Args @@ -13404,7 +13412,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::UpgradeCmd::Args @@ -13412,7 +13420,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::Extract::Args @@ -13420,7 +13428,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::UninstallCmd::Args @@ -13428,7 +13436,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::UpdateReport::Args @@ -13436,7 +13444,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::BumpFormulaPr::Args @@ -13444,7 +13452,7 @@

    Method List

  • -
  • +
  • factory Formulary @@ -13452,7 +13460,7 @@

    Method List

  • -
  • +
  • factory_cached? Formulary @@ -13460,7 +13468,7 @@

    Method List

  • -
  • +
  • #fail_fast? Homebrew::DevCmd::Tests::Args @@ -13468,7 +13476,7 @@

    Method List

  • -
  • +
  • fail_log_lines Homebrew::EnvConfig @@ -13476,7 +13484,7 @@

    Method List

  • -
  • +
  • failed? Homebrew @@ -13484,7 +13492,7 @@

    Method List

  • -
  • +
  • fails_with Formula @@ -13492,7 +13500,7 @@

    Method List

  • -
  • +
  • #fails_with SoftwareSpec @@ -13500,7 +13508,7 @@

    Method List

  • -
  • +
  • #fails_with? CompilerFailure @@ -13508,7 +13516,7 @@

    Method List

  • -
  • +
  • #failures CompilerSelector @@ -13516,7 +13524,7 @@

    Method List

  • -
  • +
  • family Hardware::CPU @@ -13524,7 +13532,7 @@

    Method List

  • -
  • +
  • fatal Requirement @@ -13532,7 +13540,7 @@

    Method List

  • -
  • +
  • #fatal? Requirement @@ -13540,7 +13548,7 @@

    Method List

  • -
  • +
  • #fatal_build_from_source_checks Homebrew::Diagnostic::Checks @@ -13548,7 +13556,7 @@

    Method List

  • -
  • +
  • #fatal_preinstall_checks Homebrew::Diagnostic::Checks @@ -13556,7 +13564,7 @@

    Method List

  • -
  • +
  • #fatal_setup_build_environment_checks Homebrew::Diagnostic::Checks @@ -13564,7 +13572,7 @@

    Method List

  • -
  • +
  • #fc SharedEnvExtension @@ -13572,7 +13580,7 @@

    Method List

  • -
  • +
  • #fcflags SharedEnvExtension @@ -13580,7 +13588,7 @@

    Method List

  • -
  • +
  • feature? Hardware::CPU @@ -13588,7 +13596,7 @@

    Method List

  • -
  • +
  • features Hardware::CPU @@ -13596,7 +13604,7 @@

    Method List

  • -
  • +
  • #fedora? Homebrew::Cmd::SearchCmd::Args @@ -13604,7 +13612,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API @@ -13612,7 +13620,7 @@

    Method List

  • -
  • +
  • fetch Tap @@ -13620,7 +13628,7 @@

    Method List

  • -
  • +
  • #fetch Formula @@ -13628,7 +13636,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Cask @@ -13636,7 +13644,7 @@

    Method List

  • -
  • +
  • #fetch Resource @@ -13644,7 +13652,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Formula @@ -13652,7 +13660,7 @@

    Method List

  • -
  • +
  • #fetch CacheStore @@ -13660,7 +13668,7 @@

    Method List

  • -
  • +
  • #fetch Downloadable @@ -13668,7 +13676,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Analytics @@ -13676,7 +13684,7 @@

    Method List

  • -
  • +
  • #fetch Cask::Download @@ -13684,7 +13692,7 @@

    Method List

  • -
  • +
  • #fetch Bottle @@ -13692,7 +13700,7 @@

    Method List

  • -
  • +
  • #fetch Cask::Installer @@ -13700,7 +13708,7 @@

    Method List

  • -
  • +
  • #fetch AbstractDownloadStrategy @@ -13708,7 +13716,7 @@

    Method List

  • -
  • +
  • #fetch VCSDownloadStrategy @@ -13716,7 +13724,7 @@

    Method List

  • -
  • +
  • #fetch CurlDownloadStrategy @@ -13724,7 +13732,7 @@

    Method List

  • -
  • +
  • #fetch SubversionDownloadStrategy @@ -13732,7 +13740,7 @@

    Method List

  • -
  • +
  • #fetch FormulaInstaller @@ -13740,7 +13748,7 @@

    Method List

  • -
  • +
  • #fetch LinkageCacheStore @@ -13748,7 +13756,7 @@

    Method List

  • -
  • +
  • #fetch DependencyCollector @@ -13756,7 +13764,7 @@

    Method List

  • -
  • +
  • #fetch GitHubArtifactDownloadStrategy @@ -13764,7 +13772,7 @@

    Method List

  • -
  • +
  • #fetch_HEAD? Homebrew::Cmd::Outdated::Args @@ -13772,7 +13780,7 @@

    Method List

  • -
  • +
  • #fetch_HEAD? Homebrew::Cmd::InstallCmd::Args @@ -13780,7 +13788,7 @@

    Method List

  • -
  • +
  • #fetch_HEAD? Homebrew::Cmd::UpgradeCmd::Args @@ -13788,7 +13796,7 @@

    Method List

  • -
  • +
  • #fetch_bottle? Homebrew::Fetch @@ -13796,7 +13804,7 @@

    Method List

  • -
  • +
  • #fetch_bottle_tab Formula @@ -13804,7 +13812,7 @@

    Method List

  • -
  • +
  • #fetch_bottle_tab FormulaInstaller @@ -13812,7 +13820,7 @@

    Method List

  • -
  • +
  • #fetch_dependencies FormulaInstaller @@ -13820,7 +13828,7 @@

    Method List

  • -
  • +
  • #fetch_dependency FormulaInstaller @@ -13828,7 +13836,7 @@

    Method List

  • -
  • +
  • #fetch_issues BuildError @@ -13836,7 +13844,7 @@

    Method List

  • -
  • +
  • fetch_json_api_file Homebrew::API @@ -13844,7 +13852,7 @@

    Method List

  • -
  • +
  • #fetch_last_commit VCSDownloadStrategy @@ -13852,7 +13860,7 @@

    Method List

  • -
  • +
  • fetch_open_pull_requests GitHub @@ -13860,7 +13868,7 @@

    Method List

  • -
  • +
  • #fetch_patches Formula @@ -13868,7 +13876,7 @@

    Method List

  • -
  • +
  • #fetch_patches Resource @@ -13876,7 +13884,7 @@

    Method List

  • -
  • +
  • fetch_pull_requests GitHub @@ -13884,7 +13892,7 @@

    Method List

  • -
  • +
  • fetch_schema! SBOM @@ -13892,7 +13900,7 @@

    Method List

  • -
  • +
  • #fetch_tab Bottle @@ -13900,7 +13908,7 @@

    Method List

  • -
  • +
  • fetched FormulaInstaller @@ -13908,7 +13916,7 @@

    Method List

  • -
  • +
  • #fflags SharedEnvExtension @@ -13916,7 +13924,7 @@

    Method List

  • -
  • +
  • #fifth Array @@ -13924,7 +13932,7 @@

    Method List

  • -
  • +
  • #file Homebrew::DevCmd::Typecheck::Args @@ -13932,7 +13940,7 @@

    Method List

  • -
  • +
  • file_at_commit Utils::Git @@ -13940,7 +13948,7 @@

    Method List

  • -
  • +
  • #file_count DiskUsageExtension @@ -13948,7 +13956,7 @@

    Method List

  • -
  • +
  • file_from_bottle Utils::Bottles @@ -13956,7 +13964,7 @@

    Method List

  • -
  • +
  • file_linked_libraries Keg @@ -13964,7 +13972,7 @@

    Method List

  • -
  • +
  • file_outdated? Utils::Bottles @@ -13972,7 +13980,7 @@

    Method List

  • -
  • +
  • #file_path RuboCop::Cop::FormulaCop @@ -13980,7 +13988,7 @@

    Method List

  • -
  • +
  • #file_type Pathname @@ -13988,7 +13996,7 @@

    Method List

  • -
  • +
  • #filename Bottle @@ -13996,7 +14004,7 @@

    Method List

  • -
  • +
  • #filename Mechanize::HTTP::ContentDisposition @@ -14004,7 +14012,7 @@

    Method List

  • -
  • +
  • #files Resource::Partial @@ -14012,7 +14020,7 @@

    Method List

  • -
  • +
  • #files Resource @@ -14020,7 +14028,7 @@

    Method List

  • -
  • +
  • filter_items Homebrew::Livecheck::Strategy::Sparkle @@ -14028,7 +14036,7 @@

    Method List

  • -
  • +
  • #finalize_upgrade Cask::Installer @@ -14036,7 +14044,7 @@

    Method List

  • -
  • +
  • #find_all_blocks RuboCop::Cop::HelperFunctions @@ -14044,7 +14052,7 @@

    Method List

  • -
  • +
  • #find_block RuboCop::Cop::HelperFunctions @@ -14052,7 +14060,7 @@

    Method List

  • -
  • +
  • #find_blocks RuboCop::Cop::HelperFunctions @@ -14060,7 +14068,7 @@

    Method List

  • -
  • +
  • find_cask_in_tap Cask::CaskLoader @@ -14068,7 +14076,7 @@

    Method List

  • -
  • +
  • find_commands Commands @@ -14076,7 +14084,7 @@

    Method List

  • -
  • +
  • #find_const RuboCop::Cop::HelperFunctions @@ -14084,7 +14092,7 @@

    Method List

  • -
  • +
  • #find_discontinued_method_call RuboCop::Cop::Cask::Discontinued @@ -14092,7 +14100,7 @@

    Method List

  • -
  • +
  • #find_dylib Keg @@ -14100,7 +14108,7 @@

    Method List

  • -
  • +
  • #find_dylib_suffix_from Keg @@ -14108,7 +14116,7 @@

    Method List

  • -
  • +
  • #find_every_func_call_by_name RuboCop::Cop::HelperFunctions @@ -14116,7 +14124,7 @@

    Method List

  • -
  • +
  • #find_every_method_call_by_name RuboCop::Cop::HelperFunctions @@ -14124,7 +14132,7 @@

    Method List

  • -
  • +
  • find_formula_in_tap Formulary @@ -14132,7 +14140,7 @@

    Method List

  • -
  • +
  • #find_instance_call RuboCop::Cop::HelperFunctions @@ -14140,7 +14148,7 @@

    Method List

  • -
  • +
  • #find_instance_method_call RuboCop::Cop::HelperFunctions @@ -14148,7 +14156,7 @@

    Method List

  • -
  • +
  • find_internal_commands Commands @@ -14156,7 +14164,7 @@

    Method List

  • -
  • +
  • #find_method_calls_by_name RuboCop::Cop::HelperFunctions @@ -14164,7 +14172,7 @@

    Method List

  • -
  • +
  • #find_method_def RuboCop::Cop::HelperFunctions @@ -14172,7 +14180,7 @@

    Method List

  • -
  • +
  • #find_method_with_args RuboCop::Cop::HelperFunctions @@ -14180,7 +14188,7 @@

    Method List

  • -
  • +
  • #find_node_method_by_name RuboCop::Cop::HelperFunctions @@ -14188,7 +14196,7 @@

    Method List

  • -
  • +
  • #find_relative_paths Homebrew::Diagnostic::Checks @@ -14196,7 +14204,7 @@

    Method List

  • -
  • +
  • find_some_installed_dependents InstalledDependents @@ -14204,7 +14212,7 @@

    Method List

  • -
  • +
  • #find_strings RuboCop::Cop::HelperFunctions @@ -14212,7 +14220,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Git @@ -14220,7 +14228,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Gnu @@ -14228,7 +14236,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Npm @@ -14236,7 +14244,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Xml @@ -14244,7 +14252,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Cpan @@ -14252,7 +14260,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Json @@ -14260,7 +14268,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Pypi @@ -14268,7 +14276,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Xorg @@ -14276,7 +14284,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Yaml @@ -14284,7 +14292,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Crate @@ -14292,7 +14300,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Gnome @@ -14300,7 +14308,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Apache @@ -14308,7 +14316,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Hackage @@ -14316,7 +14324,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Sparkle @@ -14324,7 +14332,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Bitbucket @@ -14332,7 +14340,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Launchpad @@ -14340,7 +14348,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::PageMatch @@ -14348,7 +14356,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Sourceforge @@ -14356,7 +14364,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::HeaderMatch @@ -14364,7 +14372,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::ExtractPlist @@ -14372,7 +14380,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::GithubLatest @@ -14380,7 +14388,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::GithubReleases @@ -14388,7 +14396,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::ElectronBuilder @@ -14396,7 +14404,7 @@

    Method List

  • -
  • +
  • #finish FormulaInstaller @@ -14404,7 +14412,7 @@

    Method List

  • -
  • +
  • #fink? Homebrew::Cmd::SearchCmd::Args @@ -14412,7 +14420,7 @@

    Method List

  • -
  • +
  • #fish_completion Formula @@ -14420,7 +14428,7 @@

    Method List

  • -
  • +
  • #fish_function Formula @@ -14428,7 +14436,7 @@

    Method List

  • -
  • +
  • #fix? Homebrew::DevCmd::Audit::Args @@ -14436,7 +14444,7 @@

    Method List

  • -
  • +
  • #fix? Homebrew::DevCmd::StyleCmd::Args @@ -14444,7 +14452,7 @@

    Method List

  • -
  • +
  • #fix? Homebrew::DevCmd::Typecheck::Args @@ -14452,7 +14460,7 @@

    Method List

  • -
  • +
  • #fix_dynamic_linkage Keg @@ -14460,7 +14468,7 @@

    Method List

  • -
  • +
  • #fix_dynamic_linkage FormulaInstaller @@ -14468,7 +14476,7 @@

    Method List

  • -
  • +
  • #fix_remote_configuration Tap @@ -14476,7 +14484,7 @@

    Method List

  • -
  • +
  • #fix_tabs Migrator @@ -14484,7 +14492,7 @@

    Method List

  • -
  • +
  • #fixed_name Keg @@ -14492,7 +14500,7 @@

    Method List

  • -
  • +
  • #fixopt Build @@ -14500,7 +14508,7 @@

    Method List

  • -
  • +
  • #flag Option @@ -14508,7 +14516,7 @@

    Method List

  • -
  • +
  • #flag Homebrew::CLI::Parser @@ -14516,7 +14524,7 @@

    Method List

  • -
  • +
  • flags Hardware::CPU @@ -14524,7 +14532,7 @@

    Method List

  • -
  • +
  • #flags_only Homebrew::CLI::Args @@ -14532,7 +14540,7 @@

    Method List

  • -
  • +
  • #follow_installed_alias Formula @@ -14540,7 +14548,7 @@

    Method List

  • -
  • +
  • #fontdir Homebrew::Cmd::Reinstall::Args @@ -14548,7 +14556,7 @@

    Method List

  • -
  • +
  • #fontdir Homebrew::Cmd::InstallCmd::Args @@ -14556,7 +14564,7 @@

    Method List

  • -
  • +
  • #fontdir Homebrew::Cmd::UpgradeCmd::Args @@ -14564,7 +14572,7 @@

    Method List

  • -
  • +
  • for Keg @@ -14572,7 +14580,7 @@

    Method List

  • -
  • +
  • for Cask::CaskLoader @@ -14580,7 +14588,7 @@

    Method List

  • -
  • +
  • #for_each? Homebrew::Cmd::Deps::Args @@ -14588,7 +14596,7 @@

    Method List

  • -
  • +
  • for_formula Tab @@ -14596,7 +14604,7 @@

    Method List

  • -
  • +
  • for_keg Tab @@ -14604,7 +14612,7 @@

    Method List

  • -
  • +
  • for_name Tab @@ -14612,7 +14620,7 @@

    Method List

  • -
  • +
  • #for_path Homebrew::Style::Offenses @@ -14620,7 +14628,7 @@

    Method List

  • -
  • +
  • for_standard CompilerFailure @@ -14628,7 +14636,7 @@

    Method List

  • -
  • +
  • #forbidden_by_env? Tap @@ -14636,7 +14644,7 @@

    Method List

  • -
  • +
  • #forbidden_cask_and_formula_check Cask::Installer @@ -14644,7 +14652,7 @@

    Method List

  • -
  • +
  • forbidden_casks Homebrew::EnvConfig @@ -14652,7 +14660,7 @@

    Method List

  • -
  • +
  • #forbidden_formula_check FormulaInstaller @@ -14660,7 +14668,7 @@

    Method List

  • -
  • +
  • forbidden_formulae Homebrew::EnvConfig @@ -14668,7 +14676,7 @@

    Method List

  • -
  • +
  • #forbidden_license_check FormulaInstaller @@ -14676,7 +14684,7 @@

    Method List

  • -
  • +
  • forbidden_licenses Homebrew::EnvConfig @@ -14684,7 +14692,7 @@

    Method List

  • -
  • +
  • forbidden_licenses_include? SPDX @@ -14692,7 +14700,7 @@

    Method List

  • -
  • +
  • forbidden_owner Homebrew::EnvConfig @@ -14700,7 +14708,7 @@

    Method List

  • -
  • +
  • forbidden_owner_contact Homebrew::EnvConfig @@ -14708,7 +14716,7 @@

    Method List

  • -
  • +
  • #forbidden_tap_check Cask::Installer @@ -14716,7 +14724,7 @@

    Method List

  • -
  • +
  • #forbidden_tap_check FormulaInstaller @@ -14724,7 +14732,7 @@

    Method List

  • -
  • +
  • forbidden_taps Tap @@ -14732,7 +14740,7 @@

    Method List

  • -
  • +
  • forbidden_taps Homebrew::EnvConfig @@ -14740,7 +14748,7 @@

    Method List

  • -
  • +
  • #force? FormulaInstaller @@ -14748,7 +14756,7 @@

    Method List

  • -
  • +
  • #force? Cask::Installer @@ -14756,7 +14764,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::Link::Args @@ -14764,7 +14772,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::Untap::Args @@ -14772,7 +14780,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::Migrate::Args @@ -14780,7 +14788,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::TapCmd::Args @@ -14788,7 +14796,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::Test::Args @@ -14796,7 +14804,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::FetchCmd::Args @@ -14804,7 +14812,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::Reinstall::Args @@ -14812,7 +14820,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::Create::Args @@ -14820,7 +14828,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::Unpack::Args @@ -14828,7 +14836,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::InstallCmd::Args @@ -14836,7 +14844,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::UpgradeCmd::Args @@ -14844,7 +14852,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::Extract::Args @@ -14852,7 +14860,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::UninstallCmd::Args @@ -14860,7 +14868,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::UpdateReport::Args @@ -14868,7 +14876,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::BumpFormulaPr::Args @@ -14876,7 +14884,7 @@

    Method List

  • -
  • +
  • #force_auto_update? Homebrew::Cmd::TapCmd::Args @@ -14884,7 +14892,7 @@

    Method List

  • -
  • +
  • #force_bottle Formula @@ -14892,7 +14900,7 @@

    Method List

  • -
  • +
  • #force_bottle? FormulaInstaller @@ -14900,7 +14908,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::Cache::Args @@ -14908,7 +14916,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::FetchCmd::Args @@ -14916,7 +14924,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::Reinstall::Args @@ -14924,7 +14932,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::InstallCmd::Args @@ -14932,7 +14940,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::UpgradeCmd::Args @@ -14940,7 +14948,7 @@

    Method List

  • -
  • +
  • force_brewed_ca_certificates? Homebrew::EnvConfig @@ -14948,7 +14956,7 @@

    Method List

  • -
  • +
  • force_brewed_curl? Homebrew::EnvConfig @@ -14956,7 +14964,7 @@

    Method List

  • -
  • +
  • force_brewed_git? Homebrew::EnvConfig @@ -14964,7 +14972,7 @@

    Method List

  • -
  • +
  • #force_core_tap? Homebrew::DevCmd::Bottle::Args @@ -14972,7 +14980,7 @@

    Method List

  • -
  • +
  • force_utf8! FormulaInfo @@ -14980,7 +14988,7 @@

    Method List

  • -
  • +
  • force_vendor_ruby? Homebrew::EnvConfig @@ -14988,7 +14996,7 @@

    Method List

  • -
  • +
  • #forget Cask::Pkg @@ -14996,7 +15004,7 @@

    Method List

  • -
  • +
  • forget_user_gem_groups! Homebrew @@ -15004,7 +15012,7 @@

    Method List

  • -
  • +
  • fork_exists? GitHub @@ -15012,7 +15020,7 @@

    Method List

  • -
  • +
  • #fork_org Homebrew::DevCmd::BumpCaskPr::Args @@ -15020,7 +15028,7 @@

    Method List

  • -
  • +
  • #fork_org Homebrew::DevCmd::BumpFormulaPr::Args @@ -15028,7 +15036,7 @@

    Method List

  • -
  • +
  • forked_repo_info! GitHub @@ -15036,7 +15044,7 @@

    Method List

  • -
  • +
  • #format_component RuboCop::Cop::HelperFunctions @@ -15044,7 +15052,7 @@

    Method List

  • -
  • +
  • format_count Utils::Analytics @@ -15052,7 +15060,7 @@

    Method List

  • -
  • +
  • format_description Homebrew::Completions @@ -15060,7 +15068,7 @@

    Method List

  • -
  • +
  • format_help_text Formatter @@ -15068,7 +15076,7 @@

    Method List

  • -
  • +
  • format_multiline_string GitHub::Actions @@ -15076,7 +15084,7 @@

    Method List

  • -
  • +
  • format_opt Homebrew::Manpages @@ -15084,7 +15092,7 @@

    Method List

  • -
  • +
  • format_percent Utils::Analytics @@ -15092,7 +15100,7 @@

    Method List

  • -
  • +
  • format_usage_banner Homebrew::Manpages @@ -15100,7 +15108,7 @@

    Method List

  • -
  • +
  • format_versioned Cask::List @@ -15108,7 +15116,7 @@

    Method List

  • -
  • +
  • #formula Build @@ -15116,7 +15124,7 @@

    Method List

  • -
  • +
  • #formula Caveats @@ -15124,7 +15132,7 @@

    Method List

  • -
  • +
  • #formula Migrator @@ -15132,7 +15140,7 @@

    Method List

  • -
  • +
  • #formula CompilerSelector @@ -15140,7 +15148,7 @@

    Method List

  • -
  • +
  • #formula Livecheck @@ -15148,7 +15156,7 @@

    Method List

  • -
  • +
  • #formula FormulaValidationError @@ -15156,7 +15164,7 @@

    Method List

  • -
  • +
  • #formula FormulaConflictError @@ -15164,7 +15172,7 @@

    Method List

  • -
  • +
  • #formula BuildError @@ -15172,7 +15180,7 @@

    Method List

  • -
  • +
  • #formula Homebrew::FormulaAuditor @@ -15180,7 +15188,7 @@

    Method List

  • -
  • +
  • #formula LinkageChecker @@ -15188,7 +15196,7 @@

    Method List

  • -
  • +
  • #formula FormulaInstaller @@ -15196,7 +15204,7 @@

    Method List

  • -
  • +
  • #formula Cask::DSL::DependsOn @@ -15204,7 +15212,7 @@

    Method List

  • -
  • +
  • #formula TestRunnerFormula @@ -15212,7 +15220,7 @@

    Method List

  • -
  • +
  • #formula FormulaCellarChecks @@ -15220,7 +15228,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::CLI::Args @@ -15228,7 +15236,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Log::Args @@ -15236,7 +15244,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Deps::Args @@ -15244,7 +15252,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Desc::Args @@ -15252,7 +15260,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Home::Args @@ -15260,7 +15268,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Info::Args @@ -15268,7 +15276,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::List::Args @@ -15276,7 +15284,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Uses::Args @@ -15284,7 +15292,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Cache::Args @@ -15292,7 +15300,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Migrate::Args @@ -15300,7 +15308,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::Cat::Args @@ -15308,7 +15316,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Outdated::Args @@ -15316,7 +15324,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::Bump::Args @@ -15324,7 +15332,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::Edit::Args @@ -15332,7 +15340,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::FetchCmd::Args @@ -15340,7 +15348,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Reinstall::Args @@ -15348,7 +15356,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::Audit::Args @@ -15356,7 +15364,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::SearchCmd::Args @@ -15364,7 +15372,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::InstallCmd::Args @@ -15372,7 +15380,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::UpgradeCmd::Args @@ -15380,7 +15388,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::UninstallCmd::Args @@ -15388,7 +15396,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::StyleCmd::Args @@ -15396,7 +15404,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::LivecheckCmd::Args @@ -15404,7 +15412,7 @@

    Method List

  • -
  • +
  • #formula_aliases Homebrew::TapAuditor @@ -15412,7 +15420,7 @@

    Method List

  • -
  • +
  • #formula_at_revision FormulaVersions @@ -15420,7 +15428,7 @@

    Method List

  • -
  • +
  • formula_build_network Homebrew::EnvConfig @@ -15428,7 +15436,7 @@

    Method List

  • -
  • +
  • formula_class_defined_from_api? Formulary @@ -15436,7 +15444,7 @@

    Method List

  • -
  • +
  • formula_class_defined_from_path? Formulary @@ -15444,7 +15452,7 @@

    Method List

  • -
  • +
  • formula_class_get_from_api Formulary @@ -15452,7 +15460,7 @@

    Method List

  • -
  • +
  • formula_class_get_from_path Formulary @@ -15460,7 +15468,7 @@

    Method List

  • -
  • +
  • formula_contents Utils::Bottles @@ -15468,7 +15476,7 @@

    Method List

  • -
  • +
  • formula_deprecated Homebrew::Livecheck::SkipConditions @@ -15476,7 +15484,7 @@

    Method List

  • -
  • +
  • #formula_dir Tap @@ -15484,7 +15492,7 @@

    Method List

  • -
  • +
  • #formula_dir CoreTap @@ -15492,7 +15500,7 @@

    Method List

  • -
  • +
  • formula_disabled Homebrew::Livecheck::SkipConditions @@ -15500,7 +15508,7 @@

    Method List

  • -
  • +
  • #formula_error FormulaUnreadableErrorModule @@ -15508,7 +15516,7 @@

    Method List

  • -
  • +
  • #formula_file? Tap @@ -15516,7 +15524,7 @@

    Method List

  • -
  • +
  • #formula_file_to_name Tap @@ -15524,7 +15532,7 @@

    Method List

  • -
  • +
  • #formula_file_to_name AbstractCoreTap @@ -15532,7 +15540,7 @@

    Method List

  • -
  • +
  • #formula_files Tap @@ -15540,7 +15548,7 @@

    Method List

  • -
  • +
  • #formula_files CoreTap @@ -15548,7 +15556,7 @@

    Method List

  • -
  • +
  • #formula_files_by_name Tap @@ -15556,7 +15564,7 @@

    Method List

  • -
  • +
  • #formula_files_by_name CoreTap @@ -15564,7 +15572,7 @@

    Method List

  • -
  • +
  • formula_head_only Homebrew::Livecheck::SkipConditions @@ -15572,7 +15580,7 @@

    Method List

  • -
  • +
  • formula_linked_version SystemConfig @@ -15580,7 +15588,7 @@

    Method List

  • -
  • +
  • formula_name Homebrew::Livecheck @@ -15588,7 +15596,7 @@

    Method List

  • -
  • +
  • #formula_names Tap @@ -15596,7 +15604,7 @@

    Method List

  • -
  • +
  • #formula_names CoreTap @@ -15604,7 +15612,7 @@

    Method List

  • -
  • +
  • #formula_names Homebrew::TapAuditor @@ -15612,7 +15620,7 @@

    Method List

  • -
  • +
  • formula_optionally_versioned_regex Version @@ -15620,7 +15628,7 @@

    Method List

  • -
  • +
  • #formula_options Homebrew::CLI::Parser @@ -15628,7 +15636,7 @@

    Method List

  • -
  • +
  • formula_output Utils::Analytics @@ -15636,7 +15644,7 @@

    Method List

  • -
  • +
  • #formula_path_strings RuboCop::Cop::FormulaAudit::Miscellaneous @@ -15644,7 +15652,7 @@

    Method List

  • -
  • +
  • formula_postinstall_network Homebrew::EnvConfig @@ -15652,7 +15660,7 @@

    Method List

  • -
  • +
  • #formula_renames Tap @@ -15660,7 +15668,7 @@

    Method List

  • -
  • +
  • #formula_renames CoreTap @@ -15668,7 +15676,7 @@

    Method List

  • -
  • +
  • #formula_renames Homebrew::TapAuditor @@ -15676,7 +15684,7 @@

    Method List

  • -
  • +
  • #formula_reverse_renames Tap @@ -15684,7 +15692,7 @@

    Method List

  • -
  • +
  • #formula_tap RuboCop::Cop::FormulaCop @@ -15692,7 +15700,7 @@

    Method List

  • -
  • +
  • formula_test_network Homebrew::EnvConfig @@ -15700,7 +15708,7 @@

    Method List

  • -
  • +
  • formula_versioned Homebrew::Livecheck::SkipConditions @@ -15708,7 +15716,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Log::Args @@ -15716,7 +15724,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Deps::Args @@ -15724,7 +15732,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Desc::Args @@ -15732,7 +15740,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Home::Args @@ -15740,7 +15748,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Info::Args @@ -15748,7 +15756,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::List::Args @@ -15756,7 +15764,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Uses::Args @@ -15764,7 +15772,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Cache::Args @@ -15772,7 +15780,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Migrate::Args @@ -15780,7 +15788,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::Cat::Args @@ -15788,7 +15796,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Outdated::Args @@ -15796,7 +15804,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::Bump::Args @@ -15804,7 +15812,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::Edit::Args @@ -15812,7 +15820,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::FetchCmd::Args @@ -15820,7 +15828,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Reinstall::Args @@ -15828,7 +15836,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::Audit::Args @@ -15836,7 +15844,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::SearchCmd::Args @@ -15844,7 +15852,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::InstallCmd::Args @@ -15852,7 +15860,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::UpgradeCmd::Args @@ -15860,7 +15868,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::UninstallCmd::Args @@ -15868,7 +15876,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::StyleCmd::Args @@ -15876,7 +15884,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::LivecheckCmd::Args @@ -15884,7 +15892,7 @@

    Method List

  • -
  • +
  • #fortran SharedEnvExtension @@ -15892,7 +15900,7 @@

    Method List

  • -
  • +
  • #fourth Array @@ -15900,7 +15908,7 @@

    Method List

  • -
  • +
  • #frameworks Formula @@ -15908,7 +15916,7 @@

    Method List

  • -
  • +
  • #free_port Homebrew::FreePort @@ -15916,7 +15924,7 @@

    Method List

  • -
  • +
  • freeze Formula @@ -15924,7 +15932,7 @@

    Method List

  • -
  • +
  • #freeze Options @@ -15932,7 +15940,7 @@

    Method List

  • -
  • +
  • #freeze Version @@ -15940,7 +15948,7 @@

    Method List

  • -
  • +
  • #freeze Resource @@ -15948,7 +15956,7 @@

    Method List

  • -
  • +
  • #freeze Downloadable @@ -15956,7 +15964,7 @@

    Method List

  • -
  • +
  • #freeze Keg::Relocation @@ -15964,7 +15972,7 @@

    Method List

  • -
  • +
  • #freeze SoftwareSpec @@ -15972,7 +15980,7 @@

    Method List

  • -
  • +
  • #freeze DependencyCollector @@ -15980,7 +15988,7 @@

    Method List

  • -
  • +
  • #freeze_named_args! Homebrew::CLI::Args @@ -15988,7 +15996,7 @@

    Method List

  • -
  • +
  • #freeze_processed_options! Homebrew::CLI::Args @@ -15996,7 +16004,7 @@

    Method List

  • -
  • +
  • #freeze_remaining_args! Homebrew::CLI::Args @@ -16004,7 +16012,7 @@

    Method List

  • -
  • +
  • #fresh_install? FormulaInstaller @@ -16012,7 +16020,7 @@

    Method List

  • -
  • +
  • from Version::Token @@ -16020,7 +16028,7 @@

    Method List

  • -
  • +
  • #from Homebrew::DevCmd::Contributions::Args @@ -16028,7 +16036,7 @@

    Method List

  • -
  • +
  • from_args Cask::Config @@ -16036,7 +16044,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Pkg @@ -16044,7 +16052,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Manpage @@ -16052,7 +16060,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Artifact @@ -16060,7 +16068,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Installer @@ -16068,7 +16076,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Relocated @@ -16076,7 +16084,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::StageOnly @@ -16084,7 +16092,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::AbstractUninstall @@ -16092,7 +16100,7 @@

    Method List

  • -
  • +
  • #from_block? Cask::URL @@ -16100,7 +16108,7 @@

    Method List

  • -
  • +
  • from_cmd_path Homebrew::CLI::Parser @@ -16108,7 +16116,7 @@

    Method List

  • -
  • +
  • from_contents Formulary @@ -16116,7 +16124,7 @@

    Method List

  • -
  • +
  • from_extension UnpackStrategy @@ -16124,7 +16132,7 @@

    Method List

  • -
  • +
  • from_file Tab @@ -16132,7 +16140,7 @@

    Method List

  • -
  • +
  • from_file_content Tab @@ -16140,7 +16148,7 @@

    Method List

  • -
  • +
  • #from_h_array_gsubs Cask::CaskLoader::FromAPILoader @@ -16148,7 +16156,7 @@

    Method List

  • -
  • +
  • #from_h_gsubs Cask::CaskLoader::FromAPILoader @@ -16156,7 +16164,7 @@

    Method List

  • -
  • +
  • #from_h_hash_gsubs Cask::CaskLoader::FromAPILoader @@ -16164,7 +16172,7 @@

    Method List

  • -
  • +
  • #from_h_string_gsubs Cask::CaskLoader::FromAPILoader @@ -16172,7 +16180,7 @@

    Method List

  • -
  • +
  • from_hash Homebrew::Service @@ -16180,7 +16188,7 @@

    Method List

  • -
  • +
  • from_info_plist Homebrew::BundleVersion @@ -16188,7 +16196,7 @@

    Method List

  • -
  • +
  • from_info_plist_content Homebrew::BundleVersion @@ -16196,7 +16204,7 @@

    Method List

  • -
  • +
  • from_json Cask::Config @@ -16204,7 +16212,7 @@

    Method List

  • -
  • +
  • #from_json Cask::CaskLoader::FromAPILoader @@ -16212,7 +16220,7 @@

    Method List

  • -
  • +
  • from_keg Formulary @@ -16220,7 +16228,7 @@

    Method List

  • -
  • +
  • from_magic UnpackStrategy @@ -16228,7 +16236,7 @@

    Method List

  • -
  • +
  • from_package_info Homebrew::BundleVersion @@ -16236,7 +16244,7 @@

    Method List

  • -
  • +
  • from_path Tap @@ -16244,7 +16252,7 @@

    Method List

  • -
  • +
  • from_path Utils::Shell @@ -16252,7 +16260,7 @@

    Method List

  • -
  • +
  • from_rack Formulary @@ -16260,7 +16268,7 @@

    Method List

  • -
  • +
  • #from_same_tap_user? Migrator @@ -16268,7 +16276,7 @@

    Method List

  • -
  • +
  • from_symbol MacOSVersion @@ -16276,7 +16284,7 @@

    Method List

  • -
  • +
  • from_symbol Utils::Bottles::Tag @@ -16284,7 +16292,7 @@

    Method List

  • -
  • +
  • from_symbol Homebrew::Livecheck::Strategy @@ -16292,7 +16300,7 @@

    Method List

  • -
  • +
  • from_type UnpackStrategy @@ -16300,7 +16308,7 @@

    Method List

  • -
  • +
  • from_url Homebrew::Livecheck::Strategy @@ -16308,7 +16316,7 @@

    Method List

  • -
  • +
  • ftp_proxy Homebrew::EnvConfig @@ -16316,7 +16324,7 @@

    Method List

  • -
  • +
  • #full_alias_name Formula @@ -16324,7 +16332,7 @@

    Method List

  • -
  • +
  • #full_installed_alias_name Formula @@ -16332,7 +16340,7 @@

    Method List

  • -
  • +
  • #full_installed_specified_name Formula @@ -16340,7 +16348,7 @@

    Method List

  • -
  • +
  • #full_name Tap @@ -16348,7 +16356,7 @@

    Method List

  • -
  • +
  • #full_name Formula @@ -16356,7 +16364,7 @@

    Method List

  • -
  • +
  • #full_name Cask::Cask @@ -16364,7 +16372,7 @@

    Method List

  • -
  • +
  • #full_name SoftwareSpec @@ -16372,7 +16380,7 @@

    Method List

  • -
  • +
  • #full_name CaskDependent @@ -16380,7 +16388,7 @@

    Method List

  • -
  • +
  • #full_name? Homebrew::Cmd::Deps::Args @@ -16388,7 +16396,7 @@

    Method List

  • -
  • +
  • #full_name? Homebrew::Cmd::List::Args @@ -16396,7 +16404,7 @@

    Method List

  • -
  • +
  • #full_name? Homebrew::DevCmd::Bump::Args @@ -16404,7 +16412,7 @@

    Method List

  • -
  • +
  • #full_name? Homebrew::DevCmd::LivecheckCmd::Args @@ -16412,7 +16420,7 @@

    Method List

  • -
  • +
  • full_names Formula @@ -16420,7 +16428,7 @@

    Method List

  • -
  • +
  • #full_specified_name Formula @@ -16428,7 +16436,7 @@

    Method List

  • -
  • +
  • #full_token Cask::Cask @@ -16436,7 +16444,7 @@

    Method List

  • -
  • +
  • full_version OS::Mac @@ -16444,7 +16452,7 @@

    Method List

  • -
  • +
  • full_version= OS::Mac @@ -16452,7 +16460,7 @@

    Method List

  • -
  • +
  • #function_mappings Homebrew::Completions::Variables @@ -16460,7 +16468,7 @@

    Method List

  • -
  • +
  • #functions_installed? Keg @@ -16468,7 +16476,7 @@

    Method List

  • -
  • +
  • fuzzy_search Formula @@ -16476,7 +16484,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::Cmd::Outdated::Args @@ -16484,7 +16492,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::Cmd::Reinstall::Args @@ -16492,7 +16500,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::DevCmd::Unpack::Args @@ -16500,7 +16508,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::Cmd::InstallCmd::Args @@ -16508,7 +16516,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::Cmd::UpgradeCmd::Args @@ -16516,7 +16524,7 @@

    Method List

  • -
  • +
  • gain_permissions Cask::Utils @@ -16524,7 +16532,7 @@

    Method List

  • -
  • +
  • gain_permissions_mkpath Cask::Utils @@ -16532,7 +16540,7 @@

    Method List

  • -
  • +
  • gain_permissions_remove Cask::Utils @@ -16540,7 +16548,7 @@

    Method List

  • -
  • +
  • #gain_permissions_remove Cask::Installer @@ -16548,7 +16556,7 @@

    Method List

  • -
  • +
  • gain_permissions_rmdir Cask::Utils @@ -16556,7 +16564,7 @@

    Method List

  • -
  • +
  • gather_constants Tapioca::Compilers::Tty @@ -16564,7 +16572,7 @@

    Method List

  • -
  • +
  • gather_constants Tapioca::Compilers::Args @@ -16572,7 +16580,7 @@

    Method List

  • -
  • +
  • gather_constants Tapioca::Compilers::RuboCop @@ -16580,7 +16588,7 @@

    Method List

  • -
  • +
  • gather_constants Tapioca::Compilers::EnvConfig @@ -16588,7 +16596,7 @@

    Method List

  • -
  • +
  • #gcc_dep_if_needed DependencyCollector @@ -16596,7 +16604,7 @@

    Method List

  • -
  • +
  • gcc_version DevelopmentTools @@ -16604,7 +16612,7 @@

    Method List

  • -
  • +
  • #gem_user_bindir Homebrew @@ -16612,7 +16620,7 @@

    Method List

  • -
  • +
  • #general Homebrew::BumpVersionParser @@ -16620,7 +16628,7 @@

    Method List

  • -
  • +
  • #generate Attr @@ -16628,7 +16636,7 @@

    Method List

  • -
  • +
  • generate_bash_completion_file Homebrew::Completions @@ -16636,7 +16644,7 @@

    Method List

  • -
  • +
  • generate_bash_subcommand_completion Homebrew::Completions @@ -16644,7 +16652,7 @@

    Method List

  • -
  • +
  • generate_cmd_manpages Homebrew::Manpages @@ -16652,7 +16660,7 @@

    Method List

  • -
  • +
  • #generate_completions_from_executable Formula @@ -16660,7 +16668,7 @@

    Method List

  • -
  • +
  • generate_fish_completion_file Homebrew::Completions @@ -16668,7 +16676,7 @@

    Method List

  • -
  • +
  • generate_fish_subcommand_completion Homebrew::Completions @@ -16676,7 +16684,7 @@

    Method List

  • -
  • +
  • #generate_help_text Homebrew::CLI::Parser @@ -16684,7 +16692,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Gnu @@ -16692,7 +16700,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Npm @@ -16700,7 +16708,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Cpan @@ -16708,7 +16716,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Pypi @@ -16716,7 +16724,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Xorg @@ -16724,7 +16732,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Crate @@ -16732,7 +16740,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Gnome @@ -16740,7 +16748,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Apache @@ -16748,7 +16756,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Hackage @@ -16756,7 +16764,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Bitbucket @@ -16764,7 +16772,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Launchpad @@ -16772,7 +16780,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Sourceforge @@ -16780,7 +16788,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::GithubLatest @@ -16788,7 +16796,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::GithubReleases @@ -16796,7 +16804,7 @@

    Method List

  • -
  • +
  • generate_option_doc Homebrew::Manpages @@ -16804,7 +16812,7 @@

    Method List

  • -
  • +
  • generate_release_notes GitHub @@ -16812,7 +16820,7 @@

    Method List

  • -
  • +
  • #generate_sha256_line Homebrew::DevCmd::Bottle @@ -16820,7 +16828,7 @@

    Method List

  • -
  • +
  • generate_zsh_completion_file Homebrew::Completions @@ -16828,7 +16836,7 @@

    Method List

  • -
  • +
  • generate_zsh_option_exclusions Homebrew::Completions @@ -16836,7 +16844,7 @@

    Method List

  • -
  • +
  • generate_zsh_subcommand_completion Homebrew::Completions @@ -16844,7 +16852,7 @@

    Method List

  • -
  • +
  • #generated_hash! APIHashable @@ -16852,7 +16860,7 @@

    Method List

  • -
  • +
  • #generating_hash! APIHashable @@ -16860,7 +16868,7 @@

    Method List

  • -
  • +
  • #generating_hash? APIHashable @@ -16868,7 +16876,7 @@

    Method List

  • -
  • +
  • #generic? Homebrew::DevCmd::Tests::Args @@ -16876,7 +16884,7 @@

    Method List

  • -
  • +
  • #generic_git_tags Homebrew::DevCmd::UpdateTest @@ -16884,7 +16892,7 @@

    Method List

  • -
  • +
  • generic_locate DevelopmentTools @@ -16892,7 +16900,7 @@

    Method List

  • -
  • +
  • #get CacheStoreDatabase @@ -16900,7 +16908,7 @@

    Method List

  • -
  • +
  • get_artifact_urls GitHub @@ -16908,7 +16916,7 @@

    Method List

  • -
  • +
  • #get_checksum_node RuboCop::Cop::FormulaCop @@ -16916,7 +16924,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::FormulaLoader @@ -16924,7 +16932,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::FromBottleLoader @@ -16932,7 +16940,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::FromTapLoader @@ -16940,7 +16948,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::NullLoader @@ -16948,7 +16956,7 @@

    Method List

  • -
  • +
  • get_info Cask::Info @@ -16956,7 +16964,7 @@

    Method List

  • -
  • +
  • get_latest_release GitHub @@ -16964,7 +16972,7 @@

    Method List

  • -
  • +
  • #get_make_var StringInreplaceExtension @@ -16972,7 +16980,7 @@

    Method List

  • -
  • +
  • #get_mounts Homebrew::Diagnostic::Volumes @@ -16980,7 +16988,7 @@

    Method List

  • -
  • +
  • #get_package Homebrew::DevCmd::PrPull @@ -16988,7 +16996,7 @@

    Method List

  • -
  • +
  • get_pull_request_changed_files GitHub @@ -16996,7 +17004,7 @@

    Method List

  • -
  • +
  • #get_pypi_url RuboCop::Cop::FormulaAudit::PyPiUrls @@ -17004,7 +17012,7 @@

    Method List

  • -
  • +
  • get_release GitHub @@ -17012,7 +17020,7 @@

    Method List

  • -
  • +
  • #get_repo_data Homebrew::FormulaAuditor @@ -17020,7 +17028,7 @@

    Method List

  • -
  • +
  • get_repo_license GitHub @@ -17028,7 +17036,7 @@

    Method List

  • -
  • +
  • #get_return_type Tapioca::Compilers::Args @@ -17036,7 +17044,7 @@

    Method List

  • -
  • +
  • #get_state RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -17044,7 +17052,7 @@

    Method List

  • -
  • +
  • get_workflow_run GitHub @@ -17052,7 +17060,7 @@

    Method List

  • -
  • +
  • gh_executable Homebrew::Attestation @@ -17060,7 +17068,7 @@

    Method List

  • -
  • +
  • git Utils::Git @@ -17068,7 +17076,7 @@

    Method List

  • -
  • +
  • #git? Tap @@ -17076,7 +17084,7 @@

    Method List

  • -
  • +
  • #git? FormulaInstaller @@ -17084,7 +17092,7 @@

    Method List

  • -
  • +
  • #git? Homebrew::Cmd::Reinstall::Args @@ -17092,7 +17100,7 @@

    Method List

  • -
  • +
  • #git? Homebrew::DevCmd::Audit::Args @@ -17100,7 +17108,7 @@

    Method List

  • -
  • +
  • #git? Homebrew::DevCmd::Unpack::Args @@ -17108,7 +17116,7 @@

    Method List

  • -
  • +
  • #git? Homebrew::Cmd::InstallCmd::Args @@ -17116,7 +17124,7 @@

    Method List

  • -
  • +
  • #git_branch Tap @@ -17124,7 +17132,7 @@

    Method List

  • -
  • +
  • git_branch Utils @@ -17132,7 +17140,7 @@

    Method List

  • -
  • +
  • git_commit_message Utils @@ -17140,7 +17148,7 @@

    Method List

  • -
  • +
  • #git_dep_if_needed DependencyCollector @@ -17148,7 +17156,7 @@

    Method List

  • -
  • +
  • git_email Homebrew::EnvConfig @@ -17156,7 +17164,7 @@

    Method List

  • -
  • +
  • #git_head Tap @@ -17164,7 +17172,7 @@

    Method List

  • -
  • +
  • git_head Utils @@ -17172,7 +17180,7 @@

    Method List

  • -
  • +
  • #git_last_commit Tap @@ -17180,7 +17188,7 @@

    Method List

  • -
  • +
  • git_name Homebrew::EnvConfig @@ -17188,7 +17196,7 @@

    Method List

  • -
  • +
  • git_path Homebrew::EnvConfig @@ -17196,7 +17204,7 @@

    Method List

  • -
  • +
  • #git_repo Tap @@ -17204,7 +17212,7 @@

    Method List

  • -
  • +
  • #git_repo? GitRepository @@ -17212,7 +17220,7 @@

    Method List

  • -
  • +
  • git_short_head Utils @@ -17220,7 +17228,7 @@

    Method List

  • -
  • +
  • github SharedAudits @@ -17228,7 +17236,7 @@

    Method List

  • -
  • +
  • #github? Homebrew::Cmd::Info::Args @@ -17236,7 +17244,7 @@

    Method List

  • -
  • +
  • github_api_token Homebrew::EnvConfig @@ -17244,7 +17252,7 @@

    Method List

  • -
  • +
  • github_cli_token GitHub::API @@ -17252,7 +17260,7 @@

    Method List

  • -
  • +
  • #github_message GitHub::API::Error @@ -17260,7 +17268,7 @@

    Method List

  • -
  • +
  • #github_packages Bottle::Filename @@ -17268,7 +17276,7 @@

    Method List

  • -
  • +
  • #github_packages? Homebrew::DevCmd::TapNew::Args @@ -17276,7 +17284,7 @@

    Method List

  • -
  • +
  • #github_packages_downloads? Homebrew::Cmd::Info::Args @@ -17284,7 +17292,7 @@

    Method List

  • -
  • +
  • github_packages_token Homebrew::EnvConfig @@ -17292,7 +17300,7 @@

    Method List

  • -
  • +
  • github_packages_user Homebrew::EnvConfig @@ -17300,7 +17308,7 @@

    Method List

  • -
  • +
  • github_release SharedAudits @@ -17308,7 +17316,7 @@

    Method List

  • -
  • +
  • github_release_data SharedAudits @@ -17316,7 +17324,7 @@

    Method List

  • -
  • +
  • #github_remote_path Homebrew::Cmd::Info @@ -17324,7 +17332,7 @@

    Method List

  • -
  • +
  • github_repo_data SharedAudits @@ -17332,7 +17340,7 @@

    Method List

  • -
  • +
  • github_tag_from_url SharedAudits @@ -17340,7 +17348,7 @@

    Method List

  • -
  • +
  • gitlab SharedAudits @@ -17348,7 +17356,7 @@

    Method List

  • -
  • +
  • gitlab_release SharedAudits @@ -17356,7 +17364,7 @@

    Method List

  • -
  • +
  • gitlab_release_data SharedAudits @@ -17364,7 +17372,7 @@

    Method List

  • -
  • +
  • gitlab_repo_data SharedAudits @@ -17372,7 +17380,7 @@

    Method List

  • -
  • +
  • gitlab_tag_from_url SharedAudits @@ -17380,7 +17388,7 @@

    Method List

  • -
  • +
  • #glibc_dep_if_needed DependencyCollector @@ -17388,7 +17396,7 @@

    Method List

  • -
  • +
  • #global_cask_options Homebrew::Manpages::Variables @@ -17396,7 +17404,7 @@

    Method List

  • -
  • +
  • global_cask_options Homebrew::CLI::Parser @@ -17404,7 +17412,7 @@

    Method List

  • -
  • +
  • global_cask_options_manpage Homebrew::Manpages @@ -17412,7 +17420,7 @@

    Method List

  • -
  • +
  • #global_options Homebrew::Manpages::Variables @@ -17420,7 +17428,7 @@

    Method List

  • -
  • +
  • global_options Homebrew::CLI::Parser @@ -17428,7 +17436,7 @@

    Method List

  • -
  • +
  • global_options_manpage Homebrew::Manpages @@ -17436,7 +17444,7 @@

    Method List

  • -
  • +
  • global_post_install Homebrew::Install @@ -17444,7 +17452,7 @@

    Method List

  • -
  • +
  • #gnu_tar Homebrew::DevCmd::Bottle @@ -17452,7 +17460,7 @@

    Method List

  • -
  • +
  • #go? Homebrew::DevCmd::Create::Args @@ -17460,7 +17468,7 @@

    Method List

  • -
  • +
  • go_cache_directory? Homebrew::Cleanup @@ -17468,7 +17476,7 @@

    Method List

  • -
  • +
  • go_resource Formula @@ -17476,7 +17484,7 @@

    Method List

  • -
  • +
  • #go_resource SoftwareSpec @@ -17484,7 +17492,7 @@

    Method List

  • -
  • +
  • #graph? Homebrew::Cmd::Deps::Args @@ -17492,7 +17500,7 @@

    Method List

  • -
  • +
  • graph_package_dependencies Utils::TopologicalHash @@ -17500,7 +17508,7 @@

    Method List

  • -
  • +
  • #greedy? Homebrew::Cmd::Outdated::Args @@ -17508,7 +17516,7 @@

    Method List

  • -
  • +
  • #greedy? Homebrew::Cmd::UpgradeCmd::Args @@ -17516,7 +17524,7 @@

    Method List

  • -
  • +
  • #greedy_auto_updates? Homebrew::Cmd::Outdated::Args @@ -17524,7 +17532,7 @@

    Method List

  • -
  • +
  • #greedy_auto_updates? Homebrew::Cmd::UpgradeCmd::Args @@ -17532,7 +17540,7 @@

    Method List

  • -
  • +
  • #greedy_latest? Homebrew::Cmd::Outdated::Args @@ -17540,7 +17548,7 @@

    Method List

  • -
  • +
  • #greedy_latest? Homebrew::Cmd::UpgradeCmd::Args @@ -17548,7 +17556,7 @@

    Method List

  • -
  • +
  • green Tty @@ -17556,7 +17564,7 @@

    Method List

  • -
  • +
  • #groups Homebrew::DevCmd::InstallBundlerGems::Args @@ -17564,7 +17572,7 @@

    Method List

  • -
  • +
  • #gsub! StringInreplaceExtension @@ -17572,7 +17580,7 @@

    Method List

  • -
  • +
  • #guess_cask_version Homebrew::UnversionedCaskChecker @@ -17580,7 +17588,7 @@

    Method List

  • -
  • +
  • #gui? User @@ -17588,7 +17596,7 @@

    Method List

  • -
  • +
  • handle_block_return Homebrew::Livecheck::Strategy @@ -17596,7 +17604,7 @@

    Method List

  • -
  • +
  • handle_unsatisfied_dependents Homebrew::Uninstall @@ -17604,7 +17612,7 @@

    Method List

  • -
  • +
  • hardware SystemConfig @@ -17612,7 +17620,7 @@

    Method List

  • -
  • +
  • #hardware_cpu_search RuboCop::Cop::OnSystemConditionalsHelper @@ -17620,7 +17628,7 @@

    Method List

  • -
  • +
  • #hash_dep RuboCop::Cop::FormulaAudit::Miscellaneous @@ -17628,7 +17636,7 @@

    Method List

  • -
  • +
  • #hash_node RuboCop::Cask::AST::CaskHeader @@ -17636,7 +17644,7 @@

    Method List

  • -
  • +
  • #head Formula @@ -17644,7 +17652,7 @@

    Method List

  • -
  • +
  • head Formula @@ -17652,7 +17660,7 @@

    Method List

  • -
  • +
  • head SystemConfig @@ -17660,7 +17668,7 @@

    Method List

  • -
  • +
  • #head? Tab @@ -17668,7 +17676,7 @@

    Method List

  • -
  • +
  • #head? Formula @@ -17676,7 +17684,7 @@

    Method List

  • -
  • +
  • #head? Version @@ -17684,7 +17692,7 @@

    Method List

  • -
  • +
  • #head? PkgVersion @@ -17692,7 +17700,7 @@

    Method List

  • -
  • +
  • #head? BuildOptions @@ -17700,7 +17708,7 @@

    Method List

  • -
  • +
  • #head? VCSDownloadStrategy @@ -17708,7 +17716,7 @@

    Method List

  • -
  • +
  • #head_only? Formula @@ -17716,7 +17724,7 @@

    Method List

  • -
  • +
  • #head_ref GitRepository @@ -17724,7 +17732,7 @@

    Method List

  • -
  • +
  • #head_version Tab @@ -17732,7 +17740,7 @@

    Method List

  • -
  • +
  • #head_version_outdated? Formula @@ -17740,7 +17748,7 @@

    Method List

  • -
  • +
  • #header Cask::URL::DSL @@ -17748,7 +17756,7 @@

    Method List

  • -
  • +
  • #header RuboCop::Cask::AST::CaskBlock @@ -17756,7 +17764,7 @@

    Method List

  • -
  • +
  • #header_str RuboCop::Cask::AST::CaskHeader @@ -17764,7 +17772,7 @@

    Method List

  • -
  • +
  • headline Formatter @@ -17772,7 +17780,7 @@

    Method List

  • -
  • +
  • help Homebrew::Help @@ -17780,7 +17788,7 @@

    Method List

  • -
  • +
  • #help? Homebrew::CLI::Args @@ -17788,7 +17796,7 @@

    Method List

  • -
  • +
  • #heredoc? RuboCop::AST::Node @@ -17796,7 +17804,7 @@

    Method List

  • -
  • +
  • #hexdigest Checksum @@ -17804,7 +17812,7 @@

    Method List

  • -
  • +
  • #hide Homebrew::Cmd::Missing::Args @@ -17812,7 +17820,7 @@

    Method List

  • -
  • +
  • #hide_from_man_page Homebrew::CLI::Parser @@ -17820,7 +17828,7 @@

    Method List

  • -
  • +
  • #hide_from_man_page! Homebrew::CLI::Parser @@ -17828,7 +17836,7 @@

    Method List

  • -
  • +
  • #hold_locks? FormulaInstaller @@ -17836,7 +17844,7 @@

    Method List

  • -
  • +
  • homebrew_config SystemConfig @@ -17844,7 +17852,7 @@

    Method List

  • -
  • +
  • homebrew_env_config SystemConfig @@ -17852,7 +17860,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_frameworks_paths Superenv @@ -17860,7 +17868,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_include_paths Superenv @@ -17868,7 +17876,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_library_paths Superenv @@ -17876,7 +17884,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_isystem_paths Superenv @@ -17884,7 +17892,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_library_paths Superenv @@ -17892,7 +17900,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_paths Superenv @@ -17900,7 +17908,7 @@

    Method List

  • -
  • +
  • homebrew_repo SystemConfig @@ -17908,7 +17916,7 @@

    Method List

  • -
  • +
  • homebrew_site_packages Language::Python @@ -17916,7 +17924,7 @@

    Method List

  • -
  • +
  • #homebrew_tap_cask_names Homebrew::CLI::NamedArgs @@ -17924,7 +17932,7 @@

    Method List

  • -
  • +
  • #homebrew_version Tab @@ -17932,7 +17940,7 @@

    Method List

  • -
  • +
  • #homepage Formula @@ -17940,7 +17948,7 @@

    Method List

  • -
  • +
  • #homepage Cask::DSL @@ -17948,7 +17956,7 @@

    Method List

  • -
  • +
  • #homepage Cask::Cask @@ -17956,7 +17964,7 @@

    Method List

  • -
  • +
  • homepage Formula @@ -17964,7 +17972,7 @@

    Method List

  • -
  • +
  • hook_raise Ignorable @@ -17972,7 +17980,7 @@

    Method List

  • -
  • +
  • host_gcc_version SystemConfig @@ -17980,7 +17988,7 @@

    Method List

  • -
  • +
  • host_glibc_version SystemConfig @@ -17988,7 +17996,7 @@

    Method List

  • -
  • +
  • host_ruby_version SystemConfig @@ -17996,7 +18004,7 @@

    Method List

  • -
  • +
  • host_software_config SystemConfig @@ -18004,7 +18012,7 @@

    Method List

  • -
  • +
  • http_proxy Homebrew::EnvConfig @@ -18012,7 +18020,7 @@

    Method List

  • -
  • +
  • http_status_ok? Utils::Curl @@ -18020,7 +18028,7 @@

    Method List

  • -
  • +
  • https_proxy Homebrew::EnvConfig @@ -18028,7 +18036,7 @@

    Method List

  • -
  • +
  • #i386? MachOShim @@ -18036,7 +18044,7 @@

    Method List

  • -
  • +
  • #i? Homebrew::Cmd::Reinstall::Args @@ -18044,7 +18052,7 @@

    Method List

  • -
  • +
  • #i? Homebrew::Cmd::InstallCmd::Args @@ -18052,7 +18060,7 @@

    Method List

  • -
  • +
  • #i? Homebrew::Cmd::UpgradeCmd::Args @@ -18060,7 +18068,7 @@

    Method List

  • -
  • +
  • identifier Formatter @@ -18068,7 +18076,7 @@

    Method List

  • -
  • +
  • #if_arch_node_search RuboCop::Cop::OnSystemConditionalsHelper @@ -18076,7 +18084,7 @@

    Method List

  • -
  • +
  • #if_base_os_node_search RuboCop::Cop::OnSystemConditionalsHelper @@ -18084,7 +18092,7 @@

    Method List

  • -
  • +
  • #if_macos_version_node_search RuboCop::Cop::OnSystemConditionalsHelper @@ -18092,7 +18100,7 @@

    Method List

  • -
  • +
  • ignore Warnings @@ -18100,7 +18108,7 @@

    Method List

  • -
  • +
  • #ignore Ignorable::ExceptionMixin @@ -18108,7 +18116,7 @@

    Method List

  • -
  • +
  • #ignore Homebrew::DevCmd::Typecheck::Args @@ -18116,7 +18124,7 @@

    Method List

  • -
  • +
  • #ignore_dependencies? Homebrew::Cmd::InstallCmd::Args @@ -18124,7 +18132,7 @@

    Method List

  • -
  • +
  • #ignore_dependencies? Homebrew::Cmd::UninstallCmd::Args @@ -18132,7 +18140,7 @@

    Method List

  • -
  • +
  • #ignore_deps? FormulaInstaller @@ -18140,7 +18148,7 @@

    Method List

  • -
  • +
  • #ignore_failures? Homebrew::DevCmd::PrAutomerge::Args @@ -18148,7 +18156,7 @@

    Method List

  • -
  • +
  • #ignore_interrupts Kernel @@ -18156,7 +18164,7 @@

    Method List

  • -
  • +
  • #ignore_missing_artifacts Homebrew::DevCmd::PrPull::Args @@ -18164,7 +18172,7 @@

    Method List

  • -
  • +
  • #ignore_non_pypi_packages? Homebrew::DevCmd::UpdatePythonResources::Args @@ -18172,7 +18180,7 @@

    Method List

  • -
  • +
  • #ignore_pinned? Homebrew::Cmd::UpgradeCmd::Args @@ -18180,7 +18188,7 @@

    Method List

  • -
  • +
  • image_formula_name GitHubPackages @@ -18188,7 +18196,7 @@

    Method List

  • -
  • +
  • image_version_rebuild GitHubPackages @@ -18196,7 +18204,7 @@

    Method List

  • -
  • +
  • #implicit? Dependable @@ -18204,7 +18212,7 @@

    Method List

  • -
  • +
  • in_rosetta2? Hardware::CPU @@ -18212,7 +18220,7 @@

    Method List

  • -
  • +
  • in_sys_path? Language::Python @@ -18220,7 +18228,7 @@

    Method List

  • -
  • +
  • #include Formula @@ -18228,7 +18236,7 @@

    Method List

  • -
  • +
  • #include? Tab @@ -18236,7 +18244,7 @@

    Method List

  • -
  • +
  • #include? Locale @@ -18244,7 +18252,7 @@

    Method List

  • -
  • +
  • #include? Options @@ -18252,7 +18260,7 @@

    Method List

  • -
  • +
  • #include_aliases? Homebrew::Cmd::CommandsCmd::Args @@ -18260,7 +18268,7 @@

    Method List

  • -
  • +
  • #include_build? Homebrew::Cmd::Deps::Args @@ -18268,7 +18276,7 @@

    Method List

  • -
  • +
  • #include_build? Homebrew::Cmd::Uses::Args @@ -18276,7 +18284,7 @@

    Method List

  • -
  • +
  • #include_optional? Homebrew::Cmd::Deps::Args @@ -18284,7 +18292,7 @@

    Method List

  • -
  • +
  • #include_optional? Homebrew::Cmd::Uses::Args @@ -18292,7 +18300,7 @@

    Method List

  • -
  • +
  • #include_requirements? Homebrew::Cmd::Deps::Args @@ -18300,7 +18308,7 @@

    Method List

  • -
  • +
  • #include_test? FormulaInstaller @@ -18308,7 +18316,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::CLI::Args @@ -18316,7 +18324,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::Deps::Args @@ -18324,7 +18332,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::Uses::Args @@ -18332,7 +18340,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::InstallCmd::Args @@ -18340,7 +18348,7 @@

    Method List

  • -
  • +
  • #include_test_formulae Homebrew::CLI::Args @@ -18348,7 +18356,7 @@

    Method List

  • -
  • +
  • included OnSystem @@ -18356,7 +18364,7 @@

    Method List

  • -
  • +
  • included OnSystem::MacOSAndLinux @@ -18364,7 +18372,7 @@

    Method List

  • -
  • +
  • included OnSystem::MacOSOnly @@ -18372,7 +18380,7 @@

    Method List

  • -
  • +
  • incomplete? Homebrew::Cleanup @@ -18380,7 +18388,7 @@

    Method List

  • -
  • +
  • influx_message_displayed? Utils::Analytics @@ -18388,7 +18396,7 @@

    Method List

  • -
  • +
  • #info Formula @@ -18396,7 +18404,7 @@

    Method List

  • -
  • +
  • #info Cask::Pkg @@ -18404,7 +18412,7 @@

    Method List

  • -
  • +
  • info Cask::Info @@ -18412,7 +18420,7 @@

    Method List

  • -
  • +
  • #info FormulaInfo @@ -18420,7 +18428,7 @@

    Method List

  • -
  • +
  • inherited Formula @@ -18428,7 +18436,7 @@

    Method List

  • -
  • +
  • #inherited BuildEnvironment::DSL @@ -18436,7 +18444,7 @@

    Method List

  • -
  • +
  • #inherited_options_for FormulaInstaller @@ -18444,7 +18452,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Diagnostic::Volumes @@ -18452,7 +18460,7 @@

    Method List

  • -
  • +
  • #initialize Keg::AlreadyLinkedError @@ -18460,7 +18468,7 @@

    Method List

  • -
  • +
  • #initialize Keg::LinkError @@ -18468,7 +18476,7 @@

    Method List

  • -
  • +
  • #initialize Keg @@ -18476,7 +18484,7 @@

    Method List

  • -
  • +
  • #initialize Tab @@ -18484,7 +18492,7 @@

    Method List

  • -
  • +
  • #initialize Tap @@ -18492,7 +18500,7 @@

    Method List

  • -
  • +
  • #initialize CoreTap @@ -18500,7 +18508,7 @@

    Method List

  • -
  • +
  • #initialize CoreCaskTap @@ -18508,7 +18516,7 @@

    Method List

  • -
  • +
  • #initialize TapConfig @@ -18516,7 +18524,7 @@

    Method List

  • -
  • +
  • #initialize URL @@ -18524,7 +18532,7 @@

    Method List

  • -
  • +
  • #initialize PATH @@ -18532,7 +18540,7 @@

    Method List

  • -
  • +
  • #initialize Build @@ -18540,7 +18548,7 @@

    Method List

  • -
  • +
  • #initialize EmbeddedPatch @@ -18548,7 +18556,7 @@

    Method List

  • -
  • +
  • #initialize DATAPatch @@ -18556,7 +18564,7 @@

    Method List

  • -
  • +
  • #initialize StringPatch @@ -18564,7 +18572,7 @@

    Method List

  • -
  • +
  • #initialize ExternalPatch @@ -18572,7 +18580,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Style::Offenses @@ -18580,7 +18588,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Style::Offense @@ -18588,7 +18596,7 @@

    Method List

  • -
  • +
  • #initialize Debrew::Menu @@ -18596,7 +18604,7 @@

    Method List

  • -
  • +
  • #initialize Locale @@ -18604,7 +18612,7 @@

    Method List

  • -
  • +
  • #initialize Mktemp @@ -18612,7 +18620,7 @@

    Method List

  • -
  • +
  • #initialize Caveats @@ -18620,7 +18628,7 @@

    Method List

  • -
  • +
  • #initialize Cleaner @@ -18628,7 +18636,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Cleanup @@ -18636,7 +18644,7 @@

    Method List

  • -
  • +
  • #initialize Context::ContextStruct @@ -18644,7 +18652,7 @@

    Method List

  • -
  • +
  • #initialize Formula @@ -18652,7 +18660,7 @@

    Method List

  • -
  • +
  • #initialize Option @@ -18660,7 +18668,7 @@

    Method List

  • -
  • +
  • #initialize DeprecatedOption @@ -18668,7 +18676,7 @@

    Method List

  • -
  • +
  • #initialize Options @@ -18676,7 +18684,7 @@

    Method List

  • -
  • +
  • #initialize Sandbox @@ -18684,7 +18692,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Service @@ -18692,7 +18700,7 @@

    Method List

  • -
  • +
  • #initialize Version::Token @@ -18700,7 +18708,7 @@

    Method List

  • -
  • +
  • #initialize Version::StringToken @@ -18708,7 +18716,7 @@

    Method List

  • -
  • +
  • #initialize Version::NumericToken @@ -18716,7 +18724,7 @@

    Method List

  • -
  • +
  • #initialize Version @@ -18724,7 +18732,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL @@ -18732,7 +18740,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Pkg @@ -18740,7 +18748,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL::DSL @@ -18748,7 +18756,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL::BlockDSL @@ -18756,7 +18764,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL @@ -18764,7 +18772,7 @@

    Method List

  • -
  • +
  • #initialize Checksum @@ -18772,7 +18780,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::Args @@ -18780,7 +18788,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Cmd::PrettyListing @@ -18788,7 +18796,7 @@

    Method List

  • -
  • +
  • #initialize Messages @@ -18796,7 +18804,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigrationNeededError @@ -18804,7 +18812,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigratorNoOldpathError @@ -18812,7 +18820,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigratorDifferentTapsError @@ -18820,7 +18828,7 @@

    Method List

  • -
  • +
  • #initialize Migrator @@ -18828,7 +18836,7 @@

    Method List

  • -
  • +
  • #initialize Resource @@ -18836,7 +18844,7 @@

    Method List

  • -
  • +
  • #initialize Resource::PatchResource @@ -18844,7 +18852,7 @@

    Method List

  • -
  • +
  • #initialize ResourceStageContext @@ -18852,7 +18860,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Cask @@ -18860,7 +18868,7 @@

    Method List

  • -
  • +
  • #initialize CompilerSelector @@ -18868,7 +18876,7 @@

    Method List

  • -
  • +
  • #initialize CxxStdlib @@ -18876,7 +18884,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaLoader @@ -18884,7 +18892,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromBottleLoader @@ -18892,7 +18900,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromPathLoader @@ -18900,7 +18908,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromURILoader @@ -18908,7 +18916,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromTapLoader @@ -18916,7 +18924,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::NullLoader @@ -18924,7 +18932,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaContentsLoader @@ -18932,7 +18940,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromAPILoader @@ -18940,7 +18948,7 @@

    Method List

  • -
  • +
  • #initialize Livecheck @@ -18948,7 +18956,7 @@

    Method List

  • -
  • +
  • #initialize LockFile @@ -18956,7 +18964,7 @@

    Method List

  • -
  • +
  • #initialize FormulaLock @@ -18964,7 +18972,7 @@

    Method List

  • -
  • +
  • #initialize CaskLock @@ -18972,7 +18980,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Uninstall::DependentsMessage @@ -18980,7 +18988,7 @@

    Method List

  • -
  • +
  • #initialize Utils::AST::FormulaAST @@ -18988,7 +18996,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Audit @@ -18996,7 +19004,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::Parser @@ -19004,7 +19012,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::OptionConstraintError @@ -19012,7 +19020,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::OptionConflictError @@ -19020,7 +19028,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::InvalidConstraintError @@ -19028,7 +19036,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::MaxNamedArgumentsError @@ -19036,7 +19044,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::MinNamedArgumentsError @@ -19044,7 +19052,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::NumberOfNamedArgumentsError @@ -19052,7 +19060,7 @@

    Method List

  • -
  • +
  • #initialize Dependency @@ -19060,7 +19068,7 @@

    Method List

  • -
  • +
  • #initialize UsesFromMacOSDependency @@ -19068,7 +19076,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Diagnostic::Checks @@ -19076,7 +19084,7 @@

    Method List

  • -
  • +
  • #initialize UsageError @@ -19084,7 +19092,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnspecifiedError @@ -19092,7 +19100,7 @@

    Method List

  • -
  • +
  • #initialize FormulaOrCaskUnspecifiedError @@ -19100,7 +19108,7 @@

    Method List

  • -
  • +
  • #initialize KegUnspecifiedError @@ -19108,7 +19116,7 @@

    Method List

  • -
  • +
  • #initialize NoSuchKegError @@ -19116,7 +19124,7 @@

    Method List

  • -
  • +
  • #initialize FormulaValidationError @@ -19124,7 +19132,7 @@

    Method List

  • -
  • +
  • #initialize FormulaOrCaskUnavailableError @@ -19132,7 +19140,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaOrCaskUnavailableError @@ -19140,7 +19148,7 @@

    Method List

  • -
  • +
  • #initialize FormulaClassUnavailableError @@ -19148,7 +19156,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnreadableError @@ -19156,7 +19164,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaUnavailableError @@ -19164,7 +19172,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaClassUnavailableError @@ -19172,7 +19180,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaUnreadableError @@ -19180,7 +19188,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaAmbiguityError @@ -19188,7 +19196,7 @@

    Method List

  • -
  • +
  • #initialize TapUnavailableError @@ -19196,7 +19204,7 @@

    Method List

  • -
  • +
  • #initialize TapRemoteMismatchError @@ -19204,7 +19212,7 @@

    Method List

  • -
  • +
  • #initialize TapAlreadyTappedError @@ -19212,7 +19220,7 @@

    Method List

  • -
  • +
  • #initialize TapNoCustomRemoteError @@ -19220,7 +19228,7 @@

    Method List

  • -
  • +
  • #initialize OperationInProgressError @@ -19228,7 +19236,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInstallationAlreadyAttemptedError @@ -19236,7 +19244,7 @@

    Method List

  • -
  • +
  • #initialize UnsatisfiedRequirements @@ -19244,7 +19252,7 @@

    Method List

  • -
  • +
  • #initialize FormulaConflictError @@ -19252,7 +19260,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnknownPythonError @@ -19260,7 +19268,7 @@

    Method List

  • -
  • +
  • #initialize FormulaAmbiguousPythonError @@ -19268,7 +19276,7 @@

    Method List

  • -
  • +
  • #initialize BuildError @@ -19276,7 +19284,7 @@

    Method List

  • -
  • +
  • #initialize UnbottledError @@ -19284,7 +19292,7 @@

    Method List

  • -
  • +
  • #initialize BuildFlagsError @@ -19292,7 +19300,7 @@

    Method List

  • -
  • +
  • #initialize CompilerSelectionError @@ -19300,7 +19308,7 @@

    Method List

  • -
  • +
  • #initialize DownloadError @@ -19308,7 +19316,7 @@

    Method List

  • -
  • +
  • #initialize CurlDownloadStrategyError @@ -19316,7 +19324,7 @@

    Method List

  • -
  • +
  • #initialize HomebrewCurlDownloadStrategyError @@ -19324,7 +19332,7 @@

    Method List

  • -
  • +
  • #initialize ErrorDuringExecution @@ -19332,7 +19340,7 @@

    Method List

  • -
  • +
  • #initialize ChecksumMismatchError @@ -19340,7 +19348,7 @@

    Method List

  • -
  • +
  • #initialize ResourceMissingError @@ -19348,7 +19356,7 @@

    Method List

  • -
  • +
  • #initialize DuplicateResourceError @@ -19356,7 +19364,7 @@

    Method List

  • -
  • +
  • #initialize BottleFormulaUnavailableError @@ -19364,7 +19372,7 @@

    Method List

  • -
  • +
  • #initialize ChildProcessError @@ -19372,7 +19380,7 @@

    Method List

  • -
  • +
  • #initialize ShebangDetectionError @@ -19380,7 +19388,7 @@

    Method List

  • -
  • +
  • #initialize CyclicDependencyError @@ -19388,7 +19396,7 @@

    Method List

  • -
  • +
  • #initialize OS::Mac::SDK @@ -19396,7 +19404,7 @@

    Method List

  • -
  • +
  • #initialize PyPI::Package @@ -19404,7 +19412,7 @@

    Method List

  • -
  • +
  • #initialize CacheStoreDatabase @@ -19412,7 +19420,7 @@

    Method List

  • -
  • +
  • #initialize CacheStore @@ -19420,7 +19428,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Config @@ -19428,7 +19436,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::DevCmd::Irb @@ -19436,7 +19444,7 @@

    Method List

  • -
  • +
  • #initialize FormulaPin @@ -19444,7 +19452,7 @@

    Method List

  • -
  • +
  • #initialize LazyObject @@ -19452,7 +19460,7 @@

    Method List

  • -
  • +
  • #initialize PkgVersion @@ -19460,7 +19468,7 @@

    Method List

  • -
  • +
  • #initialize Requirement @@ -19468,7 +19476,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::TapAuditor @@ -19476,7 +19484,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::API::Download @@ -19484,7 +19492,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Auditor @@ -19492,7 +19500,7 @@

    Method List

  • -
  • +
  • #initialize Dependencies @@ -19500,7 +19508,7 @@

    Method List

  • -
  • +
  • #initialize Requirements @@ -19508,7 +19516,7 @@

    Method List

  • -
  • +
  • #initialize Descriptions @@ -19516,7 +19524,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::DevCmd::Bump::VersionBumpInfo @@ -19524,7 +19532,7 @@

    Method List

  • -
  • +
  • #initialize Downloadable @@ -19532,7 +19540,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInfo @@ -19540,7 +19548,7 @@

    Method List

  • -
  • +
  • #initialize Keg::Relocation @@ -19548,7 +19556,7 @@

    Method List

  • -
  • +
  • #initialize BuildOptions @@ -19556,7 +19564,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Download @@ -19564,7 +19572,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Base @@ -19572,7 +19580,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Migrator @@ -19580,7 +19588,7 @@

    Method List

  • -
  • +
  • #initialize GitHubRunner @@ -19588,7 +19596,7 @@

    Method List

  • -
  • +
  • #initialize MacOSVersion::Error @@ -19596,7 +19604,7 @@

    Method List

  • -
  • +
  • #initialize MacOSVersion @@ -19604,7 +19612,7 @@

    Method List

  • -
  • +
  • #initialize SoftwareSpec @@ -19612,7 +19620,7 @@

    Method List

  • -
  • +
  • #initialize HeadSoftwareSpec @@ -19620,7 +19628,7 @@

    Method List

  • -
  • +
  • #initialize Bottle::Filename @@ -19628,7 +19636,7 @@

    Method List

  • -
  • +
  • #initialize Bottle @@ -19636,7 +19644,7 @@

    Method List

  • -
  • +
  • #initialize BottleSpecification @@ -19644,7 +19652,7 @@

    Method List

  • -
  • +
  • #initialize PourBottleCheck @@ -19652,7 +19660,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::Tag @@ -19660,7 +19668,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::TagSpecification @@ -19668,7 +19676,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::Collector @@ -19676,7 +19684,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Shebang::RewriteInfo @@ -19684,7 +19692,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::BundleVersion @@ -19692,7 +19700,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Installer @@ -19700,7 +19708,7 @@

    Method List

  • -
  • +
  • #initialize CaskDependent @@ -19708,7 +19716,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::NamedArgs @@ -19716,7 +19724,7 @@

    Method List

  • -
  • +
  • #initialize GitRepository @@ -19724,7 +19732,7 @@

    Method List

  • -
  • +
  • #initialize SystemCommand @@ -19732,7 +19740,7 @@

    Method List

  • -
  • +
  • #initialize SystemCommand::Result @@ -19740,7 +19748,7 @@

    Method List

  • -
  • +
  • #initialize Version::RegexParser @@ -19748,7 +19756,7 @@

    Method List

  • -
  • +
  • #initialize Cask::MultipleCaskErrors @@ -19756,7 +19764,7 @@

    Method List

  • -
  • +
  • #initialize Cask::AbstractCaskErrorWithToken @@ -19764,7 +19772,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskCannotBeInstalledError @@ -19772,7 +19780,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskConflictError @@ -19780,7 +19788,7 @@

    Method List

  • -
  • +
  • #initialize Cask::TapCaskUnavailableError @@ -19788,7 +19796,7 @@

    Method List

  • -
  • +
  • #initialize Cask::TapCaskAmbiguityError @@ -19796,7 +19804,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskTokenMismatchError @@ -19804,7 +19812,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskQuarantineError @@ -19812,7 +19820,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaAuditor @@ -19820,7 +19828,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaCreator @@ -19828,7 +19836,7 @@

    Method List

  • -
  • +
  • #initialize KegOnlyReason @@ -19836,7 +19844,7 @@

    Method List

  • -
  • +
  • #initialize Language::Python::Virtualenv::Virtualenv @@ -19844,7 +19852,7 @@

    Method List

  • -
  • +
  • #initialize LinkageChecker @@ -19852,7 +19860,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::SourceLocation @@ -19860,7 +19868,7 @@

    Method List

  • -
  • +
  • #initialize UnpackStrategy @@ -19868,7 +19876,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Inreplace::Error @@ -19876,7 +19884,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::AbstractCommand @@ -19884,7 +19892,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromContentLoader @@ -19892,7 +19900,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromPathLoader @@ -19900,7 +19908,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromURILoader @@ -19908,7 +19916,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromTapLoader @@ -19916,7 +19924,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromInstanceLoader @@ -19924,7 +19932,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromAPILoader @@ -19932,7 +19940,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::NullLoader @@ -19940,7 +19948,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Caveats @@ -19948,7 +19956,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Version @@ -19956,7 +19964,7 @@

    Method List

  • -
  • +
  • #initialize FormulaVersions @@ -19964,7 +19972,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::ResourceAuditor @@ -19972,7 +19980,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::HTTPNotFoundError @@ -19980,7 +19988,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::RateLimitExceededError @@ -19988,7 +19996,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::AuthenticationFailedError @@ -19996,7 +20004,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::MissingAuthenticationError @@ -20004,7 +20012,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::ValidationFailedError @@ -20012,7 +20020,7 @@

    Method List

  • -
  • +
  • #initialize BuildEnvironment @@ -20020,7 +20028,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Pkg @@ -20028,7 +20036,7 @@

    Method List

  • -
  • +
  • #initialize Reporter::ReporterRevisionUnsetError @@ -20036,7 +20044,7 @@

    Method List

  • -
  • +
  • #initialize Reporter @@ -20044,7 +20052,7 @@

    Method List

  • -
  • +
  • #initialize ReporterHub @@ -20052,7 +20060,7 @@

    Method List

  • -
  • +
  • #initialize AbstractDownloadStrategy @@ -20060,7 +20068,7 @@

    Method List

  • -
  • +
  • #initialize VCSDownloadStrategy @@ -20068,7 +20076,7 @@

    Method List

  • -
  • +
  • #initialize CurlDownloadStrategy @@ -20076,7 +20084,7 @@

    Method List

  • -
  • +
  • #initialize CurlGitHubPackagesDownloadStrategy @@ -20084,7 +20092,7 @@

    Method List

  • -
  • +
  • #initialize LocalBottleDownloadStrategy @@ -20092,7 +20100,7 @@

    Method List

  • -
  • +
  • #initialize SubversionDownloadStrategy @@ -20100,7 +20108,7 @@

    Method List

  • -
  • +
  • #initialize GitDownloadStrategy @@ -20108,7 +20116,7 @@

    Method List

  • -
  • +
  • #initialize GitHubGitDownloadStrategy @@ -20116,7 +20124,7 @@

    Method List

  • -
  • +
  • #initialize CVSDownloadStrategy @@ -20124,7 +20132,7 @@

    Method List

  • -
  • +
  • #initialize MercurialDownloadStrategy @@ -20132,7 +20140,7 @@

    Method List

  • -
  • +
  • #initialize BazaarDownloadStrategy @@ -20140,7 +20148,7 @@

    Method List

  • -
  • +
  • #initialize FossilDownloadStrategy @@ -20148,7 +20156,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInstaller @@ -20156,7 +20164,7 @@

    Method List

  • -
  • +
  • #initialize LinuxRunnerSpec @@ -20164,7 +20172,7 @@

    Method List

  • -
  • +
  • #initialize MacOSRunnerSpec @@ -20172,7 +20180,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Container @@ -20180,7 +20188,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::BumpVersionParser @@ -20188,7 +20196,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::DependsOn @@ -20196,7 +20204,7 @@

    Method List

  • -
  • +
  • #initialize LinkageCacheStore @@ -20204,7 +20212,7 @@

    Method List

  • -
  • +
  • #initialize TestRunnerFormula @@ -20212,7 +20220,7 @@

    Method List

  • -
  • +
  • #initialize UnpackStrategy::Dmg::Bom::EmptyError @@ -20220,7 +20228,7 @@

    Method List

  • -
  • +
  • #initialize DependencyCollector @@ -20228,7 +20236,7 @@

    Method List

  • -
  • +
  • #initialize GitHubRunnerMatrix @@ -20236,7 +20244,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Manpages::Parser::Ronn @@ -20244,7 +20252,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::Actions::Annotation @@ -20252,7 +20260,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Manpage @@ -20260,7 +20268,7 @@

    Method List

  • -
  • +
  • #initialize GitHubArtifactDownloadStrategy @@ -20268,7 +20276,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Installer @@ -20276,7 +20284,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Relocated @@ -20284,7 +20292,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::ConflictsWith @@ -20292,7 +20300,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::Stanza @@ -20300,7 +20308,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::UnversionedCaskChecker @@ -20308,7 +20316,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Livecheck::LivecheckVersion @@ -20316,7 +20324,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Manpages::Converter::Kramdown @@ -20324,7 +20332,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::StanzaBlock @@ -20332,7 +20340,7 @@

    Method List

  • -
  • +
  • #initialize ArchRequirement @@ -20340,7 +20348,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::CaskHeader @@ -20348,7 +20356,7 @@

    Method List

  • -
  • +
  • #initialize MacOSRequirement @@ -20356,7 +20364,7 @@

    Method List

  • -
  • +
  • #initialize XcodeRequirement @@ -20364,7 +20372,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractArtifact @@ -20372,7 +20380,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractUninstall @@ -20380,7 +20388,7 @@

    Method List

  • -
  • +
  • #initialize StringInreplaceExtension @@ -20388,7 +20396,7 @@

    Method List

  • -
  • +
  • #initialize CodesignRequirement @@ -20396,7 +20404,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractFlightBlock @@ -20404,7 +20412,7 @@

    Method List

  • -
  • +
  • #initialize_dup Options @@ -20412,7 +20420,7 @@

    Method List

  • -
  • +
  • #initialize_dup Resource @@ -20420,7 +20428,7 @@

    Method List

  • -
  • +
  • #initialize_dup Downloadable @@ -20428,7 +20436,7 @@

    Method List

  • -
  • +
  • #initialize_dup SoftwareSpec @@ -20436,7 +20444,7 @@

    Method List

  • -
  • +
  • #initialize_dup DependencyCollector @@ -20444,7 +20452,7 @@

    Method List

  • -
  • +
  • inject_dump_stats! Homebrew @@ -20452,7 +20460,7 @@

    Method List

  • -
  • +
  • #inject_file_list Homebrew::Diagnostic::Checks @@ -20460,7 +20468,7 @@

    Method List

  • -
  • +
  • #inner ChildProcessError @@ -20468,7 +20476,7 @@

    Method List

  • -
  • +
  • #inner_class ChildProcessError @@ -20476,7 +20484,7 @@

    Method List

  • -
  • +
  • #inner_stanzas RuboCop::Cop::Cask::CaskHelp @@ -20484,7 +20492,7 @@

    Method List

  • -
  • +
  • #input_methoddir Homebrew::Cmd::Reinstall::Args @@ -20492,7 +20500,7 @@

    Method List

  • -
  • +
  • #input_methoddir Homebrew::Cmd::InstallCmd::Args @@ -20500,7 +20508,7 @@

    Method List

  • -
  • +
  • #input_methoddir Homebrew::Cmd::UpgradeCmd::Args @@ -20508,7 +20516,7 @@

    Method List

  • -
  • +
  • #input_path Homebrew::Service @@ -20516,7 +20524,7 @@

    Method List

  • -
  • +
  • #inreplace Formula @@ -20524,7 +20532,7 @@

    Method List

  • -
  • +
  • inreplace Utils::Inreplace @@ -20532,7 +20540,7 @@

    Method List

  • -
  • +
  • inreplace_pairs Utils::Inreplace @@ -20540,7 +20548,7 @@

    Method List

  • -
  • +
  • #inreplace_string StringInreplaceExtension @@ -20548,7 +20556,7 @@

    Method List

  • -
  • +
  • insecure_download_warning DevelopmentTools @@ -20556,7 +20564,7 @@

    Method List

  • -
  • +
  • #insert PATH @@ -20564,7 +20572,7 @@

    Method List

  • -
  • +
  • #insert_after! RuboCop::Cop::FormulaAudit::DependencyOrder @@ -20572,7 +20580,7 @@

    Method List

  • -
  • +
  • #inside_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -20580,7 +20588,7 @@

    Method List

  • -
  • +
  • #install Tap @@ -20588,7 +20596,7 @@

    Method List

  • -
  • +
  • #install CoreTap @@ -20596,7 +20604,7 @@

    Method List

  • -
  • +
  • #install Build @@ -20604,7 +20612,7 @@

    Method List

  • -
  • +
  • #install Debrew::Formula @@ -20612,7 +20620,7 @@

    Method List

  • -
  • +
  • #install Formula @@ -20620,7 +20628,7 @@

    Method List

  • -
  • +
  • #install Cask::Installer @@ -20628,7 +20636,7 @@

    Method List

  • -
  • +
  • #install Pathname @@ -20636,7 +20644,7 @@

    Method List

  • -
  • +
  • #install FormulaInstaller @@ -20644,7 +20652,7 @@

    Method List

  • -
  • +
  • #install_artifacts Cask::Installer @@ -20652,7 +20660,7 @@

    Method List

  • -
  • +
  • install_badge Homebrew::EnvConfig @@ -20660,7 +20668,7 @@

    Method List

  • -
  • +
  • #install_bottle_for? FormulaInstaller @@ -20668,7 +20676,7 @@

    Method List

  • -
  • +
  • install_bundler! Homebrew @@ -20676,7 +20684,7 @@

    Method List

  • -
  • +
  • install_bundler_gems! Homebrew @@ -20684,7 +20692,7 @@

    Method List

  • -
  • +
  • #install_dependencies FormulaInstaller @@ -20692,7 +20700,7 @@

    Method List

  • -
  • +
  • #install_dependencies? Homebrew::DevCmd::BumpFormulaPr::Args @@ -20700,7 +20708,7 @@

    Method List

  • -
  • +
  • #install_dependencies? Homebrew::DevCmd::UpdatePythonResources::Args @@ -20708,7 +20716,7 @@

    Method List

  • -
  • +
  • #install_dependency FormulaInstaller @@ -20716,7 +20724,7 @@

    Method List

  • -
  • +
  • #install_etc_var Formula @@ -20724,7 +20732,7 @@

    Method List

  • -
  • +
  • #install_fetch_deps FormulaInstaller @@ -20732,7 +20740,7 @@

    Method List

  • -
  • +
  • install_formula Homebrew::Upgrade @@ -20740,7 +20748,7 @@

    Method List

  • -
  • +
  • install_formula? Homebrew::Install @@ -20748,7 +20756,7 @@

    Method List

  • -
  • +
  • install_formula_clean! Homebrew::Cleanup @@ -20756,7 +20764,7 @@

    Method List

  • -
  • +
  • install_formulae Homebrew::Install @@ -20764,7 +20772,7 @@

    Method List

  • -
  • +
  • install_gem! Homebrew @@ -20772,7 +20780,7 @@

    Method List

  • -
  • +
  • install_gem_setup_path! Homebrew @@ -20780,7 +20788,7 @@

    Method List

  • -
  • +
  • #install_info Pathname @@ -20788,7 +20796,7 @@

    Method List

  • -
  • +
  • #install_info ObserverPathnameExtension @@ -20796,7 +20804,7 @@

    Method List

  • -
  • +
  • #install_metafiles Pathname @@ -20804,7 +20812,7 @@

    Method List

  • -
  • +
  • #install_p InstallRenamed @@ -20812,7 +20820,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Pkg @@ -20820,7 +20828,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Moved @@ -20828,7 +20836,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Qlplugin @@ -20836,7 +20844,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Installer::ManualInstaller @@ -20844,7 +20852,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Installer::ScriptInstaller @@ -20852,7 +20860,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Symlinked @@ -20860,7 +20868,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Mdimporter @@ -20868,7 +20876,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::KeyboardLayout @@ -20876,7 +20884,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::AbstractFlightBlock @@ -20884,7 +20892,7 @@

    Method List

  • -
  • +
  • #install_service FormulaInstaller @@ -20892,7 +20900,7 @@

    Method List

  • -
  • +
  • #install_symlink Pathname @@ -20900,7 +20908,7 @@

    Method List

  • -
  • +
  • #install_time Cask::Cask @@ -20908,7 +20916,7 @@

    Method List

  • -
  • +
  • #install_times Messages @@ -20916,7 +20924,7 @@

    Method List

  • -
  • +
  • installation_info Cask::Info @@ -20924,7 +20932,7 @@

    Method List

  • -
  • +
  • installation_instructions DevelopmentTools @@ -20932,7 +20940,7 @@

    Method List

  • -
  • +
  • installation_instructions OS::Mac::Xcode @@ -20940,7 +20948,7 @@

    Method List

  • -
  • +
  • installation_instructions OS::Mac::CLT @@ -20948,7 +20956,7 @@

    Method List

  • -
  • +
  • installed Tap @@ -20956,7 +20964,7 @@

    Method List

  • -
  • +
  • installed Formula @@ -20964,7 +20972,7 @@

    Method List

  • -
  • +
  • installed FormulaInstaller @@ -20972,7 +20980,7 @@

    Method List

  • -
  • +
  • installed? DevelopmentTools @@ -20980,7 +20988,7 @@

    Method List

  • -
  • +
  • #installed? Tap @@ -20988,7 +20996,7 @@

    Method List

  • -
  • +
  • installed? OS::Mac::Xcode @@ -20996,7 +21004,7 @@

    Method List

  • -
  • +
  • installed? OS::Mac::CLT @@ -21004,7 +21012,7 @@

    Method List

  • -
  • +
  • #installed? Cask::Cask @@ -21012,7 +21020,7 @@

    Method List

  • -
  • +
  • #installed? Dependency @@ -21020,7 +21028,7 @@

    Method List

  • -
  • +
  • #installed? UsesFromMacOSDependency @@ -21028,7 +21036,7 @@

    Method List

  • -
  • +
  • installed? Utils::Service @@ -21036,7 +21044,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::Deps::Args @@ -21044,7 +21052,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::Info::Args @@ -21052,7 +21060,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::Uses::Args @@ -21060,7 +21068,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::Prefix::Args @@ -21068,7 +21076,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::TapInfo::Args @@ -21076,7 +21084,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::DevCmd::Bump::Args @@ -21084,7 +21092,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::DevCmd::Audit::Args @@ -21092,7 +21100,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::OptionsCmd::Args @@ -21100,7 +21108,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::DevCmd::LivecheckCmd::Args @@ -21108,7 +21116,7 @@

    Method List

  • -
  • +
  • #installed_alias_name Formula @@ -21116,7 +21124,7 @@

    Method List

  • -
  • +
  • #installed_alias_path Formula @@ -21124,7 +21132,7 @@

    Method List

  • -
  • +
  • #installed_alias_target_changed? Formula @@ -21132,7 +21140,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency Tab @@ -21140,7 +21148,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency? FormulaInstaller @@ -21148,7 +21156,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency? Cask::Installer @@ -21156,7 +21164,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency? Homebrew::Cmd::List::Args @@ -21164,7 +21172,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency? Homebrew::Cmd::Leaves::Args @@ -21172,7 +21180,7 @@

    Method List

  • -
  • +
  • #installed_caskfile Cask::Cask @@ -21180,7 +21188,7 @@

    Method List

  • -
  • +
  • #installed_casks_for Homebrew::Cmd::Untap @@ -21188,7 +21196,7 @@

    Method List

  • -
  • +
  • installed_formula_names Formula @@ -21196,7 +21204,7 @@

    Method List

  • -
  • +
  • #installed_formulae_for Homebrew::Cmd::Untap @@ -21204,7 +21212,7 @@

    Method List

  • -
  • +
  • #installed_kegs Formula @@ -21212,7 +21220,7 @@

    Method List

  • -
  • +
  • #installed_on_request Tab @@ -21220,7 +21228,7 @@

    Method List

  • -
  • +
  • #installed_on_request? FormulaInstaller @@ -21228,7 +21236,7 @@

    Method List

  • -
  • +
  • #installed_on_request? Homebrew::Cmd::List::Args @@ -21236,7 +21244,7 @@

    Method List

  • -
  • +
  • #installed_on_request? Homebrew::Cmd::Leaves::Args @@ -21244,7 +21252,7 @@

    Method List

  • -
  • +
  • #installed_prefixes Formula @@ -21252,7 +21260,7 @@

    Method List

  • -
  • +
  • #installed_specified_name Formula @@ -21260,7 +21268,7 @@

    Method List

  • -
  • +
  • #installed_version Cask::Cask @@ -21268,7 +21276,7 @@

    Method List

  • -
  • +
  • installed_with_alias_path Formula @@ -21276,7 +21284,7 @@

    Method List

  • -
  • +
  • #installer Homebrew::UnversionedCaskChecker @@ -21284,7 +21292,7 @@

    Method List

  • -
  • +
  • #installers Homebrew::UnversionedCaskChecker @@ -21292,7 +21300,7 @@

    Method List

  • -
  • +
  • instance AbstractCoreTap @@ -21300,7 +21308,7 @@

    Method List

  • -
  • +
  • #intel Homebrew::BumpVersionParser @@ -21308,7 +21316,7 @@

    Method List

  • -
  • +
  • intel? Hardware::CPU @@ -21316,7 +21324,7 @@

    Method List

  • -
  • +
  • intel_family Hardware::CPU @@ -21324,7 +21332,7 @@

    Method List

  • -
  • +
  • #interactive? FormulaInstaller @@ -21332,7 +21340,7 @@

    Method List

  • -
  • +
  • #interactive? Homebrew::Cmd::Reinstall::Args @@ -21340,7 +21348,7 @@

    Method List

  • -
  • +
  • #interactive? Homebrew::Cmd::InstallCmd::Args @@ -21348,7 +21356,7 @@

    Method List

  • -
  • +
  • #interactive? Homebrew::Cmd::UpgradeCmd::Args @@ -21356,7 +21364,7 @@

    Method List

  • -
  • +
  • #interactive_shell Kernel @@ -21364,7 +21372,7 @@

    Method List

  • -
  • +
  • internal_cmd_path Commands @@ -21372,7 +21380,7 @@

    Method List

  • -
  • +
  • internal_commands Commands @@ -21380,7 +21388,7 @@

    Method List

  • -
  • +
  • internal_commands_aliases Commands @@ -21388,7 +21396,7 @@

    Method List

  • -
  • +
  • internal_commands_paths Commands @@ -21396,7 +21404,7 @@

    Method List

  • -
  • +
  • #internal_dependencies_hash Formula @@ -21404,7 +21412,7 @@

    Method List

  • -
  • +
  • internal_dev_cmd_path Commands @@ -21412,7 +21420,7 @@

    Method List

  • -
  • +
  • internal_developer_commands Commands @@ -21420,7 +21428,7 @@

    Method List

  • -
  • +
  • internal_developer_commands_paths Commands @@ -21428,7 +21436,7 @@

    Method List

  • -
  • +
  • internal_json_v3? Homebrew::API @@ -21436,7 +21444,7 @@

    Method List

  • -
  • +
  • #internet_plugindir Homebrew::Cmd::Reinstall::Args @@ -21444,7 +21452,7 @@

    Method List

  • -
  • +
  • #internet_plugindir Homebrew::Cmd::InstallCmd::Args @@ -21452,7 +21460,7 @@

    Method List

  • -
  • +
  • #internet_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -21460,7 +21468,7 @@

    Method List

  • -
  • +
  • #interpolated_share_path_starts_with RuboCop::Cop::FormulaAuditStrict::Text @@ -21468,7 +21476,7 @@

    Method List

  • -
  • +
  • #interpreter ELFShim @@ -21476,7 +21484,7 @@

    Method List

  • -
  • +
  • #interval Homebrew::Service @@ -21484,7 +21492,7 @@

    Method List

  • -
  • +
  • invalid_cert_flags Utils::Svn @@ -21492,7 +21500,7 @@

    Method List

  • -
  • +
  • #invalid_characters Cask::DSL::Version @@ -21500,7 +21508,7 @@

    Method List

  • -
  • +
  • is_32_bit? Hardware::CPU @@ -21508,7 +21516,7 @@

    Method List

  • -
  • +
  • is_64_bit? Hardware::CPU @@ -21516,7 +21524,7 @@

    Method List

  • -
  • +
  • #issue Homebrew::DevCmd::DispatchBuildBottle::Args @@ -21524,7 +21532,7 @@

    Method List

  • -
  • +
  • #issues BuildError @@ -21532,7 +21540,7 @@

    Method List

  • -
  • +
  • issues GitHub @@ -21540,7 +21548,7 @@

    Method List

  • -
  • +
  • issues_for_formula GitHub @@ -21548,7 +21556,7 @@

    Method List

  • -
  • +
  • #issues_url Tap @@ -21556,7 +21564,7 @@

    Method List

  • -
  • +
  • #issues_url MethodDeprecatedError @@ -21564,7 +21572,7 @@

    Method List

  • -
  • +
  • italic Tty @@ -21572,7 +21580,7 @@

    Method List

  • -
  • +
  • items_from_content Homebrew::Livecheck::Strategy::Sparkle @@ -21580,7 +21588,7 @@

    Method List

  • -
  • +
  • java_home Language::Java @@ -21588,7 +21596,7 @@

    Method List

  • -
  • +
  • java_home_env Language::Java @@ -21596,7 +21604,7 @@

    Method List

  • -
  • +
  • #json Bottle::Filename @@ -21604,7 +21612,7 @@

    Method List

  • -
  • +
  • #json Homebrew::Cmd::Info::Args @@ -21612,7 +21620,7 @@

    Method List

  • -
  • +
  • #json Homebrew::Cmd::Outdated::Args @@ -21620,7 +21628,7 @@

    Method List

  • -
  • +
  • #json Homebrew::Cmd::TapInfo::Args @@ -21628,7 +21636,7 @@

    Method List

  • -
  • +
  • #json? Homebrew::DevCmd::Bottle::Args @@ -21636,7 +21644,7 @@

    Method List

  • -
  • +
  • #json? Homebrew::DevCmd::LivecheckCmd::Args @@ -21644,7 +21652,7 @@

    Method List

  • -
  • +
  • json_result! Homebrew::Style @@ -21652,7 +21660,7 @@

    Method List

  • -
  • +
  • #keep_alive Homebrew::Service @@ -21660,7 +21668,7 @@

    Method List

  • -
  • +
  • #keep_alive? Homebrew::Service @@ -21668,7 +21676,7 @@

    Method List

  • -
  • +
  • keep_but_prune_recursive_deps Dependency @@ -21676,7 +21684,7 @@

    Method List

  • -
  • +
  • #keep_old? Homebrew::DevCmd::Bottle::Args @@ -21684,7 +21692,7 @@

    Method List

  • -
  • +
  • #keep_old? Homebrew::DevCmd::PrPull::Args @@ -21692,7 +21700,7 @@

    Method List

  • -
  • +
  • #keep_old? Homebrew::DevCmd::PrUpload::Args @@ -21700,7 +21708,7 @@

    Method List

  • -
  • +
  • #keep_tmp? FormulaInstaller @@ -21708,7 +21716,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::DevCmd::Test::Args @@ -21716,7 +21724,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::Cmd::Reinstall::Args @@ -21724,7 +21732,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::Cmd::InstallCmd::Args @@ -21732,7 +21740,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::Cmd::UpgradeCmd::Args @@ -21740,7 +21748,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::DevCmd::UpdateTest::Args @@ -21748,7 +21756,7 @@

    Method List

  • -
  • +
  • #keg Keg::LinkError @@ -21756,7 +21764,7 @@

    Method List

  • -
  • +
  • #keg LinkageChecker @@ -21764,7 +21772,7 @@

    Method List

  • -
  • +
  • #keg_exists? LinkageCacheStore @@ -21772,7 +21780,7 @@

    Method List

  • -
  • +
  • keg_only Formula @@ -21780,7 +21788,7 @@

    Method List

  • -
  • +
  • #keg_only? Formula @@ -21788,7 +21796,7 @@

    Method List

  • -
  • +
  • keg_only? Formulary @@ -21796,7 +21804,7 @@

    Method List

  • -
  • +
  • #keg_only_deps Superenv @@ -21804,7 +21812,7 @@

    Method List

  • -
  • +
  • keg_only_reason Formula @@ -21812,7 +21820,7 @@

    Method List

  • -
  • +
  • #keg_only_reason Formula @@ -21820,7 +21828,7 @@

    Method List

  • -
  • +
  • #keg_only_text Caveats @@ -21828,7 +21836,7 @@

    Method List

  • -
  • +
  • kernel SystemConfig @@ -21836,7 +21844,7 @@

    Method List

  • -
  • +
  • kernel_name OS @@ -21844,7 +21852,7 @@

    Method List

  • -
  • +
  • kernel_version OS @@ -21852,7 +21860,7 @@

    Method List

  • -
  • +
  • #kext Cask::DSL::Caveats @@ -21860,7 +21868,7 @@

    Method List

  • -
  • +
  • #kext_prefix Formula @@ -21868,7 +21876,7 @@

    Method List

  • -
  • +
  • #keyboard_layoutdir Homebrew::Cmd::Reinstall::Args @@ -21876,7 +21884,7 @@

    Method List

  • -
  • +
  • #keyboard_layoutdir Homebrew::Cmd::InstallCmd::Args @@ -21884,7 +21892,7 @@

    Method List

  • -
  • +
  • #keyboard_layoutdir Homebrew::Cmd::UpgradeCmd::Args @@ -21892,7 +21900,7 @@

    Method List

  • -
  • +
  • #keyboard_layouts Homebrew::UnversionedCaskChecker @@ -21900,7 +21908,7 @@

    Method List

  • -
  • +
  • keychain_username_password GitHub::API @@ -21908,7 +21916,7 @@

    Method List

  • -
  • +
  • keys BuildEnvironment @@ -21916,7 +21924,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FormulaLoader @@ -21924,7 +21932,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FormulaContentsLoader @@ -21932,7 +21940,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FromAPILoader @@ -21940,7 +21948,7 @@

    Method List

  • -
  • +
  • #l? Homebrew::Cmd::List::Args @@ -21948,7 +21956,7 @@

    Method List

  • -
  • +
  • #language Locale @@ -21956,7 +21964,7 @@

    Method List

  • -
  • +
  • language OS::Mac @@ -21964,7 +21972,7 @@

    Method List

  • -
  • +
  • #language Cask::DSL @@ -21972,7 +21980,7 @@

    Method List

  • -
  • +
  • #language Cask::Auditor @@ -21980,7 +21988,7 @@

    Method List

  • -
  • +
  • #language Cask::Cask @@ -21988,7 +21996,7 @@

    Method List

  • -
  • +
  • #language Homebrew::Cmd::Reinstall::Args @@ -21996,7 +22004,7 @@

    Method List

  • -
  • +
  • #language Homebrew::Cmd::InstallCmd::Args @@ -22004,7 +22012,7 @@

    Method List

  • -
  • +
  • #language Homebrew::Cmd::UpgradeCmd::Args @@ -22012,7 +22020,7 @@

    Method List

  • -
  • +
  • #languageNodeModule? RuboCop::Cop::FormulaAudit::Miscellaneous @@ -22020,7 +22028,7 @@

    Method List

  • -
  • +
  • #language_eval Cask::DSL @@ -22028,7 +22036,7 @@

    Method List

  • -
  • +
  • language_info Cask::Info @@ -22036,7 +22044,7 @@

    Method List

  • -
  • +
  • languages OS::Mac @@ -22044,7 +22052,7 @@

    Method List

  • -
  • +
  • #languages Cask::DSL @@ -22052,7 +22060,7 @@

    Method List

  • -
  • +
  • #languages Cask::Cask @@ -22060,7 +22068,7 @@

    Method List

  • -
  • +
  • #languages Cask::Config @@ -22068,7 +22076,7 @@

    Method List

  • -
  • +
  • #languages= Cask::Config @@ -22076,7 +22084,7 @@

    Method List

  • -
  • +
  • #large_runner? Homebrew::DevCmd::PrPublish::Args @@ -22084,7 +22092,7 @@

    Method List

  • -
  • +
  • last_commit GitHub @@ -22092,7 +22100,7 @@

    Method List

  • -
  • +
  • last_commit SystemConfig @@ -22100,7 +22108,7 @@

    Method List

  • -
  • +
  • #last_commit VCSDownloadStrategy @@ -22108,7 +22116,7 @@

    Method List

  • -
  • +
  • #last_commit SubversionDownloadStrategy @@ -22116,7 +22124,7 @@

    Method List

  • -
  • +
  • #last_commit GitDownloadStrategy @@ -22124,7 +22132,7 @@

    Method List

  • -
  • +
  • #last_commit MercurialDownloadStrategy @@ -22132,7 +22140,7 @@

    Method List

  • -
  • +
  • #last_commit BazaarDownloadStrategy @@ -22140,7 +22148,7 @@

    Method List

  • -
  • +
  • #last_commit FossilDownloadStrategy @@ -22148,7 +22156,7 @@

    Method List

  • -
  • +
  • #last_commit_date GitRepository @@ -22156,7 +22164,7 @@

    Method List

  • -
  • +
  • #last_committed GitRepository @@ -22164,7 +22172,7 @@

    Method List

  • -
  • +
  • last_revision_commit_of_file Utils::Git @@ -22172,7 +22180,7 @@

    Method List

  • -
  • +
  • last_revision_commit_of_files Utils::Git @@ -22180,7 +22188,7 @@

    Method List

  • -
  • +
  • last_revision_of_file Utils::Git @@ -22188,7 +22196,7 @@

    Method List

  • -
  • +
  • #latest? Cask::DSL::Version @@ -22196,7 +22204,7 @@

    Method List

  • -
  • +
  • latest_clang_version OS::Mac::CLT @@ -22204,7 +22212,7 @@

    Method List

  • -
  • +
  • #latest_formula Formula @@ -22212,7 +22220,7 @@

    Method List

  • -
  • +
  • #latest_head_prefix Formula @@ -22220,7 +22228,7 @@

    Method List

  • -
  • +
  • #latest_head_version Formula @@ -22228,7 +22236,7 @@

    Method List

  • -
  • +
  • #latest_installed_prefix Formula @@ -22236,7 +22244,7 @@

    Method List

  • -
  • +
  • latest_sdk_version OS::Mac @@ -22244,7 +22252,7 @@

    Method List

  • -
  • +
  • latest_sdk_version? OS::Mac::Xcode @@ -22252,7 +22260,7 @@

    Method List

  • -
  • +
  • latest_tag SPDX @@ -22260,7 +22268,7 @@

    Method List

  • -
  • +
  • latest_version OS::Mac::Xcode @@ -22268,7 +22276,7 @@

    Method List

  • -
  • +
  • latest_version Repology @@ -22276,7 +22284,7 @@

    Method List

  • -
  • +
  • latest_version Homebrew::Livecheck @@ -22284,7 +22292,7 @@

    Method List

  • -
  • +
  • #latest_version_installed? Formula @@ -22292,7 +22300,7 @@

    Method List

  • -
  • +
  • #launch_only_once Homebrew::Service @@ -22300,7 +22308,7 @@

    Method List

  • -
  • +
  • launchctl Utils::Service @@ -22308,7 +22316,7 @@

    Method List

  • -
  • +
  • launchctl? Utils::Service @@ -22316,7 +22324,7 @@

    Method List

  • -
  • +
  • #launchd_service_path Formula @@ -22324,7 +22332,7 @@

    Method List

  • -
  • +
  • ld64_version DevelopmentTools @@ -22332,7 +22340,7 @@

    Method List

  • -
  • +
  • #ldflags SharedEnvExtension @@ -22340,7 +22348,7 @@

    Method List

  • -
  • +
  • #lead Homebrew::Manpages::Variables @@ -22348,7 +22356,7 @@

    Method List

  • -
  • +
  • left Tty @@ -22356,7 +22364,7 @@

    Method List

  • -
  • +
  • #length Checksum @@ -22364,7 +22372,7 @@

    Method List

  • -
  • +
  • #lib Formula @@ -22372,7 +22380,7 @@

    Method List

  • -
  • +
  • #lib Keg @@ -22380,7 +22388,7 @@

    Method List

  • -
  • +
  • #libcxx Stdenv @@ -22388,7 +22396,7 @@

    Method List

  • -
  • +
  • #libcxx Superenv @@ -22396,7 +22404,7 @@

    Method List

  • -
  • +
  • #libexec Formula @@ -22404,7 +22412,7 @@

    Method List

  • -
  • +
  • #libexec Keg @@ -22412,7 +22420,7 @@

    Method List

  • -
  • +
  • #libexec Homebrew::Service @@ -22420,7 +22428,7 @@

    Method List

  • -
  • +
  • library_paths OS::Linux::Ld @@ -22428,7 +22436,7 @@

    Method List

  • -
  • +
  • #libtool_files Keg @@ -22436,7 +22444,7 @@

    Method List

  • -
  • +
  • #libxml2 Stdenv @@ -22444,7 +22452,7 @@

    Method List

  • -
  • +
  • #license Formula @@ -22452,7 +22460,7 @@

    Method List

  • -
  • +
  • license Formula @@ -22460,7 +22468,7 @@

    Method List

  • -
  • +
  • license_data SPDX @@ -22468,7 +22476,7 @@

    Method List

  • -
  • +
  • #license_exception? RuboCop::Cop::FormulaAudit::Licenses @@ -22476,7 +22484,7 @@

    Method List

  • -
  • +
  • license_expression_to_string SPDX @@ -22484,7 +22492,7 @@

    Method List

  • -
  • +
  • license_version_info SPDX @@ -22492,7 +22500,7 @@

    Method List

  • -
  • +
  • licenses_forbid_installation? SPDX @@ -22500,7 +22508,7 @@

    Method List

  • -
  • +
  • #limit Homebrew::DevCmd::Bump::Args @@ -22508,7 +22516,7 @@

    Method List

  • -
  • +
  • #limit Homebrew::DevCmd::BumpUnversionedCasks::Args @@ -22516,7 +22524,7 @@

    Method List

  • -
  • +
  • #line Homebrew::SourceLocation @@ -22524,7 +22532,7 @@

    Method List

  • -
  • +
  • #line_number RuboCop::Cop::HelperFunctions @@ -22532,7 +22540,7 @@

    Method List

  • -
  • +
  • #line_start_column RuboCop::Cop::HelperFunctions @@ -22540,7 +22548,7 @@

    Method List

  • -
  • +
  • #link Keg @@ -22548,7 +22556,7 @@

    Method List

  • -
  • +
  • #link FormulaInstaller @@ -22556,7 +22564,7 @@

    Method List

  • -
  • +
  • #link Cask::Artifact::Binary @@ -22564,7 +22572,7 @@

    Method List

  • -
  • +
  • #link Homebrew::Livecheck::Strategy::Sparkle::Item @@ -22572,7 +22580,7 @@

    Method List

  • -
  • +
  • link! Homebrew::Completions @@ -22580,7 +22588,7 @@

    Method List

  • -
  • +
  • link_completions Utils::Link @@ -22588,7 +22596,7 @@

    Method List

  • -
  • +
  • link_completions? Homebrew::Completions @@ -22596,7 +22604,7 @@

    Method List

  • -
  • +
  • #link_completions_and_manpages Tap @@ -22604,7 +22612,7 @@

    Method List

  • -
  • +
  • link_docs Utils::Link @@ -22612,7 +22620,7 @@

    Method List

  • -
  • +
  • #link_keg FormulaInstaller @@ -22620,7 +22628,7 @@

    Method List

  • -
  • +
  • link_manpages Utils::Link @@ -22628,7 +22636,7 @@

    Method List

  • -
  • +
  • #link_newname Migrator @@ -22636,7 +22644,7 @@

    Method List

  • -
  • +
  • #link_oldname_cellar Migrator @@ -22644,7 +22652,7 @@

    Method List

  • -
  • +
  • #link_oldname_opt Migrator @@ -22652,7 +22660,7 @@

    Method List

  • -
  • +
  • link_overwrite Formula @@ -22660,7 +22668,7 @@

    Method List

  • -
  • +
  • #link_overwrite? Formula @@ -22668,7 +22676,7 @@

    Method List

  • -
  • +
  • link_overwrite_paths Formula @@ -22676,7 +22684,7 @@

    Method List

  • -
  • +
  • link_type_english_name Cask::Artifact::Symlinked @@ -22684,7 +22692,7 @@

    Method List

  • -
  • +
  • #linked? Keg @@ -22692,7 +22700,7 @@

    Method List

  • -
  • +
  • #linked? Formula @@ -22700,7 +22708,7 @@

    Method List

  • -
  • +
  • #linked_keg Formula @@ -22708,7 +22716,7 @@

    Method List

  • -
  • +
  • #linked_keg_record Keg @@ -22716,7 +22724,7 @@

    Method List

  • -
  • +
  • #linked_old_linked_kegs Migrator @@ -22724,7 +22732,7 @@

    Method List

  • -
  • +
  • #linked_version Formula @@ -22732,7 +22740,7 @@

    Method List

  • -
  • +
  • linux? OS @@ -22740,7 +22748,7 @@

    Method List

  • -
  • +
  • #linux? GitHubRunner @@ -22748,7 +22756,7 @@

    Method List

  • -
  • +
  • #linux? Utils::Bottles::Tag @@ -22756,7 +22764,7 @@

    Method List

  • -
  • +
  • #linux? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22764,7 +22772,7 @@

    Method List

  • -
  • +
  • #linux_compatible? TestRunnerFormula @@ -22772,7 +22780,7 @@

    Method List

  • -
  • +
  • #linux_only? TestRunnerFormula @@ -22780,7 +22788,7 @@

    Method List

  • -
  • +
  • #linux_self_hosted? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22788,7 +22796,7 @@

    Method List

  • -
  • +
  • #linux_wheezy? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22796,7 +22804,7 @@

    Method List

  • -
  • +
  • #linuxbrew_core? CoreTap @@ -22804,7 +22812,7 @@

    Method List

  • -
  • +
  • list? Metafiles @@ -22812,7 +22820,7 @@

    Method List

  • -
  • +
  • list_artifacts Cask::List @@ -22820,7 +22828,7 @@

    Method List

  • -
  • +
  • list_casks Cask::List @@ -22828,7 +22836,7 @@

    Method List

  • -
  • +
  • #list_checks? Homebrew::Cmd::Doctor::Args @@ -22836,7 +22844,7 @@

    Method List

  • -
  • +
  • little_endian? Hardware::CPU @@ -22844,7 +22852,7 @@

    Method List

  • -
  • +
  • #livecheck Formula @@ -22852,7 +22860,7 @@

    Method List

  • -
  • +
  • livecheck Formula @@ -22860,7 +22868,7 @@

    Method List

  • -
  • +
  • #livecheck Cask::DSL @@ -22868,7 +22876,7 @@

    Method List

  • -
  • +
  • #livecheck Resource @@ -22876,7 +22884,7 @@

    Method List

  • -
  • +
  • #livecheck Cask::Cask @@ -22884,7 +22892,7 @@

    Method List

  • -
  • +
  • livecheck_strategy_names Homebrew::Livecheck @@ -22892,7 +22900,7 @@

    Method List

  • -
  • +
  • livecheck_url_to_string Homebrew::Livecheck @@ -22900,7 +22908,7 @@

    Method List

  • -
  • +
  • livecheck_watchlist Homebrew::EnvConfig @@ -22908,7 +22916,7 @@

    Method List

  • -
  • +
  • #livecheckable? Formula @@ -22916,7 +22924,7 @@

    Method List

  • -
  • +
  • livecheckable? Formula @@ -22924,7 +22932,7 @@

    Method List

  • -
  • +
  • #livecheckable? Resource @@ -22932,7 +22940,7 @@

    Method List

  • -
  • +
  • #livecheckable? Cask::Cask @@ -22940,7 +22948,7 @@

    Method List

  • -
  • +
  • #livecheckable? Cask::DSL @@ -22948,7 +22956,7 @@

    Method List

  • -
  • +
  • llvm_clang_build_version DevelopmentTools @@ -22956,7 +22964,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::ILoader @@ -22964,7 +22972,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromContentLoader @@ -22972,7 +22980,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromPathLoader @@ -22980,7 +22988,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromURILoader @@ -22988,7 +22996,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromTapLoader @@ -22996,7 +23004,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromInstanceLoader @@ -23004,7 +23012,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromAPILoader @@ -23012,7 +23020,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::NullLoader @@ -23020,7 +23028,7 @@

    Method List

  • -
  • +
  • load Cask::CaskLoader @@ -23028,7 +23036,7 @@

    Method List

  • -
  • +
  • #load Cask::DSL::DependsOn @@ -23036,7 +23044,7 @@

    Method List

  • -
  • +
  • #load_file Formulary::FromURILoader @@ -23044,7 +23052,7 @@

    Method List

  • -
  • +
  • #load_file Formulary::FromTapLoader @@ -23052,7 +23060,7 @@

    Method List

  • -
  • +
  • load_formula Formulary @@ -23060,7 +23068,7 @@

    Method List

  • -
  • +
  • load_formula_from_api Formulary @@ -23068,7 +23076,7 @@

    Method List

  • -
  • +
  • load_formula_from_path Formulary @@ -23076,7 +23084,7 @@

    Method List

  • -
  • +
  • load_other_tap_strategies Homebrew::Livecheck @@ -23084,7 +23092,7 @@

    Method List

  • -
  • +
  • load_tab Utils::Bottles @@ -23092,7 +23100,7 @@

    Method List

  • -
  • +
  • #loaded_from_api Tab @@ -23100,7 +23108,7 @@

    Method List

  • -
  • +
  • #loaded_from_api? Formula @@ -23108,7 +23116,7 @@

    Method List

  • -
  • +
  • loaded_from_api? Formula @@ -23116,7 +23124,7 @@

    Method List

  • -
  • +
  • #loaded_from_api? Cask::Cask @@ -23124,7 +23132,7 @@

    Method List

  • -
  • +
  • #loader Cask::Cask @@ -23132,7 +23140,7 @@

    Method List

  • -
  • +
  • loader_for Formulary @@ -23140,7 +23148,7 @@

    Method List

  • -
  • +
  • #loader_name_for Keg @@ -23148,7 +23156,7 @@

    Method List

  • -
  • +
  • #loader_path Formula @@ -23156,7 +23164,7 @@

    Method List

  • -
  • +
  • #loaders TapFormulaAmbiguityError @@ -23164,7 +23172,7 @@

    Method List

  • -
  • +
  • #loaders Cask::TapCaskAmbiguityError @@ -23172,7 +23180,7 @@

    Method List

  • -
  • +
  • #local_bottle_path Formula @@ -23180,7 +23188,7 @@

    Method List

  • -
  • +
  • local_npm_install_args Language::Node @@ -23188,7 +23196,7 @@

    Method List

  • -
  • +
  • locate DevelopmentTools @@ -23196,7 +23204,7 @@

    Method List

  • -
  • +
  • #location Homebrew::Style::Offense @@ -23204,7 +23212,7 @@

    Method List

  • -
  • +
  • #location Cask::URL @@ -23212,7 +23220,7 @@

    Method List

  • -
  • +
  • #location_expression RuboCop::AST::Node @@ -23220,7 +23228,7 @@

    Method List

  • -
  • +
  • #lock Keg @@ -23228,7 +23236,7 @@

    Method List

  • -
  • +
  • #lock Formula @@ -23236,7 +23244,7 @@

    Method List

  • -
  • +
  • #lock Migrator @@ -23244,7 +23252,7 @@

    Method List

  • -
  • +
  • #lock LockFile @@ -23252,7 +23260,7 @@

    Method List

  • -
  • +
  • locked FormulaInstaller @@ -23260,7 +23268,7 @@

    Method List

  • -
  • +
  • #log_path Homebrew::Service @@ -23268,7 +23276,7 @@

    Method List

  • -
  • +
  • #logs Formula @@ -23276,7 +23284,7 @@

    Method List

  • -
  • +
  • logs Homebrew::EnvConfig @@ -23284,7 +23292,7 @@

    Method List

  • -
  • +
  • lookup FormulaInfo @@ -23292,7 +23300,7 @@

    Method List

  • -
  • +
  • #lost? Homebrew::DevCmd::Unbottled::Args @@ -23300,7 +23308,7 @@

    Method List

  • -
  • +
  • mac? OS @@ -23308,7 +23316,7 @@

    Method List

  • -
  • +
  • #mach_o_bundle? MachOShim @@ -23316,7 +23324,7 @@

    Method List

  • -
  • +
  • #mach_o_bundle? Pathname @@ -23324,7 +23332,7 @@

    Method List

  • -
  • +
  • #mach_o_executable? MachOShim @@ -23332,7 +23340,7 @@

    Method List

  • -
  • +
  • #mach_o_files Keg @@ -23340,7 +23348,7 @@

    Method List

  • -
  • +
  • #macos Cask::DSL::DependsOn @@ -23348,7 +23356,7 @@

    Method List

  • -
  • +
  • #macos Homebrew::DevCmd::DispatchBuildBottle::Args @@ -23356,7 +23364,7 @@

    Method List

  • -
  • +
  • #macos? GitHubRunner @@ -23364,7 +23372,7 @@

    Method List

  • -
  • +
  • #macos? Utils::Bottles::Tag @@ -23372,7 +23380,7 @@

    Method List

  • -
  • +
  • #macos_compatible? TestRunnerFormula @@ -23380,7 +23388,7 @@

    Method List

  • -
  • +
  • #macos_legacy_timers Homebrew::Service @@ -23388,7 +23396,7 @@

    Method List

  • -
  • +
  • #macos_only? TestRunnerFormula @@ -23396,7 +23404,7 @@

    Method List

  • -
  • +
  • #macos_version GitHubRunner @@ -23404,7 +23412,7 @@

    Method List

  • -
  • +
  • #macos_version_comparison_search RuboCop::Cop::OnSystemConditionalsHelper @@ -23412,7 +23420,7 @@

    Method List

  • -
  • +
  • #macosxsdk Stdenv @@ -23420,7 +23428,7 @@

    Method List

  • -
  • +
  • #macports? Homebrew::Cmd::SearchCmd::Args @@ -23428,7 +23436,7 @@

    Method List

  • -
  • +
  • macports_or_fink OS::Mac @@ -23436,7 +23444,7 @@

    Method List

  • -
  • +
  • magenta Tty @@ -23444,7 +23452,7 @@

    Method List

  • -
  • +
  • #magic_number Pathname @@ -23452,7 +23460,7 @@

    Method List

  • -
  • +
  • #maintainers Homebrew::Manpages::Variables @@ -23460,7 +23468,7 @@

    Method List

  • -
  • +
  • #major Version @@ -23468,7 +23476,7 @@

    Method List

  • -
  • +
  • #major Cask::DSL::Version @@ -23476,7 +23484,7 @@

    Method List

  • -
  • +
  • #major PkgVersion @@ -23484,7 +23492,7 @@

    Method List

  • -
  • +
  • #major? Homebrew::DevCmd::Release::Args @@ -23492,7 +23500,7 @@

    Method List

  • -
  • +
  • #major_minor Version @@ -23500,7 +23508,7 @@

    Method List

  • -
  • +
  • #major_minor Cask::DSL::Version @@ -23508,7 +23516,7 @@

    Method List

  • -
  • +
  • #major_minor PkgVersion @@ -23516,7 +23524,7 @@

    Method List

  • -
  • +
  • #major_minor_patch Version @@ -23524,7 +23532,7 @@

    Method List

  • -
  • +
  • #major_minor_patch Cask::DSL::Version @@ -23532,7 +23540,7 @@

    Method List

  • -
  • +
  • #major_minor_patch PkgVersion @@ -23540,7 +23548,7 @@

    Method List

  • -
  • +
  • major_minor_version Language::Python @@ -23548,7 +23556,7 @@

    Method List

  • -
  • +
  • make_jobs Homebrew::EnvConfig @@ -23556,7 +23564,7 @@

    Method List

  • -
  • +
  • #make_jobs Stdenv @@ -23564,7 +23572,7 @@

    Method List

  • -
  • +
  • #make_jobs Superenv @@ -23572,7 +23580,7 @@

    Method List

  • -
  • +
  • #make_relative_symlink Pathname @@ -23580,7 +23588,7 @@

    Method List

  • -
  • +
  • #make_relative_symlink ObserverPathnameExtension @@ -23588,7 +23596,7 @@

    Method List

  • -
  • +
  • #man Formula @@ -23596,7 +23604,7 @@

    Method List

  • -
  • +
  • #man1 Formula @@ -23604,7 +23612,7 @@

    Method List

  • -
  • +
  • #man2 Formula @@ -23612,7 +23620,7 @@

    Method List

  • -
  • +
  • #man3 Formula @@ -23620,7 +23628,7 @@

    Method List

  • -
  • +
  • #man4 Formula @@ -23628,7 +23636,7 @@

    Method List

  • -
  • +
  • #man5 Formula @@ -23636,7 +23644,7 @@

    Method List

  • -
  • +
  • #man6 Formula @@ -23644,7 +23652,7 @@

    Method List

  • -
  • +
  • #man7 Formula @@ -23652,7 +23660,7 @@

    Method List

  • -
  • +
  • #man8 Formula @@ -23660,7 +23668,7 @@

    Method List

  • -
  • +
  • #manpagedir Cask::Config @@ -23668,7 +23676,7 @@

    Method List

  • -
  • +
  • #manual_command Homebrew::Service @@ -23676,7 +23684,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Git @@ -23684,7 +23692,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Gnu @@ -23692,7 +23700,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Npm @@ -23700,7 +23708,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Xml @@ -23708,7 +23716,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Cpan @@ -23716,7 +23724,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Json @@ -23724,7 +23732,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Pypi @@ -23732,7 +23740,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Xorg @@ -23740,7 +23748,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Yaml @@ -23748,7 +23756,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Crate @@ -23756,7 +23764,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Gnome @@ -23764,7 +23772,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Apache @@ -23772,7 +23780,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Hackage @@ -23780,7 +23788,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Sparkle @@ -23788,7 +23796,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Bitbucket @@ -23796,7 +23804,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Launchpad @@ -23804,7 +23812,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::PageMatch @@ -23812,7 +23820,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Sourceforge @@ -23820,7 +23828,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::HeaderMatch @@ -23828,7 +23836,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::ExtractPlist @@ -23836,7 +23844,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::GithubLatest @@ -23844,7 +23852,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::GithubReleases @@ -23852,7 +23860,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::ElectronBuilder @@ -23860,7 +23868,7 @@

    Method List

  • -
  • +
  • #max_count Homebrew::Cmd::Log::Args @@ -23868,7 +23876,7 @@

    Method List

  • -
  • +
  • #max_length Utils::Shebang::RewriteInfo @@ -23876,7 +23884,7 @@

    Method List

  • -
  • +
  • mdfind OS::Mac @@ -23884,7 +23892,7 @@

    Method List

  • -
  • +
  • mdfind_query OS::Mac @@ -23892,7 +23900,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::Reinstall::Args @@ -23900,7 +23908,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::InstallCmd::Args @@ -23908,7 +23916,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::UpgradeCmd::Args @@ -23916,7 +23924,7 @@

    Method List

  • -
  • +
  • #mdimporters Homebrew::UnversionedCaskChecker @@ -23924,7 +23932,7 @@

    Method List

  • -
  • +
  • members_by_team GitHub @@ -23932,7 +23940,7 @@

    Method List

  • -
  • +
  • #merge Cask::Config @@ -23940,7 +23948,7 @@

    Method List

  • -
  • +
  • #merge BuildEnvironment @@ -23948,7 +23956,7 @@

    Method List

  • -
  • +
  • #merge? Homebrew::DevCmd::Bottle::Args @@ -23956,7 +23964,7 @@

    Method List

  • -
  • +
  • #merge_bottle_spec Homebrew::DevCmd::Bottle @@ -23964,7 +23972,7 @@

    Method List

  • -
  • +
  • #merge_directory Migrator @@ -23972,7 +23980,7 @@

    Method List

  • -
  • +
  • #merge_json_files Homebrew::DevCmd::Bottle @@ -23980,7 +23988,7 @@

    Method List

  • -
  • +
  • merge_pull_request GitHub @@ -23988,7 +23996,7 @@

    Method List

  • -
  • +
  • merge_repeats Dependency @@ -23996,7 +24004,7 @@

    Method List

  • -
  • +
  • merge_variations Homebrew::API @@ -24004,7 +24012,7 @@

    Method List

  • -
  • +
  • #merge_xattrs UnpackStrategy @@ -24012,7 +24020,7 @@

    Method List

  • -
  • +
  • #merged_output SystemCommand::Result @@ -24020,7 +24028,7 @@

    Method List

  • -
  • +
  • #meson? Homebrew::DevCmd::Create::Args @@ -24028,7 +24036,7 @@

    Method List

  • -
  • +
  • #message Homebrew::Style::Offense @@ -24036,7 +24044,7 @@

    Method List

  • -
  • +
  • #message TapRemoteMismatchError @@ -24044,7 +24052,7 @@

    Method List

  • -
  • +
  • #message TapCoreRemoteMismatchError @@ -24052,7 +24060,7 @@

    Method List

  • -
  • +
  • #message FormulaConflictError @@ -24060,7 +24068,7 @@

    Method List

  • -
  • +
  • #message Requirement @@ -24068,7 +24076,7 @@

    Method List

  • -
  • +
  • #message Cask::CaskCannotBeInstalledError @@ -24076,7 +24084,7 @@

    Method List

  • -
  • +
  • message DeprecateDisable @@ -24084,7 +24092,7 @@

    Method List

  • -
  • +
  • #message ArchRequirement @@ -24092,7 +24100,7 @@

    Method List

  • -
  • +
  • #message LinuxRequirement @@ -24100,7 +24108,7 @@

    Method List

  • -
  • +
  • #message MacOSRequirement @@ -24108,7 +24116,7 @@

    Method List

  • -
  • +
  • #message XcodeRequirement @@ -24116,7 +24124,7 @@

    Method List

  • -
  • +
  • #message CodesignRequirement @@ -24124,7 +24132,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::PrPull::Args @@ -24132,7 +24140,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::PrPublish::Args @@ -24140,7 +24148,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpCaskPr::Args @@ -24148,7 +24156,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpRevision::Args @@ -24156,7 +24164,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpFormulaPr::Args @@ -24164,7 +24172,7 @@

    Method List

  • -
  • +
  • messages Homebrew @@ -24172,7 +24180,7 @@

    Method List

  • -
  • +
  • messages_displayed! Utils::Analytics @@ -24180,7 +24188,7 @@

    Method List

  • -
  • +
  • messages_displayed? Utils::Analytics @@ -24188,7 +24196,7 @@

    Method List

  • -
  • +
  • #metadata_main_container_path Cask::Metadata @@ -24196,7 +24204,7 @@

    Method List

  • -
  • +
  • #metadata_subdir Cask::Metadata @@ -24204,7 +24212,7 @@

    Method List

  • -
  • +
  • #metadata_subdir Cask::Installer @@ -24212,7 +24220,7 @@

    Method List

  • -
  • +
  • #metadata_timestamped_path Cask::Metadata @@ -24220,7 +24228,7 @@

    Method List

  • -
  • +
  • #metadata_versioned_path Cask::Metadata @@ -24228,7 +24236,7 @@

    Method List

  • -
  • +
  • #method_called? RuboCop::Cop::HelperFunctions @@ -24236,7 +24244,7 @@

    Method List

  • -
  • +
  • #method_called_ever? RuboCop::Cop::HelperFunctions @@ -24244,7 +24252,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::DSL @@ -24252,7 +24260,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::DSL::Base @@ -24260,7 +24268,7 @@

    Method List

  • -
  • +
  • method_missing_message Cask::Utils @@ -24268,7 +24276,7 @@

    Method List

  • -
  • +
  • method_name Commands @@ -24276,7 +24284,7 @@

    Method List

  • -
  • +
  • #method_name RuboCop::Cop::HelperFunctions @@ -24284,7 +24292,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::Cask::AST::Stanza @@ -24292,7 +24300,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::Cask::AST::CaskHeader @@ -24300,7 +24308,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::AST::Node @@ -24308,7 +24316,7 @@

    Method List

  • -
  • +
  • #method_order_index RuboCop::Cop::Cask::UninstallMethodsOrder @@ -24316,7 +24324,7 @@

    Method List

  • -
  • +
  • #migrate Migrator @@ -24324,7 +24332,7 @@

    Method List

  • -
  • +
  • #migrate Cask::Migrator @@ -24332,7 +24340,7 @@

    Method List

  • -
  • +
  • #migrate_cask_rename Reporter @@ -24340,7 +24348,7 @@

    Method List

  • -
  • +
  • #migrate_formula_rename Reporter @@ -24348,7 +24356,7 @@

    Method List

  • -
  • +
  • migrate_gcc_dependents_if_needed Homebrew @@ -24356,7 +24364,7 @@

    Method List

  • -
  • +
  • migrate_if_needed Migrator @@ -24364,7 +24372,7 @@

    Method List

  • -
  • +
  • migrate_if_needed Cask::Migrator @@ -24372,7 +24380,7 @@

    Method List

  • -
  • +
  • #migrate_tap_migration Reporter @@ -24380,7 +24388,7 @@

    Method List

  • -
  • +
  • #migration_needed? Formula @@ -24388,7 +24396,7 @@

    Method List

  • -
  • +
  • #minimum_system_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -24396,7 +24404,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Mac::Xcode @@ -24404,7 +24412,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Mac::CLT @@ -24412,7 +24420,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Linux::Glibc @@ -24420,7 +24428,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Linux::Kernel @@ -24428,7 +24436,7 @@

    Method List

  • -
  • +
  • #minor Version @@ -24436,7 +24444,7 @@

    Method List

  • -
  • +
  • #minor Cask::DSL::Version @@ -24444,7 +24452,7 @@

    Method List

  • -
  • +
  • #minor PkgVersion @@ -24452,7 +24460,7 @@

    Method List

  • -
  • +
  • #minor? Homebrew::DevCmd::Release::Args @@ -24460,7 +24468,7 @@

    Method List

  • -
  • +
  • #minor_patch Cask::DSL::Version @@ -24468,7 +24476,7 @@

    Method List

  • -
  • +
  • mirror Formula @@ -24476,7 +24484,7 @@

    Method List

  • -
  • +
  • #mirror Resource @@ -24484,7 +24492,7 @@

    Method List

  • -
  • +
  • #mirror Homebrew::DevCmd::BumpFormulaPr::Args @@ -24492,7 +24500,7 @@

    Method List

  • -
  • +
  • #mirrors Downloadable @@ -24500,7 +24508,7 @@

    Method List

  • -
  • +
  • #mirrors Homebrew::ResourceAuditor @@ -24508,7 +24516,7 @@

    Method List

  • -
  • +
  • #mirrors CurlDownloadStrategy @@ -24516,7 +24524,7 @@

    Method List

  • -
  • +
  • #mirrors CurlApacheMirrorDownloadStrategy @@ -24524,7 +24532,7 @@

    Method List

  • -
  • +
  • #missing? Homebrew::Cmd::Deps::Args @@ -24532,7 +24540,7 @@

    Method List

  • -
  • +
  • #missing? Homebrew::Cmd::Uses::Args @@ -24540,7 +24548,7 @@

    Method List

  • -
  • +
  • #missing_cask_and_formula_dependencies Cask::Installer @@ -24548,7 +24556,7 @@

    Method List

  • -
  • +
  • #missing_dependencies Formula @@ -24556,7 +24564,7 @@

    Method List

  • -
  • +
  • missing_deps Homebrew::Diagnostic @@ -24564,7 +24572,7 @@

    Method List

  • -
  • +
  • #missing_options Dependency @@ -24572,7 +24580,7 @@

    Method List

  • -
  • +
  • #mkdir Formula @@ -24580,7 +24588,7 @@

    Method List

  • -
  • +
  • #mkpath ObserverPathnameExtension @@ -24588,7 +24596,7 @@

    Method List

  • -
  • +
  • #mktemp Formula @@ -24596,7 +24604,7 @@

    Method List

  • -
  • +
  • #mktemp Requirement @@ -24604,7 +24612,7 @@

    Method List

  • -
  • +
  • #modification_date Mechanize::HTTP::ContentDisposition @@ -24612,7 +24620,7 @@

    Method List

  • -
  • +
  • #modifier? RuboCop::Cop::FormulaAudit::Miscellaneous @@ -24620,7 +24628,7 @@

    Method List

  • -
  • +
  • #modify_build_environment Requirement @@ -24628,7 +24636,7 @@

    Method List

  • -
  • +
  • #move_to_new_directory Migrator @@ -24636,7 +24644,7 @@

    Method List

  • -
  • +
  • #mtime CacheStoreDatabase @@ -24644,7 +24652,7 @@

    Method List

  • -
  • +
  • #multi_stanza_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -24652,7 +24660,7 @@

    Method List

  • -
  • +
  • #multiple? Homebrew::Cmd::List::Args @@ -24660,7 +24668,7 @@

    Method List

  • -
  • +
  • multiple_short_commits_exist? GitHub @@ -24668,7 +24676,7 @@

    Method List

  • -
  • +
  • #multiple_versions Homebrew::DevCmd::Bump::VersionBumpInfo @@ -24676,7 +24684,7 @@

    Method List

  • -
  • +
  • #must_succeed? SystemCommand @@ -24684,7 +24692,7 @@

    Method List

  • -
  • +
  • n ObserverPathnameExtension @@ -24692,7 +24700,7 @@

    Method List

  • -
  • +
  • #n Homebrew::Cmd::Log::Args @@ -24700,7 +24708,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Deps::Args @@ -24708,7 +24716,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Desc::Args @@ -24716,7 +24724,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Link::Args @@ -24724,7 +24732,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Migrate::Args @@ -24732,7 +24740,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::GistLogs::Args @@ -24740,7 +24748,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Autoremove::Args @@ -24748,7 +24756,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::UnlinkCmd::Args @@ -24756,7 +24764,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::CleanupCmd::Args @@ -24764,7 +24772,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::InstallCmd::Args @@ -24772,7 +24780,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::UpgradeCmd::Args @@ -24780,7 +24788,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::PrPull::Args @@ -24788,7 +24796,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::PrUpload::Args @@ -24796,7 +24804,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpCaskPr::Args @@ -24804,7 +24812,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpRevision::Args @@ -24812,7 +24820,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpFormulaPr::Args @@ -24820,7 +24828,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::GenerateCaskApi::Args @@ -24828,7 +24836,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::GenerateFormulaApi::Args @@ -24836,7 +24844,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpUnversionedCasks::Args @@ -24844,7 +24852,7 @@

    Method List

  • -
  • +
  • #name Keg @@ -24852,7 +24860,7 @@

    Method List

  • -
  • +
  • #name Tap @@ -24860,7 +24868,7 @@

    Method List

  • -
  • +
  • #name Debrew::Menu::Entry @@ -24868,7 +24876,7 @@

    Method List

  • -
  • +
  • #name Formula @@ -24876,7 +24884,7 @@

    Method List

  • -
  • +
  • #name Option @@ -24884,7 +24892,7 @@

    Method List

  • -
  • +
  • #name Homebrew::Service @@ -24892,7 +24900,7 @@

    Method List

  • -
  • +
  • #name Cask::DSL @@ -24900,7 +24908,7 @@

    Method List

  • -
  • +
  • #name Resource @@ -24908,7 +24916,7 @@

    Method List

  • -
  • +
  • #name CompilerSelector::Compiler @@ -24916,7 +24924,7 @@

    Method List

  • -
  • +
  • #name Formulary::FormulaLoader @@ -24924,7 +24932,7 @@

    Method List

  • -
  • +
  • #name Dependency @@ -24932,7 +24940,7 @@

    Method List

  • -
  • +
  • #name NoSuchKegError @@ -24940,7 +24948,7 @@

    Method List

  • -
  • +
  • #name FormulaOrCaskUnavailableError @@ -24948,7 +24956,7 @@

    Method List

  • -
  • +
  • #name TapFormulaAmbiguityError @@ -24956,7 +24964,7 @@

    Method List

  • -
  • +
  • #name TapUnavailableError @@ -24964,7 +24972,7 @@

    Method List

  • -
  • +
  • #name TapRemoteMismatchError @@ -24972,7 +24980,7 @@

    Method List

  • -
  • +
  • #name TapAlreadyTappedError @@ -24980,7 +24988,7 @@

    Method List

  • -
  • +
  • #name TapNoCustomRemoteError @@ -24988,7 +24996,7 @@

    Method List

  • -
  • +
  • #name PyPI::Package @@ -24996,7 +25004,7 @@

    Method List

  • -
  • +
  • #name Requirement @@ -25004,7 +25012,7 @@

    Method List

  • -
  • +
  • #name Homebrew::TapAuditor @@ -25012,7 +25020,7 @@

    Method List

  • -
  • +
  • #name SoftwareSpec @@ -25020,7 +25028,7 @@

    Method List

  • -
  • +
  • #name Bottle::Filename @@ -25028,7 +25036,7 @@

    Method List

  • -
  • +
  • #name Bottle @@ -25036,7 +25044,7 @@

    Method List

  • -
  • +
  • #name CaskDependent @@ -25044,7 +25052,7 @@

    Method List

  • -
  • +
  • #name Homebrew::FormulaCreator @@ -25052,7 +25060,7 @@

    Method List

  • -
  • +
  • #name FormulaConflict @@ -25060,7 +25068,7 @@

    Method List

  • -
  • +
  • #name Homebrew::ResourceAuditor @@ -25068,7 +25076,7 @@

    Method List

  • -
  • +
  • #name LinuxRunnerSpec @@ -25076,7 +25084,7 @@

    Method List

  • -
  • +
  • #name MacOSRunnerSpec @@ -25084,7 +25092,7 @@

    Method List

  • -
  • +
  • #name TestRunnerFormula @@ -25092,7 +25100,7 @@

    Method List

  • -
  • +
  • #name Cask::Cask @@ -25100,7 +25108,7 @@

    Method List

  • -
  • +
  • #name? Homebrew::Cmd::Desc::Args @@ -25108,7 +25116,7 @@

    Method List

  • -
  • +
  • name_from_url Homebrew::FormulaCreator @@ -25116,7 +25124,7 @@

    Method List

  • -
  • +
  • name_info Cask::Info @@ -25124,7 +25132,7 @@

    Method List

  • -
  • +
  • #name_to_option Homebrew::CLI::Parser @@ -25132,7 +25140,7 @@

    Method List

  • -
  • +
  • #named Homebrew::CLI::Args @@ -25140,7 +25148,7 @@

    Method List

  • -
  • +
  • #named_args Homebrew::Uninstall::DependentsMessage @@ -25148,7 +25156,7 @@

    Method List

  • -
  • +
  • #named_args Homebrew::CLI::Parser @@ -25156,7 +25164,7 @@

    Method List

  • -
  • +
  • named_args_type Commands @@ -25164,7 +25172,7 @@

    Method List

  • -
  • +
  • #named_args_type Homebrew::CLI::Parser @@ -25172,7 +25180,7 @@

    Method List

  • -
  • +
  • names Tap @@ -25180,7 +25188,7 @@

    Method List

  • -
  • +
  • names Formula @@ -25188,7 +25196,7 @@

    Method List

  • -
  • +
  • namespace_key Formulary @@ -25196,7 +25204,7 @@

    Method List

  • -
  • +
  • needs Formula @@ -25204,7 +25212,7 @@

    Method List

  • -
  • +
  • #needs SoftwareSpec @@ -25212,7 +25220,7 @@

    Method List

  • -
  • +
  • needs_build_formulae? DevelopmentTools @@ -25220,7 +25228,7 @@

    Method List

  • -
  • +
  • needs_clt_installed? OS::Mac::Xcode @@ -25228,7 +25236,7 @@

    Method List

  • -
  • +
  • needs_compiler_formula? DevelopmentTools @@ -25236,7 +25244,7 @@

    Method List

  • -
  • +
  • needs_libc_formula? DevelopmentTools @@ -25244,7 +25252,7 @@

    Method List

  • -
  • +
  • needs_migration? Migrator @@ -25252,7 +25260,7 @@

    Method List

  • -
  • +
  • #needs_python? Language::Python::Virtualenv @@ -25260,7 +25268,7 @@

    Method List

  • -
  • +
  • #negate_include_call? RuboCop::Cop::Homebrew::NegateInclude @@ -25268,7 +25276,7 @@

    Method List

  • -
  • +
  • #negate_normal_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -25276,7 +25284,7 @@

    Method List

  • -
  • +
  • #nested Cask::DSL::Container @@ -25284,7 +25292,7 @@

    Method List

  • -
  • +
  • nested_cache? Homebrew::Cleanup @@ -25292,7 +25300,7 @@

    Method List

  • -
  • +
  • network_access_allowed? Formula @@ -25300,7 +25308,7 @@

    Method List

  • -
  • +
  • #network_access_allowed? Formula @@ -25308,7 +25316,7 @@

    Method List

  • -
  • +
  • #new? Homebrew::DevCmd::Audit::Args @@ -25316,7 +25324,7 @@

    Method List

  • -
  • +
  • #new_cask Cask::Migrator @@ -25324,7 +25332,7 @@

    Method List

  • -
  • +
  • #new_cask? Cask::Audit @@ -25332,7 +25340,7 @@

    Method List

  • -
  • +
  • #new_cask_font_path CoreCaskTap @@ -25340,7 +25348,7 @@

    Method List

  • -
  • +
  • #new_cask_path Tap @@ -25348,7 +25356,7 @@

    Method List

  • -
  • +
  • #new_cask_path CoreCaskTap @@ -25356,7 +25364,7 @@

    Method List

  • -
  • +
  • #new_cellar Migrator @@ -25364,7 +25372,7 @@

    Method List

  • -
  • +
  • #new_cellar_existed Migrator @@ -25372,7 +25380,7 @@

    Method List

  • -
  • +
  • #new_download_sha Cask::Cask @@ -25380,7 +25388,7 @@

    Method List

  • -
  • +
  • #new_formula_available? Formula @@ -25388,7 +25396,7 @@

    Method List

  • -
  • +
  • #new_formula_path Tap @@ -25396,7 +25404,7 @@

    Method List

  • -
  • +
  • #new_formula_path CoreTap @@ -25404,7 +25412,7 @@

    Method List

  • -
  • +
  • #new_formula_problems Homebrew::FormulaAuditor @@ -25412,7 +25420,7 @@

    Method List

  • -
  • +
  • #new_issue? Homebrew::Cmd::GistLogs::Args @@ -25420,7 +25428,7 @@

    Method List

  • -
  • +
  • #new_linked_keg_record Migrator @@ -25428,7 +25436,7 @@

    Method List

  • -
  • +
  • #new_pin_record Migrator @@ -25436,7 +25444,7 @@

    Method List

  • -
  • +
  • #new_version Homebrew::DevCmd::Bump::VersionBumpInfo @@ -25444,7 +25452,7 @@

    Method List

  • -
  • +
  • #newer_only? Homebrew::DevCmd::LivecheckCmd::Args @@ -25452,7 +25460,7 @@

    Method List

  • -
  • +
  • #newname Migrator @@ -25460,7 +25468,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::BundleVersion @@ -25468,7 +25476,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -25476,7 +25484,7 @@

    Method List

  • -
  • +
  • #nil_or_empty? RuboCop::Cop::Homebrew::Blank @@ -25484,7 +25492,7 @@

    Method List

  • -
  • +
  • #no_all_checks? Homebrew::DevCmd::Bottle::Args @@ -25492,7 +25500,7 @@

    Method List

  • -
  • +
  • no_analytics? Homebrew::EnvConfig @@ -25500,7 +25508,7 @@

    Method List

  • -
  • +
  • #no_audit? Homebrew::DevCmd::BumpCaskPr::Args @@ -25508,7 +25516,7 @@

    Method List

  • -
  • +
  • #no_audit? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25516,7 +25524,7 @@

    Method List

  • -
  • +
  • no_auto_update? Homebrew::EnvConfig @@ -25524,7 +25532,7 @@

    Method List

  • -
  • +
  • no_autoremove? Homebrew::EnvConfig @@ -25532,7 +25540,7 @@

    Method List

  • -
  • +
  • no_bootsnap? Homebrew::EnvConfig @@ -25540,7 +25548,7 @@

    Method List

  • -
  • +
  • #no_browse? Homebrew::DevCmd::BumpCaskPr::Args @@ -25548,7 +25556,7 @@

    Method List

  • -
  • +
  • #no_browse? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25556,7 +25564,7 @@

    Method List

  • -
  • +
  • no_changes_message Homebrew @@ -25564,7 +25572,7 @@

    Method List

  • -
  • +
  • #no_cherry_pick? Homebrew::DevCmd::PrPull::Args @@ -25572,7 +25580,7 @@

    Method List

  • -
  • +
  • no_cleanup_formulae Homebrew::EnvConfig @@ -25580,7 +25588,7 @@

    Method List

  • -
  • +
  • no_color? Homebrew::EnvConfig @@ -25588,7 +25596,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::Bottle::Args @@ -25596,7 +25604,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::PrPull::Args @@ -25604,7 +25612,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::PrUpload::Args @@ -25612,7 +25620,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::VendorGems::Args @@ -25620,7 +25628,7 @@

    Method List

  • -
  • +
  • #no_dividers Cask::DSL::Version @@ -25628,7 +25636,7 @@

    Method List

  • -
  • +
  • no_emoji? Homebrew::EnvConfig @@ -25636,7 +25644,7 @@

    Method List

  • -
  • +
  • no_env_hints? Homebrew::EnvConfig @@ -25644,7 +25652,7 @@

    Method List

  • -
  • +
  • #no_fetch? Homebrew::DevCmd::Create::Args @@ -25652,7 +25660,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Stdenv @@ -25660,7 +25668,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Superenv @@ -25668,7 +25676,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains_support? SharedEnvExtension @@ -25676,7 +25684,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::Bump::Args @@ -25684,7 +25692,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::BumpCaskPr::Args @@ -25692,7 +25700,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25700,7 +25708,7 @@

    Method List

  • -
  • +
  • #no_git? Homebrew::DevCmd::TapNew::Args @@ -25708,7 +25716,7 @@

    Method List

  • -
  • +
  • no_github_api? Homebrew::EnvConfig @@ -25716,7 +25724,7 @@

    Method List

  • -
  • +
  • no_insecure_redirect? Homebrew::EnvConfig @@ -25724,7 +25732,7 @@

    Method List

  • -
  • +
  • no_install_cleanup? Homebrew::EnvConfig @@ -25732,7 +25740,7 @@

    Method List

  • -
  • +
  • no_install_from_api? Homebrew::EnvConfig @@ -25740,7 +25748,7 @@

    Method List

  • -
  • +
  • no_install_upgrade? Homebrew::EnvConfig @@ -25748,7 +25756,7 @@

    Method List

  • -
  • +
  • no_installed_dependents_check? Homebrew::EnvConfig @@ -25756,7 +25764,7 @@

    Method List

  • -
  • +
  • no_message_output? Utils::Analytics @@ -25764,7 +25772,7 @@

    Method List

  • -
  • +
  • #no_named? Homebrew::CLI::Args @@ -25772,7 +25780,7 @@

    Method List

  • -
  • +
  • no_proxy Homebrew::EnvConfig @@ -25780,7 +25788,7 @@

    Method List

  • -
  • +
  • #no_pull_requests? Homebrew::DevCmd::Bump::Args @@ -25788,7 +25796,7 @@

    Method List

  • -
  • +
  • #no_rebuild? Homebrew::DevCmd::Bottle::Args @@ -25796,7 +25804,7 @@

    Method List

  • -
  • +
  • #no_simulate? Homebrew::Cmd::ReadallCmd::Args @@ -25804,7 +25812,7 @@

    Method List

  • -
  • +
  • #no_style? Homebrew::DevCmd::BumpCaskPr::Args @@ -25812,7 +25820,7 @@

    Method List

  • -
  • +
  • no_underline Tty @@ -25820,7 +25828,7 @@

    Method List

  • -
  • +
  • no_update_report_new? Homebrew::EnvConfig @@ -25828,7 +25836,7 @@

    Method List

  • -
  • +
  • #no_upload? Homebrew::DevCmd::PrPull::Args @@ -25836,7 +25844,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Stdenv @@ -25844,7 +25852,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Superenv @@ -25852,7 +25860,7 @@

    Method List

  • -
  • +
  • #no_weak_imports_support? SharedEnvExtension @@ -25860,7 +25868,7 @@

    Method List

  • -
  • +
  • #node? Homebrew::DevCmd::Create::Args @@ -25868,7 +25876,7 @@

    Method List

  • -
  • +
  • #node_equals? RuboCop::Cop::HelperFunctions @@ -25876,7 +25884,7 @@

    Method List

  • -
  • +
  • #non_bundler_gems? Homebrew::DevCmd::VendorGems::Args @@ -25884,7 +25892,7 @@

    Method List

  • -
  • +
  • #none_string Homebrew::Diagnostic::Checks @@ -25892,7 +25900,7 @@

    Method List

  • -
  • +
  • normalize_python_package PyPI @@ -25900,7 +25908,7 @@

    Method List

  • -
  • +
  • not_this_run? Utils::Analytics @@ -25908,7 +25916,7 @@

    Method List

  • -
  • +
  • npm_cache_config Language::Node @@ -25916,7 +25924,7 @@

    Method List

  • -
  • +
  • #null? Version::Token @@ -25924,7 +25932,7 @@

    Method List

  • -
  • +
  • #null? Version @@ -25932,7 +25940,7 @@

    Method List

  • -
  • +
  • #number_readable Kernel @@ -25940,7 +25948,7 @@

    Method List

  • -
  • +
  • #numeric? Version::Token @@ -25948,7 +25956,7 @@

    Method List

  • -
  • +
  • #numeric? Version::NumericToken @@ -25956,7 +25964,7 @@

    Method List

  • -
  • +
  • #odebug Kernel @@ -25964,7 +25972,7 @@

    Method List

  • -
  • +
  • #odeprecated Kernel @@ -25972,7 +25980,7 @@

    Method List

  • -
  • +
  • #odie Kernel @@ -25980,7 +25988,7 @@

    Method List

  • -
  • +
  • odie_if_defined Homebrew @@ -25988,7 +25996,7 @@

    Method List

  • -
  • +
  • #odisabled Kernel @@ -25996,7 +26004,7 @@

    Method List

  • -
  • +
  • #ofail Kernel @@ -26004,7 +26012,7 @@

    Method List

  • -
  • +
  • #offending_node RuboCop::Cop::HelperFunctions @@ -26012,7 +26020,7 @@

    Method List

  • -
  • +
  • #official? Tap @@ -26020,7 +26028,7 @@

    Method List

  • -
  • +
  • #official_external_commands Homebrew::Manpages::Variables @@ -26028,7 +26036,7 @@

    Method List

  • -
  • +
  • official_external_commands_paths Commands @@ -26036,7 +26044,7 @@

    Method List

  • -
  • +
  • #oh1 Kernel @@ -26044,7 +26052,7 @@

    Method List

  • -
  • +
  • #oh1_title Kernel @@ -26052,7 +26060,7 @@

    Method List

  • -
  • +
  • #ohai Kernel @@ -26060,7 +26068,7 @@

    Method List

  • -
  • +
  • ohai_if_defined Homebrew @@ -26068,7 +26076,7 @@

    Method List

  • -
  • +
  • #ohai_title Kernel @@ -26076,7 +26084,7 @@

    Method List

  • -
  • +
  • #old DeprecatedOption @@ -26084,7 +26092,7 @@

    Method List

  • -
  • +
  • #old_cask Cask::Migrator @@ -26092,7 +26100,7 @@

    Method List

  • -
  • +
  • #old_cellar Migrator @@ -26100,7 +26108,7 @@

    Method List

  • -
  • +
  • #old_flag DeprecatedOption @@ -26108,7 +26116,7 @@

    Method List

  • -
  • +
  • #old_full_linked_kegs Migrator @@ -26116,7 +26124,7 @@

    Method List

  • -
  • +
  • #old_installed_formulae Formula @@ -26124,7 +26132,7 @@

    Method List

  • -
  • +
  • #old_linked_kegs Migrator @@ -26132,7 +26140,7 @@

    Method List

  • -
  • +
  • #old_opt_records Migrator @@ -26140,7 +26148,7 @@

    Method List

  • -
  • +
  • #old_pin_link_record Migrator @@ -26148,7 +26156,7 @@

    Method List

  • -
  • +
  • #old_pin_record Migrator @@ -26156,7 +26164,7 @@

    Method List

  • -
  • +
  • #old_tabs Migrator @@ -26164,7 +26172,7 @@

    Method List

  • -
  • +
  • #old_tap Migrator @@ -26172,7 +26180,7 @@

    Method List

  • -
  • +
  • #old_tokens Cask::Cask @@ -26180,7 +26188,7 @@

    Method List

  • -
  • +
  • oldest_cpu Hardware @@ -26188,7 +26196,7 @@

    Method List

  • -
  • +
  • #oldname Migrator @@ -26196,7 +26204,7 @@

    Method List

  • -
  • +
  • #oldname_opt_records Keg @@ -26204,7 +26212,7 @@

    Method List

  • -
  • +
  • #oldnames Formula @@ -26212,7 +26220,7 @@

    Method List

  • -
  • +
  • oldnames_needing_migration Migrator @@ -26220,7 +26228,7 @@

    Method List

  • -
  • +
  • #oldnames_to_migrate Formula @@ -26228,7 +26236,7 @@

    Method List

  • -
  • +
  • #on_and RuboCop::Cop::Homebrew::Present @@ -26236,7 +26244,7 @@

    Method List

  • -
  • +
  • #on_arch_conditional OnSystem::MacOSOnly @@ -26244,7 +26252,7 @@

    Method List

  • -
  • +
  • #on_block RuboCop::Cop::Cask::CaskHelp @@ -26252,7 +26260,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::Variables @@ -26260,7 +26268,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::NoOverrides @@ -26268,7 +26276,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::CaskHelp @@ -26276,7 +26284,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::StanzaGrouping @@ -26284,7 +26292,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnUrlStanza @@ -26292,7 +26300,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnDescStanza @@ -26300,7 +26308,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnSystemConditionals @@ -26308,7 +26316,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnHomepageStanza @@ -26316,7 +26324,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::Discontinued @@ -26324,7 +26332,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::StanzaOrder @@ -26332,7 +26340,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::CaskHelp @@ -26340,7 +26348,7 @@

    Method List

  • -
  • +
  • #on_class RuboCop::Cop::FormulaCop @@ -26348,7 +26356,7 @@

    Method List

  • -
  • +
  • #on_desc_stanza RuboCop::Cop::Cask::Desc @@ -26356,7 +26364,7 @@

    Method List

  • -
  • +
  • #on_homepage_stanza RuboCop::Cop::Cask::HomepageUrlTrailingSlash @@ -26364,7 +26372,7 @@

    Method List

  • -
  • +
  • #on_if RuboCop::Cop::Homebrew::Presence @@ -26372,7 +26380,7 @@

    Method List

  • -
  • +
  • #on_if RuboCop::Cop::Homebrew::SafeNavigationWithBlank @@ -26380,7 +26388,7 @@

    Method List

  • -
  • +
  • on_macos Formula @@ -26388,7 +26396,7 @@

    Method List

  • -
  • +
  • #on_macos_version_method_call RuboCop::Cop::OnSystemConditionalsHelper @@ -26396,7 +26404,7 @@

    Method List

  • -
  • +
  • #on_new_investigation RuboCop::Cop::Cask::StanzaOrder @@ -26404,7 +26412,7 @@

    Method List

  • -
  • +
  • #on_or RuboCop::Cop::Homebrew::Blank @@ -26412,7 +26420,7 @@

    Method List

  • -
  • +
  • #on_or RuboCop::Cop::Homebrew::Present @@ -26420,7 +26428,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::IORead @@ -26428,7 +26436,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::CompactBlank @@ -26436,7 +26444,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::NegateInclude @@ -26444,7 +26452,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ShellCommands @@ -26452,7 +26460,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ExecShellMetacharacters @@ -26460,7 +26468,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::MoveToExtendOS @@ -26468,7 +26476,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::InstallBundlerGems @@ -26476,7 +26484,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::SharedFilelistGlob @@ -26484,7 +26492,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::ArrayAlphabetization @@ -26492,7 +26500,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::UninstallMethodsOrder @@ -26500,7 +26508,7 @@

    Method List

  • -
  • +
  • #on_system_block? RuboCop::AST::Node @@ -26508,7 +26516,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Formula @@ -26516,7 +26524,7 @@

    Method List

  • -
  • +
  • on_system_blocks_exist? Formula @@ -26524,7 +26532,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Cask::Cask @@ -26532,7 +26540,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Cask::DSL @@ -26540,7 +26548,7 @@

    Method List

  • -
  • +
  • #on_system_conditional Homebrew::Service @@ -26548,7 +26556,7 @@

    Method List

  • -
  • +
  • #on_system_method_call RuboCop::Cop::OnSystemConditionalsHelper @@ -26556,7 +26564,7 @@

    Method List

  • -
  • +
  • #on_system_methods RuboCop::Cop::Cask::CaskHelp @@ -26564,7 +26572,7 @@

    Method List

  • -
  • +
  • #on_system_stanzas RuboCop::Cop::Cask::NoOverrides @@ -26572,7 +26580,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::Url @@ -26580,7 +26588,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::UrlLegacyCommaSeparators @@ -26588,7 +26596,7 @@

    Method List

  • -
  • +
  • #oneline? Homebrew::Cmd::Log::Args @@ -26596,7 +26604,7 @@

    Method List

  • -
  • +
  • #online? Cask::Audit @@ -26604,7 +26612,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::Audit::Args @@ -26612,7 +26620,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::Tests::Args @@ -26620,7 +26628,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::BumpCaskPr::Args @@ -26628,7 +26636,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::BumpFormulaPr::Args @@ -26636,7 +26644,7 @@

    Method List

  • -
  • +
  • #only Homebrew::DevCmd::Audit::Args @@ -26644,7 +26652,7 @@

    Method List

  • -
  • +
  • #only Homebrew::DevCmd::Tests::Args @@ -26652,7 +26660,7 @@

    Method List

  • -
  • +
  • #only_cops Homebrew::DevCmd::Audit::Args @@ -26660,7 +26668,7 @@

    Method List

  • -
  • +
  • #only_cops Homebrew::DevCmd::StyleCmd::Args @@ -26668,7 +26676,7 @@

    Method List

  • -
  • +
  • #only_dependencies? Homebrew::Cmd::InstallCmd::Args @@ -26676,7 +26684,7 @@

    Method List

  • -
  • +
  • #only_deps? FormulaInstaller @@ -26684,7 +26692,7 @@

    Method List

  • -
  • +
  • #only_formula_or_cask Homebrew::CLI::Args @@ -26692,7 +26700,7 @@

    Method List

  • -
  • +
  • #only_json_tab? Homebrew::DevCmd::Bottle::Args @@ -26700,7 +26708,7 @@

    Method List

  • -
  • +
  • #only_path Cask::URL::DSL @@ -26708,7 +26716,7 @@

    Method List

  • -
  • +
  • #only_public? Homebrew::DevCmd::Rubydoc::Args @@ -26716,7 +26724,7 @@

    Method List

  • -
  • +
  • #onoe Kernel @@ -26724,7 +26732,7 @@

    Method List

  • -
  • +
  • #open? Homebrew::Cmd::SearchCmd::Args @@ -26732,7 +26740,7 @@

    Method List

  • -
  • +
  • #open? Homebrew::DevCmd::Rubydoc::Args @@ -26740,7 +26748,7 @@

    Method List

  • -
  • +
  • open_graphql GitHub::API @@ -26748,7 +26756,7 @@

    Method List

  • -
  • +
  • #open_pr? Homebrew::DevCmd::Bump::Args @@ -26756,7 +26764,7 @@

    Method List

  • -
  • +
  • #open_pull_requests Homebrew::DevCmd::Bump::VersionBumpInfo @@ -26764,7 +26772,7 @@

    Method List

  • -
  • +
  • open_rest GitHub::API @@ -26772,7 +26780,7 @@

    Method List

  • -
  • +
  • #openjdk_dep_name_if_applicable Keg @@ -26780,7 +26788,7 @@

    Method List

  • -
  • +
  • #opensuse? Homebrew::Cmd::SearchCmd::Args @@ -26788,7 +26796,7 @@

    Method List

  • -
  • +
  • #opoo Kernel @@ -26796,7 +26804,7 @@

    Method List

  • -
  • +
  • opoo_if_defined Homebrew @@ -26804,7 +26812,7 @@

    Method List

  • -
  • +
  • #opt_bin Formula @@ -26812,7 +26820,7 @@

    Method List

  • -
  • +
  • #opt_bin Homebrew::Service @@ -26820,7 +26828,7 @@

    Method List

  • -
  • +
  • #opt_elisp Formula @@ -26828,7 +26836,7 @@

    Method List

  • -
  • +
  • #opt_frameworks Formula @@ -26836,7 +26844,7 @@

    Method List

  • -
  • +
  • #opt_include Formula @@ -26844,7 +26852,7 @@

    Method List

  • -
  • +
  • #opt_lib Formula @@ -26852,7 +26860,7 @@

    Method List

  • -
  • +
  • #opt_libexec Formula @@ -26860,7 +26868,7 @@

    Method List

  • -
  • +
  • #opt_libexec Homebrew::Service @@ -26868,7 +26876,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Formula @@ -26876,7 +26884,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Homebrew::Service @@ -26884,7 +26892,7 @@

    Method List

  • -
  • +
  • #opt_prefix Formula @@ -26892,7 +26900,7 @@

    Method List

  • -
  • +
  • #opt_prefix Homebrew::Service @@ -26900,7 +26908,7 @@

    Method List

  • -
  • +
  • #opt_record Keg @@ -26908,7 +26916,7 @@

    Method List

  • -
  • +
  • #opt_sbin Formula @@ -26916,7 +26924,7 @@

    Method List

  • -
  • +
  • #opt_sbin Homebrew::Service @@ -26924,7 +26932,7 @@

    Method List

  • -
  • +
  • #opt_share Formula @@ -26932,7 +26940,7 @@

    Method List

  • -
  • +
  • optimization_flags Hardware::CPU @@ -26940,7 +26948,7 @@

    Method List

  • -
  • +
  • option Formula @@ -26948,7 +26956,7 @@

    Method List

  • -
  • +
  • #option SoftwareSpec @@ -26956,7 +26964,7 @@

    Method List

  • -
  • +
  • option Formatter @@ -26964,7 +26972,7 @@

    Method List

  • -
  • +
  • option_conflicts Commands @@ -26972,7 +26980,7 @@

    Method List

  • -
  • +
  • #option_defined? Formula @@ -26980,7 +26988,7 @@

    Method List

  • -
  • +
  • #option_defined? SoftwareSpec @@ -26988,7 +26996,7 @@

    Method List

  • -
  • +
  • #option_description Homebrew::CLI::Parser @@ -26996,7 +27004,7 @@

    Method List

  • -
  • +
  • #option_names Dependency @@ -27004,7 +27012,7 @@

    Method List

  • -
  • +
  • #option_names Requirement @@ -27012,7 +27020,7 @@

    Method List

  • -
  • +
  • #option_tags Dependable @@ -27020,7 +27028,7 @@

    Method List

  • -
  • +
  • #option_to_description Homebrew::CLI::Parser @@ -27028,7 +27036,7 @@

    Method List

  • -
  • +
  • option_to_name Homebrew::CLI::Parser @@ -27036,7 +27044,7 @@

    Method List

  • -
  • +
  • #option_to_name Homebrew::CLI::Parser @@ -27044,7 +27052,7 @@

    Method List

  • -
  • +
  • #optional Dependencies @@ -27052,7 +27060,7 @@

    Method List

  • -
  • +
  • #optional? Dependable @@ -27060,7 +27068,7 @@

    Method List

  • -
  • +
  • #optional_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -27068,7 +27076,7 @@

    Method List

  • -
  • +
  • #options Dependable @@ -27076,7 +27084,7 @@

    Method List

  • -
  • +
  • #options BuildError @@ -27084,7 +27092,7 @@

    Method List

  • -
  • +
  • #options SoftwareSpec @@ -27092,7 +27100,7 @@

    Method List

  • -
  • +
  • #options FormulaInstaller @@ -27100,7 +27108,7 @@

    Method List

  • -
  • +
  • #options Formula @@ -27108,7 +27116,7 @@

    Method List

  • -
  • +
  • #options_only Homebrew::CLI::Args @@ -27116,7 +27124,7 @@

    Method List

  • -
  • +
  • #optlink Keg @@ -27124,7 +27132,7 @@

    Method List

  • -
  • +
  • #optlinked? Keg @@ -27132,7 +27140,7 @@

    Method List

  • -
  • +
  • #optlinked? Formula @@ -27140,7 +27148,7 @@

    Method List

  • -
  • +
  • origin SystemConfig @@ -27148,7 +27156,7 @@

    Method List

  • -
  • +
  • #origin_branch_name GitRepository @@ -27156,7 +27164,7 @@

    Method List

  • -
  • +
  • #origin_has_branch? GitRepository @@ -27164,7 +27172,7 @@

    Method List

  • -
  • +
  • #origin_url GitRepository @@ -27172,7 +27180,7 @@

    Method List

  • -
  • +
  • #origin_url= GitRepository @@ -27180,7 +27188,7 @@

    Method List

  • -
  • +
  • os Homebrew::SimulateSystem @@ -27188,7 +27196,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Livecheck::Strategy::Sparkle::Item @@ -27196,7 +27204,7 @@

    Method List

  • -
  • +
  • #os Homebrew::CLI::Args @@ -27204,7 +27212,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::Deps::Args @@ -27212,7 +27220,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::Cache::Args @@ -27220,7 +27228,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::FetchCmd::Args @@ -27228,7 +27236,7 @@

    Method List

  • -
  • +
  • #os Homebrew::DevCmd::Audit::Args @@ -27236,7 +27244,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::ReadallCmd::Args @@ -27244,7 +27252,7 @@

    Method List

  • -
  • +
  • #os_arch_combinations Homebrew::CLI::Args @@ -27252,7 +27260,7 @@

    Method List

  • -
  • +
  • #os_check? RuboCop::Cop::Homebrew::MoveToExtendOS @@ -27260,7 +27268,7 @@

    Method List

  • -
  • +
  • os_condition_met? OnSystem @@ -27268,7 +27276,7 @@

    Method List

  • -
  • +
  • os_version OS::Linux @@ -27276,7 +27284,7 @@

    Method List

  • -
  • +
  • #outdated? Formula @@ -27284,7 +27292,7 @@

    Method List

  • -
  • +
  • #outdated? Cask::Cask @@ -27292,7 +27300,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::Xcode @@ -27300,7 +27308,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::CLT @@ -27308,7 +27316,7 @@

    Method List

  • -
  • +
  • #outdated_download_sha? Cask::Cask @@ -27316,7 +27324,7 @@

    Method List

  • -
  • +
  • #outdated_info Cask::Cask @@ -27324,7 +27332,7 @@

    Method List

  • -
  • +
  • #outdated_kegs Formula @@ -27332,7 +27340,7 @@

    Method List

  • -
  • +
  • outdated_kegs Homebrew::Upgrade @@ -27340,7 +27348,7 @@

    Method List

  • -
  • +
  • #outdated_release? MacOSVersion @@ -27348,7 +27356,7 @@

    Method List

  • -
  • +
  • #outdated_version Cask::Cask @@ -27356,7 +27364,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::DeveloperDependentsMessage @@ -27364,7 +27372,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::NondeveloperDependentsMessage @@ -27372,7 +27380,7 @@

    Method List

  • -
  • +
  • #output ErrorDuringExecution @@ -27380,7 +27388,7 @@

    Method List

  • -
  • +
  • output Utils::Analytics @@ -27388,7 +27396,7 @@

    Method List

  • -
  • +
  • output_analytics Utils::Analytics @@ -27396,7 +27404,7 @@

    Method List

  • -
  • +
  • output_github_packages_downloads Utils::Analytics @@ -27404,7 +27412,7 @@

    Method List

  • -
  • +
  • overridable_java_home_env Language::Java @@ -27412,7 +27420,7 @@

    Method List

  • -
  • +
  • #overwrite? FormulaInstaller @@ -27420,7 +27428,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::Link::Args @@ -27428,7 +27436,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::InstallCmd::Args @@ -27436,7 +27444,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::UpgradeCmd::Args @@ -27444,7 +27452,7 @@

    Method List

  • -
  • +
  • #owner Resource @@ -27452,7 +27460,7 @@

    Method List

  • -
  • +
  • #owner SoftwareSpec @@ -27460,7 +27468,7 @@

    Method List

  • -
  • +
  • #owner Homebrew::ResourceAuditor @@ -27468,7 +27476,7 @@

    Method List

  • -
  • +
  • #owner= ExternalPatch @@ -27476,7 +27484,7 @@

    Method List

  • -
  • +
  • owner_uid Homebrew @@ -27484,7 +27492,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::Log::Args @@ -27492,7 +27500,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::Leaves::Args @@ -27500,7 +27508,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::GistLogs::Args @@ -27508,7 +27516,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::DevCmd::UpdatePythonResources::Args @@ -27516,7 +27524,7 @@

    Method List

  • -
  • +
  • pack_for_installation Language::Node @@ -27524,7 +27532,7 @@

    Method List

  • -
  • +
  • #package_count Messages @@ -27532,7 +27540,7 @@

    Method List

  • -
  • +
  • #package_id Cask::Pkg @@ -27540,7 +27548,7 @@

    Method List

  • -
  • +
  • #package_installed Messages @@ -27548,7 +27556,7 @@

    Method List

  • -
  • +
  • #package_name Homebrew::DevCmd::UpdatePythonResources::Args @@ -27556,7 +27564,7 @@

    Method List

  • -
  • +
  • package_or_resource_name Homebrew::Livecheck @@ -27564,7 +27572,7 @@

    Method List

  • -
  • +
  • package_or_resource_skip Homebrew::Livecheck::SkipConditions @@ -27572,7 +27580,7 @@

    Method List

  • -
  • +
  • page_content Homebrew::Livecheck::Strategy @@ -27580,7 +27588,7 @@

    Method List

  • -
  • +
  • page_headers Homebrew::Livecheck::Strategy @@ -27588,7 +27596,7 @@

    Method List

  • -
  • +
  • paginate_graphql GitHub::API @@ -27596,7 +27604,7 @@

    Method List

  • -
  • +
  • paginate_rest GitHub::API @@ -27604,7 +27612,7 @@

    Method List

  • -
  • +
  • #pair_node RuboCop::Cask::AST::CaskHeader @@ -27612,7 +27620,7 @@

    Method List

  • -
  • +
  • #pairs Cask::DSL::Container @@ -27620,7 +27628,7 @@

    Method List

  • -
  • +
  • #parameters RuboCop::Cop::HelperFunctions @@ -27628,7 +27636,7 @@

    Method List

  • -
  • +
  • #parameters Mechanize::HTTP::ContentDisposition @@ -27636,7 +27644,7 @@

    Method List

  • -
  • +
  • #parameters_passed? RuboCop::Cop::HelperFunctions @@ -27644,7 +27652,7 @@

    Method List

  • -
  • +
  • parent Utils::Shell @@ -27652,7 +27660,7 @@

    Method List

  • -
  • +
  • #parent Homebrew::CLI::NamedArgs @@ -27660,7 +27668,7 @@

    Method List

  • -
  • +
  • parse Locale @@ -27668,7 +27676,7 @@

    Method List

  • -
  • +
  • parse Version @@ -27676,7 +27684,7 @@

    Method List

  • -
  • +
  • #parse Homebrew::CLI::Parser @@ -27684,7 +27692,7 @@

    Method List

  • -
  • +
  • parse PkgVersion @@ -27692,7 +27700,7 @@

    Method List

  • -
  • +
  • #parse Version::Parser @@ -27700,7 +27708,7 @@

    Method List

  • -
  • +
  • #parse Version::RegexParser @@ -27708,7 +27716,7 @@

    Method List

  • -
  • +
  • #parse Mechanize::HTTP::ContentDispositionParser @@ -27716,7 +27724,7 @@

    Method List

  • -
  • +
  • parse_api_response Repology @@ -27724,7 +27732,7 @@

    Method List

  • -
  • +
  • parse_author! Utils @@ -27732,7 +27740,7 @@

    Method List

  • -
  • +
  • #parse_cask_version Homebrew::BumpVersionParser @@ -27740,7 +27748,7 @@

    Method List

  • -
  • +
  • #parse_cron Homebrew::Service @@ -27748,7 +27756,7 @@

    Method List

  • -
  • +
  • parse_curl_output Utils::Curl @@ -27756,7 +27764,7 @@

    Method List

  • -
  • +
  • parse_json Homebrew::Livecheck::Strategy::Json @@ -27764,7 +27772,7 @@

    Method List

  • -
  • +
  • #parse_json_files Homebrew::DevCmd::Bottle @@ -27772,7 +27780,7 @@

    Method List

  • -
  • +
  • parse_license_expression SPDX @@ -27780,7 +27788,7 @@

    Method List

  • -
  • +
  • #parse_remaining Homebrew::CLI::Parser @@ -27788,7 +27796,7 @@

    Method List

  • -
  • +
  • #parse_url Homebrew::FormulaCreator @@ -27796,7 +27804,7 @@

    Method List

  • -
  • +
  • #parse_variable Homebrew::Manpages::Parser::Ronn @@ -27804,7 +27812,7 @@

    Method List

  • -
  • +
  • #parse_version Homebrew::BumpVersionParser @@ -27812,7 +27820,7 @@

    Method List

  • -
  • +
  • parse_xml Homebrew::Livecheck::Strategy::Xml @@ -27820,7 +27828,7 @@

    Method List

  • -
  • +
  • parse_yaml Homebrew::Livecheck::Strategy::Yaml @@ -27828,7 +27836,7 @@

    Method List

  • -
  • +
  • #parsed_homebrew_version Tab @@ -27836,7 +27844,7 @@

    Method List

  • -
  • +
  • parser Homebrew::AbstractCommand @@ -27844,7 +27852,7 @@

    Method List

  • -
  • +
  • pat_blurb GitHub @@ -27852,7 +27860,7 @@

    Method List

  • -
  • +
  • #patch Debrew::Formula @@ -27860,7 +27868,7 @@

    Method List

  • -
  • +
  • #patch Formula @@ -27868,7 +27876,7 @@

    Method List

  • -
  • +
  • patch Formula @@ -27876,7 +27884,7 @@

    Method List

  • -
  • +
  • #patch Version @@ -27884,7 +27892,7 @@

    Method List

  • -
  • +
  • #patch Resource @@ -27892,7 +27900,7 @@

    Method List

  • -
  • +
  • #patch SoftwareSpec @@ -27900,7 +27908,7 @@

    Method List

  • -
  • +
  • #patch Cask::DSL::Version @@ -27908,7 +27916,7 @@

    Method List

  • -
  • +
  • #patch PkgVersion @@ -27916,7 +27924,7 @@

    Method List

  • -
  • +
  • #patch! ELFShim @@ -27924,7 +27932,7 @@

    Method List

  • -
  • +
  • #patch? Homebrew::Cmd::Log::Args @@ -27932,7 +27940,7 @@

    Method List

  • -
  • +
  • #patch? Homebrew::DevCmd::Unpack::Args @@ -27940,7 +27948,7 @@

    Method List

  • -
  • +
  • #patch_data? RuboCop::Cop::FormulaAudit::Patches @@ -27948,7 +27956,7 @@

    Method List

  • -
  • +
  • #patch_files Resource::PatchResource @@ -27956,7 +27964,7 @@

    Method List

  • -
  • +
  • #patchelf_patcher ELFShim @@ -27964,7 +27972,7 @@

    Method List

  • -
  • +
  • #patches Resource @@ -27972,7 +27980,7 @@

    Method List

  • -
  • +
  • #patches SoftwareSpec @@ -27980,7 +27988,7 @@

    Method List

  • -
  • +
  • #path Tap @@ -27988,7 +27996,7 @@

    Method List

  • -
  • +
  • #path DATAPatch @@ -27996,7 +28004,7 @@

    Method List

  • -
  • +
  • #path Formula @@ -28004,7 +28012,7 @@

    Method List

  • -
  • +
  • path Commands @@ -28012,7 +28020,7 @@

    Method List

  • -
  • +
  • #path Formulary::FormulaLoader @@ -28020,7 +28028,7 @@

    Method List

  • -
  • +
  • #path Formulary::FromTapLoader @@ -28028,7 +28036,7 @@

    Method List

  • -
  • +
  • path Formulary @@ -28036,7 +28044,7 @@

    Method List

  • -
  • +
  • #path LockFile @@ -28044,7 +28052,7 @@

    Method List

  • -
  • +
  • path Utils::Git @@ -28052,7 +28060,7 @@

    Method List

  • -
  • +
  • path Cask::Cache @@ -28060,7 +28068,7 @@

    Method List

  • -
  • +
  • #path FormulaClassUnavailableErrorModule @@ -28068,7 +28076,7 @@

    Method List

  • -
  • +
  • #path OS::Mac::SDK @@ -28076,7 +28084,7 @@

    Method List

  • -
  • +
  • #path FormulaPin @@ -28084,7 +28092,7 @@

    Method List

  • -
  • +
  • #path Homebrew::TapAuditor @@ -28092,7 +28100,7 @@

    Method List

  • -
  • +
  • path Cask::Caskroom @@ -28100,7 +28108,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskQuarantineError @@ -28108,7 +28116,7 @@

    Method List

  • -
  • +
  • #path UnpackStrategy @@ -28116,7 +28124,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromPathLoader @@ -28124,7 +28132,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromAPILoader @@ -28132,7 +28140,7 @@

    Method List

  • -
  • +
  • path Cask::CaskLoader @@ -28140,7 +28148,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Pkg @@ -28148,7 +28156,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Installer @@ -28156,7 +28164,7 @@

    Method List

  • -
  • +
  • path_occupied? Cask::Utils @@ -28164,7 +28172,7 @@

    Method List

  • -
  • +
  • path_relative_to_workspace GitHub::Actions::Annotation @@ -28172,7 +28180,7 @@

    Method List

  • -
  • +
  • path_resolved_basename Utils::Bottles @@ -28180,7 +28188,7 @@

    Method List

  • -
  • +
  • #path_starts_with? RuboCop::Cop::FormulaAuditStrict::Text @@ -28188,7 +28196,7 @@

    Method List

  • -
  • +
  • path_to_regex Keg::Relocation @@ -28196,7 +28204,7 @@

    Method List

  • -
  • +
  • #pathname GitRepository @@ -28204,7 +28212,7 @@

    Method List

  • -
  • +
  • #paths Kernel @@ -28212,7 +28220,7 @@

    Method List

  • -
  • +
  • perform_build_from_source_checks Homebrew::Install @@ -28220,7 +28228,7 @@

    Method List

  • -
  • +
  • perform_preinstall_checks Homebrew::Install @@ -28228,7 +28236,7 @@

    Method List

  • -
  • +
  • periodic_clean! Homebrew::Cleanup @@ -28236,7 +28244,7 @@

    Method List

  • -
  • +
  • periodic_clean_due? Homebrew::Cleanup @@ -28244,7 +28252,7 @@

    Method List

  • -
  • +
  • #perl? Homebrew::DevCmd::Create::Args @@ -28252,7 +28260,7 @@

    Method List

  • -
  • +
  • permission GitHub @@ -28260,7 +28268,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags Superenv @@ -28268,7 +28276,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags SharedEnvExtension @@ -28276,7 +28284,7 @@

    Method List

  • -
  • +
  • physical_cpu_arm64? Hardware::CPU @@ -28284,7 +28292,7 @@

    Method List

  • -
  • +
  • #pin FormulaPin @@ -28292,7 +28300,7 @@

    Method List

  • -
  • +
  • #pin Formula @@ -28300,7 +28308,7 @@

    Method List

  • -
  • +
  • #pin_at FormulaPin @@ -28308,7 +28316,7 @@

    Method List

  • -
  • +
  • #pinnable? FormulaPin @@ -28316,7 +28324,7 @@

    Method List

  • -
  • +
  • #pinnable? Formula @@ -28324,7 +28332,7 @@

    Method List

  • -
  • +
  • #pinned? Migrator @@ -28332,7 +28340,7 @@

    Method List

  • -
  • +
  • #pinned? FormulaPin @@ -28340,7 +28348,7 @@

    Method List

  • -
  • +
  • #pinned? Formula @@ -28348,7 +28356,7 @@

    Method List

  • -
  • +
  • #pinned? Homebrew::Cmd::List::Args @@ -28356,7 +28364,7 @@

    Method List

  • -
  • +
  • #pinned_version FormulaPin @@ -28364,7 +28372,7 @@

    Method List

  • -
  • +
  • #pinned_version Formula @@ -28372,7 +28380,7 @@

    Method List

  • -
  • +
  • pip_index_url Homebrew::EnvConfig @@ -28380,7 +28388,7 @@

    Method List

  • -
  • +
  • #pip_install Language::Python::Virtualenv::Virtualenv @@ -28388,7 +28396,7 @@

    Method List

  • -
  • +
  • #pip_install_and_link Language::Python::Virtualenv::Virtualenv @@ -28396,7 +28404,7 @@

    Method List

  • -
  • +
  • pip_report PyPI @@ -28404,7 +28412,7 @@

    Method List

  • -
  • +
  • pip_report_to_packages PyPI @@ -28412,7 +28420,7 @@

    Method List

  • -
  • +
  • #pipe_output Homebrew::Assertions @@ -28420,7 +28428,7 @@

    Method List

  • -
  • +
  • #pkg_version Formula @@ -28428,7 +28436,7 @@

    Method List

  • -
  • +
  • #pkg_version FormulaInfo @@ -28436,7 +28444,7 @@

    Method List

  • -
  • +
  • #pkgetc Formula @@ -28444,7 +28452,7 @@

    Method List

  • -
  • +
  • #pkgs Homebrew::UnversionedCaskChecker @@ -28452,7 +28460,7 @@

    Method List

  • -
  • +
  • #pkgshare Formula @@ -28460,7 +28468,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_all Cask::Pkg @@ -28468,7 +28476,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_dirs Cask::Pkg @@ -28476,7 +28484,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_files Cask::Pkg @@ -28484,7 +28492,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_specials Cask::Pkg @@ -28492,7 +28500,7 @@

    Method List

  • -
  • +
  • pkgutil_info OS::Mac @@ -28500,7 +28508,7 @@

    Method List

  • -
  • +
  • #plain? Homebrew::Cmd::Env::Args @@ -28508,7 +28516,7 @@

    Method List

  • -
  • +
  • #platform GitHubRunner @@ -28516,7 +28524,7 @@

    Method List

  • -
  • +
  • platform_cache Formulary @@ -28524,7 +28532,7 @@

    Method List

  • -
  • +
  • #plc Homebrew::Manpages::Variables @@ -28532,7 +28540,7 @@

    Method List

  • -
  • +
  • #please_create_pull_requests Homebrew::Diagnostic::Checks @@ -28540,7 +28548,7 @@

    Method List

  • -
  • +
  • #plist Formula @@ -28548,7 +28556,7 @@

    Method List

  • -
  • +
  • #plist SystemCommand::Result @@ -28556,7 +28564,7 @@

    Method List

  • -
  • +
  • #plist_installed? Keg @@ -28564,7 +28572,7 @@

    Method List

  • -
  • +
  • #plist_name Formula @@ -28572,7 +28580,7 @@

    Method List

  • -
  • +
  • #plist_name Homebrew::Service @@ -28580,7 +28588,7 @@

    Method List

  • -
  • +
  • pluralize Utils @@ -28588,7 +28596,7 @@

    Method List

  • -
  • +
  • popen Utils @@ -28596,7 +28604,7 @@

    Method List

  • -
  • +
  • popen_read Utils @@ -28604,7 +28612,7 @@

    Method List

  • -
  • +
  • popen_write Utils @@ -28612,7 +28620,7 @@

    Method List

  • -
  • +
  • #populate_from_api! Cask::Cask @@ -28620,7 +28628,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! DescriptionCacheStore @@ -28628,7 +28636,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! CaskDescriptionCacheStore @@ -28636,7 +28644,7 @@

    Method List

  • -
  • +
  • #possible_names Formula @@ -28644,7 +28652,7 @@

    Method List

  • -
  • +
  • #post_install Formula @@ -28652,7 +28660,7 @@

    Method List

  • -
  • +
  • #post_install FormulaInstaller @@ -28660,7 +28668,7 @@

    Method List

  • -
  • +
  • #post_install_defined? Formula @@ -28668,7 +28676,7 @@

    Method List

  • -
  • +
  • #post_install_formula_path FormulaInstaller @@ -28676,7 +28684,7 @@

    Method List

  • -
  • +
  • #post_uninstall_phase Cask::Artifact::Uninstall @@ -28684,7 +28692,7 @@

    Method List

  • -
  • +
  • #potential_formula_dirs Tap @@ -28692,7 +28700,7 @@

    Method List

  • -
  • +
  • #pour FormulaInstaller @@ -28700,7 +28708,7 @@

    Method List

  • -
  • +
  • #pour_bottle? Formula @@ -28708,7 +28716,7 @@

    Method List

  • -
  • +
  • pour_bottle? Formula @@ -28716,7 +28724,7 @@

    Method List

  • -
  • +
  • #pour_bottle? FormulaInstaller @@ -28724,7 +28732,7 @@

    Method List

  • -
  • +
  • pour_bottle_check_unsatisfied_reason Formula @@ -28732,7 +28740,7 @@

    Method List

  • -
  • +
  • #pour_bottle_check_unsatisfied_reason Formula @@ -28740,7 +28748,7 @@

    Method List

  • -
  • +
  • pour_bottle_only_if Formula @@ -28748,7 +28756,7 @@

    Method List

  • -
  • +
  • #poured_from_bottle Tab @@ -28756,7 +28764,7 @@

    Method List

  • -
  • +
  • ppc32? Hardware::CPU @@ -28764,7 +28772,7 @@

    Method List

  • -
  • +
  • ppc64? Hardware::CPU @@ -28772,7 +28780,7 @@

    Method List

  • -
  • +
  • #ppc64? MachOShim @@ -28780,7 +28788,7 @@

    Method List

  • -
  • +
  • ppc64le? Hardware::CPU @@ -28788,7 +28796,7 @@

    Method List

  • -
  • +
  • #ppc7400? MachOShim @@ -28796,7 +28804,7 @@

    Method List

  • -
  • +
  • ppc? Hardware::CPU @@ -28804,7 +28812,7 @@

    Method List

  • -
  • +
  • preferred Utils::Shell @@ -28812,7 +28820,7 @@

    Method List

  • -
  • +
  • preferred_gcc CompilerSelector @@ -28820,7 +28828,7 @@

    Method List

  • -
  • +
  • #preferred_header_str RuboCop::Cask::AST::CaskHeader @@ -28828,7 +28836,7 @@

    Method List

  • -
  • +
  • preferred_path Utils::Shell @@ -28836,7 +28844,7 @@

    Method List

  • -
  • +
  • preferred_perl_version OS::Mac @@ -28844,7 +28852,7 @@

    Method List

  • -
  • +
  • #prefix Formula @@ -28852,7 +28860,7 @@

    Method List

  • -
  • +
  • prefix OS::Mac::Xcode @@ -28860,7 +28868,7 @@

    Method List

  • -
  • +
  • #prefix_linked? Formula @@ -28868,7 +28876,7 @@

    Method List

  • -
  • +
  • #prefix_path RuboCop::Cop::FormulaAudit::Text @@ -28876,7 +28884,7 @@

    Method List

  • -
  • +
  • #prefix_to_versioned_formulae_names Tap @@ -28884,7 +28892,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::Reinstall::Args @@ -28892,7 +28900,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::InstallCmd::Args @@ -28900,7 +28908,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::UpgradeCmd::Args @@ -28908,7 +28916,7 @@

    Method List

  • -
  • +
  • #preinstall? Homebrew::Cmd::UpdateReport::Args @@ -28916,7 +28924,7 @@

    Method List

  • -
  • +
  • #prelude FormulaInstaller @@ -28924,7 +28932,7 @@

    Method List

  • -
  • +
  • #prepare_codesign_writable_files Keg @@ -28932,7 +28940,7 @@

    Method List

  • -
  • +
  • #prepare_debug_symbols Keg @@ -28940,7 +28948,7 @@

    Method List

  • -
  • +
  • #prepare_patches Resource @@ -28948,7 +28956,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_locations Keg @@ -28956,7 +28964,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_placeholders Keg @@ -28964,7 +28972,7 @@

    Method List

  • -
  • +
  • #prepend PATH @@ -28972,7 +28980,7 @@

    Method List

  • -
  • +
  • #prepend SharedEnvExtension @@ -28980,7 +28988,7 @@

    Method List

  • -
  • +
  • #prepend_create_path SharedEnvExtension @@ -28988,7 +28996,7 @@

    Method List

  • -
  • +
  • #prepend_path SharedEnvExtension @@ -28996,7 +29004,7 @@

    Method List

  • -
  • +
  • prepend_path_in_profile Utils::Shell @@ -29004,7 +29012,7 @@

    Method List

  • -
  • +
  • preprocess_url Homebrew::Livecheck @@ -29012,7 +29020,7 @@

    Method List

  • -
  • +
  • #prerelease? MacOSVersion @@ -29020,7 +29028,7 @@

    Method List

  • -
  • +
  • #presence Object @@ -29028,7 +29036,7 @@

    Method List

  • -
  • +
  • #present? Object @@ -29036,7 +29044,7 @@

    Method List

  • -
  • +
  • #present? NilClass @@ -29044,7 +29052,7 @@

    Method List

  • -
  • +
  • #present? FalseClass @@ -29052,7 +29060,7 @@

    Method List

  • -
  • +
  • #present? TrueClass @@ -29060,7 +29068,7 @@

    Method List

  • -
  • +
  • #present? Array @@ -29068,7 +29076,7 @@

    Method List

  • -
  • +
  • #present? Hash @@ -29076,7 +29084,7 @@

    Method List

  • -
  • +
  • #present? Symbol @@ -29084,7 +29092,7 @@

    Method List

  • -
  • +
  • #present? String @@ -29092,7 +29100,7 @@

    Method List

  • -
  • +
  • #present? Numeric @@ -29100,7 +29108,7 @@

    Method List

  • -
  • +
  • #present? Time @@ -29108,7 +29116,7 @@

    Method List

  • -
  • +
  • #pretty_duration Kernel @@ -29116,7 +29124,7 @@

    Method List

  • -
  • +
  • #pretty_installed Kernel @@ -29124,7 +29132,7 @@

    Method List

  • -
  • +
  • #pretty_name MacOSVersion @@ -29132,7 +29140,7 @@

    Method List

  • -
  • +
  • #pretty_outdated Kernel @@ -29140,7 +29148,7 @@

    Method List

  • -
  • +
  • #pretty_ratelimit_reset GitHub::API::RateLimitExceededError @@ -29148,7 +29156,7 @@

    Method List

  • -
  • +
  • #pretty_uninstalled Kernel @@ -29156,7 +29164,7 @@

    Method List

  • -
  • +
  • #previously_fetched_formula FormulaInstaller @@ -29164,7 +29172,7 @@

    Method List

  • -
  • +
  • #primary_container Cask::Installer @@ -29172,7 +29180,7 @@

    Method List

  • -
  • +
  • #print Descriptions @@ -29180,7 +29188,7 @@

    Method List

  • -
  • +
  • print_backtrace_message Utils::Backtrace @@ -29188,7 +29196,7 @@

    Method List

  • -
  • +
  • print_dry_run_dependencies Homebrew::Install @@ -29196,7 +29204,7 @@

    Method List

  • -
  • +
  • print_latest_version Homebrew::Livecheck @@ -29204,7 +29212,7 @@

    Method List

  • -
  • +
  • #print_only? Homebrew::DevCmd::UpdatePythonResources::Args @@ -29212,7 +29220,7 @@

    Method List

  • -
  • +
  • #print_path? Homebrew::DevCmd::Edit::Args @@ -29220,7 +29228,7 @@

    Method List

  • -
  • +
  • print_pull_requests_matching GitHub @@ -29228,7 +29236,7 @@

    Method List

  • -
  • +
  • print_resources_info Homebrew::Livecheck @@ -29236,7 +29244,7 @@

    Method List

  • -
  • +
  • print_skip_information Homebrew::Livecheck::SkipConditions @@ -29244,7 +29252,7 @@

    Method List

  • -
  • +
  • #print_tap_action Formula @@ -29252,7 +29260,7 @@

    Method List

  • -
  • +
  • print_upgrade_message Homebrew::Upgrade @@ -29260,7 +29268,7 @@

    Method List

  • -
  • +
  • #private? Tap @@ -29268,7 +29276,7 @@

    Method List

  • -
  • +
  • #private? Homebrew::Cmd::GistLogs::Args @@ -29276,7 +29284,7 @@

    Method List

  • -
  • +
  • private_repo? GitHub @@ -29284,7 +29292,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::TapAuditor @@ -29292,7 +29300,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::ResourceAuditor @@ -29300,7 +29308,7 @@

    Method List

  • -
  • +
  • #problem RuboCop::Cop::HelperFunctions @@ -29308,7 +29316,7 @@

    Method List

  • -
  • +
  • #problem_if_output Homebrew::FormulaAuditor @@ -29316,7 +29324,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaInstaller @@ -29324,7 +29332,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaCellarChecks @@ -29332,7 +29340,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::TapAuditor @@ -29340,7 +29348,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::FormulaAuditor @@ -29348,7 +29356,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::ResourceAuditor @@ -29356,7 +29364,7 @@

    Method List

  • -
  • +
  • #process Utils::AST::FormulaAST @@ -29364,7 +29372,7 @@

    Method List

  • -
  • +
  • process_source Utils::AST @@ -29372,7 +29380,7 @@

    Method List

  • -
  • +
  • process_spec Version::RegexParser @@ -29380,7 +29388,7 @@

    Method List

  • -
  • +
  • process_spec Version::UrlParser @@ -29388,7 +29396,7 @@

    Method List

  • -
  • +
  • process_spec Version::StemParser @@ -29396,7 +29404,7 @@

    Method List

  • -
  • +
  • #process_type Homebrew::Service @@ -29404,7 +29412,7 @@

    Method List

  • -
  • +
  • #processed_options Homebrew::CLI::Parser @@ -29412,7 +29420,7 @@

    Method List

  • -
  • +
  • profile Utils::Shell @@ -29420,7 +29428,7 @@

    Method List

  • -
  • +
  • #profile Homebrew::DevCmd::Tests::Args @@ -29428,7 +29436,7 @@

    Method List

  • -
  • +
  • #prompt Debrew::Menu @@ -29436,7 +29444,7 @@

    Method List

  • -
  • +
  • propagate Cask::Quarantine @@ -29444,7 +29452,7 @@

    Method List

  • -
  • +
  • #provided_by_macos? KegOnlyReason @@ -29452,7 +29460,7 @@

    Method List

  • -
  • +
  • provides_sdk? OS::Mac::CLT @@ -29460,7 +29468,7 @@

    Method List

  • -
  • +
  • prune Dependency @@ -29468,7 +29476,7 @@

    Method List

  • -
  • +
  • prune Requirement @@ -29476,7 +29484,7 @@

    Method List

  • -
  • +
  • #prune Homebrew::Cmd::CleanupCmd::Args @@ -29484,7 +29492,7 @@

    Method List

  • -
  • +
  • prune? Homebrew::Cleanup @@ -29492,7 +29500,7 @@

    Method List

  • -
  • +
  • prune? Requirement @@ -29500,7 +29508,7 @@

    Method List

  • -
  • +
  • #prune? Homebrew::Cleanup @@ -29508,7 +29516,7 @@

    Method List

  • -
  • +
  • #prune_from_option? Dependable @@ -29516,7 +29524,7 @@

    Method List

  • -
  • +
  • #prune_if_build_and_not_dependent? Dependable @@ -29524,7 +29532,7 @@

    Method List

  • -
  • +
  • #prune_prefix? Homebrew::Cmd::CleanupCmd::Args @@ -29532,7 +29540,7 @@

    Method List

  • -
  • +
  • #prune_prefix_symlinks_and_directories Homebrew::Cleanup @@ -29540,7 +29548,7 @@

    Method List

  • -
  • +
  • pry? Homebrew::EnvConfig @@ -29548,7 +29556,7 @@

    Method List

  • -
  • +
  • #pry? Homebrew::DevCmd::Irb::Args @@ -29556,7 +29564,7 @@

    Method List

  • -
  • +
  • #pub_date Homebrew::Livecheck::Strategy::Sparkle::Item @@ -29564,7 +29572,7 @@

    Method List

  • -
  • +
  • public_member_usernames GitHub @@ -29572,7 +29580,7 @@

    Method List

  • -
  • +
  • #publish? Homebrew::DevCmd::PrAutomerge::Args @@ -29580,7 +29588,7 @@

    Method List

  • -
  • +
  • #pull_label Homebrew::DevCmd::TapNew::Args @@ -29588,7 +29596,7 @@

    Method List

  • -
  • +
  • #pull_request? Homebrew::Cmd::SearchCmd::Args @@ -29596,7 +29604,7 @@

    Method List

  • -
  • +
  • pull_request_commits GitHub @@ -29604,7 +29612,7 @@

    Method List

  • -
  • +
  • pull_request_labels GitHub @@ -29612,7 +29620,7 @@

    Method List

  • -
  • +
  • pull_request_title_regex GitHub @@ -29620,7 +29628,7 @@

    Method List

  • -
  • +
  • pull_requests GitHub @@ -29628,7 +29636,7 @@

    Method List

  • -
  • +
  • #purge_backed_up_versioned_files Cask::Installer @@ -29636,7 +29644,7 @@

    Method List

  • -
  • +
  • #purge_caskroom_path Cask::Installer @@ -29644,7 +29652,7 @@

    Method List

  • -
  • +
  • #purge_versioned_files Cask::Installer @@ -29652,7 +29660,7 @@

    Method List

  • -
  • +
  • #puts Cask::DSL::Caveats @@ -29660,7 +29668,7 @@

    Method List

  • -
  • +
  • puts_annotation_if_env_set GitHub::Actions @@ -29668,7 +29676,7 @@

    Method List

  • -
  • +
  • puts_no_install_cleanup_disable_message Homebrew::Cleanup @@ -29676,7 +29684,7 @@

    Method List

  • -
  • +
  • puts_no_install_cleanup_disable_message_if_not_already! Homebrew::Cleanup @@ -29684,7 +29692,7 @@

    Method List

  • -
  • +
  • puts_no_installed_dependents_check_disable_message_if_not_already! Homebrew::Upgrade @@ -29692,7 +29700,7 @@

    Method List

  • -
  • +
  • #pypi_formula_mappings Tap @@ -29700,7 +29708,7 @@

    Method List

  • -
  • +
  • #pypi_formula_mappings CoreTap @@ -29708,7 +29716,7 @@

    Method List

  • -
  • +
  • #pypi_info PyPI::Package @@ -29716,7 +29724,7 @@

    Method List

  • -
  • +
  • #python? Homebrew::DevCmd::Create::Args @@ -29724,7 +29732,7 @@

    Method List

  • -
  • +
  • #python_exclude_packages Homebrew::DevCmd::BumpFormulaPr::Args @@ -29732,7 +29740,7 @@

    Method List

  • -
  • +
  • #python_extra_packages Homebrew::DevCmd::BumpFormulaPr::Args @@ -29740,7 +29748,7 @@

    Method List

  • -
  • +
  • #python_names Language::Python::Virtualenv @@ -29748,7 +29756,7 @@

    Method List

  • -
  • +
  • #python_package_name Homebrew::DevCmd::BumpFormulaPr::Args @@ -29756,7 +29764,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::Reinstall::Args @@ -29764,7 +29772,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::InstallCmd::Args @@ -29772,7 +29780,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::UpgradeCmd::Args @@ -29780,7 +29788,7 @@

    Method List

  • -
  • +
  • #qlplugins Homebrew::UnversionedCaskChecker @@ -29788,7 +29796,7 @@

    Method List

  • -
  • +
  • #quarantine? Cask::Installer @@ -29796,7 +29804,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::FetchCmd::Args @@ -29804,7 +29812,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::Reinstall::Args @@ -29812,7 +29820,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::InstallCmd::Args @@ -29820,7 +29828,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::UpgradeCmd::Args @@ -29828,7 +29836,7 @@

    Method List

  • -
  • +
  • query_api Repology @@ -29836,7 +29844,7 @@

    Method List

  • -
  • +
  • query_regexp Homebrew::Search @@ -29844,7 +29852,7 @@

    Method List

  • -
  • +
  • #quiet! Mktemp @@ -29852,7 +29860,7 @@

    Method List

  • -
  • +
  • #quiet! AbstractDownloadStrategy @@ -29860,7 +29868,7 @@

    Method List

  • -
  • +
  • #quiet? Context::ContextStruct @@ -29868,7 +29876,7 @@

    Method List

  • -
  • +
  • #quiet? Context @@ -29876,7 +29884,7 @@

    Method List

  • -
  • +
  • #quiet? AbstractDownloadStrategy @@ -29884,7 +29892,7 @@

    Method List

  • -
  • +
  • #quiet? Homebrew::CLI::Args @@ -29892,7 +29900,7 @@

    Method List

  • -
  • +
  • #quiet? FormulaInstaller @@ -29900,7 +29908,7 @@

    Method List

  • -
  • +
  • #quiet? Cask::Installer @@ -29908,7 +29916,7 @@

    Method List

  • -
  • +
  • #quiet_system Kernel @@ -29916,7 +29924,7 @@

    Method List

  • -
  • +
  • #quote_dep Homebrew::FormulaAuditor @@ -29924,7 +29932,7 @@

    Method List

  • -
  • +
  • #r Homebrew::DevCmd::Ruby::Args @@ -29932,7 +29940,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::Cmd::List::Args @@ -29940,7 +29948,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::Cmd::Leaves::Args @@ -29948,7 +29956,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::DevCmd::LivecheckCmd::Args @@ -29956,7 +29964,7 @@

    Method List

  • -
  • +
  • #rack Keg @@ -29964,7 +29972,7 @@

    Method List

  • -
  • +
  • #rack Formula @@ -29972,7 +29980,7 @@

    Method List

  • -
  • +
  • racks Formula @@ -29980,7 +29988,7 @@

    Method List

  • -
  • +
  • raise Ignorable @@ -29988,7 +29996,7 @@

    Method List

  • -
  • +
  • raise_deprecation_exceptions? Homebrew @@ -29996,7 +30004,7 @@

    Method List

  • -
  • +
  • raise_error GitHub::API @@ -30004,7 +30012,7 @@

    Method List

  • -
  • +
  • #raw_version Cask::DSL::Version @@ -30012,7 +30020,7 @@

    Method List

  • -
  • +
  • read Homebrew::Settings @@ -30020,7 +30028,7 @@

    Method List

  • -
  • +
  • #read_date Mechanize::HTTP::ContentDisposition @@ -30028,7 +30036,7 @@

    Method List

  • -
  • +
  • read_script_arguments Cask::Artifact::AbstractArtifact @@ -30036,7 +30044,7 @@

    Method List

  • -
  • +
  • #read_uint16 ELFShim @@ -30044,7 +30052,7 @@

    Method List

  • -
  • +
  • #read_uint8 ELFShim @@ -30052,7 +30060,7 @@

    Method List

  • -
  • +
  • #readline_nonblock IO @@ -30060,7 +30068,7 @@

    Method List

  • -
  • +
  • reads_brewed_pth_files? Language::Python @@ -30068,7 +30076,7 @@

    Method List

  • -
  • +
  • #reason UsageError @@ -30076,7 +30084,7 @@

    Method List

  • -
  • +
  • reason Cask::Denylist @@ -30084,7 +30092,7 @@

    Method List

  • -
  • +
  • #reason PourBottleCheck @@ -30092,7 +30100,7 @@

    Method List

  • -
  • +
  • #reason Cask::AbstractCaskErrorWithToken @@ -30100,7 +30108,7 @@

    Method List

  • -
  • +
  • #reason Cask::CaskQuarantineError @@ -30108,7 +30116,7 @@

    Method List

  • -
  • +
  • #reason FormulaConflict @@ -30116,7 +30124,7 @@

    Method List

  • -
  • +
  • #reason KegOnlyReason @@ -30124,7 +30132,7 @@

    Method List

  • -
  • +
  • reason Homebrew::MissingFormula @@ -30132,7 +30140,7 @@

    Method List

  • -
  • +
  • #reason RuboCop::Cop::FormulaAudit::DeprecateDisableReason @@ -30140,7 +30148,7 @@

    Method List

  • -
  • +
  • #rebuild Bottle::Filename @@ -30148,7 +30156,7 @@

    Method List

  • -
  • +
  • #rebuild Bottle @@ -30156,7 +30164,7 @@

    Method List

  • -
  • +
  • #rebuild BottleSpecification @@ -30164,7 +30172,7 @@

    Method List

  • -
  • +
  • rebuild_commands_completion_list Commands @@ -30172,7 +30180,7 @@

    Method List

  • -
  • +
  • rebuild_internal_commands_completion_list Commands @@ -30180,7 +30188,7 @@

    Method List

  • -
  • +
  • receipt_path Utils::Bottles @@ -30188,7 +30196,7 @@

    Method List

  • -
  • +
  • #recommended Dependencies @@ -30196,7 +30204,7 @@

    Method List

  • -
  • +
  • #recommended? Dependable @@ -30204,7 +30212,7 @@

    Method List

  • -
  • +
  • #recommended_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -30212,7 +30220,7 @@

    Method List

  • -
  • +
  • #record_caveats Messages @@ -30220,7 +30228,7 @@

    Method List

  • -
  • +
  • #record_log Sandbox @@ -30228,7 +30236,7 @@

    Method List

  • -
  • +
  • #recursive? Homebrew::Cmd::Uses::Args @@ -30236,7 +30244,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies Formula @@ -30244,7 +30252,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies SoftwareSpec @@ -30252,7 +30260,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies CaskDependent @@ -30260,7 +30268,7 @@

    Method List

  • -
  • +
  • #recursive_fgrep_args Keg @@ -30268,7 +30276,7 @@

    Method List

  • -
  • +
  • #recursive_includes DependenciesHelpers @@ -30276,7 +30284,7 @@

    Method List

  • -
  • +
  • #recursive_requirements Formula @@ -30284,7 +30292,7 @@

    Method List

  • -
  • +
  • #recursive_requirements SoftwareSpec @@ -30292,7 +30300,7 @@

    Method List

  • -
  • +
  • #recursive_requirements CaskDependent @@ -30300,7 +30308,7 @@

    Method List

  • -
  • +
  • #recursively_find_comments RuboCop::Cop::Cask::ArrayAlphabetization @@ -30308,7 +30316,7 @@

    Method List

  • -
  • +
  • red Tty @@ -30316,7 +30324,7 @@

    Method List

  • -
  • +
  • #redact_secrets Kernel @@ -30324,7 +30332,7 @@

    Method List

  • -
  • +
  • #redirect_stdout Kernel @@ -30332,7 +30340,7 @@

    Method List

  • -
  • +
  • #redundant_negative_receiver_and_other RuboCop::Cop::Homebrew::Presence @@ -30340,7 +30348,7 @@

    Method List

  • -
  • +
  • #redundant_receiver_and_other RuboCop::Cop::Homebrew::Presence @@ -30348,7 +30356,7 @@

    Method List

  • -
  • +
  • referenced_skip_information Homebrew::Livecheck::SkipConditions @@ -30356,7 +30364,7 @@

    Method List

  • -
  • +
  • #referer Cask::URL::DSL @@ -30364,7 +30372,7 @@

    Method List

  • -
  • +
  • #refresh Cask::Cask @@ -30372,7 +30380,7 @@

    Method List

  • -
  • +
  • #refurbish_args Stdenv @@ -30380,7 +30388,7 @@

    Method List

  • -
  • +
  • #refurbish_args Superenv @@ -30388,7 +30396,7 @@

    Method List

  • -
  • +
  • regenerate_man_pages Homebrew::Manpages @@ -30396,7 +30404,7 @@

    Method List

  • -
  • +
  • #regex Livecheck @@ -30404,7 +30412,7 @@

    Method List

  • -
  • +
  • #regex Utils::Shebang::RewriteInfo @@ -30412,7 +30420,7 @@

    Method List

  • -
  • +
  • #regex_match_group RuboCop::Cop::HelperFunctions @@ -30420,7 +30428,7 @@

    Method List

  • -
  • +
  • #region Locale @@ -30428,7 +30436,7 @@

    Method List

  • -
  • +
  • #reinstall? Cask::Installer @@ -30436,7 +30444,7 @@

    Method List

  • -
  • +
  • reinstall_casks Cask::Reinstall @@ -30444,7 +30452,7 @@

    Method List

  • -
  • +
  • reinstall_formula Homebrew @@ -30452,7 +30460,7 @@

    Method List

  • -
  • +
  • #reject PATH @@ -30460,7 +30468,7 @@

    Method List

  • -
  • +
  • #reject_with_block? RuboCop::Cop::Homebrew::CompactBlank @@ -30468,7 +30476,7 @@

    Method List

  • -
  • +
  • #reject_with_block_pass? RuboCop::Cop::Homebrew::CompactBlank @@ -30476,7 +30484,7 @@

    Method List

  • -
  • +
  • #relative_cask_path Tap @@ -30484,7 +30492,7 @@

    Method List

  • -
  • +
  • release! Cask::Quarantine @@ -30492,7 +30500,7 @@

    Method List

  • -
  • +
  • #release_notes_link Homebrew::Livecheck::Strategy::Sparkle::Item @@ -30500,7 +30508,7 @@

    Method List

  • -
  • +
  • #relevant? GitHub::Actions::Annotation @@ -30508,7 +30516,7 @@

    Method List

  • -
  • +
  • #relocate_build_prefix Keg @@ -30516,7 +30524,7 @@

    Method List

  • -
  • +
  • #relocate_dynamic_linkage Keg @@ -30524,7 +30532,7 @@

    Method List

  • -
  • +
  • #relocated_name_for Keg @@ -30532,7 +30540,7 @@

    Method List

  • -
  • +
  • remaining Utils::Timer @@ -30540,7 +30548,7 @@

    Method List

  • -
  • +
  • #remaining Homebrew::CLI::Args @@ -30548,7 +30556,7 @@

    Method List

  • -
  • +
  • remaining! Utils::Timer @@ -30556,7 +30564,7 @@

    Method List

  • -
  • +
  • remap_deprecated_options Tab @@ -30564,7 +30572,7 @@

    Method List

  • -
  • +
  • #remote Tap @@ -30572,7 +30580,7 @@

    Method List

  • -
  • +
  • #remote CoreTap @@ -30580,7 +30588,7 @@

    Method List

  • -
  • +
  • remote_exists? Utils::Git @@ -30588,7 +30596,7 @@

    Method List

  • -
  • +
  • remote_exists? Utils::Svn @@ -30596,7 +30604,7 @@

    Method List

  • -
  • +
  • #remote_repo Tap @@ -30604,7 +30612,7 @@

    Method List

  • -
  • +
  • #remove SharedEnvExtension @@ -30612,7 +30620,7 @@

    Method List

  • -
  • +
  • #remove_bottle_block? Homebrew::DevCmd::BumpRevision::Args @@ -30620,7 +30628,7 @@

    Method List

  • -
  • +
  • #remove_cc_etc SharedEnvExtension @@ -30628,7 +30636,7 @@

    Method List

  • -
  • +
  • #remove_config_file Cask::Installer @@ -30636,7 +30644,7 @@

    Method List

  • -
  • +
  • #remove_conflicts Migrator @@ -30644,7 +30652,7 @@

    Method List

  • -
  • +
  • #remove_download_sha Cask::Installer @@ -30652,7 +30660,7 @@

    Method List

  • -
  • +
  • #remove_from_cflags SharedEnvExtension @@ -30660,7 +30668,7 @@

    Method List

  • -
  • +
  • #remove_linked_keg_record Keg @@ -30668,7 +30676,7 @@

    Method List

  • -
  • +
  • #remove_macosxsdk Stdenv @@ -30676,7 +30684,7 @@

    Method List

  • -
  • +
  • #remove_make_var! StringInreplaceExtension @@ -30684,7 +30692,7 @@

    Method List

  • -
  • +
  • #remove_old_aliases Keg @@ -30692,7 +30700,7 @@

    Method List

  • -
  • +
  • #remove_oldname_opt_records Keg @@ -30700,7 +30708,7 @@

    Method List

  • -
  • +
  • #remove_opt_record Keg @@ -30708,7 +30716,7 @@

    Method List

  • -
  • +
  • #remove_stanza Utils::AST::FormulaAST @@ -30716,7 +30724,7 @@

    Method List

  • -
  • +
  • #rename_branch GitRepository @@ -30724,7 +30732,7 @@

    Method List

  • -
  • +
  • #reorder_components RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -30732,7 +30740,7 @@

    Method List

  • -
  • +
  • #repair? Homebrew::Cmd::TapCmd::Args @@ -30740,7 +30748,7 @@

    Method List

  • -
  • +
  • #repin Migrator @@ -30748,7 +30756,7 @@

    Method List

  • -
  • +
  • #replace_bottle_block Utils::AST::FormulaAST @@ -30756,7 +30764,7 @@

    Method List

  • -
  • +
  • replace_caskfile_token Cask::Migrator @@ -30764,7 +30772,7 @@

    Method List

  • -
  • +
  • #replace_locations_with_placeholders Keg @@ -30772,7 +30780,7 @@

    Method List

  • -
  • +
  • replace_placeholders Homebrew::Service @@ -30780,7 +30788,7 @@

    Method List

  • -
  • +
  • #replace_placeholders_with_locations Keg @@ -30788,7 +30796,7 @@

    Method List

  • -
  • +
  • #replace_stanza Utils::AST::FormulaAST @@ -30796,7 +30804,7 @@

    Method List

  • -
  • +
  • #replace_text Keg::Relocation @@ -30804,7 +30812,7 @@

    Method List

  • -
  • +
  • #replace_text_in_files Keg @@ -30812,7 +30820,7 @@

    Method List

  • -
  • +
  • #replacement Utils::Shebang::RewriteInfo @@ -30820,7 +30828,7 @@

    Method List

  • -
  • +
  • #replacement_pair_for Keg::Relocation @@ -30828,7 +30836,7 @@

    Method List

  • -
  • +
  • #repo Tap @@ -30836,7 +30844,7 @@

    Method List

  • -
  • +
  • #repo TapFormulaUnavailableError @@ -30844,7 +30852,7 @@

    Method List

  • -
  • +
  • repo_commits_for_user GitHub @@ -30852,7 +30860,7 @@

    Method List

  • -
  • +
  • repo_info Cask::Info @@ -30860,7 +30868,7 @@

    Method List

  • -
  • +
  • #repo_valid? FossilDownloadStrategy @@ -30868,7 +30876,7 @@

    Method List

  • -
  • +
  • #repo_var_suffix Tap @@ -30876,7 +30884,7 @@

    Method List

  • -
  • +
  • repo_without_prefix GitHubPackages @@ -30884,7 +30892,7 @@

    Method List

  • -
  • +
  • #repology? Homebrew::Cmd::SearchCmd::Args @@ -30892,7 +30900,7 @@

    Method List

  • -
  • +
  • #repology_latest Homebrew::DevCmd::Bump::VersionBumpInfo @@ -30900,7 +30908,7 @@

    Method List

  • -
  • +
  • #report Reporter @@ -30908,7 +30916,7 @@

    Method List

  • -
  • +
  • #report_and_correct_offense RuboCop::Cop::Cask::UninstallMethodsOrder @@ -30916,7 +30924,7 @@

    Method List

  • -
  • +
  • report_build_error Utils::Analytics @@ -30924,7 +30932,7 @@

    Method List

  • -
  • +
  • report_command_run Utils::Analytics @@ -30932,7 +30940,7 @@

    Method List

  • -
  • +
  • report_influx Utils::Analytics @@ -30940,7 +30948,7 @@

    Method List

  • -
  • +
  • report_package_event Utils::Analytics @@ -30948,7 +30956,7 @@

    Method List

  • -
  • +
  • report_test_bot_test Utils::Analytics @@ -30956,7 +30964,7 @@

    Method List

  • -
  • +
  • #reporters ReporterHub @@ -30964,7 +30972,7 @@

    Method List

  • -
  • +
  • #repositories Homebrew::DevCmd::Contributions::Args @@ -30972,7 +30980,7 @@

    Method List

  • -
  • +
  • repository GitHub @@ -30980,7 +30988,7 @@

    Method List

  • -
  • +
  • #repository BottleSpecification @@ -30988,7 +30996,7 @@

    Method List

  • -
  • +
  • #reqs Build @@ -30996,7 +31004,7 @@

    Method List

  • -
  • +
  • #reqs Homebrew::Uninstall::DependentsMessage @@ -31004,7 +31012,7 @@

    Method List

  • -
  • +
  • #require? Kernel @@ -31012,7 +31020,7 @@

    Method List

  • -
  • +
  • #require_relocation? Keg @@ -31020,7 +31028,7 @@

    Method List

  • -
  • +
  • #require_root Homebrew::Service @@ -31028,7 +31036,7 @@

    Method List

  • -
  • +
  • #require_sha? Cask::Installer @@ -31036,7 +31044,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::Reinstall::Args @@ -31044,7 +31052,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::InstallCmd::Args @@ -31052,7 +31060,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::UpgradeCmd::Args @@ -31060,7 +31068,7 @@

    Method List

  • -
  • +
  • #require_universal_deps? Formula @@ -31068,7 +31076,7 @@

    Method List

  • -
  • +
  • #required Dependencies @@ -31076,7 +31084,7 @@

    Method List

  • -
  • +
  • #required? Dependable @@ -31084,7 +31092,7 @@

    Method List

  • -
  • +
  • #required_dependency? RuboCop::Cop::FormulaCop @@ -31092,7 +31100,7 @@

    Method List

  • -
  • +
  • #required_dependency_name? RuboCop::Cop::FormulaCop @@ -31100,7 +31108,7 @@

    Method List

  • -
  • +
  • #requirements SoftwareSpec @@ -31108,7 +31116,7 @@

    Method List

  • -
  • +
  • #requirements CaskDependent @@ -31116,7 +31124,7 @@

    Method List

  • -
  • +
  • #requirements DependencyCollector @@ -31124,7 +31132,7 @@

    Method List

  • -
  • +
  • #requirements Formula @@ -31132,7 +31140,7 @@

    Method List

  • -
  • +
  • #requires_nehalem_cpu? MacOSVersion @@ -31140,7 +31148,7 @@

    Method List

  • -
  • +
  • #requires_root? Homebrew::Service @@ -31148,7 +31156,7 @@

    Method List

  • -
  • +
  • #reset Superenv @@ -31156,7 +31164,7 @@

    Method List

  • -
  • +
  • reset Tty @@ -31164,7 +31172,7 @@

    Method List

  • -
  • +
  • #reset_cache? Homebrew::DevCmd::StyleCmd::Args @@ -31172,7 +31180,7 @@

    Method List

  • -
  • +
  • reset_counts! ObserverPathnameExtension @@ -31180,7 +31188,7 @@

    Method List

  • -
  • +
  • reset_escape_sequence! Tty @@ -31188,7 +31196,7 @@

    Method List

  • -
  • +
  • resolve Formulary @@ -31196,7 +31204,7 @@

    Method List

  • -
  • +
  • #resolve? Homebrew::DevCmd::PrPull::Args @@ -31204,7 +31212,7 @@

    Method List

  • -
  • +
  • resolve_formula_names Utils::Bottles @@ -31212,7 +31220,7 @@

    Method List

  • -
  • +
  • resolve_livecheck_reference Homebrew::Livecheck @@ -31220,7 +31228,7 @@

    Method List

  • -
  • +
  • #resolve_rpath MachOShim @@ -31228,7 +31236,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Manpage @@ -31236,7 +31244,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Artifact @@ -31244,7 +31252,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Relocated @@ -31252,7 +31260,7 @@

    Method List

  • -
  • +
  • #resolve_variable_name MachOShim @@ -31260,7 +31268,7 @@

    Method List

  • -
  • +
  • resolve_version Utils::Bottles @@ -31268,7 +31276,7 @@

    Method List

  • -
  • +
  • #resolved_path Pathname @@ -31276,7 +31284,7 @@

    Method List

  • -
  • +
  • #resolved_path_exists? Pathname @@ -31284,7 +31292,7 @@

    Method List

  • -
  • +
  • #resolved_time_file_size CurlDownloadStrategy @@ -31292,7 +31300,7 @@

    Method List

  • -
  • +
  • #resource ExternalPatch @@ -31300,7 +31308,7 @@

    Method List

  • -
  • +
  • #resource Formula @@ -31308,7 +31316,7 @@

    Method List

  • -
  • +
  • resource Formula @@ -31316,7 +31324,7 @@

    Method List

  • -
  • +
  • #resource Resource::Partial @@ -31324,7 +31332,7 @@

    Method List

  • -
  • +
  • #resource ResourceStageContext @@ -31332,7 +31340,7 @@

    Method List

  • -
  • +
  • #resource SoftwareSpec @@ -31340,7 +31348,7 @@

    Method List

  • -
  • +
  • #resource Bottle @@ -31348,7 +31356,7 @@

    Method List

  • -
  • +
  • #resource_defined? SoftwareSpec @@ -31356,7 +31364,7 @@

    Method List

  • -
  • +
  • resource_version Homebrew::Livecheck @@ -31364,7 +31372,7 @@

    Method List

  • -
  • +
  • #resources Formula @@ -31372,7 +31380,7 @@

    Method List

  • -
  • +
  • #resources SoftwareSpec @@ -31380,7 +31388,7 @@

    Method List

  • -
  • +
  • #resources? Homebrew::DevCmd::LivecheckCmd::Args @@ -31388,7 +31396,7 @@

    Method List

  • -
  • +
  • #respond_to? Version @@ -31396,7 +31404,7 @@

    Method List

  • -
  • +
  • #respond_to_missing? Cask::DSL @@ -31404,7 +31412,7 @@

    Method List

  • -
  • +
  • #restart_delay Homebrew::Service @@ -31412,7 +31420,7 @@

    Method List

  • -
  • +
  • restore_backup Homebrew @@ -31420,7 +31428,7 @@

    Method List

  • -
  • +
  • #restore_backup Cask::Installer @@ -31428,7 +31436,7 @@

    Method List

  • -
  • +
  • #result Cask::Audit @@ -31436,7 +31444,7 @@

    Method List

  • -
  • +
  • #retain! Mktemp @@ -31444,7 +31452,7 @@

    Method List

  • -
  • +
  • #retain? Mktemp @@ -31452,7 +31460,7 @@

    Method List

  • -
  • +
  • #retain_bottle_dir? Homebrew::DevCmd::PrPull::Args @@ -31460,7 +31468,7 @@

    Method List

  • -
  • +
  • #retain_in_cache? Mktemp @@ -31468,7 +31476,7 @@

    Method List

  • -
  • +
  • #retry? Homebrew::DevCmd::Test::Args @@ -31476,7 +31484,7 @@

    Method List

  • -
  • +
  • #retry? Homebrew::Cmd::FetchCmd::Args @@ -31484,7 +31492,7 @@

    Method List

  • -
  • +
  • #rev Version::CompositeToken @@ -31492,7 +31500,7 @@

    Method List

  • -
  • +
  • #rev_list FormulaVersions @@ -31500,7 +31508,7 @@

    Method List

  • -
  • +
  • #reverse? Homebrew::DevCmd::Linkage::Args @@ -31508,7 +31516,7 @@

    Method List

  • -
  • +
  • #reverse_tap_migrations_renames Tap @@ -31516,7 +31524,7 @@

    Method List

  • -
  • +
  • #revert_upgrade Cask::Installer @@ -31524,7 +31532,7 @@

    Method List

  • -
  • +
  • #revision Formula @@ -31532,7 +31540,7 @@

    Method List

  • -
  • +
  • #revision Cask::URL::DSL @@ -31540,7 +31548,7 @@

    Method List

  • -
  • +
  • #revision PkgVersion @@ -31548,7 +31556,7 @@

    Method List

  • -
  • +
  • #revision FormulaInfo @@ -31556,7 +31564,7 @@

    Method List

  • -
  • +
  • revision Formula @@ -31564,7 +31572,7 @@

    Method List

  • -
  • +
  • #revision Homebrew::DevCmd::BumpFormulaPr::Args @@ -31572,7 +31580,7 @@

    Method List

  • -
  • +
  • #revisions Cask::URL::DSL @@ -31580,7 +31588,7 @@

    Method List

  • -
  • +
  • #reword_package_commit Homebrew::DevCmd::PrPull @@ -31588,7 +31596,7 @@

    Method List

  • -
  • +
  • rewrite_child_error Utils @@ -31596,7 +31604,7 @@

    Method List

  • -
  • +
  • rewrite_shebang Utils::Shebang @@ -31604,7 +31612,7 @@

    Method List

  • -
  • +
  • right Tty @@ -31612,7 +31620,7 @@

    Method List

  • -
  • +
  • #rm_ds_store Homebrew::Cleanup @@ -31620,7 +31628,7 @@

    Method List

  • -
  • +
  • rm_pin Homebrew::Uninstall @@ -31628,7 +31636,7 @@

    Method List

  • -
  • +
  • #rmdir ObserverPathnameExtension @@ -31636,7 +31644,7 @@

    Method List

  • -
  • +
  • #rmdir_if_possible Pathname @@ -31644,7 +31652,7 @@

    Method List

  • -
  • +
  • #root Cask::Pkg @@ -31652,7 +31660,7 @@

    Method List

  • -
  • +
  • #root Language::Python::Virtualenv::Virtualenv @@ -31660,7 +31668,7 @@

    Method List

  • -
  • +
  • #root_dir Homebrew::Service @@ -31668,7 +31676,7 @@

    Method List

  • -
  • +
  • #root_url BottleSpecification @@ -31676,7 +31684,7 @@

    Method List

  • -
  • +
  • root_url GitHubPackages @@ -31684,7 +31692,7 @@

    Method List

  • -
  • +
  • #root_url Homebrew::DevCmd::Bottle::Args @@ -31692,7 +31700,7 @@

    Method List

  • -
  • +
  • #root_url Homebrew::DevCmd::PrPull::Args @@ -31700,7 +31708,7 @@

    Method List

  • -
  • +
  • #root_url Homebrew::DevCmd::PrUpload::Args @@ -31708,7 +31716,7 @@

    Method List

  • -
  • +
  • root_url_if_match GitHubPackages @@ -31716,7 +31724,7 @@

    Method List

  • -
  • +
  • #root_url_specs BottleSpecification @@ -31724,7 +31732,7 @@

    Method List

  • -
  • +
  • #root_url_using Homebrew::DevCmd::Bottle::Args @@ -31732,7 +31740,7 @@

    Method List

  • -
  • +
  • #root_url_using Homebrew::DevCmd::PrPull::Args @@ -31740,7 +31748,7 @@

    Method List

  • -
  • +
  • #root_url_using Homebrew::DevCmd::PrUpload::Args @@ -31748,7 +31756,7 @@

    Method List

  • -
  • +
  • #rpath Formula @@ -31756,7 +31764,7 @@

    Method List

  • -
  • +
  • #rpath ELFShim @@ -31764,7 +31772,7 @@

    Method List

  • -
  • +
  • #rpath_using_patchelf_rb ELFShim @@ -31772,7 +31780,7 @@

    Method List

  • -
  • +
  • #rpaths MachOShim @@ -31780,7 +31788,7 @@

    Method List

  • -
  • +
  • #rpaths ELFShim @@ -31788,7 +31796,7 @@

    Method List

  • -
  • +
  • #rpaths Pathname @@ -31796,7 +31804,7 @@

    Method List

  • -
  • +
  • #ruby? Homebrew::DevCmd::Create::Args @@ -31804,7 +31812,7 @@

    Method List

  • -
  • +
  • ruby_bindir Homebrew @@ -31812,7 +31820,7 @@

    Method List

  • -
  • +
  • #ruby_source_checksum Formula @@ -31820,7 +31828,7 @@

    Method List

  • -
  • +
  • #ruby_source_checksum Cask::Cask @@ -31828,7 +31836,7 @@

    Method List

  • -
  • +
  • #ruby_source_path Formula @@ -31836,7 +31844,7 @@

    Method List

  • -
  • +
  • #ruby_source_path Cask::Cask @@ -31844,7 +31852,7 @@

    Method List

  • -
  • +
  • #run Mktemp @@ -31852,7 +31860,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Log @@ -31860,7 +31868,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Pin @@ -31868,7 +31876,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::TapCmd @@ -31876,7 +31884,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Service @@ -31884,7 +31892,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Deps @@ -31892,7 +31900,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Desc @@ -31900,7 +31908,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Docs @@ -31908,7 +31916,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::HelpCmd @@ -31916,7 +31924,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Home @@ -31924,7 +31932,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Info @@ -31932,7 +31940,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Link @@ -31940,7 +31948,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::List @@ -31948,7 +31956,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Uses @@ -31956,7 +31964,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Env @@ -31964,7 +31972,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::FetchCmd @@ -31972,7 +31980,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Unpin @@ -31980,7 +31988,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Untap @@ -31988,7 +31996,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Config @@ -31996,7 +32004,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Doctor @@ -32004,7 +32012,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Leaves @@ -32012,7 +32020,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::SearchCmd @@ -32020,7 +32028,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::UnlinkCmd @@ -32028,7 +32036,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Sh @@ -32036,7 +32044,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Cache @@ -32044,7 +32052,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::CleanupCmd @@ -32052,7 +32060,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Command @@ -32060,7 +32068,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::InstallCmd @@ -32068,7 +32076,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Migrate @@ -32076,7 +32084,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Missing @@ -32084,7 +32092,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::OptionsCmd @@ -32092,7 +32100,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::ReadallCmd @@ -32100,7 +32108,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::UpgradeCmd @@ -32108,7 +32116,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Cat @@ -32116,7 +32124,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Irb @@ -32124,7 +32132,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Cellar @@ -32132,7 +32140,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Prefix @@ -32140,7 +32148,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::CommandsCmd @@ -32148,7 +32156,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Outdated @@ -32156,7 +32164,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::TapInfo @@ -32164,7 +32172,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Bump @@ -32172,7 +32180,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Edit @@ -32180,7 +32188,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Prof @@ -32188,7 +32196,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Ruby @@ -32196,7 +32204,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Test @@ -32204,7 +32212,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Analytics @@ -32212,7 +32220,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Developer @@ -32220,7 +32228,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::GistLogs @@ -32228,7 +32236,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Reinstall @@ -32236,7 +32244,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::UninstallCmd @@ -32244,7 +32252,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Audit @@ -32252,7 +32260,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::StyleCmd @@ -32260,7 +32268,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Tests @@ -32268,7 +32276,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Caskroom @@ -32276,7 +32284,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Autoremove @@ -32284,7 +32292,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::PyenvSync @@ -32292,7 +32300,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::RbenvSync @@ -32300,7 +32308,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Bottle @@ -32308,7 +32316,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Create @@ -32316,7 +32324,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Unpack @@ -32324,7 +32332,7 @@

    Method List

  • -
  • +
  • run SystemCommand @@ -32332,7 +32340,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::CompletionsCmd @@ -32340,7 +32348,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::NodenvSync @@ -32348,7 +32356,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Postinstall @@ -32356,7 +32364,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Extract @@ -32364,7 +32372,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::FormulaCmd @@ -32372,7 +32380,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Linkage @@ -32380,7 +32388,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::PrPull @@ -32388,7 +32396,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Release @@ -32396,7 +32404,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Rubydoc @@ -32404,7 +32412,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::TapNew @@ -32412,7 +32420,7 @@

    Method List

  • -
  • +
  • #run Homebrew::AbstractCommand @@ -32420,7 +32428,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Repository @@ -32428,7 +32436,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::UpdateReport @@ -32436,7 +32444,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::LivecheckCmd @@ -32444,7 +32452,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::PrUpload @@ -32452,7 +32460,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Typecheck @@ -32460,7 +32468,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Unbottled @@ -32468,7 +32476,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::PrPublish @@ -32476,7 +32484,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdateTest @@ -32484,7 +32492,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::VendorGems @@ -32492,7 +32500,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::BumpCaskPr @@ -32500,7 +32508,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::PrAutomerge @@ -32508,7 +32516,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::BumpRevision @@ -32516,7 +32524,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Contributions @@ -32524,7 +32532,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::BumpFormulaPr @@ -32532,7 +32540,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdateSponsors @@ -32540,7 +32548,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::GenerateCaskApi @@ -32548,7 +32556,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdateMaintainers @@ -32556,7 +32564,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdateLicenseData @@ -32564,7 +32572,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::GenerateFormulaApi @@ -32572,7 +32580,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::InstallBundlerGems @@ -32580,7 +32588,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::DispatchBuildBottle @@ -32588,7 +32596,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::BumpUnversionedCasks @@ -32596,7 +32604,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::DetermineTestRunners @@ -32604,7 +32612,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdatePythonResources @@ -32612,7 +32620,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::GenerateManCompletions @@ -32620,7 +32628,7 @@

    Method List

  • -
  • +
  • #run! Cask::Audit @@ -32628,7 +32636,7 @@

    Method List

  • -
  • +
  • run! SystemCommand @@ -32636,7 +32644,7 @@

    Method List

  • -
  • +
  • #run! SystemCommand @@ -32644,7 +32652,7 @@

    Method List

  • -
  • +
  • #run_at_load Homebrew::Service @@ -32652,7 +32660,7 @@

    Method List

  • -
  • +
  • run_checks Homebrew::Livecheck @@ -32660,7 +32668,7 @@

    Method List

  • -
  • +
  • #run_post_install Formula @@ -32668,7 +32676,7 @@

    Method List

  • -
  • +
  • run_rubocop Homebrew::Style @@ -32676,7 +32684,7 @@

    Method List

  • -
  • +
  • run_shellcheck Homebrew::Style @@ -32684,7 +32692,7 @@

    Method List

  • -
  • +
  • run_shfmt Homebrew::Style @@ -32692,7 +32700,7 @@

    Method List

  • -
  • +
  • #run_test Formula @@ -32700,7 +32708,7 @@

    Method List

  • -
  • +
  • #run_time_deps Superenv @@ -32708,7 +32716,7 @@

    Method List

  • -
  • +
  • #run_type Homebrew::Service @@ -32716,7 +32724,7 @@

    Method List

  • -
  • +
  • #runner LinuxRunnerSpec @@ -32724,7 +32732,7 @@

    Method List

  • -
  • +
  • #runner MacOSRunnerSpec @@ -32732,7 +32740,7 @@

    Method List

  • -
  • +
  • #runners GitHubRunnerMatrix @@ -32740,7 +32748,7 @@

    Method List

  • -
  • +
  • running? Utils::Service @@ -32748,7 +32756,7 @@

    Method List

  • -
  • +
  • running_as_root? Homebrew @@ -32756,7 +32764,7 @@

    Method List

  • -
  • +
  • running_as_root_but_not_owned_by_root? Homebrew @@ -32764,7 +32772,7 @@

    Method List

  • -
  • +
  • #runtime_cpu_detection Superenv @@ -32772,7 +32780,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies Keg @@ -32780,7 +32788,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies Tab @@ -32788,7 +32796,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies Formula @@ -32796,7 +32804,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies CaskDependent @@ -32804,7 +32812,7 @@

    Method List

  • -
  • +
  • runtime_deps_hash Tab @@ -32812,7 +32820,7 @@

    Method List

  • -
  • +
  • runtime_deps_hash SBOM @@ -32820,7 +32828,7 @@

    Method List

  • -
  • +
  • #runtime_formula_dependencies Formula @@ -32828,7 +32836,7 @@

    Method List

  • -
  • +
  • #runtime_installed_formula_dependents Formula @@ -32836,7 +32844,7 @@

    Method List

  • -
  • +
  • #runtime_requirements FormulaInstaller @@ -32844,7 +32852,7 @@

    Method List

  • -
  • +
  • #rust? Homebrew::DevCmd::Create::Args @@ -32852,7 +32860,7 @@

    Method List

  • -
  • +
  • rustflags_target_cpu Hardware @@ -32860,7 +32868,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::Desc::Args @@ -32868,7 +32876,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::Cache::Args @@ -32876,7 +32884,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::FetchCmd::Args @@ -32884,7 +32892,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::Reinstall::Args @@ -32892,7 +32900,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::CleanupCmd::Args @@ -32900,7 +32908,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::InstallCmd::Args @@ -32908,7 +32916,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::UpgradeCmd::Args @@ -32916,7 +32924,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::DevCmd::UpdatePythonResources::Args @@ -32924,7 +32932,7 @@

    Method List

  • -
  • +
  • safe_filename Utils @@ -32932,7 +32940,7 @@

    Method List

  • -
  • +
  • safe_filename? Utils @@ -32940,7 +32948,7 @@

    Method List

  • -
  • +
  • safe_fork Utils @@ -32948,7 +32956,7 @@

    Method List

  • -
  • +
  • #safe_navigation_blank_in_conditional? RuboCop::Cop::Homebrew::SafeNavigationWithBlank @@ -32956,7 +32964,7 @@

    Method List

  • -
  • +
  • safe_popen_read Utils @@ -32964,7 +32972,7 @@

    Method List

  • -
  • +
  • safe_popen_write Utils @@ -32972,7 +32980,7 @@

    Method List

  • -
  • +
  • #safe_system Kernel @@ -32980,7 +32988,7 @@

    Method List

  • -
  • +
  • #same_group? RuboCop::Cask::AST::Stanza @@ -32988,7 +32996,7 @@

    Method List

  • -
  • +
  • #same_package? PyPI::Package @@ -32996,7 +33004,7 @@

    Method List

  • -
  • +
  • #sanitized_argv_options FormulaInstaller @@ -33004,7 +33012,7 @@

    Method List

  • -
  • +
  • #satisfied? Dependency @@ -33012,7 +33020,7 @@

    Method List

  • -
  • +
  • #satisfied? Requirement @@ -33020,7 +33028,7 @@

    Method List

  • -
  • +
  • #satisfied_result_parent Requirement @@ -33028,7 +33036,7 @@

    Method List

  • -
  • +
  • satisfy Requirement @@ -33036,7 +33044,7 @@

    Method List

  • -
  • +
  • #satisfy PourBottleCheck @@ -33044,7 +33052,7 @@

    Method List

  • -
  • +
  • #satisfy_cask_and_formula_dependencies Cask::Installer @@ -33052,7 +33060,7 @@

    Method List

  • -
  • +
  • #save_caskfile Cask::Installer @@ -33060,7 +33068,7 @@

    Method List

  • -
  • +
  • #save_config_file Cask::Installer @@ -33068,7 +33076,7 @@

    Method List

  • -
  • +
  • #save_download_sha Cask::Installer @@ -33076,7 +33084,7 @@

    Method List

  • -
  • +
  • #save_using_patchelf_rb ELFShim @@ -33084,7 +33092,7 @@

    Method List

  • -
  • +
  • #sbin Formula @@ -33092,7 +33100,7 @@

    Method List

  • -
  • +
  • #scheme_and_version Keg @@ -33100,7 +33108,7 @@

    Method List

  • -
  • +
  • #screen_saverdir Homebrew::Cmd::Reinstall::Args @@ -33108,7 +33116,7 @@

    Method List

  • -
  • +
  • #screen_saverdir Homebrew::Cmd::InstallCmd::Args @@ -33116,7 +33124,7 @@

    Method List

  • -
  • +
  • #screen_saverdir Homebrew::Cmd::UpgradeCmd::Args @@ -33124,7 +33132,7 @@

    Method List

  • -
  • +
  • #screen_savers Homebrew::UnversionedCaskChecker @@ -33132,7 +33140,7 @@

    Method List

  • -
  • +
  • #script Locale @@ -33140,7 +33148,7 @@

    Method List

  • -
  • +
  • #scrub? Homebrew::Cleanup @@ -33148,7 +33156,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac @@ -33156,7 +33164,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac::Xcode @@ -33164,7 +33172,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac::CLT @@ -33172,7 +33180,7 @@

    Method List

  • -
  • +
  • sdk_for_formula OS::Mac @@ -33180,7 +33188,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac @@ -33188,7 +33196,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac::Xcode @@ -33196,7 +33204,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac::CLT @@ -33204,7 +33212,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac @@ -33212,7 +33220,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac::Xcode @@ -33220,7 +33228,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac::CLT @@ -33228,7 +33236,7 @@

    Method List

  • -
  • +
  • sdk_path_if_needed OS::Mac @@ -33236,7 +33244,7 @@

    Method List

  • -
  • +
  • sdk_root_needed? OS::Mac @@ -33244,7 +33252,7 @@

    Method List

  • -
  • +
  • search Homebrew::Search @@ -33252,7 +33260,7 @@

    Method List

  • -
  • +
  • search Descriptions @@ -33260,7 +33268,7 @@

    Method List

  • -
  • +
  • search GitHub @@ -33268,7 +33276,7 @@

    Method List

  • -
  • +
  • #search? Homebrew::Cmd::Desc::Args @@ -33276,7 +33284,7 @@

    Method List

  • -
  • +
  • search_casks Homebrew::Search @@ -33284,7 +33292,7 @@

    Method List

  • -
  • +
  • search_descriptions Homebrew::Search @@ -33292,7 +33300,7 @@

    Method List

  • -
  • +
  • search_formulae Homebrew::Search @@ -33300,7 +33308,7 @@

    Method List

  • -
  • +
  • search_issues GitHub @@ -33308,7 +33316,7 @@

    Method List

  • -
  • +
  • search_names Homebrew::Search @@ -33316,7 +33324,7 @@

    Method List

  • -
  • +
  • search_query_string GitHub @@ -33324,7 +33332,7 @@

    Method List

  • -
  • +
  • search_regex Homebrew::Search @@ -33332,7 +33340,7 @@

    Method List

  • -
  • +
  • search_results_count GitHub @@ -33340,7 +33348,7 @@

    Method List

  • -
  • +
  • search_results_items GitHub @@ -33348,7 +33356,7 @@

    Method List

  • -
  • +
  • search_string Homebrew::Search @@ -33356,7 +33364,7 @@

    Method List

  • -
  • +
  • #second Array @@ -33364,7 +33372,7 @@

    Method List

  • -
  • +
  • #section Cask::Artifact::Manpage @@ -33372,7 +33380,7 @@

    Method List

  • -
  • +
  • #seed Homebrew::DevCmd::Tests::Args @@ -33380,7 +33388,7 @@

    Method List

  • -
  • +
  • #select PATH @@ -33388,7 +33396,7 @@

    Method List

  • -
  • +
  • #select CacheStoreDatabase @@ -33396,7 +33404,7 @@

    Method List

  • -
  • +
  • #select DescriptionCacheStore @@ -33404,7 +33412,7 @@

    Method List

  • -
  • +
  • select_for CompilerSelector @@ -33412,7 +33420,7 @@

    Method List

  • -
  • +
  • #select_formula_or_cask ReporterHub @@ -33420,7 +33428,7 @@

    Method List

  • -
  • +
  • #select_includes DependenciesHelpers @@ -33428,7 +33436,7 @@

    Method List

  • -
  • +
  • #sensitive? EnvActivation @@ -33436,7 +33444,7 @@

    Method List

  • -
  • +
  • #sensitive_environment EnvActivation @@ -33444,7 +33452,7 @@

    Method List

  • -
  • +
  • #separate_commit_message Homebrew::DevCmd::PrPull @@ -33452,7 +33460,7 @@

    Method List

  • -
  • +
  • separate_header_package? OS::Mac::CLT @@ -33460,7 +33468,7 @@

    Method List

  • -
  • +
  • #serialized_requirements Formula @@ -33468,7 +33476,7 @@

    Method List

  • -
  • +
  • #service Formula @@ -33476,7 +33484,7 @@

    Method List

  • -
  • +
  • service Formula @@ -33484,7 +33492,7 @@

    Method List

  • -
  • +
  • #service? Formula @@ -33492,7 +33500,7 @@

    Method List

  • -
  • +
  • service? Formula @@ -33500,7 +33508,7 @@

    Method List

  • -
  • +
  • #service_name Formula @@ -33508,7 +33516,7 @@

    Method List

  • -
  • +
  • #service_name Homebrew::Service @@ -33516,7 +33524,7 @@

    Method List

  • -
  • +
  • #servicedir Homebrew::Cmd::Reinstall::Args @@ -33524,7 +33532,7 @@

    Method List

  • -
  • +
  • #servicedir Homebrew::Cmd::InstallCmd::Args @@ -33532,7 +33540,7 @@

    Method List

  • -
  • +
  • #servicedir Homebrew::Cmd::UpgradeCmd::Args @@ -33540,7 +33548,7 @@

    Method List

  • -
  • +
  • #set CacheStoreDatabase @@ -33548,7 +33556,7 @@

    Method List

  • -
  • +
  • #set_debug_symbols Superenv @@ -33556,7 +33564,7 @@

    Method List

  • -
  • +
  • #set_default_options Homebrew::CLI::Parser @@ -33564,7 +33572,7 @@

    Method List

  • -
  • +
  • #set_head_origin_auto GitRepository @@ -33572,7 +33580,7 @@

    Method List

  • -
  • +
  • #set_license Homebrew::DevCmd::Create::Args @@ -33580,7 +33588,7 @@

    Method List

  • -
  • +
  • #set_name Homebrew::DevCmd::Create::Args @@ -33588,7 +33596,7 @@

    Method List

  • -
  • +
  • set_name_email! Utils::Git @@ -33596,7 +33604,7 @@

    Method List

  • -
  • +
  • #set_ownership Cask::Staged @@ -33604,7 +33612,7 @@

    Method List

  • -
  • +
  • #set_permissions Cask::Staged @@ -33612,7 +33620,7 @@

    Method List

  • -
  • +
  • #set_unique_stanza Cask::DSL @@ -33620,7 +33628,7 @@

    Method List

  • -
  • +
  • #set_upstream_branch GitRepository @@ -33628,7 +33636,7 @@

    Method List

  • -
  • +
  • set_variable_in_profile Utils::Shell @@ -33636,7 +33644,7 @@

    Method List

  • -
  • +
  • #set_version Homebrew::DevCmd::Create::Args @@ -33644,7 +33652,7 @@

    Method List

  • -
  • +
  • setup_arch_methods OnSystem @@ -33652,7 +33660,7 @@

    Method List

  • -
  • +
  • setup_base_os_methods OnSystem @@ -33660,7 +33668,7 @@

    Method List

  • -
  • +
  • #setup_build_environment Stdenv @@ -33668,7 +33676,7 @@

    Method List

  • -
  • +
  • setup_gem_environment! Homebrew @@ -33676,7 +33684,7 @@

    Method List

  • -
  • +
  • setup_gpg! Utils::Git @@ -33684,7 +33692,7 @@

    Method List

  • -
  • +
  • setup_install_args Language::Python @@ -33692,7 +33700,7 @@

    Method List

  • -
  • +
  • setup_macos_methods OnSystem @@ -33700,7 +33708,7 @@

    Method List

  • -
  • +
  • setup_npm_environment Language::Node @@ -33708,7 +33716,7 @@

    Method List

  • -
  • +
  • #severity Homebrew::Style::Offense @@ -33716,7 +33724,7 @@

    Method List

  • -
  • +
  • #severity_code Homebrew::Style::Offense @@ -33724,7 +33732,7 @@

    Method List

  • -
  • +
  • sh_quote Utils::Shell @@ -33732,7 +33740,7 @@

    Method List

  • -
  • +
  • sha256 Formula @@ -33740,7 +33748,7 @@

    Method List

  • -
  • +
  • #sha256 Cask::DSL @@ -33748,7 +33756,7 @@

    Method List

  • -
  • +
  • #sha256 Resource @@ -33756,7 +33764,7 @@

    Method List

  • -
  • +
  • #sha256 BottleSpecification @@ -33764,7 +33772,7 @@

    Method List

  • -
  • +
  • #sha256 Pathname @@ -33772,7 +33780,7 @@

    Method List

  • -
  • +
  • #sha256 Cask::Cask @@ -33780,7 +33788,7 @@

    Method List

  • -
  • +
  • #sha256 Homebrew::DevCmd::BumpCaskPr::Args @@ -33788,7 +33796,7 @@

    Method List

  • -
  • +
  • #sha256 Homebrew::DevCmd::BumpFormulaPr::Args @@ -33796,7 +33804,7 @@

    Method List

  • -
  • +
  • #sha256_bottle_tag RuboCop::Cop::FormulaAudit::BottleOrder @@ -33804,7 +33812,7 @@

    Method List

  • -
  • +
  • #sha256_on_arch_stanzas RuboCop::Cop::Cask::OnSystemConditionals @@ -33812,7 +33820,7 @@

    Method List

  • -
  • +
  • #sha256_order RuboCop::Cop::FormulaAudit::BottleOrder @@ -33820,7 +33828,7 @@

    Method List

  • -
  • +
  • #shadowed_by_macos? KegOnlyReason @@ -33828,7 +33836,7 @@

    Method List

  • -
  • +
  • #shallow? Tap @@ -33836,7 +33844,7 @@

    Method List

  • -
  • +
  • #share Formula @@ -33844,7 +33852,7 @@

    Method List

  • -
  • +
  • #share_path_starts_with RuboCop::Cop::FormulaAuditStrict::Text @@ -33852,7 +33860,7 @@

    Method List

  • -
  • +
  • #shared_library Formula @@ -33860,7 +33868,7 @@

    Method List

  • -
  • +
  • #shell Homebrew::Cmd::Env::Args @@ -33868,7 +33876,7 @@

    Method List

  • -
  • +
  • #shell_completion_node RuboCop::Cop::FormulaAudit::GenerateCompletionsDSL @@ -33876,7 +33884,7 @@

    Method List

  • -
  • +
  • #shell_output Homebrew::Assertions @@ -33884,7 +33892,7 @@

    Method List

  • -
  • +
  • shell_scripts Homebrew::Style @@ -33892,7 +33900,7 @@

    Method List

  • -
  • +
  • shellcheck Homebrew::Style @@ -33900,7 +33908,7 @@

    Method List

  • -
  • +
  • shfmt Homebrew::Style @@ -33908,7 +33916,7 @@

    Method List

  • -
  • +
  • shims_path Superenv @@ -33916,7 +33924,7 @@

    Method List

  • -
  • +
  • #short_head_ref GitRepository @@ -33924,7 +33932,7 @@

    Method List

  • -
  • +
  • #short_version Homebrew::BundleVersion @@ -33932,7 +33940,7 @@

    Method List

  • -
  • +
  • #short_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -33940,7 +33948,7 @@

    Method List

  • -
  • +
  • #short_version Homebrew::Livecheck::Strategy::ExtractPlist::Item @@ -33948,7 +33956,7 @@

    Method List

  • -
  • +
  • #should_report_analytics? Tap @@ -33956,7 +33964,7 @@

    Method List

  • -
  • +
  • #should_report_analytics? AbstractCoreTap @@ -33964,7 +33972,7 @@

    Method List

  • -
  • +
  • show_completions_message_if_needed Homebrew::Completions @@ -33972,7 +33980,7 @@

    Method List

  • -
  • +
  • #show_header? FormulaInstaller @@ -33980,7 +33988,7 @@

    Method List

  • -
  • +
  • #show_summary_heading? FormulaInstaller @@ -33988,7 +33996,7 @@

    Method List

  • -
  • +
  • #shutup! AbstractDownloadStrategy @@ -33996,7 +34004,7 @@

    Method List

  • -
  • +
  • #signing? Cask::Audit @@ -34004,7 +34012,7 @@

    Method List

  • -
  • +
  • #signing? Homebrew::DevCmd::Audit::Args @@ -34012,7 +34020,7 @@

    Method List

  • -
  • +
  • #signoff! Homebrew::DevCmd::PrPull @@ -34020,7 +34028,7 @@

    Method List

  • -
  • +
  • #silent? Homebrew::DevCmd::UpdatePythonResources::Args @@ -34028,7 +34036,7 @@

    Method List

  • -
  • +
  • simplify_string Homebrew::Search @@ -34036,7 +34044,7 @@

    Method List

  • -
  • +
  • simulate_macos_on_linux? Homebrew::EnvConfig @@ -34044,7 +34052,7 @@

    Method List

  • -
  • +
  • simulating_or_running_on_linux? Homebrew::SimulateSystem @@ -34052,7 +34060,7 @@

    Method List

  • -
  • +
  • simulating_or_running_on_macos? Homebrew::SimulateSystem @@ -34060,7 +34068,7 @@

    Method List

  • -
  • +
  • #single_app_cask? Homebrew::UnversionedCaskChecker @@ -34068,7 +34076,7 @@

    Method List

  • -
  • +
  • single_package_query Repology @@ -34076,7 +34084,7 @@

    Method List

  • -
  • +
  • #single_pkg_cask? Homebrew::UnversionedCaskChecker @@ -34084,7 +34092,7 @@

    Method List

  • -
  • +
  • #single_qlplugin_cask? Homebrew::UnversionedCaskChecker @@ -34092,7 +34100,7 @@

    Method List

  • -
  • +
  • #single_stanza_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -34100,7 +34108,7 @@

    Method List

  • -
  • +
  • site_packages Language::Python @@ -34108,7 +34116,7 @@

    Method List

  • -
  • +
  • #site_packages Language::Python::Virtualenv::Virtualenv @@ -34116,7 +34124,7 @@

    Method List

  • -
  • +
  • #size RuboCop::Cop::HelperFunctions @@ -34124,7 +34132,7 @@

    Method List

  • -
  • +
  • #size Mechanize::HTTP::ContentDisposition @@ -34132,7 +34140,7 @@

    Method List

  • -
  • +
  • #skip Livecheck @@ -34140,7 +34148,7 @@

    Method List

  • -
  • +
  • skip Dependency @@ -34148,7 +34156,7 @@

    Method List

  • -
  • +
  • #skip? Livecheck @@ -34156,7 +34164,7 @@

    Method List

  • -
  • +
  • #skip_cask_deps? Cask::Installer @@ -34164,7 +34172,7 @@

    Method List

  • -
  • +
  • #skip_cask_deps? Homebrew::Cmd::Reinstall::Args @@ -34172,7 +34180,7 @@

    Method List

  • -
  • +
  • #skip_cask_deps? Homebrew::Cmd::InstallCmd::Args @@ -34180,7 +34188,7 @@

    Method List

  • -
  • +
  • #skip_cask_deps? Homebrew::Cmd::UpgradeCmd::Args @@ -34188,7 +34196,7 @@

    Method List

  • -
  • +
  • skip_clean Formula @@ -34196,7 +34204,7 @@

    Method List

  • -
  • +
  • #skip_clean? Formula @@ -34204,7 +34212,7 @@

    Method List

  • -
  • +
  • skip_clean_formula? Homebrew::Cleanup @@ -34212,7 +34220,7 @@

    Method List

  • -
  • +
  • skip_clean_paths Formula @@ -34220,7 +34228,7 @@

    Method List

  • -
  • +
  • #skip_cxxstdlib_check? Formula @@ -34228,7 +34236,7 @@

    Method List

  • -
  • +
  • skip_information Homebrew::Livecheck::SkipConditions @@ -34236,7 +34244,7 @@

    Method List

  • -
  • +
  • #skip_msg Livecheck @@ -34244,7 +34252,7 @@

    Method List

  • -
  • +
  • skip_or_later_bottles? Homebrew::EnvConfig @@ -34252,7 +34260,7 @@

    Method List

  • -
  • +
  • #skip_post_install? FormulaInstaller @@ -34260,7 +34268,7 @@

    Method List

  • -
  • +
  • #skip_post_install? Homebrew::Cmd::InstallCmd::Args @@ -34268,7 +34276,7 @@

    Method List

  • -
  • +
  • #skip_recommended? Homebrew::Cmd::Deps::Args @@ -34276,7 +34284,7 @@

    Method List

  • -
  • +
  • #skip_recommended? Homebrew::Cmd::Uses::Args @@ -34284,7 +34292,7 @@

    Method List

  • -
  • +
  • #skip_relocation? BottleSpecification @@ -34292,7 +34300,7 @@

    Method List

  • -
  • +
  • #skip_relocation? Bottle @@ -34300,7 +34308,7 @@

    Method List

  • -
  • +
  • #skip_relocation? Homebrew::DevCmd::Bottle::Args @@ -34308,7 +34316,7 @@

    Method List

  • -
  • +
  • #skip_style? Homebrew::DevCmd::Audit::Args @@ -34316,7 +34324,7 @@

    Method List

  • -
  • +
  • #sockets Homebrew::Service @@ -34324,7 +34332,7 @@

    Method List

  • -
  • +
  • sorbet_runtime? Homebrew::EnvConfig @@ -34332,7 +34340,7 @@

    Method List

  • -
  • +
  • sorbet_runtime_path Utils::Backtrace @@ -34340,7 +34348,7 @@

    Method List

  • -
  • +
  • #sort_array RuboCop::Cop::Cask::ArrayAlphabetization @@ -34348,7 +34356,7 @@

    Method List

  • -
  • +
  • #sort_conditional_dependencies! RuboCop::Cop::FormulaAudit::DependencyOrder @@ -34356,7 +34364,7 @@

    Method List

  • -
  • +
  • #sort_dependencies_by_type RuboCop::Cop::FormulaAudit::DependencyOrder @@ -34364,7 +34372,7 @@

    Method List

  • -
  • +
  • sort_items Homebrew::Livecheck::Strategy::Sparkle @@ -34372,7 +34380,7 @@

    Method List

  • -
  • +
  • sort_key_for_path Homebrew::Manpages @@ -34380,7 +34388,7 @@

    Method List

  • -
  • +
  • #source Tab @@ -34388,7 +34396,7 @@

    Method List

  • -
  • +
  • #source Cask::Cask @@ -34396,7 +34404,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::SDK @@ -34404,7 +34412,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::XcodeSDKLocator @@ -34412,7 +34420,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::CLTSDKLocator @@ -34420,7 +34428,7 @@

    Method List

  • -
  • +
  • #source Cask::Artifact::Relocated @@ -34428,7 +34436,7 @@

    Method List

  • -
  • +
  • #source_buffer RuboCop::Cop::HelperFunctions @@ -34436,7 +34444,7 @@

    Method List

  • -
  • +
  • source_download Homebrew::API::Cask @@ -34444,7 +34452,7 @@

    Method List

  • -
  • +
  • source_download Homebrew::API::Formula @@ -34452,7 +34460,7 @@

    Method List

  • -
  • +
  • #source_modified_time Tab @@ -34460,7 +34468,7 @@

    Method List

  • -
  • +
  • #source_modified_time Formula @@ -34468,7 +34476,7 @@

    Method List

  • -
  • +
  • #source_modified_time Resource @@ -34476,7 +34484,7 @@

    Method List

  • -
  • +
  • #source_modified_time AbstractDownloadStrategy @@ -34484,7 +34492,7 @@

    Method List

  • -
  • +
  • #source_modified_time SubversionDownloadStrategy @@ -34492,7 +34500,7 @@

    Method List

  • -
  • +
  • #source_modified_time GitDownloadStrategy @@ -34500,7 +34508,7 @@

    Method List

  • -
  • +
  • #source_modified_time CVSDownloadStrategy @@ -34508,7 +34516,7 @@

    Method List

  • -
  • +
  • #source_modified_time MercurialDownloadStrategy @@ -34516,7 +34524,7 @@

    Method List

  • -
  • +
  • #source_modified_time BazaarDownloadStrategy @@ -34524,7 +34532,7 @@

    Method List

  • -
  • +
  • #source_modified_time FossilDownloadStrategy @@ -34532,7 +34540,7 @@

    Method List

  • -
  • +
  • #source_range RuboCop::Cask::AST::Stanza @@ -34540,7 +34548,7 @@

    Method List

  • -
  • +
  • #source_range RuboCop::Cask::AST::CaskHeader @@ -34548,7 +34556,7 @@

    Method List

  • -
  • +
  • #source_range_with_comments RuboCop::Cask::AST::Stanza @@ -34556,7 +34564,7 @@

    Method List

  • -
  • +
  • #sourcefile_path Cask::Cask @@ -34564,7 +34572,7 @@

    Method List

  • -
  • +
  • spdxfile SBOM @@ -34572,7 +34580,7 @@

    Method List

  • -
  • +
  • #spec Tab @@ -34580,7 +34588,7 @@

    Method List

  • -
  • +
  • #spec GitHubRunner @@ -34588,7 +34596,7 @@

    Method List

  • -
  • +
  • #spec_name Homebrew::ResourceAuditor @@ -34596,7 +34604,7 @@

    Method List

  • -
  • +
  • spec_syms Formula @@ -34604,7 +34612,7 @@

    Method List

  • -
  • +
  • #specification_for Utils::Bottles::Collector @@ -34612,7 +34620,7 @@

    Method List

  • -
  • +
  • #specified_name Formula @@ -34620,7 +34628,7 @@

    Method List

  • -
  • +
  • #specified_path Formula @@ -34628,7 +34636,7 @@

    Method List

  • -
  • +
  • #specs URL @@ -34636,7 +34644,7 @@

    Method List

  • -
  • +
  • specs Formula @@ -34644,7 +34652,7 @@

    Method List

  • -
  • +
  • #specs Cask::URL::DSL @@ -34652,7 +34660,7 @@

    Method List

  • -
  • +
  • #specs Resource @@ -34660,7 +34668,7 @@

    Method List

  • -
  • +
  • #specs Homebrew::ResourceAuditor @@ -34668,7 +34676,7 @@

    Method List

  • -
  • +
  • sponsorships GitHub @@ -34676,7 +34684,7 @@

    Method List

  • -
  • +
  • #squash_package_commits Homebrew::DevCmd::PrPull @@ -34684,7 +34692,7 @@

    Method List

  • -
  • +
  • #src Keg::LinkError @@ -34692,7 +34700,7 @@

    Method List

  • -
  • +
  • sse3? Hardware::CPU @@ -34700,7 +34708,7 @@

    Method List

  • -
  • +
  • sse4? Hardware::CPU @@ -34708,7 +34716,7 @@

    Method List

  • -
  • +
  • sse4_2? Hardware::CPU @@ -34716,7 +34724,7 @@

    Method List

  • -
  • +
  • ssh_config_path Homebrew::EnvConfig @@ -34724,7 +34732,7 @@

    Method List

  • -
  • +
  • ssse3? Hardware::CPU @@ -34732,7 +34740,7 @@

    Method List

  • -
  • +
  • #stable Formula @@ -34740,7 +34748,7 @@

    Method List

  • -
  • +
  • stable Formula @@ -34748,7 +34756,7 @@

    Method List

  • -
  • +
  • #stable? Tab @@ -34756,7 +34764,7 @@

    Method List

  • -
  • +
  • #stable? Formula @@ -34764,7 +34772,7 @@

    Method List

  • -
  • +
  • #stable? BuildOptions @@ -34772,7 +34780,7 @@

    Method List

  • -
  • +
  • #stable_version Tab @@ -34780,7 +34788,7 @@

    Method List

  • -
  • +
  • #stackprof? Homebrew::DevCmd::Prof::Args @@ -34788,7 +34796,7 @@

    Method List

  • -
  • +
  • #stage Resource @@ -34796,7 +34804,7 @@

    Method List

  • -
  • +
  • #stage Resource::Go @@ -34804,7 +34812,7 @@

    Method List

  • -
  • +
  • #stage Bottle @@ -34812,7 +34820,7 @@

    Method List

  • -
  • +
  • #stage Cask::Installer @@ -34820,7 +34828,7 @@

    Method List

  • -
  • +
  • #stage AbstractDownloadStrategy::Pourable @@ -34828,7 +34836,7 @@

    Method List

  • -
  • +
  • #stage AbstractDownloadStrategy @@ -34836,7 +34844,7 @@

    Method List

  • -
  • +
  • #stage NoUnzipCurlDownloadStrategy @@ -34844,7 +34852,7 @@

    Method List

  • -
  • +
  • stage_deps Language::Go @@ -34852,7 +34860,7 @@

    Method List

  • -
  • +
  • #staged_path Cask::DSL @@ -34860,7 +34868,7 @@

    Method List

  • -
  • +
  • #staged_path Cask::Cask @@ -34868,7 +34876,7 @@

    Method List

  • -
  • +
  • #staged_path_join_executable Cask::Artifact::AbstractArtifact @@ -34876,7 +34884,7 @@

    Method List

  • -
  • +
  • #staging ResourceStageContext @@ -34884,7 +34892,7 @@

    Method List

  • -
  • +
  • stale? Homebrew::Cleanup @@ -34892,7 +34900,7 @@

    Method List

  • -
  • +
  • #standardized_arch Utils::Bottles::Tag @@ -34900,7 +34908,7 @@

    Method List

  • -
  • +
  • #stanza Utils::AST::FormulaAST @@ -34908,7 +34916,7 @@

    Method List

  • -
  • +
  • #stanza? RuboCop::AST::Node @@ -34916,7 +34924,7 @@

    Method List

  • -
  • +
  • #stanza_group RuboCop::Cask::AST::Stanza @@ -34924,7 +34932,7 @@

    Method List

  • -
  • +
  • #stanza_index RuboCop::Cask::AST::Stanza @@ -34932,7 +34940,7 @@

    Method List

  • -
  • +
  • #stanza_name RuboCop::Cask::AST::Stanza @@ -34940,7 +34948,7 @@

    Method List

  • -
  • +
  • #stanza_options Cask::Artifact::Pkg @@ -34948,7 +34956,7 @@

    Method List

  • -
  • +
  • stanza_text Utils::AST @@ -34956,7 +34964,7 @@

    Method List

  • -
  • +
  • #stanzas RuboCop::Cask::AST::StanzaBlock @@ -34964,7 +34972,7 @@

    Method List

  • -
  • +
  • #stanzas RuboCop::Cask::AST::CaskBlock @@ -34972,7 +34980,7 @@

    Method List

  • -
  • +
  • #start_column RuboCop::Cop::HelperFunctions @@ -34980,7 +34988,7 @@

    Method List

  • -
  • +
  • #start_upgrade Cask::Installer @@ -34988,7 +34996,7 @@

    Method List

  • -
  • +
  • #start_with Homebrew::DevCmd::Bump::Args @@ -34996,7 +35004,7 @@

    Method List

  • -
  • +
  • start_within IRB @@ -35004,7 +35012,7 @@

    Method List

  • -
  • +
  • #stat? Homebrew::Cmd::Log::Args @@ -35012,7 +35020,7 @@

    Method List

  • -
  • +
  • #state_file Homebrew::DevCmd::BumpUnversionedCasks::Args @@ -35020,7 +35028,7 @@

    Method List

  • -
  • +
  • #status ErrorDuringExecution @@ -35028,7 +35036,7 @@

    Method List

  • -
  • +
  • #status SystemCommand::Result @@ -35036,7 +35044,7 @@

    Method List

  • -
  • +
  • status Cask::Quarantine @@ -35044,7 +35052,7 @@

    Method List

  • -
  • +
  • status_hash Homebrew::Livecheck @@ -35052,7 +35060,7 @@

    Method List

  • -
  • +
  • #std? BuildEnvironment @@ -35060,7 +35068,7 @@

    Method List

  • -
  • +
  • #std_cabal_v2_args Formula @@ -35068,7 +35076,7 @@

    Method List

  • -
  • +
  • #std_cargo_args Formula @@ -35076,7 +35084,7 @@

    Method List

  • -
  • +
  • #std_cmake_args Formula @@ -35084,7 +35092,7 @@

    Method List

  • -
  • +
  • #std_configure_args Formula @@ -35092,7 +35100,7 @@

    Method List

  • -
  • +
  • #std_go_args Formula @@ -35100,7 +35108,7 @@

    Method List

  • -
  • +
  • #std_meson_args Formula @@ -35108,7 +35116,7 @@

    Method List

  • -
  • +
  • std_npm_install_args Language::Node @@ -35116,7 +35124,7 @@

    Method List

  • -
  • +
  • #std_pip_args Formula @@ -35124,7 +35132,7 @@

    Method List

  • -
  • +
  • #std_service_path_env Homebrew::Service @@ -35132,7 +35140,7 @@

    Method List

  • -
  • +
  • #stderr ErrorDuringExecution @@ -35140,7 +35148,7 @@

    Method List

  • -
  • +
  • #stderr SystemCommand::Result @@ -35148,7 +35156,7 @@

    Method List

  • -
  • +
  • #stdlib Tab @@ -35156,7 +35164,7 @@

    Method List

  • -
  • +
  • #stdout SystemCommand::Result @@ -35164,7 +35172,7 @@

    Method List

  • -
  • +
  • #stem Pathname @@ -35172,7 +35180,7 @@

    Method List

  • -
  • +
  • #store LinkageChecker @@ -35180,7 +35188,7 @@

    Method List

  • -
  • +
  • #strategy Livecheck @@ -35188,7 +35196,7 @@

    Method List

  • -
  • +
  • #strategy_block Livecheck @@ -35196,7 +35204,7 @@

    Method List

  • -
  • +
  • #strict? Cask::Audit @@ -35204,7 +35212,7 @@

    Method List

  • -
  • +
  • #strict? Homebrew::DevCmd::Audit::Args @@ -35212,7 +35220,7 @@

    Method List

  • -
  • +
  • #strict? Homebrew::DevCmd::Linkage::Args @@ -35220,7 +35228,7 @@

    Method List

  • -
  • +
  • #strict? Homebrew::DevCmd::BumpFormulaPr::Args @@ -35228,7 +35236,7 @@

    Method List

  • -
  • +
  • #strictness Attr @@ -35236,7 +35244,7 @@

    Method List

  • -
  • +
  • strikethrough Tty @@ -35244,7 +35252,7 @@

    Method List

  • -
  • +
  • #string_content RuboCop::Cop::HelperFunctions @@ -35252,7 +35260,7 @@

    Method List

  • -
  • +
  • string_to_license_expression SPDX @@ -35260,7 +35268,7 @@

    Method List

  • -
  • +
  • #strip EmbeddedPatch @@ -35268,7 +35276,7 @@

    Method List

  • -
  • +
  • #strip ExternalPatch @@ -35276,7 +35284,7 @@

    Method List

  • -
  • +
  • strip_ansi Tty @@ -35284,7 +35292,7 @@

    Method List

  • -
  • +
  • #strip_patch MacOSVersion @@ -35292,7 +35300,7 @@

    Method List

  • -
  • +
  • #style_exceptions Tap @@ -35300,7 +35308,7 @@

    Method List

  • -
  • +
  • #style_exceptions CoreTap @@ -35308,7 +35316,7 @@

    Method List

  • -
  • +
  • #style_exceptions_dir RuboCop::Cop::FormulaCop @@ -35316,7 +35324,7 @@

    Method List

  • -
  • +
  • #sub! StringInreplaceExtension @@ -35324,7 +35332,7 @@

    Method List

  • -
  • +
  • #subdirs Pathname @@ -35332,7 +35340,7 @@

    Method List

  • -
  • +
  • #subversion_dep_if_needed DependencyCollector @@ -35340,7 +35348,7 @@

    Method List

  • -
  • +
  • subversion_handles_most_https_certificates? DevelopmentTools @@ -35348,7 +35356,7 @@

    Method List

  • -
  • +
  • success Formatter @@ -35356,7 +35364,7 @@

    Method List

  • -
  • +
  • #success? Cask::Audit @@ -35364,7 +35372,7 @@

    Method List

  • -
  • +
  • #success? SystemCommand::Result @@ -35372,7 +35380,7 @@

    Method List

  • -
  • +
  • #sudo? SystemCommand @@ -35380,7 +35388,7 @@

    Method List

  • -
  • +
  • #sudo_as_root? SystemCommand @@ -35388,7 +35396,7 @@

    Method List

  • -
  • +
  • sudo_askpass Homebrew::EnvConfig @@ -35396,7 +35404,7 @@

    Method List

  • -
  • +
  • sudo_through_sudo_user? Homebrew::EnvConfig @@ -35404,7 +35412,7 @@

    Method List

  • -
  • +
  • suggest_command Homebrew::MissingFormula @@ -35412,7 +35420,7 @@

    Method List

  • -
  • +
  • #suggest_typed? Homebrew::DevCmd::Typecheck::Args @@ -35420,7 +35428,7 @@

    Method List

  • -
  • +
  • #suggestion Keg::ConflictError @@ -35428,7 +35436,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Pkg @@ -35436,7 +35444,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Installer @@ -35444,7 +35452,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Relocated @@ -35452,7 +35460,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::StageOnly @@ -35460,7 +35468,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractArtifact @@ -35468,7 +35476,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractUninstall @@ -35476,7 +35484,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractFlightBlock @@ -35484,7 +35492,7 @@

    Method List

  • -
  • +
  • #summarize_installed Cask::Artifact::Moved @@ -35492,7 +35500,7 @@

    Method List

  • -
  • +
  • #summarize_installed Cask::Artifact::Symlinked @@ -35500,7 +35508,7 @@

    Method List

  • -
  • +
  • #summary Cask::Audit @@ -35508,7 +35516,7 @@

    Method List

  • -
  • +
  • #summary Cask::Installer @@ -35516,7 +35524,7 @@

    Method List

  • -
  • +
  • #summary FormulaInstaller @@ -35524,7 +35532,7 @@

    Method List

  • -
  • +
  • #supersedes_an_installed_formula? Formula @@ -35532,7 +35540,7 @@

    Method List

  • -
  • +
  • #supported_configuration_checks Homebrew::Diagnostic::Checks @@ -35540,7 +35548,7 @@

    Method List

  • -
  • +
  • supports_partial_clone_sparse_checkout? Utils::Git @@ -35548,7 +35556,7 @@

    Method List

  • -
  • +
  • svn Homebrew::EnvConfig @@ -35556,7 +35564,7 @@

    Method List

  • -
  • +
  • #switch Homebrew::CLI::Parser @@ -35564,7 +35572,7 @@

    Method List

  • -
  • +
  • #symlink_files Keg @@ -35572,7 +35580,7 @@

    Method List

  • -
  • +
  • #symlink_location Homebrew::API::DownloadStrategy @@ -35580,7 +35588,7 @@

    Method List

  • -
  • +
  • #symlink_location Homebrew::API::Download @@ -35588,7 +35596,7 @@

    Method List

  • -
  • +
  • #symlink_location AbstractFileDownloadStrategy @@ -35596,7 +35604,7 @@

    Method List

  • -
  • +
  • #synced_versions_formulae Tap @@ -35604,7 +35612,7 @@

    Method List

  • -
  • +
  • #synced_versions_formulae CoreTap @@ -35612,7 +35620,7 @@

    Method List

  • -
  • +
  • #synced_with_other_formulae? Formula @@ -35620,7 +35628,7 @@

    Method List

  • -
  • +
  • #syntax? Homebrew::Cmd::ReadallCmd::Args @@ -35628,7 +35636,7 @@

    Method List

  • -
  • +
  • sysconfdir OS::Linux::Ld @@ -35636,7 +35644,7 @@

    Method List

  • -
  • +
  • system Homebrew @@ -35644,7 +35652,7 @@

    Method List

  • -
  • +
  • #system Formula @@ -35652,7 +35660,7 @@

    Method List

  • -
  • +
  • #system Utils::Bottles::Tag @@ -35660,7 +35668,7 @@

    Method List

  • -
  • +
  • #system_command Cask::DSL::Base @@ -35668,7 +35676,7 @@

    Method List

  • -
  • +
  • #system_command SystemCommand::Mixin @@ -35676,7 +35684,7 @@

    Method List

  • -
  • +
  • #system_command! SystemCommand::Mixin @@ -35684,7 +35692,7 @@

    Method List

  • -
  • +
  • system_dir? OS::Mac @@ -35692,7 +35700,7 @@

    Method List

  • -
  • +
  • system_dir_symlink? UnpackStrategy::Dmg::Bom @@ -35700,7 +35708,7 @@

    Method List

  • -
  • +
  • system_dirs OS::Linux::Ld @@ -35708,7 +35716,7 @@

    Method List

  • -
  • +
  • system_env_takes_priority? Homebrew::EnvConfig @@ -35716,7 +35724,7 @@

    Method List

  • -
  • +
  • system_version OS::Linux::Glibc @@ -35724,7 +35732,7 @@

    Method List

  • -
  • +
  • systemctl Utils::Service @@ -35732,7 +35740,7 @@

    Method List

  • -
  • +
  • systemctl? Utils::Service @@ -35740,7 +35748,7 @@

    Method List

  • -
  • +
  • #systemd_service_path Formula @@ -35748,7 +35756,7 @@

    Method List

  • -
  • +
  • #systemd_timer_path Formula @@ -35756,7 +35764,7 @@

    Method List

  • -
  • +
  • #t? Homebrew::Cmd::List::Args @@ -35764,7 +35772,7 @@

    Method List

  • -
  • +
  • #tab Keg @@ -35772,7 +35780,7 @@

    Method List

  • -
  • +
  • #tab_attributes Bottle @@ -35780,7 +35788,7 @@

    Method List

  • -
  • +
  • #tabfile Tab @@ -35788,7 +35796,7 @@

    Method List

  • -
  • +
  • table_output Utils::Analytics @@ -35796,7 +35804,7 @@

    Method List

  • -
  • +
  • #tag Utils::Bottles::MacOSOverride @@ -35804,7 +35812,7 @@

    Method List

  • -
  • +
  • #tag Cask::URL::DSL @@ -35812,7 +35820,7 @@

    Method List

  • -
  • +
  • #tag Bottle::Filename @@ -35820,7 +35828,7 @@

    Method List

  • -
  • +
  • #tag Bottle @@ -35828,7 +35836,7 @@

    Method List

  • -
  • +
  • tag Utils::Bottles @@ -35836,7 +35844,7 @@

    Method List

  • -
  • +
  • #tag Utils::Bottles::TagSpecification @@ -35844,7 +35852,7 @@

    Method List

  • -
  • +
  • #tag Homebrew::DevCmd::Unbottled::Args @@ -35852,7 +35860,7 @@

    Method List

  • -
  • +
  • #tag Homebrew::DevCmd::BumpFormulaPr::Args @@ -35860,7 +35868,7 @@

    Method List

  • -
  • +
  • #tag? BottleSpecification @@ -35868,7 +35876,7 @@

    Method List

  • -
  • +
  • #tag? Utils::Bottles::Collector @@ -35876,7 +35884,7 @@

    Method List

  • -
  • +
  • tag_info Homebrew::Livecheck::Strategy::Git @@ -35884,7 +35892,7 @@

    Method List

  • -
  • +
  • #tag_specification_for BottleSpecification @@ -35892,7 +35900,7 @@

    Method List

  • -
  • +
  • #tag_to_cellar BottleSpecification @@ -35900,7 +35908,7 @@

    Method List

  • -
  • +
  • #tags Dependable @@ -35908,7 +35916,7 @@

    Method List

  • -
  • +
  • #tags Utils::Bottles::Collector @@ -35916,7 +35924,7 @@

    Method List

  • -
  • +
  • #tap Tab @@ -35924,7 +35932,7 @@

    Method List

  • -
  • +
  • #tap TapConfig @@ -35932,7 +35940,7 @@

    Method List

  • -
  • +
  • #tap Formula @@ -35940,7 +35948,7 @@

    Method List

  • -
  • +
  • #tap Cask::Cask @@ -35948,7 +35956,7 @@

    Method List

  • -
  • +
  • #tap Formulary::FormulaLoader @@ -35956,7 +35964,7 @@

    Method List

  • -
  • +
  • #tap Formulary::FromTapLoader @@ -35964,7 +35972,7 @@

    Method List

  • -
  • +
  • #tap Dependency @@ -35972,7 +35980,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaOrCaskUnavailableError @@ -35980,7 +35988,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaUnavailableError @@ -35988,7 +35996,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaClassUnavailableError @@ -35996,7 +36004,7 @@

    Method List

  • -
  • +
  • #tap BottleSpecification @@ -36004,7 +36012,7 @@

    Method List

  • -
  • +
  • #tap Cask::TapCaskUnavailableError @@ -36012,7 +36020,7 @@

    Method List

  • -
  • +
  • #tap Cask::CaskLoader::AbstractContentLoader @@ -36020,7 +36028,7 @@

    Method List

  • -
  • +
  • #tap Cask::CaskLoader::FromTapLoader @@ -36028,7 +36036,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::Bump::Args @@ -36036,7 +36044,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::Audit::Args @@ -36044,7 +36052,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::Create::Args @@ -36052,7 +36060,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::PrPull::Args @@ -36060,7 +36068,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::PrPublish::Args @@ -36068,7 +36076,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::PrAutomerge::Args @@ -36076,7 +36084,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::LivecheckCmd::Args @@ -36084,7 +36092,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::DispatchBuildBottle::Args @@ -36092,7 +36100,7 @@

    Method List

  • -
  • +
  • #tap= Tab @@ -36100,7 +36108,7 @@

    Method List

  • -
  • +
  • #tap? Formula @@ -36108,7 +36116,7 @@

    Method List

  • -
  • +
  • tap_aliases Formula @@ -36116,7 +36124,7 @@

    Method List

  • -
  • +
  • #tap_and_name_comparison Kernel @@ -36124,7 +36132,7 @@

    Method List

  • -
  • +
  • #tap_audit_exceptions Homebrew::TapAuditor @@ -36132,7 +36140,7 @@

    Method List

  • -
  • +
  • tap_cask_token_type Cask::CaskLoader @@ -36140,7 +36148,7 @@

    Method List

  • -
  • +
  • tap_error_url Utils::Backtrace @@ -36148,7 +36156,7 @@

    Method List

  • -
  • +
  • tap_files Formula @@ -36156,7 +36164,7 @@

    Method List

  • -
  • +
  • tap_formula_name_type Formulary @@ -36164,7 +36172,7 @@

    Method List

  • -
  • +
  • tap_from_source_download Homebrew::API @@ -36172,7 +36180,7 @@

    Method List

  • -
  • +
  • #tap_git_head Formula @@ -36180,7 +36188,7 @@

    Method List

  • -
  • +
  • #tap_git_head Cask::Cask @@ -36188,7 +36196,7 @@

    Method List

  • -
  • +
  • tap_git_head Homebrew::API::Formula @@ -36196,7 +36204,7 @@

    Method List

  • -
  • +
  • tap_migration_oldnames Tap @@ -36204,7 +36212,7 @@

    Method List

  • -
  • +
  • tap_migration_reason Homebrew::MissingFormula @@ -36212,7 +36220,7 @@

    Method List

  • -
  • +
  • #tap_migrations Tap @@ -36220,7 +36228,7 @@

    Method List

  • -
  • +
  • #tap_migrations CoreTap @@ -36228,7 +36236,7 @@

    Method List

  • -
  • +
  • #tap_migrations CoreCaskTap @@ -36236,7 +36244,7 @@

    Method List

  • -
  • +
  • tap_migrations Homebrew::API::Formula @@ -36244,7 +36252,7 @@

    Method List

  • -
  • +
  • tap_names Formula @@ -36252,7 +36260,7 @@

    Method List

  • -
  • +
  • #tap_pypi_formula_mappings Homebrew::TapAuditor @@ -36260,7 +36268,7 @@

    Method List

  • -
  • +
  • #tap_style_exception? RuboCop::Cop::FormulaCop @@ -36268,7 +36276,7 @@

    Method List

  • -
  • +
  • #tap_style_exceptions Homebrew::TapAuditor @@ -36276,7 +36284,7 @@

    Method List

  • -
  • +
  • #taps TapFormulaAmbiguityError @@ -36284,7 +36292,7 @@

    Method List

  • -
  • +
  • #tar_args Homebrew::DevCmd::Bottle @@ -36292,7 +36300,7 @@

    Method List

  • -
  • +
  • tar_needs_xz_dependency? DependencyCollector @@ -36300,7 +36308,7 @@

    Method List

  • -
  • +
  • #target Cask::Artifact::Relocated @@ -36308,7 +36316,7 @@

    Method List

  • -
  • +
  • temp Homebrew::EnvConfig @@ -36316,7 +36324,7 @@

    Method List

  • -
  • +
  • #template Homebrew::FormulaCreator @@ -36324,7 +36332,7 @@

    Method List

  • -
  • +
  • #temporary_path AbstractFileDownloadStrategy @@ -36332,7 +36340,7 @@

    Method List

  • -
  • +
  • #test Debrew::Formula @@ -36340,7 +36348,7 @@

    Method List

  • -
  • +
  • #test Formula @@ -36348,7 +36356,7 @@

    Method List

  • -
  • +
  • test Formula @@ -36356,7 +36364,7 @@

    Method List

  • -
  • +
  • #test? Dependable @@ -36364,7 +36372,7 @@

    Method List

  • -
  • +
  • #test? Homebrew::DevCmd::Linkage::Args @@ -36372,7 +36380,7 @@

    Method List

  • -
  • +
  • #test_calls RuboCop::Cop::FormulaAudit::Test @@ -36380,7 +36388,7 @@

    Method List

  • -
  • +
  • #test_defined? Formula @@ -36388,7 +36396,7 @@

    Method List

  • -
  • +
  • #test_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -36396,7 +36404,7 @@

    Method List

  • -
  • +
  • #test_fixtures Formula @@ -36404,7 +36412,7 @@

    Method List

  • -
  • +
  • #testpath Formula @@ -36412,7 +36420,7 @@

    Method List

  • -
  • +
  • #text Homebrew::FormulaAuditor @@ -36420,7 +36428,7 @@

    Method List

  • -
  • +
  • #text_executable? Pathname @@ -36428,7 +36436,7 @@

    Method List

  • -
  • +
  • #text_files Keg @@ -36436,7 +36444,7 @@

    Method List

  • -
  • +
  • text_matches_in_file Keg @@ -36444,7 +36452,7 @@

    Method List

  • -
  • +
  • #third Array @@ -36452,7 +36460,7 @@

    Method List

  • -
  • +
  • #throttle Livecheck @@ -36460,7 +36468,7 @@

    Method List

  • -
  • +
  • #time Tab @@ -36468,7 +36476,7 @@

    Method List

  • -
  • +
  • #time Formula @@ -36476,7 +36484,7 @@

    Method List

  • -
  • +
  • #time_file_size Cask::Download @@ -36484,7 +36492,7 @@

    Method List

  • -
  • +
  • #timed? Homebrew::Service @@ -36492,7 +36500,7 @@

    Method List

  • -
  • +
  • #timeout LinuxRunnerSpec @@ -36500,7 +36508,7 @@

    Method List

  • -
  • +
  • #timeout MacOSRunnerSpec @@ -36508,7 +36516,7 @@

    Method List

  • -
  • +
  • #timeout Homebrew::DevCmd::DispatchBuildBottle::Args @@ -36516,7 +36524,7 @@

    Method List

  • -
  • +
  • #timestamped_versions Cask::Cask @@ -36524,7 +36532,7 @@

    Method List

  • -
  • +
  • #title Homebrew::Livecheck::Strategy::Sparkle::Item @@ -36532,7 +36540,7 @@

    Method List

  • -
  • +
  • title_info Cask::Info @@ -36540,7 +36548,7 @@

    Method List

  • -
  • +
  • #tmpdir Mktemp @@ -36548,7 +36556,7 @@

    Method List

  • -
  • +
  • #to Homebrew::DevCmd::Contributions::Args @@ -36556,7 +36564,7 @@

    Method List

  • -
  • +
  • #to_a Cask::ArtifactSet @@ -36564,7 +36572,7 @@

    Method List

  • -
  • +
  • #to_a Cask::Artifact::Relocated @@ -36572,7 +36580,7 @@

    Method List

  • -
  • +
  • #to_a Cask::Artifact::StageOnly @@ -36580,7 +36588,7 @@

    Method List

  • -
  • +
  • #to_a Options @@ -36588,7 +36596,7 @@

    Method List

  • -
  • +
  • #to_args Cask::Artifact::AbstractArtifact @@ -36596,7 +36604,7 @@

    Method List

  • -
  • +
  • #to_ary PATH @@ -36604,7 +36612,7 @@

    Method List

  • -
  • +
  • #to_ary Options @@ -36612,7 +36620,7 @@

    Method List

  • -
  • +
  • #to_ary SystemCommand::Result @@ -36620,7 +36628,7 @@

    Method List

  • -
  • +
  • #to_bottle_hash Tab @@ -36628,7 +36636,7 @@

    Method List

  • -
  • +
  • #to_casks Homebrew::CLI::NamedArgs @@ -36636,7 +36644,7 @@

    Method List

  • -
  • +
  • #to_default_kegs Homebrew::CLI::NamedArgs @@ -36644,7 +36652,7 @@

    Method List

  • -
  • +
  • #to_f Version::Token @@ -36652,7 +36660,7 @@

    Method List

  • -
  • +
  • #to_f Version @@ -36660,7 +36668,7 @@

    Method List

  • -
  • +
  • #to_formula Keg @@ -36668,7 +36676,7 @@

    Method List

  • -
  • +
  • #to_formula Dependency @@ -36676,7 +36684,7 @@

    Method List

  • -
  • +
  • #to_formulae Homebrew::CLI::NamedArgs @@ -36684,7 +36692,7 @@

    Method List

  • -
  • +
  • #to_formulae_and_casks Homebrew::CLI::NamedArgs @@ -36692,7 +36700,7 @@

    Method List

  • -
  • +
  • #to_formulae_and_casks_and_unavailable Homebrew::CLI::NamedArgs @@ -36700,7 +36708,7 @@

    Method List

  • -
  • +
  • #to_formulae_and_casks_with_taps Homebrew::CLI::NamedArgs @@ -36708,7 +36716,7 @@

    Method List

  • -
  • +
  • #to_formulae_to_casks Homebrew::CLI::NamedArgs @@ -36716,7 +36724,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Cask @@ -36724,7 +36732,7 @@

    Method List

  • -
  • +
  • #to_h LinuxRunnerSpec @@ -36732,7 +36740,7 @@

    Method List

  • -
  • +
  • #to_h MacOSRunnerSpec @@ -36740,7 +36748,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Artifact::Installer @@ -36748,7 +36756,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Artifact::AbstractUninstall @@ -36756,7 +36764,7 @@

    Method List

  • -
  • +
  • #to_hash Tap @@ -36764,7 +36772,7 @@

    Method List

  • -
  • +
  • #to_hash Formula @@ -36772,7 +36780,7 @@

    Method List

  • -
  • +
  • #to_hash Homebrew::Service @@ -36780,7 +36788,7 @@

    Method List

  • -
  • +
  • #to_hash Livecheck @@ -36788,7 +36796,7 @@

    Method List

  • -
  • +
  • #to_hash KegOnlyReason @@ -36796,7 +36804,7 @@

    Method List

  • -
  • +
  • #to_hash_with_variations Formula @@ -36804,7 +36812,7 @@

    Method List

  • -
  • +
  • #to_hash_with_variations Cask::Cask @@ -36812,7 +36820,7 @@

    Method List

  • -
  • +
  • #to_i Version::Token @@ -36820,7 +36828,7 @@

    Method List

  • -
  • +
  • #to_i Version @@ -36828,7 +36836,7 @@

    Method List

  • -
  • +
  • #to_installed_taps Homebrew::CLI::NamedArgs @@ -36836,7 +36844,7 @@

    Method List

  • -
  • +
  • #to_internal_api_hash CoreTap @@ -36844,7 +36852,7 @@

    Method List

  • -
  • +
  • #to_internal_api_hash CoreCaskTap @@ -36852,7 +36860,7 @@

    Method List

  • -
  • +
  • #to_internal_api_hash Formula @@ -36860,7 +36868,7 @@

    Method List

  • -
  • +
  • #to_internal_api_hash Cask::Cask @@ -36868,7 +36876,7 @@

    Method List

  • -
  • +
  • #to_json Tab @@ -36876,7 +36884,7 @@

    Method List

  • -
  • +
  • #to_json Version @@ -36884,7 +36892,7 @@

    Method List

  • -
  • +
  • #to_json Cask::Config @@ -36892,7 +36900,7 @@

    Method List

  • -
  • +
  • #to_json Cask::DSL::ConflictsWith @@ -36900,7 +36908,7 @@

    Method List

  • -
  • +
  • #to_json MacOSRequirement @@ -36908,7 +36916,7 @@

    Method List

  • -
  • +
  • #to_kegs Homebrew::CLI::NamedArgs @@ -36916,7 +36924,7 @@

    Method List

  • -
  • +
  • #to_kegs_to_casks Homebrew::CLI::NamedArgs @@ -36924,7 +36932,7 @@

    Method List

  • -
  • +
  • #to_latest_kegs Homebrew::CLI::NamedArgs @@ -36932,7 +36940,7 @@

    Method List

  • -
  • +
  • #to_macos_version Utils::Bottles::Tag @@ -36940,7 +36948,7 @@

    Method List

  • -
  • +
  • #to_paths Homebrew::CLI::NamedArgs @@ -36948,7 +36956,7 @@

    Method List

  • -
  • +
  • #to_plist Homebrew::Service @@ -36956,7 +36964,7 @@

    Method List

  • -
  • +
  • to_rack Formulary @@ -36964,7 +36972,7 @@

    Method List

  • -
  • +
  • to_reason_string_or_symbol DeprecateDisable @@ -36972,7 +36980,7 @@

    Method List

  • -
  • +
  • #to_resolved_formulae Homebrew::CLI::NamedArgs @@ -36980,7 +36988,7 @@

    Method List

  • -
  • +
  • #to_resolved_formulae_to_casks Homebrew::CLI::NamedArgs @@ -36988,7 +36996,7 @@

    Method List

  • -
  • +
  • #to_sentence Array @@ -36996,7 +37004,7 @@

    Method List

  • -
  • +
  • #to_str PATH @@ -37004,7 +37012,7 @@

    Method List

  • -
  • +
  • #to_str Version::Token @@ -37012,7 +37020,7 @@

    Method List

  • -
  • +
  • #to_str Version @@ -37020,7 +37028,7 @@

    Method List

  • -
  • +
  • #to_str PkgVersion @@ -37028,7 +37036,7 @@

    Method List

  • -
  • +
  • #to_str Bottle::Filename @@ -37036,7 +37044,7 @@

    Method List

  • -
  • +
  • #to_sym MacOSVersion @@ -37044,7 +37052,7 @@

    Method List

  • -
  • +
  • #to_sym Utils::Bottles::Tag @@ -37052,7 +37060,7 @@

    Method List

  • -
  • +
  • #to_systemd_timer Homebrew::Service @@ -37060,7 +37068,7 @@

    Method List

  • -
  • +
  • #to_systemd_unit Homebrew::Service @@ -37068,7 +37076,7 @@

    Method List

  • -
  • +
  • #to_tag? Homebrew::DevCmd::UpdateTest::Args @@ -37076,7 +37084,7 @@

    Method List

  • -
  • +
  • #to_taps Homebrew::CLI::NamedArgs @@ -37084,7 +37092,7 @@

    Method List

  • -
  • +
  • #to_yaml Cask::DSL::Container @@ -37092,7 +37100,7 @@

    Method List

  • -
  • +
  • toggle_no_translocation_bit Cask::Quarantine @@ -37100,7 +37108,7 @@

    Method List

  • -
  • +
  • #token Cask::DSL @@ -37108,7 +37116,7 @@

    Method List

  • -
  • +
  • #token Cask::Cask @@ -37116,7 +37124,7 @@

    Method List

  • -
  • +
  • #token Cask::AbstractCaskErrorWithToken @@ -37124,7 +37132,7 @@

    Method List

  • -
  • +
  • #token Cask::TapCaskAmbiguityError @@ -37132,7 +37140,7 @@

    Method List

  • -
  • +
  • #token Cask::CaskLoader::FromPathLoader @@ -37140,7 +37148,7 @@

    Method List

  • -
  • +
  • #token Cask::CaskLoader::FromAPILoader @@ -37148,7 +37156,7 @@

    Method List

  • -
  • +
  • #token_conflicts? Cask::Audit @@ -37156,7 +37164,7 @@

    Method List

  • -
  • +
  • #token_conflicts? Homebrew::DevCmd::Audit::Args @@ -37164,7 +37172,7 @@

    Method List

  • -
  • +
  • token_from Cask::Utils @@ -37172,7 +37180,7 @@

    Method List

  • -
  • +
  • tokens Cask::Caskroom @@ -37180,7 +37188,7 @@

    Method List

  • -
  • +
  • too_many_open_prs? GitHub @@ -37188,7 +37196,7 @@

    Method List

  • -
  • +
  • toolchain_path OS::Mac::Xcode @@ -37196,7 +37204,7 @@

    Method List

  • -
  • +
  • #top_level_info_plists Homebrew::UnversionedCaskChecker @@ -37204,7 +37212,7 @@

    Method List

  • -
  • +
  • #toplevel_stanzas RuboCop::Cask::AST::CaskBlock @@ -37212,7 +37220,7 @@

    Method List

  • -
  • +
  • #topological? Homebrew::Cmd::Deps::Args @@ -37220,7 +37228,7 @@

    Method List

  • -
  • +
  • total ObserverPathnameExtension @@ -37228,7 +37236,7 @@

    Method List

  • -
  • +
  • #total? Homebrew::DevCmd::Unbottled::Args @@ -37236,7 +37244,7 @@

    Method List

  • -
  • +
  • #tree? Homebrew::Cmd::Deps::Args @@ -37244,7 +37252,7 @@

    Method List

  • -
  • +
  • truncate Tty @@ -37252,7 +37260,7 @@

    Method List

  • -
  • +
  • #truncate_text_to_approximate_size Kernel @@ -37260,7 +37268,7 @@

    Method List

  • -
  • +
  • #trust_cert Cask::URL::DSL @@ -37268,7 +37276,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromBottleLoader @@ -37276,7 +37284,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromPathLoader @@ -37284,7 +37292,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromURILoader @@ -37292,7 +37300,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromTapLoader @@ -37300,7 +37308,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromNameLoader @@ -37308,7 +37316,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromKegLoader @@ -37316,7 +37324,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromCacheLoader @@ -37324,7 +37332,7 @@

    Method List

  • -
  • +
  • try_new Formulary::NullLoader @@ -37332,7 +37340,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromAPILoader @@ -37340,7 +37348,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromContentLoader @@ -37348,7 +37356,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromPathLoader @@ -37356,7 +37364,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromURILoader @@ -37364,7 +37372,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromTapLoader @@ -37372,7 +37380,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromInstanceLoader @@ -37380,7 +37388,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromAPILoader @@ -37388,7 +37396,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromNameLoader @@ -37396,7 +37404,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromInstalledPathLoader @@ -37404,7 +37412,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::NullLoader @@ -37412,7 +37420,7 @@

    Method List

  • -
  • +
  • try_parse Locale @@ -37420,7 +37428,7 @@

    Method List

  • -
  • +
  • #tsc Homebrew::Manpages::Variables @@ -37428,7 +37436,7 @@

    Method List

  • -
  • +
  • type Hardware::CPU @@ -37436,7 +37444,7 @@

    Method List

  • -
  • +
  • #type CompilerFailure @@ -37444,7 +37452,7 @@

    Method List

  • -
  • +
  • #type CompilerSelector::Compiler @@ -37452,7 +37460,7 @@

    Method List

  • -
  • +
  • #type CxxStdlib @@ -37460,7 +37468,7 @@

    Method List

  • -
  • +
  • #type Homebrew::DevCmd::Bump::VersionBumpInfo @@ -37468,7 +37476,7 @@

    Method List

  • -
  • +
  • type DeprecateDisable @@ -37476,7 +37484,7 @@

    Method List

  • -
  • +
  • #type Cask::DSL::Container @@ -37484,7 +37492,7 @@

    Method List

  • -
  • +
  • #type Mechanize::HTTP::ContentDisposition @@ -37492,7 +37500,7 @@

    Method List

  • -
  • +
  • #type_string CxxStdlib @@ -37500,7 +37508,7 @@

    Method List

  • -
  • +
  • #u? Homebrew::Cmd::Log::Args @@ -37508,7 +37516,7 @@

    Method List

  • -
  • +
  • #ubuntu? Homebrew::Cmd::SearchCmd::Args @@ -37516,7 +37524,7 @@

    Method List

  • -
  • +
  • #unbottled_dependencies FormulaInstaller @@ -37524,7 +37532,7 @@

    Method List

  • -
  • +
  • #unbrewed? Homebrew::Cmd::Prefix::Args @@ -37532,7 +37540,7 @@

    Method List

  • -
  • +
  • #undeclared_deps LinkageChecker @@ -37540,7 +37548,7 @@

    Method List

  • -
  • +
  • undeletable? OS::Mac @@ -37548,7 +37556,7 @@

    Method List

  • -
  • +
  • underline Tty @@ -37556,7 +37564,7 @@

    Method List

  • -
  • +
  • underscore Utils @@ -37564,7 +37572,7 @@

    Method List

  • -
  • +
  • unhook_raise Ignorable @@ -37572,7 +37580,7 @@

    Method List

  • -
  • +
  • #uninstall Keg @@ -37580,7 +37588,7 @@

    Method List

  • -
  • +
  • #uninstall Tap @@ -37588,7 +37596,7 @@

    Method List

  • -
  • +
  • #uninstall CoreTap @@ -37596,7 +37604,7 @@

    Method List

  • -
  • +
  • #uninstall Cask::Pkg @@ -37604,7 +37612,7 @@

    Method List

  • -
  • +
  • #uninstall Cask::Installer @@ -37612,7 +37620,7 @@

    Method List

  • -
  • +
  • #uninstall_artifacts Cask::Installer @@ -37620,7 +37628,7 @@

    Method List

  • -
  • +
  • uninstall_casks Cask::Uninstall @@ -37628,7 +37636,7 @@

    Method List

  • -
  • +
  • uninstall_dsl_key Cask::Artifact::AbstractFlightBlock @@ -37636,7 +37644,7 @@

    Method List

  • -
  • +
  • #uninstall_existing_cask Cask::Installer @@ -37644,7 +37652,7 @@

    Method List

  • -
  • +
  • #uninstall_info Pathname @@ -37652,7 +37660,7 @@

    Method List

  • -
  • +
  • #uninstall_info ObserverPathnameExtension @@ -37660,7 +37668,7 @@

    Method List

  • -
  • +
  • uninstall_kegs Homebrew::Uninstall @@ -37668,7 +37676,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Moved @@ -37676,7 +37684,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Qlplugin @@ -37684,7 +37692,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Symlinked @@ -37692,7 +37700,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Uninstall @@ -37700,7 +37708,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::KeyboardLayout @@ -37708,7 +37716,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::AbstractFlightBlock @@ -37716,7 +37724,7 @@

    Method List

  • -
  • +
  • #union? Homebrew::Cmd::Deps::Args @@ -37724,7 +37732,7 @@

    Method List

  • -
  • +
  • #universal? MachOShim @@ -37732,7 +37740,7 @@

    Method List

  • -
  • +
  • #unless_modifier? RuboCop::Cop::FormulaAudit::OptionDeclarations @@ -37740,7 +37748,7 @@

    Method List

  • -
  • +
  • #unlink Keg @@ -37748,7 +37756,7 @@

    Method List

  • -
  • +
  • unlink Homebrew::Unlink @@ -37756,7 +37764,7 @@

    Method List

  • -
  • +
  • #unlink ObserverPathnameExtension @@ -37764,7 +37772,7 @@

    Method List

  • -
  • +
  • unlink! Homebrew::Completions @@ -37772,7 +37780,7 @@

    Method List

  • -
  • +
  • unlink_completions Utils::Link @@ -37780,7 +37788,7 @@

    Method List

  • -
  • +
  • unlink_manpages Utils::Link @@ -37788,7 +37796,7 @@

    Method List

  • -
  • +
  • #unlink_newname Migrator @@ -37796,7 +37804,7 @@

    Method List

  • -
  • +
  • #unlink_oldname Migrator @@ -37804,7 +37812,7 @@

    Method List

  • -
  • +
  • #unlink_oldname_cellar Migrator @@ -37812,7 +37820,7 @@

    Method List

  • -
  • +
  • #unlink_oldname_opt Migrator @@ -37820,7 +37828,7 @@

    Method List

  • -
  • +
  • unlink_versioned_formulae Homebrew::Unlink @@ -37828,7 +37836,7 @@

    Method List

  • -
  • +
  • #unlock Formula @@ -37836,7 +37844,7 @@

    Method List

  • -
  • +
  • #unlock Migrator @@ -37844,7 +37852,7 @@

    Method List

  • -
  • +
  • #unlock LockFile @@ -37852,7 +37860,7 @@

    Method List

  • -
  • +
  • #unpack Resource @@ -37860,7 +37868,7 @@

    Method List

  • -
  • +
  • #unpin FormulaPin @@ -37868,7 +37876,7 @@

    Method List

  • -
  • +
  • #unpin Formula @@ -37876,7 +37884,7 @@

    Method List

  • -
  • +
  • #unremovable_kegs Homebrew::Cleanup @@ -37884,7 +37892,7 @@

    Method List

  • -
  • +
  • #unstable? Cask::DSL::Version @@ -37892,7 +37900,7 @@

    Method List

  • -
  • +
  • unsupported_configuration? OS @@ -37900,7 +37908,7 @@

    Method List

  • -
  • +
  • #unsupported_release? MacOSVersion @@ -37908,7 +37916,7 @@

    Method List

  • -
  • +
  • untapped_official_taps Tap @@ -37916,7 +37924,7 @@

    Method List

  • -
  • +
  • #unused_options Tab @@ -37924,7 +37932,7 @@

    Method List

  • -
  • +
  • #unused_options BuildOptions @@ -37932,7 +37940,7 @@

    Method List

  • -
  • +
  • #unversioned? Cask::URL @@ -37940,7 +37948,7 @@

    Method List

  • -
  • +
  • #unzip_dep_if_needed DependencyCollector @@ -37948,7 +37956,7 @@

    Method List

  • -
  • +
  • up Tty @@ -37956,7 +37964,7 @@

    Method List

  • -
  • +
  • #update Homebrew::DevCmd::VendorGems::Args @@ -37964,7 +37972,7 @@

    Method List

  • -
  • +
  • #update! CacheStore @@ -37972,7 +37980,7 @@

    Method List

  • -
  • +
  • #update! LinkageCacheStore @@ -37980,7 +37988,7 @@

    Method List

  • -
  • +
  • #update! DescriptionCacheStore @@ -37988,7 +37996,7 @@

    Method List

  • -
  • +
  • #update? Homebrew::DevCmd::Typecheck::Args @@ -37996,7 +38004,7 @@

    Method List

  • -
  • +
  • #update_all? Homebrew::DevCmd::Typecheck::Args @@ -38004,7 +38012,7 @@

    Method List

  • -
  • +
  • #update_commit Version @@ -38012,7 +38020,7 @@

    Method List

  • -
  • +
  • #update_from_cask_tokens! CaskDescriptionCacheStore @@ -38020,7 +38028,7 @@

    Method List

  • -
  • +
  • #update_from_formula_names! DescriptionCacheStore @@ -38028,7 +38036,7 @@

    Method List

  • -
  • +
  • #update_from_report! DescriptionCacheStore @@ -38036,7 +38044,7 @@

    Method List

  • -
  • +
  • #update_from_report! CaskDescriptionCacheStore @@ -38044,7 +38052,7 @@

    Method List

  • -
  • +
  • #update_head_version Formula @@ -38052,7 +38060,7 @@

    Method List

  • -
  • +
  • update_instructions OS::Mac::Xcode @@ -38060,7 +38068,7 @@

    Method List

  • -
  • +
  • update_instructions OS::Mac::CLT @@ -38068,7 +38076,7 @@

    Method List

  • -
  • +
  • update_pypi_url PyPI @@ -38076,7 +38084,7 @@

    Method List

  • -
  • +
  • update_python_resources! PyPI @@ -38084,7 +38092,7 @@

    Method List

  • -
  • +
  • update_shell_completions! Homebrew::Completions @@ -38092,7 +38100,7 @@

    Method List

  • -
  • +
  • #update_tabs Migrator @@ -38100,7 +38108,7 @@

    Method List

  • -
  • +
  • update_to_tag? Homebrew::EnvConfig @@ -38108,7 +38116,7 @@

    Method List

  • -
  • +
  • #updated? Reporter @@ -38116,7 +38124,7 @@

    Method List

  • -
  • +
  • #upgrade? Cask::Installer @@ -38124,7 +38132,7 @@

    Method List

  • -
  • +
  • upgrade_cask Cask::Upgrade @@ -38132,7 +38140,7 @@

    Method List

  • -
  • +
  • upgrade_casks Cask::Upgrade @@ -38140,7 +38148,7 @@

    Method List

  • -
  • +
  • upgrade_formulae Homebrew::Upgrade @@ -38148,7 +38156,7 @@

    Method List

  • -
  • +
  • upgrade_greedy? Homebrew::EnvConfig @@ -38156,7 +38164,7 @@

    Method List

  • -
  • +
  • #upload? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -38164,7 +38172,7 @@

    Method List

  • -
  • +
  • #upload_bottles GitHubPackages @@ -38172,7 +38180,7 @@

    Method List

  • -
  • +
  • #upload_bottles GitHubReleases @@ -38180,7 +38188,7 @@

    Method List

  • -
  • +
  • #upload_only? Homebrew::DevCmd::PrUpload::Args @@ -38188,7 +38196,7 @@

    Method List

  • -
  • +
  • upload_release_asset GitHub @@ -38196,7 +38204,7 @@

    Method List

  • -
  • +
  • #uri Cask::URL::DSL @@ -38204,7 +38212,7 @@

    Method List

  • -
  • +
  • url Formula @@ -38212,7 +38220,7 @@

    Method List

  • -
  • +
  • #url Cask::DSL @@ -38220,7 +38228,7 @@

    Method List

  • -
  • +
  • #url Cask::URL::BlockDSL::PageWithURL @@ -38228,7 +38236,7 @@

    Method List

  • -
  • +
  • #url Resource @@ -38236,7 +38244,7 @@

    Method List

  • -
  • +
  • #url Formulary::FromURILoader @@ -38244,7 +38252,7 @@

    Method List

  • -
  • +
  • #url Livecheck @@ -38252,7 +38260,7 @@

    Method List

  • -
  • +
  • #url Downloadable @@ -38260,7 +38268,7 @@

    Method List

  • -
  • +
  • #url Cask::Download @@ -38268,7 +38276,7 @@

    Method List

  • -
  • +
  • #url SoftwareSpec @@ -38276,7 +38284,7 @@

    Method List

  • -
  • +
  • url Formatter @@ -38284,7 +38292,7 @@

    Method List

  • -
  • +
  • #url Cask::CaskLoader::FromURILoader @@ -38292,7 +38300,7 @@

    Method List

  • -
  • +
  • #url Homebrew::ResourceAuditor @@ -38300,7 +38308,7 @@

    Method List

  • -
  • +
  • #url AbstractDownloadStrategy @@ -38308,7 +38316,7 @@

    Method List

  • -
  • +
  • #url Homebrew::Livecheck::Strategy::Sparkle::Item @@ -38316,7 +38324,7 @@

    Method List

  • -
  • +
  • #url Cask::Cask @@ -38324,7 +38332,7 @@

    Method List

  • -
  • +
  • #url Homebrew::DevCmd::BumpCaskPr::Args @@ -38332,7 +38340,7 @@

    Method List

  • -
  • +
  • #url Homebrew::DevCmd::BumpFormulaPr::Args @@ -38340,7 +38348,7 @@

    Method List

  • -
  • +
  • #url_encode Bottle::Filename @@ -38348,7 +38356,7 @@

    Method List

  • -
  • +
  • #url_has_revision? RuboCop::Cop::FormulaAudit::GitUrls @@ -38356,7 +38364,7 @@

    Method List

  • -
  • +
  • #url_has_tag? RuboCop::Cop::FormulaAuditStrict::GitUrls @@ -38364,7 +38372,7 @@

    Method List

  • -
  • +
  • url_protected_by_cloudflare? Utils::Curl @@ -38372,7 +38380,7 @@

    Method List

  • -
  • +
  • url_protected_by_incapsula? Utils::Curl @@ -38380,7 +38388,7 @@

    Method List

  • -
  • +
  • url_to GitHub @@ -38388,7 +38396,7 @@

    Method List

  • -
  • +
  • #urls_hash Formula @@ -38396,7 +38404,7 @@

    Method List

  • -
  • +
  • #usage_banner Homebrew::CLI::Parser @@ -38404,7 +38412,7 @@

    Method List

  • -
  • +
  • #usage_banner_text Homebrew::CLI::Parser @@ -38412,7 +38420,7 @@

    Method List

  • -
  • +
  • use CacheStoreDatabase @@ -38420,7 +38428,7 @@

    Method List

  • -
  • +
  • use_homebrew_curl? Homebrew::Livecheck @@ -38428,7 +38436,7 @@

    Method List

  • -
  • +
  • #use_macos_install? UsesFromMacOSDependency @@ -38436,7 +38444,7 @@

    Method List

  • -
  • +
  • #use_system_ruby? Homebrew::Cleanup @@ -38444,7 +38452,7 @@

    Method List

  • -
  • +
  • #used_options Tab @@ -38452,7 +38460,7 @@

    Method List

  • -
  • +
  • #used_options BuildOptions @@ -38460,7 +38468,7 @@

    Method List

  • -
  • +
  • #user Tap @@ -38468,7 +38476,7 @@

    Method List

  • -
  • +
  • #user TapFormulaUnavailableError @@ -38476,7 +38484,7 @@

    Method List

  • -
  • +
  • user GitHub @@ -38484,7 +38492,7 @@

    Method List

  • -
  • +
  • #user Homebrew::DevCmd::Contributions::Args @@ -38492,7 +38500,7 @@

    Method List

  • -
  • +
  • #user_agent Cask::URL::DSL @@ -38500,7 +38508,7 @@

    Method List

  • -
  • +
  • user_site_packages Language::Python @@ -38508,7 +38516,7 @@

    Method List

  • -
  • +
  • #user_tilde Homebrew::Diagnostic::Checks @@ -38516,7 +38524,7 @@

    Method List

  • -
  • +
  • uses_from_macos Formula @@ -38524,7 +38532,7 @@

    Method List

  • -
  • +
  • #uses_from_macos SoftwareSpec @@ -38532,7 +38540,7 @@

    Method List

  • -
  • +
  • #uses_from_macos? Dependency @@ -38540,7 +38548,7 @@

    Method List

  • -
  • +
  • #uses_from_macos? UsesFromMacOSDependency @@ -38548,7 +38556,7 @@

    Method List

  • -
  • +
  • #uses_from_macos_node? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -38556,7 +38564,7 @@

    Method List

  • -
  • +
  • #using URL @@ -38564,7 +38572,7 @@

    Method List

  • -
  • +
  • #using Cask::URL::DSL @@ -38572,7 +38580,7 @@

    Method List

  • -
  • +
  • #using Resource @@ -38580,7 +38588,7 @@

    Method List

  • -
  • +
  • #using Homebrew::ResourceAuditor @@ -38588,7 +38596,7 @@

    Method List

  • -
  • +
  • #valid? SBOM @@ -38596,7 +38604,7 @@

    Method List

  • -
  • +
  • valid_aliases? Readall @@ -38604,7 +38612,7 @@

    Method List

  • -
  • +
  • valid_casks? Readall @@ -38612,7 +38620,7 @@

    Method List

  • -
  • +
  • #valid_combination? Utils::Bottles::Tag @@ -38620,7 +38628,7 @@

    Method List

  • -
  • +
  • valid_formulae? Readall @@ -38628,7 +38636,7 @@

    Method List

  • -
  • +
  • valid_gem_groups Homebrew @@ -38636,7 +38644,7 @@

    Method List

  • -
  • +
  • valid_internal_cmd? Commands @@ -38644,7 +38652,7 @@

    Method List

  • -
  • +
  • valid_internal_dev_cmd? Commands @@ -38652,7 +38660,7 @@

    Method List

  • -
  • +
  • #valid_library_extension? FormulaCellarChecks @@ -38660,7 +38668,7 @@

    Method List

  • -
  • +
  • valid_license? SPDX @@ -38668,7 +38676,7 @@

    Method List

  • -
  • +
  • valid_license_exception? SPDX @@ -38676,7 +38684,7 @@

    Method List

  • -
  • +
  • #valid_platform? Formula @@ -38684,7 +38692,7 @@

    Method List

  • -
  • +
  • #valid_pypi_package? PyPI::Package @@ -38692,7 +38700,7 @@

    Method List

  • -
  • +
  • valid_ruby_syntax? Readall @@ -38700,7 +38708,7 @@

    Method List

  • -
  • +
  • valid_tap? Readall @@ -38708,7 +38716,7 @@

    Method List

  • -
  • +
  • validate_file Utils::Tar @@ -38716,7 +38724,7 @@

    Method List

  • -
  • +
  • #validate_options Homebrew::CLI::Parser @@ -38724,7 +38732,7 @@

    Method List

  • -
  • +
  • #value Version::Token @@ -38732,7 +38740,7 @@

    Method List

  • -
  • +
  • #value Version::StringToken @@ -38740,7 +38748,7 @@

    Method List

  • -
  • +
  • #value Version::NumericToken @@ -38748,7 +38756,7 @@

    Method List

  • -
  • +
  • #value Homebrew::CLI::Args @@ -38756,7 +38764,7 @@

    Method List

  • -
  • +
  • #var Formula @@ -38764,7 +38772,7 @@

    Method List

  • -
  • +
  • #var Homebrew::Service @@ -38772,7 +38780,7 @@

    Method List

  • -
  • +
  • #variable_assignment RuboCop::Cop::Cask::Variables @@ -38780,7 +38788,7 @@

    Method List

  • -
  • +
  • #variations? Homebrew::Cmd::Info::Args @@ -38788,7 +38796,7 @@

    Method List

  • -
  • +
  • #verbose? Context::ContextStruct @@ -38796,7 +38804,7 @@

    Method List

  • -
  • +
  • #verbose? Context @@ -38804,7 +38812,7 @@

    Method List

  • -
  • +
  • verbose? ObserverPathnameExtension @@ -38812,7 +38820,7 @@

    Method List

  • -
  • +
  • #verbose? Homebrew::CLI::Args @@ -38820,7 +38828,7 @@

    Method List

  • -
  • +
  • #verbose? FormulaInstaller @@ -38828,7 +38836,7 @@

    Method List

  • -
  • +
  • #verbose? Cask::Installer @@ -38836,7 +38844,7 @@

    Method List

  • -
  • +
  • verbose? Homebrew::EnvConfig @@ -38844,7 +38852,7 @@

    Method List

  • -
  • +
  • verbose_using_dots? Homebrew::EnvConfig @@ -38852,7 +38860,7 @@

    Method List

  • -
  • +
  • #verified Cask::URL::DSL @@ -38860,7 +38868,7 @@

    Method List

  • -
  • +
  • #verify Homebrew::FormulaCreator @@ -38868,7 +38876,7 @@

    Method List

  • -
  • +
  • verify_attestations? Homebrew::EnvConfig @@ -38876,7 +38884,7 @@

    Method List

  • -
  • +
  • #verify_checksum Pathname @@ -38884,7 +38892,7 @@

    Method List

  • -
  • +
  • #verify_deps_exist FormulaInstaller @@ -38892,7 +38900,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Formula @@ -38900,7 +38908,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Downloadable @@ -38908,7 +38916,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Cask::Download @@ -38916,7 +38924,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity HeadSoftwareSpec @@ -38924,7 +38932,7 @@

    Method List

  • -
  • +
  • #verify_has_sha Cask::Installer @@ -38932,7 +38940,7 @@

    Method List

  • -
  • +
  • #verify_order_in_source RuboCop::Cop::FormulaAudit::DependencyOrder @@ -38940,7 +38948,7 @@

    Method List

  • -
  • +
  • #version Keg @@ -38948,7 +38956,7 @@

    Method List

  • -
  • +
  • #version URL @@ -38956,7 +38964,7 @@

    Method List

  • -
  • +
  • version OS::Mac @@ -38964,7 +38972,7 @@

    Method List

  • -
  • +
  • #version Formula @@ -38972,7 +38980,7 @@

    Method List

  • -
  • +
  • version Formula @@ -38980,7 +38988,7 @@

    Method List

  • -
  • +
  • #version Cask::DSL @@ -38988,7 +38996,7 @@

    Method List

  • -
  • +
  • version OS::Mac::Xcode @@ -38996,7 +39004,7 @@

    Method List

  • -
  • +
  • version OS::Mac::CLT @@ -39004,7 +39012,7 @@

    Method List

  • -
  • +
  • #version Resource @@ -39012,7 +39020,7 @@

    Method List

  • -
  • +
  • #version CompilerFailure @@ -39020,7 +39028,7 @@

    Method List

  • -
  • +
  • #version CompilerSelector::Compiler @@ -39028,7 +39036,7 @@

    Method List

  • -
  • +
  • version Utils::Git @@ -39036,7 +39044,7 @@

    Method List

  • -
  • +
  • version Utils::Svn @@ -39044,7 +39052,7 @@

    Method List

  • -
  • +
  • #version OS::Mac::SDK @@ -39052,7 +39060,7 @@

    Method List

  • -
  • +
  • #version PyPI::Package @@ -39060,7 +39068,7 @@

    Method List

  • -
  • +
  • #version PkgVersion @@ -39068,7 +39076,7 @@

    Method List

  • -
  • +
  • #version Downloadable @@ -39076,7 +39084,7 @@

    Method List

  • -
  • +
  • #version FormulaInfo @@ -39084,7 +39092,7 @@

    Method List

  • -
  • +
  • #version Cask::Download @@ -39092,7 +39100,7 @@

    Method List

  • -
  • +
  • #version MacOSVersion::Error @@ -39100,7 +39108,7 @@

    Method List

  • -
  • +
  • #version Bottle::Filename @@ -39108,7 +39116,7 @@

    Method List

  • -
  • +
  • #version Homebrew::BundleVersion @@ -39116,7 +39124,7 @@

    Method List

  • -
  • +
  • version OS::Linux::Glibc @@ -39124,7 +39132,7 @@

    Method List

  • -
  • +
  • #version Pathname @@ -39132,7 +39140,7 @@

    Method List

  • -
  • +
  • #version Homebrew::ResourceAuditor @@ -39140,7 +39148,7 @@

    Method List

  • -
  • +
  • #version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -39148,7 +39156,7 @@

    Method List

  • -
  • +
  • #version MacOSRequirement @@ -39156,7 +39164,7 @@

    Method List

  • -
  • +
  • #version XcodeRequirement @@ -39164,7 +39172,7 @@

    Method List

  • -
  • +
  • #version Homebrew::Livecheck::Strategy::ExtractPlist::Item @@ -39172,7 +39180,7 @@

    Method List

  • -
  • +
  • #version Cask::Cask @@ -39180,7 +39188,7 @@

    Method List

  • -
  • +
  • #version Livecheck @@ -39188,7 +39196,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::Extract::Args @@ -39196,7 +39204,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::BumpCaskPr::Args @@ -39204,7 +39212,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::BumpFormulaPr::Args @@ -39212,7 +39220,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::UpdatePythonResources::Args @@ -39220,7 +39228,7 @@

    Method List

  • -
  • +
  • #version= PyPI::Package @@ -39228,7 +39236,7 @@

    Method List

  • -
  • +
  • #version_arm Homebrew::DevCmd::BumpCaskPr::Args @@ -39236,7 +39244,7 @@

    Method List

  • -
  • +
  • #version_intel Homebrew::DevCmd::BumpCaskPr::Args @@ -39244,7 +39252,7 @@

    Method List

  • -
  • +
  • #version_name Homebrew::DevCmd::Bump::VersionBumpInfo @@ -39252,7 +39260,7 @@

    Method List

  • -
  • +
  • version_rebuild GitHubPackages @@ -39260,7 +39268,7 @@

    Method List

  • -
  • +
  • #version_scheme Keg @@ -39268,7 +39276,7 @@

    Method List

  • -
  • +
  • #version_scheme Tab @@ -39276,7 +39284,7 @@

    Method List

  • -
  • +
  • #version_scheme Formula @@ -39284,7 +39292,7 @@

    Method List

  • -
  • +
  • version_scheme Formula @@ -39292,7 +39300,7 @@

    Method List

  • -
  • +
  • #version_specified? MacOSRequirement @@ -39300,7 +39308,7 @@

    Method List

  • -
  • +
  • #versioned_formula? Formula @@ -39308,7 +39316,7 @@

    Method List

  • -
  • +
  • #versioned_formula? KegOnlyReason @@ -39316,7 +39324,7 @@

    Method List

  • -
  • +
  • #versioned_formula? RuboCop::Cop::FormulaCop @@ -39324,7 +39332,7 @@

    Method List

  • -
  • +
  • #versioned_formulae Formula @@ -39332,7 +39340,7 @@

    Method List

  • -
  • +
  • #versioned_formulae_names Formula @@ -39340,7 +39348,7 @@

    Method List

  • -
  • +
  • #versioned_macos_requirement TestRunnerFormula @@ -39348,7 +39356,7 @@

    Method List

  • -
  • +
  • #versions Tab @@ -39356,7 +39364,7 @@

    Method List

  • -
  • +
  • #versions CompilerSelector @@ -39364,7 +39372,7 @@

    Method List

  • -
  • +
  • #versions Homebrew::Livecheck::LivecheckVersion @@ -39372,7 +39380,7 @@

    Method List

  • -
  • +
  • #versions? Homebrew::Cmd::List::Args @@ -39380,7 +39388,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Xml @@ -39388,7 +39396,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Json @@ -39396,7 +39404,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Yaml @@ -39404,7 +39412,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Sparkle @@ -39412,7 +39420,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::PageMatch @@ -39420,7 +39428,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::GithubReleases @@ -39428,7 +39436,7 @@

    Method List

  • -
  • +
  • versions_from_headers Homebrew::Livecheck::Strategy::HeaderMatch @@ -39436,7 +39444,7 @@

    Method List

  • -
  • +
  • versions_from_items Homebrew::Livecheck::Strategy::ExtractPlist @@ -39444,7 +39452,7 @@

    Method List

  • -
  • +
  • versions_from_tags Homebrew::Livecheck::Strategy::Git @@ -39452,7 +39460,7 @@

    Method List

  • -
  • +
  • #virtualenv_create Language::Python::Virtualenv @@ -39460,7 +39468,7 @@

    Method List

  • -
  • +
  • #virtualenv_install_with_resources Language::Python::Virtualenv @@ -39468,7 +39476,7 @@

    Method List

  • -
  • +
  • virtualized? Hardware::CPU @@ -39476,7 +39484,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::Reinstall::Args @@ -39484,7 +39492,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::InstallCmd::Args @@ -39492,7 +39500,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -39500,7 +39508,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::Reinstall::Args @@ -39508,7 +39516,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::InstallCmd::Args @@ -39516,7 +39524,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -39524,7 +39532,7 @@

    Method List

  • -
  • +
  • #warn_on_upload_failure? Homebrew::DevCmd::PrPull::Args @@ -39532,7 +39540,7 @@

    Method List

  • -
  • +
  • #warn_on_upload_failure? Homebrew::DevCmd::PrUpload::Args @@ -39540,7 +39548,7 @@

    Method List

  • -
  • +
  • warning Formatter @@ -39548,7 +39556,7 @@

    Method List

  • -
  • +
  • #which Homebrew::Diagnostic::Volumes @@ -39556,7 +39564,7 @@

    Method List

  • -
  • +
  • #which Kernel @@ -39564,7 +39572,7 @@

    Method List

  • -
  • +
  • #which_all Kernel @@ -39572,7 +39580,7 @@

    Method List

  • -
  • +
  • #which_editor Kernel @@ -39580,7 +39588,7 @@

    Method List

  • -
  • +
  • #which_install_info Pathname @@ -39588,7 +39596,7 @@

    Method List

  • -
  • +
  • width Tty @@ -39596,7 +39604,7 @@

    Method List

  • -
  • +
  • with Tty @@ -39604,7 +39612,7 @@

    Method List

  • -
  • +
  • with Homebrew::SimulateSystem @@ -39612,7 +39620,7 @@

    Method List

  • -
  • +
  • #with? Tab @@ -39620,7 +39628,7 @@

    Method List

  • -
  • +
  • #with? BuildOptions @@ -39628,7 +39636,7 @@

    Method List

  • -
  • +
  • #with_build_environment EnvActivation @@ -39636,7 +39644,7 @@

    Method List

  • -
  • +
  • with_cask_token Tap @@ -39644,7 +39652,7 @@

    Method List

  • -
  • +
  • #with_context Context @@ -39652,7 +39660,7 @@

    Method List

  • -
  • +
  • #with_custom_locale Kernel @@ -39660,7 +39668,7 @@

    Method List

  • -
  • +
  • #with_env Kernel @@ -39668,7 +39676,7 @@

    Method List

  • -
  • +
  • with_formula_name Tap @@ -39676,7 +39684,7 @@

    Method List

  • -
  • +
  • #with_homebrew_path Kernel @@ -39684,7 +39692,7 @@

    Method List

  • -
  • +
  • #with_hostname? Homebrew::Cmd::GistLogs::Args @@ -39692,7 +39700,7 @@

    Method List

  • -
  • +
  • #with_label Homebrew::DevCmd::PrAutomerge::Args @@ -39700,7 +39708,7 @@

    Method List

  • -
  • +
  • #with_lock LockFile @@ -39708,7 +39716,7 @@

    Method List

  • -
  • +
  • #with_logging Formula @@ -39716,7 +39724,7 @@

    Method List

  • -
  • +
  • with_no_api_env Homebrew @@ -39724,7 +39732,7 @@

    Method List

  • -
  • +
  • with_no_api_env_if_needed Homebrew @@ -39732,7 +39740,7 @@

    Method List

  • -
  • +
  • #without? Tab @@ -39740,7 +39748,7 @@

    Method List

  • -
  • +
  • #without? BuildOptions @@ -39748,7 +39756,7 @@

    Method List

  • -
  • +
  • #without_approval? Homebrew::DevCmd::PrAutomerge::Args @@ -39756,7 +39764,7 @@

    Method List

  • -
  • +
  • without_clt? OS::Mac::Xcode @@ -39764,7 +39772,7 @@

    Method List

  • -
  • +
  • #without_labels Homebrew::DevCmd::PrAutomerge::Args @@ -39772,7 +39780,7 @@

    Method List

  • -
  • +
  • #workdir LinuxRunnerSpec @@ -39780,7 +39788,7 @@

    Method List

  • -
  • +
  • #workflow Homebrew::DevCmd::PrPublish::Args @@ -39788,7 +39796,7 @@

    Method List

  • -
  • +
  • #workflow Homebrew::DevCmd::PrAutomerge::Args @@ -39796,7 +39804,7 @@

    Method List

  • -
  • +
  • #workflow Homebrew::DevCmd::DispatchBuildBottle::Args @@ -39804,7 +39812,7 @@

    Method List

  • -
  • +
  • workflow_dispatch_event GitHub @@ -39812,7 +39820,7 @@

    Method List

  • -
  • +
  • #workflows Homebrew::DevCmd::PrPull::Args @@ -39820,7 +39828,7 @@

    Method List

  • -
  • +
  • #working_dir Homebrew::Service @@ -39828,7 +39836,7 @@

    Method List

  • -
  • +
  • #write Tab @@ -39836,7 +39844,7 @@

    Method List

  • -
  • +
  • #write SBOM @@ -39844,7 +39852,7 @@

    Method List

  • -
  • +
  • write Homebrew::Settings @@ -39852,7 +39860,7 @@

    Method List

  • -
  • +
  • #write? Homebrew::DevCmd::Bottle::Args @@ -39860,7 +39868,7 @@

    Method List

  • -
  • +
  • write_access? GitHub @@ -39868,7 +39876,7 @@

    Method List

  • -
  • +
  • #write_env_script Pathname @@ -39876,7 +39884,7 @@

    Method List

  • -
  • +
  • #write_exec_script Pathname @@ -39884,7 +39892,7 @@

    Method List

  • -
  • +
  • #write_formula! Homebrew::FormulaCreator @@ -39892,7 +39900,7 @@

    Method List

  • -
  • +
  • #write_if_dirty! CacheStoreDatabase @@ -39900,7 +39908,7 @@

    Method List

  • -
  • +
  • #write_jar_script Pathname @@ -39908,7 +39916,7 @@

    Method List

  • -
  • +
  • write_names Homebrew::API::Cask @@ -39916,7 +39924,7 @@

    Method List

  • -
  • +
  • write_names_and_aliases Homebrew::API::Formula @@ -39924,7 +39932,7 @@

    Method List

  • -
  • +
  • write_names_file Homebrew::API @@ -39932,7 +39940,7 @@

    Method List

  • -
  • +
  • #write_only? Homebrew::DevCmd::BumpCaskPr::Args @@ -39940,7 +39948,7 @@

    Method List

  • -
  • +
  • #write_only? Homebrew::DevCmd::BumpRevision::Args @@ -39948,7 +39956,7 @@

    Method List

  • -
  • +
  • #write_only? Homebrew::DevCmd::BumpFormulaPr::Args @@ -39956,7 +39964,7 @@

    Method List

  • -
  • +
  • wsl? OS::Linux @@ -39964,7 +39972,7 @@

    Method List

  • -
  • +
  • wsl_version OS::Linux @@ -39972,7 +39980,7 @@

    Method List

  • -
  • +
  • #x86_64? MachOShim @@ -39980,7 +39988,7 @@

    Method List

  • -
  • +
  • #x86_64? GitHubRunner @@ -39988,7 +39996,7 @@

    Method List

  • -
  • +
  • #x86_64_compatible? TestRunnerFormula @@ -39996,7 +40004,7 @@

    Method List

  • -
  • +
  • #x86_64_only? TestRunnerFormula @@ -40004,7 +40012,7 @@

    Method List

  • -
  • +
  • xcode SystemConfig @@ -40012,7 +40020,7 @@

    Method List

  • -
  • +
  • #xcode_installed_version XcodeRequirement @@ -40020,7 +40028,7 @@

    Method List

  • -
  • +
  • #xcodebuild Formula @@ -40028,7 +40036,7 @@

    Method List

  • -
  • +
  • #xz_dep_if_needed DependencyCollector @@ -40036,7 +40044,7 @@

    Method List

  • -
  • +
  • yellow Tty @@ -40044,7 +40052,7 @@

    Method List

  • -
  • +
  • #zap Cask::Installer @@ -40052,7 +40060,7 @@

    Method List

  • -
  • +
  • #zap? Cask::Installer @@ -40060,7 +40068,7 @@

    Method List

  • -
  • +
  • #zap? Homebrew::Cmd::Reinstall::Args @@ -40068,7 +40076,7 @@

    Method List

  • -
  • +
  • #zap? Homebrew::Cmd::InstallCmd::Args @@ -40076,7 +40084,7 @@

    Method List

  • -
  • +
  • #zap? Homebrew::Cmd::UninstallCmd::Args @@ -40084,7 +40092,7 @@

    Method List

  • -
  • +
  • #zap_phase Cask::Artifact::Zap @@ -40092,7 +40100,7 @@

    Method List

  • -
  • +
  • #zipinfo Pathname @@ -40100,7 +40108,7 @@

    Method List

  • -
  • +
  • #zsh_completion Formula @@ -40108,7 +40116,7 @@

    Method List

  • -
  • +
  • #zsh_function Formula @@ -40116,7 +40124,7 @@

    Method List

  • -
  • +
  • #zstd_dep_if_needed DependencyCollector @@ -40124,7 +40132,7 @@

    Method List

  • -
  • +
  • #| Options