From 115c200aa33504e6c8d82016e0d060e480d21391 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 6 May 2024 08:34:09 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Bottle.html | 138 +- docs/Bottle/Filename.html | 96 +- docs/BottleSpecification.html | 136 +- docs/Cask/Audit.html | 20 +- docs/Cask/Cask.html | 4 +- docs/Cask/DSL.html | 16 +- docs/Cask/DSL/Caveats.html | 4 +- docs/Cask/Installer.html | 48 +- docs/Formula.html | 2752 +++++------ docs/FormulaInstaller.html | 202 +- docs/HeadSoftwareSpec.html | 18 +- docs/Homebrew.html | 4 +- docs/Homebrew/Attestation.html | 120 +- docs/Homebrew/Attestation/GhAuthNeeded.html | 138 + docs/Homebrew/Cleanup.html | 12 +- docs/Homebrew/FormulaAuditor.html | 687 ++- docs/Homebrew/FormulaTextAuditor.html | 646 --- docs/Homebrew/Service.html | 36 +- docs/Livecheck.html | 8 +- docs/MachOShim.html | 4 +- docs/PkgVersion.html | 20 +- docs/PourBottleCheck.html | 24 +- docs/Requirement.html | 12 +- docs/RuboCop/Cop/FormulaAudit/Text.html | 20 +- docs/RuboCop/Cop/FormulaAuditStrict/Text.html | 26 +- docs/SoftwareSpec.html | 252 +- docs/SystemCommand.html | 12 +- docs/Utils/AST/FormulaAST.html | 4 +- docs/_index.html | 14 +- docs/class_list.html | 2 +- docs/method_list.html | 4216 ++++++++--------- 31 files changed, 4621 insertions(+), 5070 deletions(-) create mode 100644 docs/Homebrew/Attestation/GhAuthNeeded.html delete mode 100644 docs/Homebrew/FormulaTextAuditor.html diff --git a/docs/Bottle.html b/docs/Bottle.html index 405c84767..5593410fb 100644 --- a/docs/Bottle.html +++ b/docs/Bottle.html @@ -494,11 +494,6 @@

 
 
-339
-340
-341
-342
-343
 344
 345
 346
@@ -512,10 +507,15 @@ 

354 355 356 -357

+357 +358 +359 +360 +361 +362 -
# File 'software_spec.rb', line 339
+      
# File 'software_spec.rb', line 344
 
 def initialize(formula, spec, tag = nil)
   @name = formula.name
@@ -578,12 +578,12 @@ 

 
 
-334
-335
-336
+339 +340 +341

-
# File 'software_spec.rb', line 334
+      
# File 'software_spec.rb', line 339
 
 def cellar
   @cellar
@@ -625,12 +625,12 @@ 

 
 
-334
-335
-336
+339 +340 +341

-
# File 'software_spec.rb', line 334
+      
# File 'software_spec.rb', line 339
 
 def name
   @name
@@ -672,12 +672,12 @@ 

 
 
-334
-335
-336
+339 +340 +341

-
# File 'software_spec.rb', line 334
+      
# File 'software_spec.rb', line 339
 
 def rebuild
   @rebuild
@@ -719,12 +719,12 @@ 

 
 
-334
-335
-336
+339 +340 +341

-
# File 'software_spec.rb', line 334
+      
# File 'software_spec.rb', line 339
 
 def resource
   @resource
@@ -766,12 +766,12 @@ 

 
 
-334
-335
-336
+339 +340 +341

-
# File 'software_spec.rb', line 334
+      
# File 'software_spec.rb', line 339
 
 def tag
   @tag
@@ -803,14 +803,14 @@ 

 
 
-368
-369
-370
-371
-372
+373 +374 +375 +376 +377

-
# File 'software_spec.rb', line 368
+      
# File 'software_spec.rb', line 373
 
 def clear_cache
   @resource.clear_cache
@@ -859,12 +859,12 @@ 

 
 
-374
-375
-376
+379 +380 +381

-
# File 'software_spec.rb', line 374
+      
# File 'software_spec.rb', line 379
 
 def compatible_locations?
   @spec.compatible_locations?(tag: @tag)
@@ -889,17 +889,17 @@ 

 
 
-359
-360
-361
-362
-363
 364
 365
-366
+366 +367 +368 +369 +370 +371

-
# File 'software_spec.rb', line 359
+      
# File 'software_spec.rb', line 364
 
 def fetch(verify_download_integrity: true)
   @resource.fetch(verify_download_integrity:)
@@ -929,11 +929,6 @@ 

 
 
-387
-388
-389
-390
-391
 392
 393
 394
@@ -950,10 +945,15 @@ 

405 406 407 -408

+408 +409 +410 +411 +412 +413

-
# File 'software_spec.rb', line 387
+      
# File 'software_spec.rb', line 392
 
 def fetch_tab
   return if github_packages_manifest_resource.blank?
@@ -1024,12 +1024,12 @@ 

 
 
-417
-418
-419
+422 +423 +424

-
# File 'software_spec.rb', line 417
+      
# File 'software_spec.rb', line 422
 
 def filename
   Filename.create(resource.owner, @tag, @spec.rebuild)
@@ -1082,12 +1082,12 @@ 

 
 
-379
-380
-381
+384 +385 +386

-
# File 'software_spec.rb', line 379
+      
# File 'software_spec.rb', line 384
 
 def skip_relocation?
   @spec.skip_relocation?(tag: @tag)
@@ -1112,12 +1112,12 @@ 

 
 
-383
-384
-385
+388 +389 +390

-
# File 'software_spec.rb', line 383
+      
# File 'software_spec.rb', line 388
 
 def stage
   resource.downloader.stage
@@ -1142,14 +1142,14 @@ 

 
 
-410
-411
-412
-413
-414
+415 +416 +417 +418 +419

-
# File 'software_spec.rb', line 410
+      
# File 'software_spec.rb', line 415
 
 def tab_attributes
   return {} unless github_packages_manifest_resource&.downloaded?
diff --git a/docs/Bottle/Filename.html b/docs/Bottle/Filename.html
index 4a95d90eb..a1a2028e4 100644
--- a/docs/Bottle/Filename.html
+++ b/docs/Bottle/Filename.html
@@ -481,19 +481,19 @@ 

 
 
-293
-294
-295
-296
-297
 298
 299
 300
 301
-302
+302 +303 +304 +305 +306 +307

-
# File 'software_spec.rb', line 293
+      
# File 'software_spec.rb', line 298
 
 def initialize(name, version, tag, rebuild)
   @name = File.basename name
@@ -547,12 +547,12 @@ 

 
 
-285
-286
-287
+290 +291 +292

-
# File 'software_spec.rb', line 285
+      
# File 'software_spec.rb', line 290
 
 def name
   @name
@@ -594,12 +594,12 @@ 

 
 
-285
-286
-287
+290 +291 +292

-
# File 'software_spec.rb', line 285
+      
# File 'software_spec.rb', line 290
 
 def rebuild
   @rebuild
@@ -641,12 +641,12 @@ 

 
 
-285
-286
-287
+290 +291 +292

-
# File 'software_spec.rb', line 285
+      
# File 'software_spec.rb', line 290
 
 def tag
   @tag
@@ -688,12 +688,12 @@ 

 
 
-285
-286
-287
+290 +291 +292

-
# File 'software_spec.rb', line 285
+      
# File 'software_spec.rb', line 290
 
 def version
   @version
@@ -789,12 +789,12 @@ 

 
 
-288
-289
-290
+293 +294 +295

-
# File 'software_spec.rb', line 288
+      
# File 'software_spec.rb', line 293
 
 def self.create(formula, tag, rebuild)
   new(formula.name, formula.pkg_version, tag, rebuild)
@@ -852,13 +852,13 @@ 

 
 
-326
-327
-328
-329
+331 +332 +333 +334

-
# File 'software_spec.rb', line 326
+      
# File 'software_spec.rb', line 331
 
 def extname
   s = rebuild.positive? ? ".#{rebuild}" : ""
@@ -884,12 +884,12 @@ 

 
 
-321
-322
-323
+326 +327 +328

-
# File 'software_spec.rb', line 321
+      
# File 'software_spec.rb', line 326
 
 def github_packages
   "#{name}--#{version}#{extname}"
@@ -941,12 +941,12 @@ 

 
 
-313
-314
-315
+318 +319 +320

-
# File 'software_spec.rb', line 313
+      
# File 'software_spec.rb', line 318
 
 def json
   "#{name}--#{version}.#{tag}.bottle.json"
@@ -998,12 +998,12 @@ 

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

-
# File 'software_spec.rb', line 305
+      
# File 'software_spec.rb', line 310
 
 def to_str
   "#{name}--#{version}#{extname}"
@@ -1028,12 +1028,12 @@ 

 
 
-317
-318
-319
+322 +323 +324

-
# File 'software_spec.rb', line 317
+      
# File 'software_spec.rb', line 322
 
 def url_encode
   ERB::Util.url_encode("#{name}-#{version}#{extname}")
diff --git a/docs/BottleSpecification.html b/docs/BottleSpecification.html
index 9ca0534bc..22f0e0819 100644
--- a/docs/BottleSpecification.html
+++ b/docs/BottleSpecification.html
@@ -532,15 +532,15 @@ 

 
 
-520
-521
-522
-523
-524
-525
+525 +526 +527 +528 +529 +530

-
# File 'software_spec.rb', line 520
+      
# File 'software_spec.rb', line 525
 
 def initialize
   @rebuild = 0
@@ -589,12 +589,12 @@ 

 
 
-517
-518
-519
+522 +523 +524

-
# File 'software_spec.rb', line 517
+      
# File 'software_spec.rb', line 522
 
 def collector
   @collector
@@ -635,12 +635,12 @@ 

 
 
-517
-518
-519
+522 +523 +524

-
# File 'software_spec.rb', line 517
+      
# File 'software_spec.rb', line 522
 
 def repository
   @repository
@@ -681,12 +681,12 @@ 

 
 
-517
-518
-519
+522 +523 +524

-
# File 'software_spec.rb', line 517
+      
# File 'software_spec.rb', line 522
 
 def root_url_specs
   @root_url_specs
@@ -727,12 +727,12 @@ 

 
 
-516
-517
-518
+521 +522 +523

-
# File 'software_spec.rb', line 516
+      
# File 'software_spec.rb', line 521
 
 def tap
   @tap
@@ -778,11 +778,6 @@ 

 
 
-621
-622
-623
-624
-625
 626
 627
 628
@@ -796,10 +791,15 @@ 

636 637 638 -639

+639 +640 +641 +642 +643 +644

-
# File 'software_spec.rb', line 621
+      
# File 'software_spec.rb', line 626
 
 def checksums
   tags = collector.tags.sort_by do |tag|
@@ -884,11 +884,6 @@ 

 
 
-561
-562
-563
-564
-565
 566
 567
 568
@@ -898,10 +893,15 @@ 

572 573 574 -575

+575 +576 +577 +578 +579 +580

-
# File 'software_spec.rb', line 561
+      
# File 'software_spec.rb', line 566
 
 def compatible_locations?(tag: Utils::Bottles.tag)
   cellar = tag_to_cellar(tag)
@@ -982,10 +982,10 @@ 

 
 
-273
+270

-
# File 'sorbet/rbi/parlour.rbi', line 273
+      
# File 'sorbet/rbi/parlour.rbi', line 270
 
 def rebuild(arg = T.unsafe(nil)); end
@@ -1022,11 +1022,6 @@

 
 
-527
-528
-529
-530
-531
 532
 533
 534
@@ -1037,10 +1032,15 @@ 

539 540 541 -542

+542 +543 +544 +545 +546 +547

-
# File 'software_spec.rb', line 527
+      
# File 'software_spec.rb', line 532
 
 def root_url(var = nil, specs = {})
   if var.nil?
@@ -1099,11 +1099,6 @@ 

 
 
-596
-597
-598
-599
-600
 601
 602
 603
@@ -1114,10 +1109,15 @@ 

608 609 610 -611

+611 +612 +613 +614 +615 +616

-
# File 'software_spec.rb', line 596
+      
# File 'software_spec.rb', line 601
 
 def sha256(hash)
   sha256_regex = /^[a-f0-9]{64}$/i
@@ -1285,12 +1285,12 @@ 

 
 
-585
-586
-587
+590 +591 +592

-
# File 'software_spec.rb', line 585
+      
# File 'software_spec.rb', line 590
 
 def tag?(tag, no_older_versions: false)
   collector.tag?(tag, no_older_versions:)
@@ -1370,12 +1370,12 @@ 

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

-
# File 'software_spec.rb', line 617
+      
# File 'software_spec.rb', line 622
 
 def tag_specification_for(tag, no_older_versions: false)
   collector.specification_for(tag, no_older_versions:)
@@ -1444,17 +1444,17 @@ 

 
 
-551
-552
-553
-554
-555
 556
 557
-558
+558 +559 +560 +561 +562 +563

-
# File 'software_spec.rb', line 551
+      
# File 'software_spec.rb', line 556
 
 def tag_to_cellar(tag = Utils::Bottles.tag)
   spec = collector.specification_for(tag)
diff --git a/docs/Cask/Audit.html b/docs/Cask/Audit.html
index 4e7a6b444..6b4e5944c 100644
--- a/docs/Cask/Audit.html
+++ b/docs/Cask/Audit.html
@@ -951,10 +951,10 @@ 

 
 
-299
+296

-
# File 'sorbet/rbi/parlour.rbi', line 299
+      
# File 'sorbet/rbi/parlour.rbi', line 296
 
 def new_cask?; end
@@ -1004,10 +1004,10 @@

 
 
-308
+305

-
# File 'sorbet/rbi/parlour.rbi', line 308
+      
# File 'sorbet/rbi/parlour.rbi', line 305
 
 def online?; end
@@ -1175,10 +1175,10 @@

 
 
-305
+302

-
# File 'sorbet/rbi/parlour.rbi', line 305
+      
# File 'sorbet/rbi/parlour.rbi', line 302
 
 def signing?; end
@@ -1228,10 +1228,10 @@

 
 
-302
+299

-
# File 'sorbet/rbi/parlour.rbi', line 302
+      
# File 'sorbet/rbi/parlour.rbi', line 299
 
 def strict?; end
@@ -1411,10 +1411,10 @@

 
 
-311
+308

-
# File 'sorbet/rbi/parlour.rbi', line 311
+      
# File 'sorbet/rbi/parlour.rbi', line 308
 
 def token_conflicts?; end
diff --git a/docs/Cask/Cask.html b/docs/Cask/Cask.html index c22a5a6a5..6ddcce1c7 100644 --- a/docs/Cask/Cask.html +++ b/docs/Cask/Cask.html @@ -3991,10 +3991,10 @@

 
 
-316
+313

-
# File 'sorbet/rbi/parlour.rbi', line 316
+      
# File 'sorbet/rbi/parlour.rbi', line 313
 
 def loaded_from_api?; end
diff --git a/docs/Cask/DSL.html b/docs/Cask/DSL.html index e02446dc1..f29cd3f2e 100644 --- a/docs/Cask/DSL.html +++ b/docs/Cask/DSL.html @@ -2173,10 +2173,10 @@

 
 
-367
+364

-
# File 'sorbet/rbi/parlour.rbi', line 367
+      
# File 'sorbet/rbi/parlour.rbi', line 364
 
 def deprecated?; end
@@ -2336,10 +2336,10 @@

 
 
-370
+367

-
# File 'sorbet/rbi/parlour.rbi', line 370
+      
# File 'sorbet/rbi/parlour.rbi', line 367
 
 def disabled?; end
@@ -2770,10 +2770,10 @@

 
 
-373
+370

-
# File 'sorbet/rbi/parlour.rbi', line 373
+      
# File 'sorbet/rbi/parlour.rbi', line 370
 
 def livecheckable?; end
@@ -2881,10 +2881,10 @@

 
 
-364
+361

-
# File 'sorbet/rbi/parlour.rbi', line 364
+      
# File 'sorbet/rbi/parlour.rbi', line 361
 
 def on_system_blocks_exist?; end
diff --git a/docs/Cask/DSL/Caveats.html b/docs/Cask/DSL/Caveats.html index fb24fd051..8eef42240 100644 --- a/docs/Cask/DSL/Caveats.html +++ b/docs/Cask/DSL/Caveats.html @@ -385,10 +385,10 @@

 
 
-360
+357

-
# File 'sorbet/rbi/parlour.rbi', line 360
+      
# File 'sorbet/rbi/parlour.rbi', line 357
 
 def discontinued?; end
diff --git a/docs/Cask/Installer.html b/docs/Cask/Installer.html index 62f7f1592..479585a72 100644 --- a/docs/Cask/Installer.html +++ b/docs/Cask/Installer.html @@ -1541,10 +1541,10 @@

 
 
-327
+324

-
# File 'sorbet/rbi/parlour.rbi', line 327
+      
# File 'sorbet/rbi/parlour.rbi', line 324
 
 def adopt?; end
@@ -1736,10 +1736,10 @@

 
 
-321
+318

-
# File 'sorbet/rbi/parlour.rbi', line 321
+      
# File 'sorbet/rbi/parlour.rbi', line 318
 
 def binaries?; end
@@ -2926,10 +2926,10 @@

 
 
-324
+321

-
# File 'sorbet/rbi/parlour.rbi', line 324
+      
# File 'sorbet/rbi/parlour.rbi', line 321
 
 def force?; end
@@ -3274,10 +3274,10 @@

 
 
-348
+345

-
# File 'sorbet/rbi/parlour.rbi', line 348
+      
# File 'sorbet/rbi/parlour.rbi', line 345
 
 def installed_as_dependency?; end
@@ -3675,10 +3675,10 @@

 
 
-351
+348

-
# File 'sorbet/rbi/parlour.rbi', line 351
+      
# File 'sorbet/rbi/parlour.rbi', line 348
 
 def quarantine?; end
@@ -3728,10 +3728,10 @@

 
 
-354
+351

-
# File 'sorbet/rbi/parlour.rbi', line 354
+      
# File 'sorbet/rbi/parlour.rbi', line 351
 
 def quiet?; end
@@ -3781,10 +3781,10 @@

 
 
-336
+333

-
# File 'sorbet/rbi/parlour.rbi', line 336
+      
# File 'sorbet/rbi/parlour.rbi', line 333
 
 def reinstall?; end
@@ -3926,10 +3926,10 @@

 
 
-333
+330

-
# File 'sorbet/rbi/parlour.rbi', line 333
+      
# File 'sorbet/rbi/parlour.rbi', line 330
 
 def require_sha?; end
@@ -4374,10 +4374,10 @@

 
 
-330
+327

-
# File 'sorbet/rbi/parlour.rbi', line 330
+      
# File 'sorbet/rbi/parlour.rbi', line 327
 
 def skip_cask_deps?; end
@@ -4872,10 +4872,10 @@

 
 
-339
+336

-
# File 'sorbet/rbi/parlour.rbi', line 339
+      
# File 'sorbet/rbi/parlour.rbi', line 336
 
 def upgrade?; end
@@ -4925,10 +4925,10 @@

 
 
-342
+339

-
# File 'sorbet/rbi/parlour.rbi', line 342
+      
# File 'sorbet/rbi/parlour.rbi', line 339
 
 def verbose?; end
@@ -5115,10 +5115,10 @@

 
 
-345
+342

-
# File 'sorbet/rbi/parlour.rbi', line 345
+      
# File 'sorbet/rbi/parlour.rbi', line 342
 
 def zap?; end
diff --git a/docs/Formula.html b/docs/Formula.html index 5b2fc67cd..cacbe40bc 100644 --- a/docs/Formula.html +++ b/docs/Formula.html @@ -2242,7 +2242,7 @@

  • - .resource(name, klass = Resource, &block) ⇒ Object + .resource(name, klass = Resource, &block) ⇒ void @@ -5849,7 +5849,7 @@

  • - #resource(*args, **options, &block) ⇒ T.untyped + #resource(name, klass = Resource, &block) ⇒ Resource? @@ -5859,9 +5859,10 @@

    - private -
    + +

    A named Resource for the currently active SoftwareSpec.

    +

  • @@ -7534,21 +7535,21 @@

    Examples

     
     
    -3375
    -3376
    -3377
    -3378
    -3379
    -3380
    -3381
    -3382
    -3383
    -3384
     3385
    -3386
    +3386 +3387 +3388 +3389 +3390 +3391 +3392 +3393 +3394 +3395 +3396
  • -
    # File 'formula.rb', line 3375
    +      
    # File 'formula.rb', line 3385
     
     def allow_network_access!(phases = [])
       phases_array = Array(phases)
    @@ -7611,12 +7612,12 @@ 

     
     
    -3465
    -3466
    -3467
    +3475 +3476 +3477

    -
    # File 'formula.rb', line 3465
    +      
    # File 'formula.rb', line 3475
     
     def conflicts
       @conflicts
    @@ -7689,21 +7690,21 @@ 

    Examples

     
     
    -3409
    -3410
    -3411
    -3412
    -3413
    -3414
    -3415
    -3416
    -3417
    -3418
     3419
    -3420
    +3420 +3421 +3422 +3423 +3424 +3425 +3426 +3427 +3428 +3429 +3430
    -
    # File 'formula.rb', line 3409
    +      
    # File 'formula.rb', line 3419
     
     def deny_network_access!(phases = [])
       phases_array = Array(phases)
    @@ -7761,12 +7762,12 @@ 

    Example

     
     
    -3853
    -3854
    -3855
    +3864 +3865 +3866
    -
    # File 'formula.rb', line 3853
    +      
    # File 'formula.rb', line 3864
     
     def deprecated_option(hash)
       specs.each { |spec| spec.deprecated_option(hash) }
    @@ -7833,12 +7834,12 @@ 

     
     
    -4220
    -4221
    -4222
    +4231 +4232 +4233

    -
    # File 'formula.rb', line 4220
    +      
    # File 'formula.rb', line 4231
     
     def deprecation_date
       @deprecation_date
    @@ -7913,12 +7914,12 @@ 

     
     
    -4227
    -4228
    -4229
    +4238 +4239 +4240

    -
    # File 'formula.rb', line 4227
    +      
    # File 'formula.rb', line 4238
     
     def deprecation_reason
       @deprecation_reason
    @@ -7989,10 +7990,10 @@ 

     
     
    -165
    +162

    -
    # File 'sorbet/rbi/parlour.rbi', line 165
    +      
    # File 'sorbet/rbi/parlour.rbi', line 162
     
     def self.desc(arg = T.unsafe(nil)); end
    @@ -8057,12 +8058,12 @@

     
     
    -4273
    -4274
    -4275
    +4284 +4285 +4286

    -
    # File 'formula.rb', line 4273
    +      
    # File 'formula.rb', line 4284
     
     def disable_date
       @disable_date
    @@ -8125,12 +8126,12 @@ 

     
     
    -4280
    -4281
    -4282
    +4291 +4292 +4293

    -
    # File 'formula.rb', line 4280
    +      
    # File 'formula.rb', line 4291
     
     def disable_reason
       @disable_reason
    @@ -8191,18 +8192,18 @@ 

    Example

     
     
    -3689
    -3690
    -3691
    -3692
    -3693
    -3694
    -3695
    -3696
    -3697
    +3699 +3700 +3701 +3702 +3703 +3704 +3705 +3706 +3707
    -
    # File 'formula.rb', line 3689
    +      
    # File 'formula.rb', line 3699
     
     def head(val = nil, specs = {}, &block)
       if block
    @@ -8279,10 +8280,10 @@ 

     
     
    -168
    +165

    -
    # File 'sorbet/rbi/parlour.rbi', line 168
    +      
    # File 'sorbet/rbi/parlour.rbi', line 165
     
     def self.homepage(arg = T.unsafe(nil)); end
    @@ -8322,12 +8323,12 @@

     
     
    -3280
    -3281
    -3282
    +3290 +3291 +3292

    -
    # File 'formula.rb', line 3280
    +      
    # File 'formula.rb', line 3290
     
     def keg_only_reason
       @keg_only_reason
    @@ -8415,16 +8416,16 @@ 

    Examples

     
     
    -3346
    -3347
    -3348
    -3349
    -3350
    -3351
    -3352
    +3356 +3357 +3358 +3359 +3360 +3361 +3362
    -
    # File 'formula.rb', line 3346
    +      
    # File 'formula.rb', line 3356
     
     def license(args = nil)
       if args.nil?
    @@ -8469,12 +8470,12 @@ 
    -
    # File 'formula.rb', line 3467
    +      
    # File 'formula.rb', line 3477
     
     def link_overwrite_paths
       @link_overwrite_paths
    @@ -8529,15 +8530,15 @@ 

    Example

     
     
    -4093
    -4094
    -4095
    -4096
    -4097
    -4098
    +4104 +4105 +4106 +4107 +4108 +4109
    -
    # File 'formula.rb', line 4093
    +      
    # File 'formula.rb', line 4104
     
     def livecheck(&block)
       return @livecheck unless block
    @@ -8592,12 +8593,12 @@ 

    Example

     
     
    -3577
    -3578
    -3579
    +3587 +3588 +3589
    -
    # File 'formula.rb', line 3577
    +      
    # File 'formula.rb', line 3587
     
     def mirror(val)
       stable.mirror(val)
    @@ -8661,12 +8662,12 @@ 

    Examples

     
     
    -3837
    -3838
    -3839
    +3848 +3849 +3850
    -
    # File 'formula.rb', line 3837
    +      
    # File 'formula.rb', line 3848
     
     def option(name, description = "")
       specs.each { |spec| spec.option(name, description) }
    @@ -8709,12 +8710,12 @@ 

     
     
    -3471
    -3472
    -3473
    +3481 +3482 +3483

    -
    # File 'formula.rb', line 3471
    +      
    # File 'formula.rb', line 3481
     
     def pour_bottle_check_unsatisfied_reason
       @pour_bottle_check_unsatisfied_reason
    @@ -8755,12 +8756,12 @@ 

     
     
    -3467
    -3468
    -3469
    +3477 +3478 +3479

    -
    # File 'formula.rb', line 3467
    +      
    # File 'formula.rb', line 3477
     
     def pour_bottle_only_if
       @pour_bottle_only_if
    @@ -8831,10 +8832,10 @@ 

     
     
    -171
    +168

    -
    # File 'sorbet/rbi/parlour.rbi', line 171
    +      
    # File 'sorbet/rbi/parlour.rbi', line 168
     
     def self.revision(arg = T.unsafe(nil)); end
    @@ -8884,14 +8885,14 @@

    Example

     
     
    -4115
    -4116
    -4117
    -4118
    -4119
    +4126 +4127 +4128 +4129 +4130
    -
    # File 'formula.rb', line 4115
    +      
    # File 'formula.rb', line 4126
     
     def service(&block)
       return @service_block unless block
    @@ -8943,12 +8944,12 @@ 

    Example

     
     
    -3595
    -3596
    -3597
    +3605 +3606 +3607
    -
    # File 'formula.rb', line 3595
    +      
    # File 'formula.rb', line 3605
     
     def sha256(val)
       stable.sha256(val)
    @@ -8989,12 +8990,12 @@ 

     
     
    -3467
    -3468
    -3469
    +3477 +3478 +3479

    -
    # File 'formula.rb', line 3467
    +      
    # File 'formula.rb', line 3477
     
     def skip_clean_paths
       @skip_clean_paths
    @@ -9049,14 +9050,14 @@ 

    Example

     
     
    -3659
    -3660
    -3661
    -3662
    -3663
    +3669 +3670 +3671 +3672 +3673
    -
    # File 'formula.rb', line 3659
    +      
    # File 'formula.rb', line 3669
     
     def stable(&block)
       return @stable unless block
    @@ -9120,12 +9121,12 @@ 

    Examples

     
     
    -3542
    -3543
    -3544
    +3552 +3553 +3554
    -
    # File 'formula.rb', line 3542
    +      
    # File 'formula.rb', line 3552
     
     def url(val, specs = {})
       stable.url(val, specs)
    @@ -9174,12 +9175,12 @@ 

    Example

     
     
    -3558
    -3559
    -3560
    +3568 +3569 +3570
    -
    # File 'formula.rb', line 3558
    +      
    # File 'formula.rb', line 3568
     
     def version(val = nil)
       stable.version(val)
    @@ -9250,10 +9251,10 @@ 

     
     
    -174
    +171

    -
    # File 'sorbet/rbi/parlour.rbi', line 174
    +      
    # File 'sorbet/rbi/parlour.rbi', line 171
     
     def self.version_scheme(arg = T.unsafe(nil)); end
    @@ -10628,12 +10629,12 @@

     
     
    -2208
    -2209
    -2210
    +2218 +2219 +2220

    -
    # File 'formula.rb', line 2208
    +      
    # File 'formula.rb', line 2218
     
     def self.[](name)
       Formulary.factory(name)
    @@ -10673,12 +10674,12 @@ 

     
     
    -2198
    -2199
    -2200
    +2208 +2209 +2210

    -
    # File 'formula.rb', line 2198
    +      
    # File 'formula.rb', line 2208
     
     def self.alias_full_names
       @alias_full_names ||= core_aliases + tap_aliases
    @@ -10718,12 +10719,12 @@ 

     
     
    -2193
    -2194
    -2195
    +2203 +2204 +2205

    -
    # File 'formula.rb', line 2193
    +      
    # File 'formula.rb', line 2203
     
     def self.aliases
       @aliases ||= (core_aliases + tap_aliases.map { |name| name.split("/").last }).uniq.sort
    @@ -10764,24 +10765,24 @@ 

     
     
    -2129
    -2130
    -2131
    -2132
    -2133
    -2134
    -2135
    -2136
    -2137
    -2138
     2139
     2140
     2141
     2142
    -2143
    +2143 +2144 +2145 +2146 +2147 +2148 +2149 +2150 +2151 +2152 +2153

    -
    # File 'formula.rb', line 2129
    +      
    # File 'formula.rb', line 2139
     
     def self.all(eval_all: false)
       if !eval_all && !Homebrew::EnvConfig.eval_all?
    @@ -10869,12 +10870,12 @@ 

     
     
    -3624
    -3625
    -3626
    +3634 +3635 +3636

    -
    # File 'formula.rb', line 3624
    +      
    # File 'formula.rb', line 3634
     
     def bottle(&block)
       stable.bottle(&block)
    @@ -10913,12 +10914,12 @@ 

     
     
    -3628
    -3629
    -3630
    +3638 +3639 +3640

    -
    # File 'formula.rb', line 3628
    +      
    # File 'formula.rb', line 3638
     
     def build
       stable.build
    @@ -10958,16 +10959,16 @@ 

     
     
    -3633
    -3634
    -3635
    -3636
    -3637
    -3638
    -3639
    +3643 +3644 +3645 +3646 +3647 +3648 +3649

    -
    # File 'formula.rb', line 3633
    +      
    # File 'formula.rb', line 3643
     
     def build_flags
       namespace = T.must(to_s.split("::")[0..-2]).join("::")
    @@ -11011,13 +11012,13 @@ 

    Example

     
     
    -3920
    -3921
    -3922
    -3923
    +3931 +3932 +3933 +3934
    -
    # File 'formula.rb', line 3920
    +      
    # File 'formula.rb', line 3931
     
     def conflicts_with(*names)
       opts = names.last.is_a?(Hash) ? names.pop : {}
    @@ -11058,12 +11059,12 @@ 

     
     
    -2178
    -2179
    -2180
    +2188 +2189 +2190

    -
    # File 'formula.rb', line 2178
    +      
    # File 'formula.rb', line 2188
     
     def self.core_alias_files
       CoreTap.instance.alias_files
    @@ -11103,12 +11104,12 @@ 

     
     
    -2183
    -2184
    -2185
    +2193 +2194 +2195

    -
    # File 'formula.rb', line 2183
    +      
    # File 'formula.rb', line 2193
     
     def self.core_aliases
       CoreTap.instance.aliases
    @@ -11148,12 +11149,12 @@ 

     
     
    -2103
    -2104
    -2105
    +2113 +2114 +2115

    -
    # File 'formula.rb', line 2103
    +      
    # File 'formula.rb', line 2113
     
     def self.core_names
       CoreTap.instance.formula_names
    @@ -11188,12 +11189,12 @@ 

     
     
    -3981
    -3982
    -3983
    +3992 +3993 +3994

    -
    # File 'formula.rb', line 3981
    +      
    # File 'formula.rb', line 3992
     
     def cxxstdlib_check(check_type)
       define_method(:skip_cxxstdlib_check?) { true } if check_type == :skip
    @@ -11280,12 +11281,12 @@ 

    Examples

     
     
    -3790
    -3791
    -3792
    +3801 +3802 +3803
    -
    # File 'formula.rb', line 3790
    +      
    # File 'formula.rb', line 3801
     
     def depends_on(dep)
       specs.each { |spec| spec.depends_on(dep) }
    @@ -11339,16 +11340,16 @@ 

    Examples

     
     
    -4199
    -4200
    -4201
    -4202
    -4203
    -4204
    -4205
    +4210 +4211 +4212 +4213 +4214 +4215 +4216
    -
    # File 'formula.rb', line 4199
    +      
    # File 'formula.rb', line 4210
     
     def deprecate!(date:, because:)
       @deprecation_date = Date.parse(date)
    @@ -11413,12 +11414,12 @@ 

     
     
    -4211
    -4212
    -4213
    +4222 +4223 +4224

    -
    # File 'formula.rb', line 4211
    +      
    # File 'formula.rb', line 4222
     
     def deprecated?
       @deprecated == true
    @@ -11472,21 +11473,21 @@ 

    Examples

     
     
    -4246
    -4247
    -4248
    -4249
    -4250
    -4251
    -4252
    -4253
    -4254
    -4255
    -4256
    -4257
    +4257 +4258 +4259 +4260 +4261 +4262 +4263 +4264 +4265 +4266 +4267 +4268
    -
    # File 'formula.rb', line 4246
    +      
    # File 'formula.rb', line 4257
     
     def disable!(date:, because:)
       @disable_date = Date.parse(date)
    @@ -11556,12 +11557,12 @@ 

     
     
    -4264
    -4265
    -4266
    +4275 +4276 +4277

    -
    # File 'formula.rb', line 4264
    +      
    # File 'formula.rb', line 4275
     
     def disabled?
       @disabled == true
    @@ -11622,12 +11623,12 @@ 

    Examples

     
     
    -4016
    -4017
    -4018
    +4027 +4028 +4029
    -
    # File 'formula.rb', line 4016
    +      
    # File 'formula.rb', line 4027
     
     def fails_with(compiler, &block)
       specs.each { |spec| spec.fails_with(compiler, &block) }
    @@ -11666,17 +11667,17 @@ 

     
     
    -3263
    -3264
    -3265
    -3266
    -3267
    -3268
    -3269
    -3270
    +3273 +3274 +3275 +3276 +3277 +3278 +3279 +3280

    -
    # File 'formula.rb', line 3263
    +      
    # File 'formula.rb', line 3273
     
     def freeze
       specs.each(&:freeze)
    @@ -11721,12 +11722,12 @@ 

     
     
    -2123
    -2124
    -2125
    +2133 +2134 +2135

    -
    # File 'formula.rb', line 2123
    +      
    # File 'formula.rb', line 2133
     
     def self.full_names
       @full_names ||= core_names + tap_names
    @@ -11766,13 +11767,13 @@ 

     
     
    -2203
    -2204
    -2205
    -2206
    +2213 +2214 +2215 +2216

    -
    # File 'formula.rb', line 2203
    +      
    # File 'formula.rb', line 2213
     
     def self.fuzzy_search(name)
       @spell_checker ||= DidYouMean::SpellChecker.new(dictionary: Set.new(names + full_names).to_a)
    @@ -11810,13 +11811,13 @@ 

     
     
    -3722
    -3723
    -3724
    -3725
    +3733 +3734 +3735 +3736

    -
    # File 'formula.rb', line 3722
    +      
    # File 'formula.rb', line 3733
     
     def go_resource(name, &block)
       # odeprecated "`Formula.go_resource`", "Go modules"
    @@ -11858,25 +11859,25 @@ 

     
     
    -3235
    -3236
    -3237
    -3238
    -3239
    -3240
    -3241
    -3242
    -3243
    -3244
     3245
     3246
     3247
     3248
     3249
    -3250
    +3250 +3251 +3252 +3253 +3254 +3255 +3256 +3257 +3258 +3259 +3260

    -
    # File 'formula.rb', line 3235
    +      
    # File 'formula.rb', line 3245
     
     def inherited(child)
       super
    @@ -11929,16 +11930,16 @@ 

     
     
    -2163
    -2164
    -2165
    -2166
    -2167
    -2168
    -2169
    +2173 +2174 +2175 +2176 +2177 +2178 +2179

    -
    # File 'formula.rb', line 2163
    +      
    # File 'formula.rb', line 2173
     
     def self.installed
       Formula.cache[:installed] ||= racks.flat_map do |rack|
    @@ -11995,12 +11996,12 @@ 

     
     
    -2158
    -2159
    -2160
    +2168 +2169 +2170

    -
    # File 'formula.rb', line 2158
    +      
    # File 'formula.rb', line 2168
     
     def self.installed_formula_names
       racks.map { |rack| rack.basename.to_s }
    @@ -12039,14 +12040,14 @@ 

     
     
    -2171
    -2172
    -2173
    -2174
    -2175
    +2181 +2182 +2183 +2184 +2185

    -
    # File 'formula.rb', line 2171
    +      
    # File 'formula.rb', line 2181
     
     def self.installed_with_alias_path(alias_path)
       return [] if alias_path.nil?
    @@ -12101,12 +12102,12 @@ 

    Examples

     
     
    -3974
    -3975
    -3976
    +3985 +3986 +3987
    -
    # File 'formula.rb', line 3974
    +      
    # File 'formula.rb', line 3985
     
     def keg_only(reason, explanation = "")
       @keg_only_reason = KegOnlyReason.new(reason, explanation)
    @@ -12157,13 +12158,13 @@ 

    Examples

     
     
    -4296
    -4297
    -4298
    -4299
    +4307 +4308 +4309 +4310
    -
    # File 'formula.rb', line 4296
    +      
    # File 'formula.rb', line 4307
     
     def link_overwrite(*paths)
       paths.flatten!
    @@ -12220,12 +12221,12 @@ 

     
     
    -3451
    -3452
    -3453
    +3461 +3462 +3463

    -
    # File 'formula.rb', line 3451
    +      
    # File 'formula.rb', line 3461
     
     def livecheckable?
       @livecheckable == true
    @@ -12277,10 +12278,10 @@ 

     
     
    -159
    +156

    -
    # File 'sorbet/rbi/parlour.rbi', line 159
    +      
    # File 'sorbet/rbi/parlour.rbi', line 156
     
     def self.loaded_from_api?; end
    @@ -12318,12 +12319,12 @@

     
     
    -2118
    -2119
    -2120
    +2128 +2129 +2130

    -
    # File 'formula.rb', line 2118
    +      
    # File 'formula.rb', line 2128
     
     def self.names
       @names ||= (core_names + tap_names.map { |name| name.split("/").last }).uniq.sort
    @@ -12371,12 +12372,12 @@ 

     
     
    -4031
    -4032
    -4033
    +4042 +4043 +4044

    -
    # File 'formula.rb', line 4031
    +      
    # File 'formula.rb', line 4042
     
     def needs(*standards)
       specs.each { |spec| spec.needs(*standards) }
    @@ -12457,15 +12458,15 @@ 

     
     
    -3424
    -3425
    -3426
    -3427
    -3428
    -3429
    +3434 +3435 +3436 +3437 +3438 +3439

    -
    # File 'formula.rb', line 3424
    +      
    # File 'formula.rb', line 3434
     
     def network_access_allowed?(phase)
       raise ArgumentError, "Unknown phase: #{phase}" unless SUPPORTED_NETWORK_ACCESS_PHASES.include?(phase)
    @@ -12645,12 +12646,12 @@ 

    Examples

     
     
    -3907
    -3908
    -3909
    +3918 +3919 +3920
    -
    # File 'formula.rb', line 3907
    +      
    # File 'formula.rb', line 3918
     
     def patch(strip = :p1, src = nil, &block)
       specs.each { |spec| spec.patch(strip, src, &block) }
    @@ -12718,17 +12719,6 @@ 

    Examples

     
     
    -4146
    -4147
    -4148
    -4149
    -4150
    -4151
    -4152
    -4153
    -4154
    -4155
    -4156
     4157
     4158
     4159
    @@ -12752,10 +12742,21 @@ 

    Examples

    4177 4178 4179 -4180
    - - -
    # File 'formula.rb', line 4146
    +4180
    +4181
    +4182
    +4183
    +4184
    +4185
    +4186
    +4187
    +4188
    +4189
    +4190
    +4191
    + + +
    # File 'formula.rb', line 4157
     
     def pour_bottle?(only_if: nil, &block)
       @pour_bottle_check = PourBottleCheck.new(self)
    @@ -12827,18 +12828,18 @@ 

     
     
    -2146
    -2147
    -2148
    -2149
    -2150
    -2151
    -2152
    -2153
    -2154
    +2156 +2157 +2158 +2159 +2160 +2161 +2162 +2163 +2164

    -
    # File 'formula.rb', line 2146
    +      
    # File 'formula.rb', line 2156
     
     def self.racks
       Formula.cache[:racks] ||= if HOMEBREW_CELLAR.directory?
    @@ -12857,7 +12858,7 @@ 

    - .resource(name, klass = Resource, &block) ⇒ Object + .resource(name, klass = Resource, &block) ⇒ void @@ -12865,7 +12866,7 @@

    -

    Additional downloads can be defined as resources and accessed in the +

    This method returns an undefined value.

    Additional downloads can be defined as resources and accessed in the install method. Resources can also be defined inside a stable or head block. This mechanism replaces ad-hoc "subformula" classes.

    @@ -12881,7 +12882,46 @@

    Example

    +

    Parameters:

    +
      + +
    • + + name + + + (String) + + + +
    • + +
    • + + klass + + + (T.class_of(Resource)) + + + (defaults to: Resource) + + +
    • + +
    • + + block + + + (T.proc.bind(Resource).void, nil) + + + +
    • +
    +
    @@ -12889,14 +12929,14 @@

    Example

     
     
    -3713
    -3714
    -3715
    -3716
    -3717
    +3724 +3725 +3726 +3727 +3728 @@ -15107,12 +15147,12 @@

    Example

     
     
    -1454
    -1455
    -1456
    +1464 +1465 +1466 @@ -15337,10 +15377,10 @@

     
     
    -114
    +111

    @@ -15391,10 +15431,10 @@

     
     
    -2249
    +2259

    @@ -15445,12 +15485,12 @@

     
     
    -2214
    -2215
    -2216
    +2224 +2225 +2226

    @@ -15713,16 +15753,6 @@

     
     
    -2673
    -2674
    -2675
    -2676
    -2677
    -2678
    -2679
    -2680
    -2681
    -2682
     2683
     2684
     2685
    @@ -15775,10 +15805,20 @@ 

    2732 2733 2734 -2735

    +2735 +2736 +2737 +2738 +2739 +2740 +2741 +2742 +2743 +2744 +2745

    @@ -16026,10 +16066,10 @@

     
     
    -108
    +105

    @@ -16116,10 +16156,10 @@

     
     
    -105
    +102

    @@ -16219,10 +16259,10 @@

     
     
    -1528
    +1538

    @@ -16318,10 +16358,10 @@

     
     
    -1535
    +1545

    @@ -16408,10 +16448,10 @@

     
     
    -87
    +84

    @@ -16668,10 +16708,10 @@

     
     
    -1549
    +1559

    @@ -16767,10 +16807,10 @@

     
     
    -1556
    +1566

    @@ -16866,10 +16906,10 @@

     
     
    -1542
    +1552

    @@ -16917,12 +16957,12 @@

     
     
    -798
    -799
    -800
    +808 +809 +810

    @@ -17333,12 +17373,12 @@

     
     
    -1088
    -1089
    -1090
    +1098 +1099 +1100

    @@ -18672,17 +18712,17 @@

     
     
    -1388
    -1389
    -1390
    -1391
    -1392
    -1393
    -1394
    -1395
    +1398 +1399 +1400 +1401 +1402 +1403 +1404 +1405

    @@ -19335,12 +19375,12 @@

     
     
    -1076
    -1077
    -1078
    +1086 +1087 +1088

    @@ -22564,10 +22604,10 @@

     
     
    -102
    +99

    @@ -22618,12 +22658,12 @@

     
     
    -728
    -729
    -730
    +738 +739 +740

    @@ -23050,10 +23090,10 @@

     
     
    -141
    +138

    @@ -23140,10 +23180,10 @@

     
     
    -144
    +141

    @@ -23230,10 +23270,10 @@

     
     
    -147
    +144

    @@ -23340,12 +23380,12 @@

     
     
    -1099
    -1100
    -1101
    +1109 +1110 +1111

    @@ -23689,12 +23729,12 @@

     
     
    -1383
    -1384
    -1385
    +1393 +1394 +1395

    @@ -23890,18 +23930,18 @@

     
     
    -708
    -709
    -710
    -711
    -712
    -713
    -714
    -715
    -716
    +718 +719 +720 +721 +722 +723 +724 +725 +726

    @@ -24333,7 +24373,7 @@

    - #resource(*args, **options, &block) ⇒ T.untyped + #resource(name, klass = Resource, &block) ⇒ Resource? @@ -24341,11 +24381,23 @@

    -

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

    + +
    + TODO: +

    This should not actually take a block. All resources should be defined +at the top-level using resource instead +(see https://github.com/Homebrew/brew/issues/17203#issuecomment-2093654431).

    +
    +
    + +

    A named Resource for the currently active SoftwareSpec. +Additional downloads can be defined as #resources. +Resource#stage will create a temporary directory and yield to a block.

    + +

    Example

    + +
    resource("additional_files").stage { bin.install "my/extra/tool" }
    +
    @@ -24356,10 +24408,10 @@

  • - args + name - (T.untyped) + (String) @@ -24367,12 +24419,14 @@

  • - options + klass - (T.untyped) + (T.class_of(Resource)) + (defaults to: Resource) +
  • @@ -24381,7 +24435,7 @@

    block - (T.untyped) + (T.proc.bind(Resource).void, nil) @@ -24395,7 +24449,7 @@

  • - (T.untyped) + (Resource, nil) @@ -24409,12 +24463,12 @@

     
     
    -84
    +566

  • -
    # File 'formula.rb', line 3713
    +      
    # File 'formula.rb', line 3724
     
     def resource(name, klass = Resource, &block)
       specs.each do |spec|
    @@ -12954,12 +12994,12 @@ 

     
     
    -3460
    -3461
    -3462
    +3470 +3471 +3472

    -
    # File 'formula.rb', line 3460
    +      
    # File 'formula.rb', line 3470
     
     def service?
       @service_block.present?
    @@ -13008,14 +13048,14 @@ 

    Examples

     
     
    -3944
    -3945
    -3946
    -3947
    -3948
    +3955 +3956 +3957 +3958 +3959
    -
    # File 'formula.rb', line 3944
    +      
    # File 'formula.rb', line 3955
     
     def skip_clean(*paths)
       paths.flatten!
    @@ -13056,12 +13096,12 @@ 

     
     
    -3507
    -3508
    -3509
    +3517 +3518 +3519

    -
    # File 'formula.rb', line 3507
    +      
    # File 'formula.rb', line 3517
     
     def spec_syms
       [:stable, :head].freeze
    @@ -13101,14 +13141,14 @@ 

     
     
    -3512
    -3513
    -3514
    -3515
    -3516
    +3522 +3523 +3524 +3525 +3526

    -
    # File 'formula.rb', line 3512
    +      
    # File 'formula.rb', line 3522
     
     def specs
       spec_syms.map do |sym|
    @@ -13150,12 +13190,12 @@ 

     
     
    -2188
    -2189
    -2190
    +2198 +2199 +2200

    -
    # File 'formula.rb', line 2188
    +      
    # File 'formula.rb', line 2198
     
     def self.tap_aliases
       @tap_aliases ||= Tap.reject(&:core_tap?).flat_map(&:aliases).sort
    @@ -13195,12 +13235,12 @@ 

     
     
    -2113
    -2114
    -2115
    +2123 +2124 +2125

    -
    # File 'formula.rb', line 2113
    +      
    # File 'formula.rb', line 2123
     
     def self.tap_files
       @tap_files ||= Tap.reject(&:core_tap?).flat_map(&:formula_files)
    @@ -13240,12 +13280,12 @@ 

     
     
    -2108
    -2109
    -2110
    +2118 +2119 +2120

    -
    # File 'formula.rb', line 2108
    +      
    # File 'formula.rb', line 2118
     
     def self.tap_names
       @tap_names ||= Tap.reject(&:core_tap?).flat_map(&:formula_names).sort
    @@ -13329,12 +13369,12 @@ 

    Examples

     
     
    -4071
    -4072
    -4073
    +4082 +4083 +4084
    -
    # File 'formula.rb', line 4071
    +      
    # File 'formula.rb', line 4082
     
     def test(&block)
       define_method(:test, &block)
    @@ -13400,12 +13440,12 @@ 

     
     
    -3806
    -3807
    -3808
    +3817 +3818 +3819

    -
    # File 'formula.rb', line 3806
    +      
    # File 'formula.rb', line 3817
     
     def uses_from_macos(dep, bounds = {})
       specs.each { |spec| spec.uses_from_macos(dep, bounds) }
    @@ -13464,16 +13504,16 @@ 

     
     
    -1184
    -1185
    -1186
    -1187
    -1188
    -1189
    -1190
    +1194 +1195 +1196 +1197 +1198 +1199 +1200

    -
    # File 'formula.rb', line 1184
    +      
    # File 'formula.rb', line 1194
     
     def active_log_prefix
       if active_log_type
    @@ -13618,12 +13658,12 @@ 

     
     
    -1709
    -1710
    -1711
    +1719 +1720 +1721

    -
    # File 'formula.rb', line 1709
    +      
    # File 'formula.rb', line 1719
     
     def alias_changed?
       installed_alias_target_changed? || supersedes_an_installed_formula?
    @@ -13676,12 +13716,12 @@ 

     
     
    -582
    -583
    -584
    +592 +593 +594

    -
    # File 'formula.rb', line 582
    +      
    # File 'formula.rb', line 592
     
     def aliases
       @aliases ||= tap&.alias_reverse_table&.dig(full_name)&.map { _1.split("/").last } || []
    @@ -13825,15 +13865,15 @@ 

     
     
    -2271
    -2272
    -2273
    -2274
    -2275
    -2276
    +2281 +2282 +2283 +2284 +2285 +2286

    -
    # File 'formula.rb', line 2271
    +      
    # File 'formula.rb', line 2281
     
     def any_installed_keg
       Formula.cache[:any_installed_keg] ||= {}
    @@ -13889,16 +13929,16 @@ 

     
     
    -2282
    -2283
    -2284
    -2285
    -2286
    -2287
    -2288
    +2292 +2293 +2294 +2295 +2296 +2297 +2298

    -
    # File 'formula.rb', line 2282
    +      
    # File 'formula.rb', line 2292
     
     def any_installed_prefix
       if optlinked? && opt_prefix.exist?
    @@ -13943,12 +13983,12 @@ 

     
     
    -2292
    -2293
    -2294
    +2302 +2303 +2304

    -
    # File 'formula.rb', line 2292
    +      
    # File 'formula.rb', line 2302
     
     def any_installed_version
       any_installed_keg&.version
    @@ -14001,12 +14041,12 @@ 

     
     
    -646
    -647
    -648
    +656 +657 +658

    -
    # File 'formula.rb', line 646
    +      
    # File 'formula.rb', line 656
     
     def any_version_installed?
       installed_prefixes.any? { |keg| (keg/Tab::FILENAME).file? }
    @@ -14057,12 +14097,12 @@ 

     
     
    -1142
    -1143
    -1144
    +1152 +1153 +1154

    -
    # File 'formula.rb', line 1142
    +      
    # File 'formula.rb', line 1152
     
     def bash_completion
       prefix/"etc/bash_completion.d"
    @@ -14124,12 +14164,12 @@ 

    Examples

     
     
    -788
    -789
    -790
    +798 +799 +800
    -
    # File 'formula.rb', line 788
    +      
    # File 'formula.rb', line 798
     
     def bin
       prefix/"bin"
    @@ -14392,16 +14432,6 @@ 

     
     
    -2590
    -2591
    -2592
    -2593
    -2594
    -2595
    -2596
    -2597
    -2598
    -2599
     2600
     2601
     2602
    @@ -14418,10 +14448,20 @@ 

    2613 2614 2615 -2616

    +2616 +2617 +2618 +2619 +2620 +2621 +2622 +2623 +2624 +2625 +2626

    -
    # File 'formula.rb', line 2590
    +      
    # File 'formula.rb', line 2600
     
     def bottle_hash(compact_for_api: false)
       bottle_spec = T.must(stable).bottle_specification
    @@ -14500,12 +14540,12 @@ 

     
     
    -1172
    -1173
    -1174
    +1182 +1183 +1184

    -
    # File 'formula.rb', line 1172
    +      
    # File 'formula.rb', line 1182
     
     def bottle_prefix
       prefix/".bottle"
    @@ -14647,14 +14687,14 @@ 

     
     
    -3136
    -3137
    -3138
    -3139
    -3140
    +3146 +3147 +3148 +3149 +3150

    -
    # File 'formula.rb', line 3136
    +      
    # File 'formula.rb', line 3146
     
     def bottle_tab_attributes
       return {} unless bottled?
    @@ -14877,16 +14917,6 @@ 

     
     
    -1577
    -1578
    -1579
    -1580
    -1581
    -1582
    -1583
    -1584
    -1585
    -1586
     1587
     1588
     1589
    @@ -14909,10 +14939,20 @@ 

    1606 1607 1608 -1609

    +1609 +1610 +1611 +1612 +1613 +1614 +1615 +1616 +1617 +1618 +1619

    -
    # File 'formula.rb', line 1577
    +      
    # File 'formula.rb', line 1587
     
     def brew(fetch: true, keep_tmp: false, debug_symbols: false, interactive: false)
       @prefix_returns_versioned_prefix = true
    @@ -15031,10 +15071,10 @@ 

     
     
    -96
    +93

    -
    # File 'sorbet/rbi/parlour.rbi', line 96
    +      
    # File 'sorbet/rbi/parlour.rbi', line 93
     
     def cached_download(*args, **options, &block); end
    -
    # File 'formula.rb', line 1454
    +      
    # File 'formula.rb', line 1464
     
     def caveats
       nil
    @@ -15151,13 +15191,13 @@ 

     
     
    -2668
    -2669
    -2670
    -2671
    +2678 +2679 +2680 +2681

    -
    # File 'formula.rb', line 2668
    +      
    # File 'formula.rb', line 2678
     
     def caveats_with_placeholders
       caveats&.gsub(HOMEBREW_PREFIX, HOMEBREW_PREFIX_PLACEHOLDER)
    @@ -15247,10 +15287,10 @@ 

     
     
    -99
    +96

    -
    # File 'sorbet/rbi/parlour.rbi', line 99
    +      
    # File 'sorbet/rbi/parlour.rbi', line 96
     
     def clear_cache(*args, **options, &block); end
    -
    # File 'sorbet/rbi/parlour.rbi', line 114
    +      
    # File 'sorbet/rbi/parlour.rbi', line 111
     
     def compiler_failures(*args, **options, &block); end
    -
    # File 'formula.rb', line 2249
    +      
    # File 'formula.rb', line 2259
     
     def conflicts = self.class.conflicts
    -
    # File 'formula.rb', line 2214
    +      
    # File 'formula.rb', line 2224
     
     def core_formula?
       !!tap&.core_tap?
    @@ -15489,12 +15529,12 @@ 

     
     
    -1686
    -1687
    -1688
    +1696 +1697 +1698

    -
    # File 'formula.rb', line 1686
    +      
    # File 'formula.rb', line 1696
     
     def current_installed_alias_target
       Formulary.factory(T.must(installed_alias_name)) if installed_alias_path
    @@ -15583,10 +15623,10 @@ 

     
     
    -90
    +87

    -
    # File 'sorbet/rbi/parlour.rbi', line 90
    +      
    # File 'sorbet/rbi/parlour.rbi', line 87
     
     def declared_deps(*args, **options, &block); end
    -
    # File 'formula.rb', line 2673
    +      
    # File 'formula.rb', line 2683
     
     def dependencies_hash
       # Create a hash of spec names (stable/head) to the list of dependencies under each
    @@ -15936,10 +15976,10 @@ 

     
     
    -1521
    +1531

    -
    # File 'formula.rb', line 1521
    +      
    # File 'formula.rb', line 1531
     
     delegate deprecated?: :"self.class"
    -
    # File 'sorbet/rbi/parlour.rbi', line 108
    +      
    # File 'sorbet/rbi/parlour.rbi', line 105
     
     def deprecated_flags(*args, **options, &block); end
    -
    # File 'sorbet/rbi/parlour.rbi', line 105
    +      
    # File 'sorbet/rbi/parlour.rbi', line 102
     
     def deprecated_options(*args, **options, &block); end
    -
    # File 'formula.rb', line 1528
    +      
    # File 'formula.rb', line 1538
     
     delegate deprecation_date: :"self.class"
    -
    # File 'formula.rb', line 1535
    +      
    # File 'formula.rb', line 1545
     
     delegate deprecation_reason: :"self.class"
    -
    # File 'sorbet/rbi/parlour.rbi', line 87
    +      
    # File 'sorbet/rbi/parlour.rbi', line 84
     
     def deps(*args, **options, &block); end
    -
    # File 'formula.rb', line 1549
    +      
    # File 'formula.rb', line 1559
     
     delegate disable_date: :"self.class"
    -
    # File 'formula.rb', line 1556
    +      
    # File 'formula.rb', line 1566
     
     delegate disable_reason: :"self.class"
    -
    # File 'formula.rb', line 1542
    +      
    # File 'formula.rb', line 1552
     
     delegate disabled?: :"self.class"
    -
    # File 'formula.rb', line 798
    +      
    # File 'formula.rb', line 808
     
     def doc
       share/"doc"/name
    @@ -17051,16 +17091,6 @@ 

     
     
    -3054
    -3055
    -3056
    -3057
    -3058
    -3059
    -3060
    -3061
    -3062
    -3063
     3064
     3065
     3066
    @@ -17090,10 +17120,20 @@ 

    3090 3091 3092 -3093

    +3093 +3094 +3095 +3096 +3097 +3098 +3099 +3100 +3101 +3102 +3103

    -
    # File 'formula.rb', line 3054
    +      
    # File 'formula.rb', line 3064
     
     def eligible_kegs_for_cleanup(quiet: false)
       eligible_for_cleanup = []
    @@ -17186,12 +17226,12 @@ 

    Example

     
     
    -1054
    -1055
    -1056
    +1064 +1065 +1066
    -
    # File 'formula.rb', line 1054
    +      
    # File 'formula.rb', line 1064
     
     def elisp
       prefix/"share/emacs/site-lisp"/name
    @@ -17280,10 +17320,10 @@ 

     
     
    -156
    +153

    -
    # File 'sorbet/rbi/parlour.rbi', line 156
    +      
    # File 'sorbet/rbi/parlour.rbi', line 153
     
     def env(*args, **options, &block); end
    -
    # File 'formula.rb', line 1088
    +      
    # File 'formula.rb', line 1098
     
     def etc
       (HOMEBREW_PREFIX/"etc").extend(InstallRenamed)
    @@ -17377,12 +17417,12 @@ 

     
     
    -2759
    -2760
    -2761
    +2769 +2770 +2771

    -
    # File 'formula.rb', line 2759
    +      
    # File 'formula.rb', line 2769
     
     def fetch(verify_download_integrity: true)
       active_spec.fetch(verify_download_integrity:)
    @@ -17421,14 +17461,14 @@ 

     
     
    -3129
    -3130
    -3131
    -3132
    -3133
    +3139 +3140 +3141 +3142 +3143

    -
    # File 'formula.rb', line 3129
    +      
    # File 'formula.rb', line 3139
     
     def fetch_bottle_tab
       return unless bottled?
    @@ -17469,12 +17509,12 @@ 

     
     
    -3124
    -3125
    -3126
    +3134 +3135 +3136

    -
    # File 'formula.rb', line 3124
    +      
    # File 'formula.rb', line 3134
     
     def fetch_patches
       patchlist.select(&:external?).each(&:fetch)
    @@ -17525,12 +17565,12 @@ 

     
     
    -1164
    -1165
    -1166
    +1174 +1175 +1176

    -
    # File 'formula.rb', line 1164
    +      
    # File 'formula.rb', line 1174
     
     def fish_completion
       share/"fish/vendor_completions.d"
    @@ -17581,12 +17621,12 @@ 

     
     
    -1131
    -1132
    -1133
    +1141 +1142 +1143

    -
    # File 'formula.rb', line 1131
    +      
    # File 'formula.rb', line 1141
     
     def fish_function
       share/"fish/vendor_functions.d"
    @@ -17637,12 +17677,12 @@ 

     
     
    -1065
    -1066
    -1067
    +1075 +1076 +1077

    -
    # File 'formula.rb', line 1065
    +      
    # File 'formula.rb', line 1075
     
     def frameworks
       prefix/"Frameworks"
    @@ -17953,16 +17993,6 @@ 

    Examples

     
     
    -2060
    -2061
    -2062
    -2063
    -2064
    -2065
    -2066
    -2067
    -2068
    -2069
     2070
     2071
     2072
    @@ -17993,10 +18023,20 @@ 

    Examples

    2097 2098 2099 -2100
    +2100 +2101 +2102 +2103 +2104 +2105 +2106 +2107 +2108 +2109 +2110
    -
    # File 'formula.rb', line 2060
    +      
    # File 'formula.rb', line 2070
     
     def generate_completions_from_executable(*commands,
                                              base_name: name,
    @@ -18202,23 +18242,23 @@ 

     
     
    -678
    -679
    -680
    -681
    -682
    -683
    -684
    -685
    -686
    -687
     688
     689
     690
    -691
    +691 +692 +693 +694 +695 +696 +697 +698 +699 +700 +701

    -
    # File 'formula.rb', line 678
    +      
    # File 'formula.rb', line 688
     
     def head_version_outdated?(version, fetch_head: false)
       tab = Tab.for_keg(prefix(version))
    @@ -18384,12 +18424,12 @@ 

    Example

     
     
    -816
    -817
    -818
    +826 +827 +828
    -
    # File 'formula.rb', line 816
    +      
    # File 'formula.rb', line 826
     
     def include
       prefix/"include"
    @@ -18439,12 +18479,12 @@ 

     
     
    -826
    -827
    -828
    +836 +837 +838

    -
    # File 'formula.rb', line 826
    +      
    # File 'formula.rb', line 836
     
     def info
       share/"info"
    @@ -18570,15 +18610,15 @@ 

    Examples

     
     
    -2864
    -2865
    -2866
    -2867
    -2868
    -2869
    +2874 +2875 +2876 +2877 +2878 +2879
    -
    # File 'formula.rb', line 2864
    +      
    # File 'formula.rb', line 2874
     
     def inreplace(paths, before = nil, after = nil, audit_result = true, &block) # rubocop:disable Style/OptionalBooleanParameter
       Utils::Inreplace.inreplace(paths, before, after, audit_result:, &block)
    @@ -18632,10 +18672,10 @@ 

    Example

     
     
    -2828
    +2838
    -
    # File 'formula.rb', line 2828
    +      
    # File 'formula.rb', line 2838
     
     def install; end
    -
    # File 'formula.rb', line 1388
    +      
    # File 'formula.rb', line 1398
     
     def install_etc_var
       etc_var_dirs = [bottle_prefix/"etc", bottle_prefix/"var"]
    @@ -18874,15 +18914,15 @@ 

     
     
    -1693
    -1694
    -1695
    -1696
    -1697
    -1698
    +1703 +1704 +1705 +1706 +1707 +1708

    -
    # File 'formula.rb', line 1693
    +      
    # File 'formula.rb', line 1703
     
     def installed_alias_target_changed?
       target = current_installed_alias_target
    @@ -18938,12 +18978,12 @@ 

     
     
    -764
    -765
    -766
    +774 +775 +776

    -
    # File 'formula.rb', line 764
    +      
    # File 'formula.rb', line 774
     
     def installed_kegs
       installed_prefixes.map { |dir| Keg.new(dir) }
    @@ -18983,15 +19023,15 @@ 

     
     
    -755
    -756
    -757
    -758
    -759
    -760
    +765 +766 +767 +768 +769 +770

    -
    # File 'formula.rb', line 755
    +      
    # File 'formula.rb', line 765
     
     def installed_prefixes
       possible_names.map { |name| HOMEBREW_CELLAR/name }
    @@ -19091,26 +19131,26 @@ 

     
     
    -2737
    -2738
    -2739
    -2740
    -2741
    -2742
    -2743
    -2744
    -2745
    -2746
     2747
     2748
     2749
     2750
     2751
     2752
    -2753
    +2753 +2754 +2755 +2756 +2757 +2758 +2759 +2760 +2761 +2762 +2763

    -
    # File 'formula.rb', line 2737
    +      
    # File 'formula.rb', line 2747
     
     def internal_dependencies_hash(spec_symbol)
       raise ArgumentError, "Unsupported spec: #{spec_symbol}" unless [:stable, :head].include?(spec_symbol)
    @@ -19185,14 +19225,14 @@ 

     
     
    -1464
    -1465
    -1466
    -1467
    -1468
    +1474 +1475 +1476 +1477 +1478

    -
    # File 'formula.rb', line 1464
    +      
    # File 'formula.rb', line 1474
     
     def keg_only?
       return false unless keg_only_reason
    @@ -19283,10 +19323,10 @@ 

     
     
    -120
    +117

    -
    # File 'sorbet/rbi/parlour.rbi', line 120
    +      
    # File 'sorbet/rbi/parlour.rbi', line 117
     
     def keg_only_reason(*args, **options, &block); end
    -
    # File 'formula.rb', line 1076
    +      
    # File 'formula.rb', line 1086
     
     def kext_prefix
       prefix/"Library/Extensions"
    @@ -19381,12 +19421,12 @@ 

     
     
    -1715
    -1716
    -1717
    +1725 +1726 +1727

    -
    # File 'formula.rb', line 1715
    +      
    # File 'formula.rb', line 1725
     
     def latest_formula
       installed_alias_target_changed? ? current_installed_alias_target : self
    @@ -19425,13 +19465,13 @@ 

     
     
    -673
    -674
    -675
    -676
    +683 +684 +685 +686

    -
    # File 'formula.rb', line 673
    +      
    # File 'formula.rb', line 683
     
     def latest_head_prefix
       head_version = latest_head_version
    @@ -19471,19 +19511,19 @@ 

     
     
    -662
    -663
    -664
    -665
    -666
    -667
    -668
    -669
    -670
    -671
    +672 +673 +674 +675 +676 +677 +678 +679 +680 +681

    -
    # File 'formula.rb', line 662
    +      
    # File 'formula.rb', line 672
     
     def latest_head_version
       head_versions = installed_prefixes.filter_map do |pn|
    @@ -19530,18 +19570,18 @@ 

     
     
    -694
    -695
    -696
    -697
    -698
    -699
    -700
    -701
    -702
    +704 +705 +706 +707 +708 +709 +710 +711 +712

    -
    # File 'formula.rb', line 694
    +      
    # File 'formula.rb', line 704
     
     def latest_installed_prefix
       if head && (head_version = latest_head_version) && !head_version_outdated?(head_version)
    @@ -19602,12 +19642,12 @@ 

     
     
    -640
    -641
    -642
    +650 +651 +652

    -
    # File 'formula.rb', line 640
    +      
    # File 'formula.rb', line 650
     
     def latest_version_installed?
       (dir = latest_installed_prefix).directory? && !dir.children.empty?
    @@ -19660,12 +19700,12 @@ 

     
     
    -1253
    -1254
    -1255
    +1263 +1264 +1265

    -
    # File 'formula.rb', line 1253
    +      
    # File 'formula.rb', line 1263
     
     def launchd_service_path
       opt_prefix/"#{plist_name}.plist"
    @@ -19722,12 +19762,12 @@ 

    Example

     
     
    -844
    -845
    -846
    +854 +855 +856
    -
    # File 'formula.rb', line 844
    +      
    # File 'formula.rb', line 854
     
     def lib
       prefix/"lib"
    @@ -19785,12 +19825,12 @@ 

    Example

     
     
    -863
    -864
    -865
    +873 +874 +875
    -
    # File 'formula.rb', line 863
    +      
    # File 'formula.rb', line 873
     
     def libexec
       prefix/"libexec"
    @@ -19947,16 +19987,6 @@ 
    -
    # File 'formula.rb', line 1482
    +      
    # File 'formula.rb', line 1492
     
     def link_overwrite?(path)
       # Don't overwrite files not created by Homebrew.
    @@ -20065,12 +20105,12 @@ 

     
     
    -722
    -723
    -724
    +732 +733 +734

    -
    # File 'formula.rb', line 722
    +      
    # File 'formula.rb', line 732
     
     def linked?
       linked_keg.symlink?
    @@ -20111,16 +20151,16 @@ 

     
     
    -654
    -655
    -656
    -657
    -658
    -659
    -660
    +664 +665 +666 +667 +668 +669 +670

    -
    # File 'formula.rb', line 654
    +      
    # File 'formula.rb', line 664
     
     def linked_keg
       linked_keg = possible_names.map { |name| HOMEBREW_LINKED_KEGS/name }
    @@ -20177,14 +20217,14 @@ 

     
     
    -741
    -742
    -743
    -744
    -745
    +751 +752 +753 +754 +755

    -
    # File 'formula.rb', line 741
    +      
    # File 'formula.rb', line 751
     
     def linked_version
       return unless linked?
    @@ -20576,22 +20616,22 @@ 

     
     
    -1611
    -1612
    -1613
    -1614
    -1615
    -1616
    -1617
    -1618
    -1619
    -1620
     1621
     1622
    -1623
    +1623 +1624 +1625 +1626 +1627 +1628 +1629 +1630 +1631 +1632 +1633

    -
    # File 'formula.rb', line 1611
    +      
    # File 'formula.rb', line 1621
     
     def lock
       @lock = FormulaLock.new(name)
    @@ -20654,12 +20694,12 @@ 

     
     
    -1178
    -1179
    -1180
    +1188 +1189 +1190

    -
    # File 'formula.rb', line 1178
    +      
    # File 'formula.rb', line 1188
     
     def logs
       HOMEBREW_LOGS + name
    @@ -20711,12 +20751,12 @@ 

     
     
    -875
    -876
    -877
    +885 +886 +887

    -
    # File 'formula.rb', line 875
    +      
    # File 'formula.rb', line 885
     
     def man
       share/"man"
    @@ -20773,12 +20813,12 @@ 

    Example

     
     
    -893
    -894
    -895
    +903 +904 +905
    -
    # File 'formula.rb', line 893
    +      
    # File 'formula.rb', line 903
     
     def man1
       man/"man1"
    @@ -20828,12 +20868,12 @@ 

     
     
    -903
    -904
    -905
    +913 +914 +915

    -
    # File 'formula.rb', line 903
    +      
    # File 'formula.rb', line 913
     
     def man2
       man/"man2"
    @@ -20890,12 +20930,12 @@ 

    Example

     
     
    -921
    -922
    -923
    +931 +932 +933
    -
    # File 'formula.rb', line 921
    +      
    # File 'formula.rb', line 931
     
     def man3
       man/"man3"
    @@ -20945,12 +20985,12 @@ 

     
     
    -931
    -932
    -933
    +941 +942 +943

    -
    # File 'formula.rb', line 931
    +      
    # File 'formula.rb', line 941
     
     def man4
       man/"man4"
    @@ -21000,12 +21040,12 @@ 

     
     
    -941
    -942
    -943
    +951 +952 +953

    -
    # File 'formula.rb', line 941
    +      
    # File 'formula.rb', line 951
     
     def man5
       man/"man5"
    @@ -21055,12 +21095,12 @@ 

     
     
    -951
    -952
    -953
    +961 +962 +963

    -
    # File 'formula.rb', line 951
    +      
    # File 'formula.rb', line 961
     
     def man6
       man/"man6"
    @@ -21110,12 +21150,12 @@ 

     
     
    -961
    -962
    -963
    +971 +972 +973

    -
    # File 'formula.rb', line 961
    +      
    # File 'formula.rb', line 971
     
     def man7
       man/"man7"
    @@ -21165,12 +21205,12 @@ 

     
     
    -971
    -972
    -973
    +981 +982 +983

    -
    # File 'formula.rb', line 971
    +      
    # File 'formula.rb', line 981
     
     def man8
       man/"man8"
    @@ -21222,12 +21262,12 @@ 

     
     
    -1642
    -1643
    -1644
    +1652 +1653 +1654

    -
    # File 'formula.rb', line 1642
    +      
    # File 'formula.rb', line 1652
     
     def migration_needed?
       !oldnames_to_migrate.empty? && !rack.exist?
    @@ -21268,19 +21308,19 @@ 

     
     
    -2353
    -2354
    -2355
    -2356
    -2357
    -2358
    -2359
    -2360
    -2361
    -2362
    +2363 +2364 +2365 +2366 +2367 +2368 +2369 +2370 +2371 +2372

    -
    # File 'formula.rb', line 2353
    +      
    # File 'formula.rb', line 2363
     
     def missing_dependencies(hide: nil)
       hide ||= []
    @@ -21328,15 +21368,15 @@ 

     
     
    -3105
    -3106
    -3107
    -3108
    -3109
    -3110
    +3115 +3116 +3117 +3118 +3119 +3120

    -
    # File 'formula.rb', line 3105
    +      
    # File 'formula.rb', line 3115
     
     def mkdir(name, &block)
       result = FileUtils.mkdir_p(name)
    @@ -21382,12 +21422,12 @@ 

     
     
    -3099
    -3100
    -3101
    +3109 +3110 +3111

    -
    # File 'formula.rb', line 3099
    +      
    # File 'formula.rb', line 3109
     
     def mktemp(prefix = name, opts = {}, &block)
       Mktemp.new(prefix, opts).run(&block)
    @@ -21529,12 +21569,12 @@ 

     
     
    -1682
    -1683
    -1684
    +1692 +1693 +1694

    -
    # File 'formula.rb', line 1682
    +      
    # File 'formula.rb', line 1692
     
     def new_formula_available?
       installed_alias_target_changed? && !latest_formula.latest_version_installed?
    @@ -21573,17 +21613,17 @@ 

     
     
    -1719
    -1720
    -1721
    -1722
    -1723
    -1724
    -1725
    -1726
    +1729 +1730 +1731 +1732 +1733 +1734 +1735 +1736

    -
    # File 'formula.rb', line 1719
    +      
    # File 'formula.rb', line 1729
     
     def old_installed_formulae
       # If this formula isn't the current target of the alias,
    @@ -21643,13 +21683,13 @@ 

     
     
    -560
    -561
    -562
    -563
    +570 +571 +572 +573

    -
    # File 'formula.rb', line 560
    +      
    # File 'formula.rb', line 570
     
     def oldname
       odisabled "`Formula#oldname`", "`Formula#oldnames`"
    @@ -21703,17 +21743,17 @@ 

     
     
    -569
    -570
    -571
    -572
    -573
    -574
    -575
    -576
    +579 +580 +581 +582 +583 +584 +585 +586

    -
    # File 'formula.rb', line 569
    +      
    # File 'formula.rb', line 579
     
     def oldnames
       @oldnames ||= if (tap = self.tap)
    @@ -21770,18 +21810,18 @@ 

     
     
    -1631
    -1632
    -1633
    -1634
    -1635
    -1636
    -1637
    -1638
    -1639
    +1641 +1642 +1643 +1644 +1645 +1646 +1647 +1648 +1649

    -
    # File 'formula.rb', line 1631
    +      
    # File 'formula.rb', line 1641
     
     def oldnames_to_migrate
       oldnames.select do |oldname|
    @@ -21839,12 +21879,12 @@ 

     
     
    -2755
    -2756
    -2757
    +2765 +2766 +2767

    -
    # File 'formula.rb', line 2755
    +      
    # File 'formula.rb', line 2765
     
     def on_system_blocks_exist?
       self.class.on_system_blocks_exist? || @on_system_blocks_exist
    @@ -21892,12 +21932,12 @@ 

     
     
    -1297
    -1298
    -1299
    +1307 +1308 +1309

    -
    # File 'formula.rb', line 1297
    +      
    # File 'formula.rb', line 1307
     
     def opt_bin
       opt_prefix/"bin"
    @@ -21945,12 +21985,12 @@ 

     
     
    -1353
    -1354
    -1355
    +1363 +1364 +1365

    -
    # File 'formula.rb', line 1353
    +      
    # File 'formula.rb', line 1363
     
     def opt_elisp
       opt_prefix/"share/emacs/site-lisp"/name
    @@ -21998,12 +22038,12 @@ 

     
     
    -1361
    -1362
    -1363
    +1371 +1372 +1373

    -
    # File 'formula.rb', line 1361
    +      
    # File 'formula.rb', line 1371
     
     def opt_frameworks
       opt_prefix/"Frameworks"
    @@ -22051,12 +22091,12 @@ 

     
     
    -1305
    -1306
    -1307
    +1315 +1316 +1317

    -
    # File 'formula.rb', line 1305
    +      
    # File 'formula.rb', line 1315
     
     def opt_include
       opt_prefix/"include"
    @@ -22104,12 +22144,12 @@ 

     
     
    -1313
    -1314
    -1315
    +1323 +1324 +1325

    -
    # File 'formula.rb', line 1313
    +      
    # File 'formula.rb', line 1323
     
     def opt_lib
       opt_prefix/"lib"
    @@ -22157,12 +22197,12 @@ 

     
     
    -1321
    -1322
    -1323
    +1331 +1332 +1333

    -
    # File 'formula.rb', line 1321
    +      
    # File 'formula.rb', line 1331
     
     def opt_libexec
       opt_prefix/"libexec"
    @@ -22210,12 +22250,12 @@ 

     
     
    -1345
    -1346
    -1347
    +1355 +1356 +1357

    -
    # File 'formula.rb', line 1345
    +      
    # File 'formula.rb', line 1355
     
     def opt_pkgshare
       opt_prefix/"share"/name
    @@ -22273,12 +22313,12 @@ 

    Example

     
     
    -1289
    -1290
    -1291
    +1299 +1300 +1301
    -
    # File 'formula.rb', line 1289
    +      
    # File 'formula.rb', line 1299
     
     def opt_prefix
       HOMEBREW_PREFIX/"opt"/name
    @@ -22326,12 +22366,12 @@ 

     
     
    -1329
    -1330
    -1331
    +1339 +1340 +1341

    -
    # File 'formula.rb', line 1329
    +      
    # File 'formula.rb', line 1339
     
     def opt_sbin
       opt_prefix/"sbin"
    @@ -22379,12 +22419,12 @@ 

     
     
    -1337
    -1338
    -1339
    +1347 +1348 +1349

    -
    # File 'formula.rb', line 1337
    +      
    # File 'formula.rb', line 1347
     
     def opt_share
       opt_prefix/"share"
    @@ -22474,10 +22514,10 @@ 

     
     
    -631
    +641

    -
    # File 'formula.rb', line 631
    +      
    # File 'formula.rb', line 641
     
     delegate option_defined?: :active_spec
    -
    # File 'sorbet/rbi/parlour.rbi', line 102
    +      
    # File 'sorbet/rbi/parlour.rbi', line 99
     
     def options(*args, **options, &block); end
    -
    # File 'formula.rb', line 728
    +      
    # File 'formula.rb', line 738
     
     def optlinked?
       opt_prefix.symlink?
    @@ -22693,14 +22733,14 @@ 

     
     
    -1732
    -1733
    -1734
    -1735
    -1736
    +1742 +1743 +1744 +1745 +1746

    -
    # File 'formula.rb', line 1732
    +      
    # File 'formula.rb', line 1742
     
     def outdated?(fetch_head: false)
       !outdated_kegs(fetch_head:).empty?
    @@ -22754,16 +22794,6 @@ 

     
     
    -1646
    -1647
    -1648
    -1649
    -1650
    -1651
    -1652
    -1653
    -1654
    -1655
     1656
     1657
     1658
    @@ -22787,10 +22817,20 @@ 

    1676 1677 1678 -1679

    +1679 +1680 +1681 +1682 +1683 +1684 +1685 +1686 +1687 +1688 +1689

    -
    # File 'formula.rb', line 1646
    +      
    # File 'formula.rb', line 1656
     
     def outdated_kegs(fetch_head: false)
       raise Migrator::MigrationNeededError.new(oldnames_to_migrate.first, name) if migration_needed?
    @@ -22860,15 +22900,15 @@ 

     
     
    -1568
    -1569
    -1570
    -1571
    -1572
    -1573
    +1578 +1579 +1580 +1581 +1582 +1583

    -
    # File 'formula.rb', line 1568
    +      
    # File 'formula.rb', line 1578
     
     def patch
       return if patchlist.empty?
    @@ -22960,10 +23000,10 @@ 

     
     
    -150
    +147

    -
    # File 'sorbet/rbi/parlour.rbi', line 150
    +      
    # File 'sorbet/rbi/parlour.rbi', line 147
     
     def pin(*args, **options, &block); end
    -
    # File 'sorbet/rbi/parlour.rbi', line 141
    +      
    # File 'sorbet/rbi/parlour.rbi', line 138
     
     def pinnable?(*args, **options, &block); end
    -
    # File 'sorbet/rbi/parlour.rbi', line 144
    +      
    # File 'sorbet/rbi/parlour.rbi', line 141
     
     def pinned?(*args, **options, &block); end
    -
    # File 'sorbet/rbi/parlour.rbi', line 147
    +      
    # File 'sorbet/rbi/parlour.rbi', line 144
     
     def pinned_version(*args, **options, &block); end
    -
    # File 'formula.rb', line 1099
    +      
    # File 'formula.rb', line 1109
     
     def pkgetc
       (HOMEBREW_PREFIX/"etc"/name).extend(InstallRenamed)
    @@ -23403,12 +23443,12 @@ 

    Example

     
     
    -1037
    -1038
    -1039
    +1047 +1048 +1049
    -
    # File 'formula.rb', line 1037
    +      
    # File 'formula.rb', line 1047
     
     def pkgshare
       prefix/"share"/name
    @@ -23485,14 +23525,14 @@ 

    Example

     
     
    -1233
    -1234
    -1235
    -1236
    -1237
    +1243 +1244 +1245 +1246 +1247
    -
    # File 'formula.rb', line 1233
    +      
    # File 'formula.rb', line 1243
     
     def plist
       # odeprecated: consider removing entirely in 4.3.0
    @@ -23547,12 +23587,12 @@ 

     
     
    -1241
    -1242
    -1243
    +1251 +1252 +1253

    -
    # File 'formula.rb', line 1241
    +      
    # File 'formula.rb', line 1251
     
     def plist_name
       service.plist_name
    @@ -23591,12 +23631,12 @@ 

     
     
    -1767
    -1768
    -1769
    +1777 +1778 +1779

    -
    # File 'formula.rb', line 1767
    +      
    # File 'formula.rb', line 1777
     
     def possible_names
       [name, *oldnames, *aliases].compact
    @@ -23636,10 +23676,10 @@ 

     
     
    -1380
    +1390

    -
    # File 'formula.rb', line 1380
    +      
    # File 'formula.rb', line 1390
     
     def post_install; end
    -
    # File 'formula.rb', line 1383
    +      
    # File 'formula.rb', line 1393
     
     def post_install_defined?
       method(:post_install).owner != Formula
    @@ -23752,12 +23792,12 @@ 

     
     
    -1372
    -1373
    -1374
    +1382 +1383 +1384

    -
    # File 'formula.rb', line 1372
    +      
    # File 'formula.rb', line 1382
     
     def pour_bottle?
       true
    @@ -23846,10 +23886,10 @@ 

    -117

    +114
    -
    # File 'sorbet/rbi/parlour.rbi', line 117
    +      
    # File 'sorbet/rbi/parlour.rbi', line 114
     
     def pour_bottle_check_unsatisfied_reason(*args, **options, &block); end
    -
    # File 'formula.rb', line 708
    +      
    # File 'formula.rb', line 718
     
     def prefix(version = pkg_version)
       versioned_prefix = versioned_prefix(version)
    @@ -23960,14 +24000,14 @@ 

     
     
    -733
    -734
    -735
    -736
    -737
    +743 +744 +745 +746 +747

    -
    # File 'formula.rb', line 733
    +      
    # File 'formula.rb', line 743
     
     def prefix_linked?(version = pkg_version)
       return false unless linked?
    @@ -24008,15 +24048,15 @@ 
    -
    # File 'formula.rb', line 2233
    +      
    # File 'formula.rb', line 2243
     
     def print_tap_action(options = {})
       return unless tap?
    @@ -24073,12 +24113,12 @@ 

     
     
    -750
    -751
    -752
    +760 +761 +762

    -
    # File 'formula.rb', line 750
    +      
    # File 'formula.rb', line 760
     
     def rack
       HOMEBREW_CELLAR/name
    @@ -24119,13 +24159,13 @@ 

     
     
    -2255
    -2256
    -2257
    -2258
    +2265 +2266 +2267 +2268

    -
    # File 'formula.rb', line 2255
    +      
    # File 'formula.rb', line 2265
     
     def recursive_dependencies(&block)
       cache_key = "Formula#recursive_dependencies" unless block
    @@ -24166,13 +24206,13 @@ 

     
     
    -2263
    -2264
    -2265
    -2266
    +2273 +2274 +2275 +2276

    -
    # File 'formula.rb', line 2263
    +      
    # File 'formula.rb', line 2273
     
     def recursive_requirements(&block)
       cache_key = "Formula#recursive_requirements" unless block
    @@ -24225,12 +24265,12 @@ 

     
     
    -1564
    -1565
    -1566
    +1574 +1575 +1576

    -
    # File 'formula.rb', line 1564
    +      
    # File 'formula.rb', line 1574
     
     def require_universal_deps?
       false
    @@ -24319,10 +24359,10 @@ 

     
     
    -93
    +90

    -
    # File 'sorbet/rbi/parlour.rbi', line 93
    +      
    # File 'sorbet/rbi/parlour.rbi', line 90
     
     def requirements(*args, **options, &block); end
    -
    # File 'sorbet/rbi/parlour.rbi', line 84
    +      
    # File 'formula.rb', line 566
     
    -def resource(*args, **options, &block); end
    +def resource(name, klass = Resource, &block) = active_spec.resource(name, klass, &block)
    @@ -24450,10 +24504,10 @@

     
     
    -588
    +598

    -
    # File 'formula.rb', line 588
    +      
    # File 'formula.rb', line 598
     
     def_delegator :"active_spec.resources", :values, :resources
    @@ -24544,16 +24598,16 @@

    Example

     
     
    -1909
    -1910
    -1911
    -1912
    -1913
    -1914
    -1915
    +1919 +1920 +1921 +1922 +1923 +1924 +1925
    -
    # File 'formula.rb', line 1909
    +      
    # File 'formula.rb', line 1919
     
     def rpath(source: bin, target: lib)
       unless target.to_s.start_with?(HOMEBREW_PREFIX)
    @@ -24609,12 +24663,12 @@ 

     
     
    -2370
    -2371
    -2372
    +2380 +2381 +2382

    -
    # File 'formula.rb', line 2370
    +      
    # File 'formula.rb', line 2380
     
     def ruby_source_checksum
       Checksum.new(Digest::SHA256.file(path).hexdigest) if path.exist?
    @@ -24666,12 +24720,12 @@ 

     
     
    -2365
    -2366
    -2367
    +2375 +2376 +2377

    -
    # File 'formula.rb', line 2365
    +      
    # File 'formula.rb', line 2375
     
     def ruby_source_path
       path.relative_path_from(T.must(tap).path).to_s if tap && path.exist?
    @@ -24710,16 +24764,6 @@ 

     
     
    -1398
    -1399
    -1400
    -1401
    -1402
    -1403
    -1404
    -1405
    -1406
    -1407
     1408
     1409
     1410
    @@ -24738,10 +24782,20 @@ 

    1423 1424 1425 -1426

    +1426 +1427 +1428 +1429 +1430 +1431 +1432 +1433 +1434 +1435 +1436

    -
    # File 'formula.rb', line 1398
    +      
    # File 'formula.rb', line 1408
     
     def run_post_install
       @prefix_returns_versioned_prefix = true
    @@ -24806,16 +24860,6 @@ 

     
     
    -2767
    -2768
    -2769
    -2770
    -2771
    -2772
    -2773
    -2774
    -2775
    -2776
     2777
     2778
     2779
    @@ -24841,10 +24885,20 @@ 

    2799 2800 2801 -2802

    +2802 +2803 +2804 +2805 +2806 +2807 +2808 +2809 +2810 +2811 +2812

    -
    # File 'formula.rb', line 2767
    +      
    # File 'formula.rb', line 2777
     
     def run_test(keep_tmp: false)
       @prefix_returns_versioned_prefix = true
    @@ -24917,16 +24971,6 @@ 

     
     
    -2299
    -2300
    -2301
    -2302
    -2303
    -2304
    -2305
    -2306
    -2307
    -2308
     2309
     2310
     2311
    @@ -24935,10 +24979,20 @@ 

    2314 2315 2316 -2317

    +2317 +2318 +2319 +2320 +2321 +2322 +2323 +2324 +2325 +2326 +2327

    -
    # File 'formula.rb', line 2299
    +      
    # File 'formula.rb', line 2309
     
     def runtime_dependencies(read_from_tab: true, undeclared: true)
       deps = if read_from_tab && undeclared &&
    @@ -24994,22 +25048,22 @@ 

     
     
    -2320
    -2321
    -2322
    -2323
    -2324
    -2325
    -2326
    -2327
    -2328
    -2329
     2330
     2331
    -2332
    +2332 +2333 +2334 +2335 +2336 +2337 +2338 +2339 +2340 +2341 +2342

    -
    # File 'formula.rb', line 2320
    +      
    # File 'formula.rb', line 2330
     
     def runtime_formula_dependencies(read_from_tab: true, undeclared: true)
       cache_key = "#{full_name}-#{read_from_tab}-#{undeclared}"
    @@ -25058,25 +25112,25 @@ 

    -2334 -2335 -2336 -2337 -2338 -2339 -2340 -2341 -2342 -2343 2344 2345 2346 2347 2348 -2349

    +2349 +2350 +2351 +2352 +2353 +2354 +2355 +2356 +2357 +2358 +2359
    -
    # File 'formula.rb', line 2334
    +      
    # File 'formula.rb', line 2344
     
     def runtime_installed_formula_dependents
       # `any_installed_keg` and `runtime_dependencies` `select`s ensure
    @@ -25140,12 +25194,12 @@ 

     
     
    -982
    -983
    -984
    +992 +993 +994

    -
    # File 'formula.rb', line 982
    +      
    # File 'formula.rb', line 992
     
     def sbin
       prefix/"sbin"
    @@ -25184,16 +25238,6 @@ 

     
     
    -2643
    -2644
    -2645
    -2646
    -2647
    -2648
    -2649
    -2650
    -2651
    -2652
     2653
     2654
     2655
    @@ -25207,10 +25251,20 @@ 

    2663 2664 2665 -2666

    +2666 +2667 +2668 +2669 +2670 +2671 +2672 +2673 +2674 +2675 +2676

    -
    # File 'formula.rb', line 2643
    +      
    # File 'formula.rb', line 2653
     
     def serialized_requirements
       requirements = self.class.spec_syms.to_h do |sym|
    @@ -25271,12 +25325,12 @@ 

     
     
    -1270
    -1271
    -1272
    +1280 +1281 +1282

    -
    # File 'formula.rb', line 1270
    +      
    # File 'formula.rb', line 1280
     
     def service
       @service ||= Homebrew::Service.new(self, &self.class.service)
    @@ -25427,12 +25481,12 @@ 

     
     
    -1247
    -1248
    -1249
    +1257 +1258 +1259

    -
    # File 'formula.rb', line 1247
    +      
    # File 'formula.rb', line 1257
     
     def service_name
       service.service_name
    @@ -25504,12 +25558,12 @@ 

    Examples

     
     
    -1018
    -1019
    -1020
    +1028 +1029 +1030
    -
    # File 'formula.rb', line 1018
    +      
    # File 'formula.rb', line 1028
     
     def share
       prefix/"share"
    @@ -25692,15 +25746,15 @@ 

     
     
    -1474
    -1475
    -1476
    -1477
    -1478
    -1479
    +1484 +1485 +1486 +1487 +1488 +1489

    -
    # File 'formula.rb', line 1474
    +      
    # File 'formula.rb', line 1484
     
     def skip_clean?(path)
       return true if path.extname == ".la" && self.class.skip_clean_paths.include?(:la)
    @@ -25755,12 +25809,12 @@ 

     
     
    -1559
    -1560
    -1561
    +1569 +1570 +1571

    -
    # File 'formula.rb', line 1559
    +      
    # File 'formula.rb', line 1569
     
     def skip_cxxstdlib_check?
       false
    @@ -25973,20 +26027,20 @@ 

     
     
    -1839
    -1840
    -1841
    -1842
    -1843
    -1844
    -1845
    -1846
    -1847
    -1848
    -1849
    +1849 +1850 +1851 +1852 +1853 +1854 +1855 +1856 +1857 +1858 +1859

    -
    # File 'formula.rb', line 1839
    +      
    # File 'formula.rb', line 1849
     
     def std_cabal_v2_args
       env = T.cast(ENV, T.any(Stdenv, Superenv))
    @@ -26077,12 +26131,12 @@ 

     
     
    -1796
    -1797
    -1798
    +1806 +1807 +1808

    -
    # File 'formula.rb', line 1796
    +      
    # File 'formula.rb', line 1806
     
     def std_cargo_args(root: prefix, path: ".")
       ["--locked", "--root=#{root}", "--path=#{path}"]
    @@ -26294,13 +26348,13 @@ 

     
     
    -1787
    -1788
    -1789
    -1790
    +1797 +1798 +1799 +1800

    -
    # File 'formula.rb', line 1787
    +      
    # File 'formula.rb', line 1797
     
     def std_configure_args(prefix: self.prefix, libdir: "lib")
       libdir = Pathname(libdir).expand_path(prefix)
    @@ -26384,14 +26438,14 @@ 

     
     
    -1831
    -1832
    -1833
    -1834
    -1835
    +1841 +1842 +1843 +1844 +1845

    -
    # File 'formula.rb', line 1831
    +      
    # File 'formula.rb', line 1841
     
     def std_go_args(output: bin/name, ldflags: nil)
       args = ["-trimpath", "-o=#{output}"]
    @@ -26446,12 +26500,12 @@ 

     
     
    -1853
    -1854
    -1855
    +1863 +1864 +1865

    -
    # File 'formula.rb', line 1853
    +      
    # File 'formula.rb', line 1863
     
     def std_meson_args
       ["--prefix=#{prefix}", "--libdir=#{lib}", "--buildtype=release", "--wrap-mode=nofallback"]
    @@ -26534,15 +26588,15 @@ 

     
     
    -1862
    -1863
    -1864
    -1865
    -1866
    -1867
    +1872 +1873 +1874 +1875 +1876 +1877

    -
    # File 'formula.rb', line 1862
    +      
    # File 'formula.rb', line 1872
     
     def std_pip_args(prefix: self.prefix, build_isolation: false)
       args = ["--verbose", "--no-deps", "--no-binary=:all:", "--ignore-installed", "--no-compile"]
    @@ -26598,12 +26652,12 @@ 

     
     
    -1702
    -1703
    -1704
    +1712 +1713 +1714

    -
    # File 'formula.rb', line 1702
    +      
    # File 'formula.rb', line 1712
     
     def supersedes_an_installed_formula?
       old_installed_formulae.any?
    @@ -26765,16 +26819,6 @@ 

    Examples

     
     
    -2949
    -2950
    -2951
    -2952
    -2953
    -2954
    -2955
    -2956
    -2957
    -2958
     2959
     2960
     2961
    @@ -26868,10 +26912,20 @@ 

    Examples

    3049 3050 3051 -3052
    +3052 +3053 +3054 +3055 +3056 +3057 +3058 +3059 +3060 +3061 +3062
    -
    # File 'formula.rb', line 2949
    +      
    # File 'formula.rb', line 2959
     
     def system(cmd, *args)
       verbose_using_dots = Homebrew::EnvConfig.verbose_using_dots?
    @@ -27025,12 +27079,12 @@ 

     
     
    -1259
    -1260
    -1261
    +1269 +1270 +1271

    -
    # File 'formula.rb', line 1259
    +      
    # File 'formula.rb', line 1269
     
     def systemd_service_path
       opt_prefix/"#{service_name}.service"
    @@ -27083,12 +27137,12 @@ 

     
     
    -1265
    -1266
    -1267
    +1275 +1276 +1277

    -
    # File 'formula.rb', line 1265
    +      
    # File 'formula.rb', line 1275
     
     def systemd_timer_path
       opt_prefix/"#{service_name}.timer"
    @@ -27141,14 +27195,14 @@ 

     
     
    -2220
    -2221
    -2222
    -2223
    -2224
    +2230 +2231 +2232 +2233 +2234

    -
    # File 'formula.rb', line 2220
    +      
    # File 'formula.rb', line 2230
     
     def tap?
       return false unless tap
    @@ -27189,12 +27243,12 @@ 

     
     
    -2240
    -2241
    -2242
    +2250 +2251 +2252

    -
    # File 'formula.rb', line 2240
    +      
    # File 'formula.rb', line 2250
     
     def tap_git_head
       tap&.git_head
    @@ -27233,10 +27287,10 @@ 

     
     
    -2809
    +2819

    -
    # File 'formula.rb', line 2809
    +      
    # File 'formula.rb', line 2819
     
     def test; end
    @@ -27286,12 +27340,12 @@

     
     
    -2805
    -2806
    -2807
    +2815 +2816 +2817

    -
    # File 'formula.rb', line 2805
    +      
    # File 'formula.rb', line 2815
     
     def test_defined?
       false
    @@ -27330,12 +27384,12 @@ 

     
     
    -2811
    -2812
    -2813
    +2821 +2822 +2823

    -
    # File 'formula.rb', line 2811
    +      
    # File 'formula.rb', line 2821
     
     def test_fixtures(file)
       HOMEBREW_LIBRARY_PATH/"test/support/fixtures"/file
    @@ -27395,16 +27449,16 @@ 

     
     
    -1926
    -1927
    -1928
    -1929
    -1930
    -1931
    -1932
    +1936 +1937 +1938 +1939 +1940 +1941 +1942

    -
    # File 'formula.rb', line 1926
    +      
    # File 'formula.rb', line 1936
     
     def time
       if ENV["SOURCE_DATE_EPOCH"].present?
    @@ -27447,16 +27501,6 @@ 

     
     
    -2389
    -2390
    -2391
    -2392
    -2393
    -2394
    -2395
    -2396
    -2397
    -2398
     2399
     2400
     2401
    @@ -27530,10 +27574,20 @@ 

    2469 2470 2471 -2472

    +2472 +2473 +2474 +2475 +2476 +2477 +2478 +2479 +2480 +2481 +2482

    -
    # File 'formula.rb', line 2389
    +      
    # File 'formula.rb', line 2399
     
     def to_hash
       hsh = {
    @@ -27653,16 +27707,6 @@ 

     
     
    -2536
    -2537
    -2538
    -2539
    -2540
    -2541
    -2542
    -2543
    -2544
    -2545
     2546
     2547
     2548
    @@ -27704,10 +27748,20 @@ 

    2584 2585 2586 -2587

    +2587 +2588 +2589 +2590 +2591 +2592 +2593 +2594 +2595 +2596 +2597

    -
    # File 'formula.rb', line 2536
    +      
    # File 'formula.rb', line 2546
     
     def to_hash_with_variations(hash_method: :to_hash)
       if loaded_from_api? && hash_method == :to_internal_api_hash
    @@ -27795,16 +27849,6 @@ 

     
     
    -2474
    -2475
    -2476
    -2477
    -2478
    -2479
    -2480
    -2481
    -2482
    -2483
     2484
     2485
     2486
    @@ -27855,10 +27899,20 @@ 

    2531 2532 2533 -2534

    +2534 +2535 +2536 +2537 +2538 +2539 +2540 +2541 +2542 +2543 +2544

    -
    # File 'formula.rb', line 2474
    +      
    # File 'formula.rb', line 2484
     
     def to_internal_api_hash
       api_hash = {
    @@ -27955,13 +28009,13 @@ 

     
     
    -1625
    -1626
    -1627
    -1628
    +1635 +1636 +1637 +1638

    -
    # File 'formula.rb', line 1625
    +      
    # File 'formula.rb', line 1635
     
     def unlock
       @lock&.unlock
    @@ -28051,10 +28105,10 @@ 

     
     
    -153
    +150

    -
    # File 'sorbet/rbi/parlour.rbi', line 153
    +      
    # File 'sorbet/rbi/parlour.rbi', line 150
     
     def unpin(*args, **options, &block); end
    @@ -28163,16 +28217,6 @@

     
     
    -2618
    -2619
    -2620
    -2621
    -2622
    -2623
    -2624
    -2625
    -2626
    -2627
     2628
     2629
     2630
    @@ -28186,10 +28230,20 @@ 

    2638 2639 2640 -2641

    +2641 +2642 +2643 +2644 +2645 +2646 +2647 +2648 +2649 +2650 +2651

    -
    # File 'formula.rb', line 2618
    +      
    # File 'formula.rb', line 2628
     
     def urls_hash
       hash = {}
    @@ -28252,12 +28306,12 @@ 

     
     
    -599
    -600
    -601
    +609 +610 +611

    -
    # File 'formula.rb', line 599
    +      
    # File 'formula.rb', line 609
     
     def uses_from_macos_elements
       odisabled "`Formula#uses_from_macos_elements`", "`Formula#declared_deps`"
    @@ -28299,12 +28353,12 @@ 

     
     
    -604
    -605
    -606
    +614 +615 +616

    -
    # File 'formula.rb', line 604
    +      
    # File 'formula.rb', line 614
     
     def uses_from_macos_names
       odisabled "`Formula#uses_from_macos_names`", "`Formula#declared_deps`"
    @@ -28413,12 +28467,12 @@ 

     
     
    -1109
    -1110
    -1111
    +1119 +1120 +1121

    -
    # File 'formula.rb', line 1109
    +      
    # File 'formula.rb', line 1119
     
     def var
       HOMEBREW_PREFIX/"var"
    @@ -28457,12 +28511,12 @@ 

     
     
    -2763
    -2764
    -2765
    +2773 +2774 +2775

    -
    # File 'formula.rb', line 2763
    +      
    # File 'formula.rb', line 2773
     
     def verify_download_integrity(filename)
       active_spec.verify_download_integrity(filename)
    @@ -28810,16 +28864,16 @@ 

     
     
    -1193
    -1194
    -1195
    -1196
    -1197
    -1198
    -1199
    +1203 +1204 +1205 +1206 +1207 +1208 +1209

    -
    # File 'formula.rb', line 1193
    +      
    # File 'formula.rb', line 1203
     
     def with_logging(log_type)
       old_log_type = @active_log_type
    @@ -28878,18 +28932,18 @@ 

     
     
    -3114
    -3115
    -3116
    -3117
    -3118
    -3119
    -3120
    -3121
    -3122
    +3124 +3125 +3126 +3127 +3128 +3129 +3130 +3131 +3132

    -
    # File 'formula.rb', line 3114
    +      
    # File 'formula.rb', line 3124
     
     def xcodebuild(*args)
       removed = ENV.remove_cc_etc
    @@ -28946,12 +29000,12 @@ 

     
     
    -1153
    -1154
    -1155
    +1163 +1164 +1165

    -
    # File 'formula.rb', line 1153
    +      
    # File 'formula.rb', line 1163
     
     def zsh_completion
       share/"zsh/site-functions"
    @@ -29002,12 +29056,12 @@ 

     
     
    -1120
    -1121
    -1122
    +1130 +1131 +1132

    -
    # File 'formula.rb', line 1120
    +      
    # File 'formula.rb', line 1130
     
     def zsh_function
       share/"zsh/site-functions"
    diff --git a/docs/FormulaInstaller.html b/docs/FormulaInstaller.html
    index 1330c33fa..1c3356510 100644
    --- a/docs/FormulaInstaller.html
    +++ b/docs/FormulaInstaller.html
    @@ -2614,12 +2614,12 @@ 

     
     
    -1337
    -1338
    -1339
    +1347 +1348 +1349

    -
    # File 'formula_installer.rb', line 1337
    +      
    # File 'formula_installer.rb', line 1347
     
     def self.locked
       @locked ||= []
    @@ -2664,16 +2664,16 @@ 

     
     
    -1329
    -1330
    -1331
    -1332
    -1333
    -1334
    -1335
    +1339 +1340 +1341 +1342 +1343 +1344 +1345

    -
    # File 'formula_installer.rb', line 1329
    +      
    # File 'formula_installer.rb', line 1339
     
     def audit_installed
       unless formula.keg_only?
    @@ -3924,10 +3924,10 @@ 

     
     
    -221
    +218

    -
    # File 'sorbet/rbi/parlour.rbi', line 221
    +      
    # File 'sorbet/rbi/parlour.rbi', line 218
     
     def debug?; end
    @@ -3977,10 +3977,10 @@

     
     
    -215
    +212

    -
    # File 'sorbet/rbi/parlour.rbi', line 215
    +      
    # File 'sorbet/rbi/parlour.rbi', line 212
     
     def debug_symbols?; end
    @@ -4996,16 +4996,6 @@

     
     
    -1425
    -1426
    -1427
    -1428
    -1429
    -1430
    -1431
    -1432
    -1433
    -1434
     1435
     1436
     1437
    @@ -5038,10 +5028,20 @@ 

    1464 1465 1466 -1467

    +1467 +1468 +1469 +1470 +1471 +1472 +1473 +1474 +1475 +1476 +1477

    -
    # File 'formula_installer.rb', line 1425
    +      
    # File 'formula_installer.rb', line 1435
     
     def forbidden_formula_check
       forbidden_formulae = Set.new(Homebrew::EnvConfig.forbidden_formulae.to_s.split)
    @@ -5133,16 +5133,6 @@ 

     
     
    -1342
    -1343
    -1344
    -1345
    -1346
    -1347
    -1348
    -1349
    -1350
    -1351
     1352
     1353
     1354
    @@ -5171,10 +5161,20 @@ 

    1377 1378 1379 -1380

    +1380 +1381 +1382 +1383 +1384 +1385 +1386 +1387 +1388 +1389 +1390

    -
    # File 'formula_installer.rb', line 1342
    +      
    # File 'formula_installer.rb', line 1352
     
     def forbidden_license_check
       forbidden_licenses = Homebrew::EnvConfig.forbidden_licenses.to_s.dup
    @@ -5262,16 +5262,6 @@ 

     
     
    -1383
    -1384
    -1385
    -1386
    -1387
    -1388
    -1389
    -1390
    -1391
    -1392
     1393
     1394
     1395
    @@ -5301,10 +5291,20 @@ 

    1419 1420 1421 -1422

    +1422 +1423 +1424 +1425 +1426 +1427 +1428 +1429 +1430 +1431 +1432

    -
    # File 'formula_installer.rb', line 1383
    +      
    # File 'formula_installer.rb', line 1393
     
     def forbidden_tap_check
       forbidden_taps = Homebrew::EnvConfig.forbidden_taps
    @@ -5393,10 +5393,10 @@ 

     
     
    -206
    +203

    -
    # File 'sorbet/rbi/parlour.rbi', line 206
    +      
    # File 'sorbet/rbi/parlour.rbi', line 203
     
     def force?; end
    @@ -5446,10 +5446,10 @@

     
     
    -191
    +188

    -
    # File 'sorbet/rbi/parlour.rbi', line 191
    +      
    # File 'sorbet/rbi/parlour.rbi', line 188
     
     def force_bottle?; end
    @@ -5584,10 +5584,10 @@

     
     
    -203
    +200

    -
    # File 'sorbet/rbi/parlour.rbi', line 203
    +      
    # File 'sorbet/rbi/parlour.rbi', line 200
     
     def git?; end
    @@ -5637,10 +5637,10 @@

     
     
    -227
    +224

    -
    # File 'sorbet/rbi/parlour.rbi', line 227
    +      
    # File 'sorbet/rbi/parlour.rbi', line 224
     
     def hold_locks?; end
    @@ -5690,10 +5690,10 @@

     
     
    -194
    +191

    -
    # File 'sorbet/rbi/parlour.rbi', line 194
    +      
    # File 'sorbet/rbi/parlour.rbi', line 191
     
     def ignore_deps?; end
    @@ -6673,10 +6673,10 @@

     
     
    -179
    +176

    -
    # File 'sorbet/rbi/parlour.rbi', line 179
    +      
    # File 'sorbet/rbi/parlour.rbi', line 176
     
     def installed_as_dependency?; end
    @@ -6726,10 +6726,10 @@

     
     
    -182
    +179

    -
    # File 'sorbet/rbi/parlour.rbi', line 182
    +      
    # File 'sorbet/rbi/parlour.rbi', line 179
     
     def installed_on_request?; end
    @@ -6779,10 +6779,10 @@

     
     
    -200
    +197

    -
    # File 'sorbet/rbi/parlour.rbi', line 200
    +      
    # File 'sorbet/rbi/parlour.rbi', line 197
     
     def interactive?; end
    @@ -6832,10 +6832,10 @@

     
     
    -212
    +209

    -
    # File 'sorbet/rbi/parlour.rbi', line 212
    +      
    # File 'sorbet/rbi/parlour.rbi', line 209
     
     def keep_tmp?; end
    @@ -7108,10 +7108,10 @@

     
     
    -197
    +194

    -
    # File 'sorbet/rbi/parlour.rbi', line 197
    +      
    # File 'sorbet/rbi/parlour.rbi', line 194
     
     def only_deps?; end
    @@ -7161,10 +7161,10 @@

     
     
    -209
    +206

    -
    # File 'sorbet/rbi/parlour.rbi', line 209
    +      
    # File 'sorbet/rbi/parlour.rbi', line 206
     
     def overwrite?; end
    @@ -7482,7 +7482,17 @@

    1316 1317 1318 -1319

    +1319 +1320 +1321 +1322 +1323 +1324 +1325 +1326 +1327 +1328 +1329
    # File 'formula_installer.rb', line 1259
    @@ -7492,7 +7502,17 @@ 

    ohai "Verifying attestation for #{formula.name}" begin Homebrew::Attestation.check_core_attestation formula.bottle - rescue Homebrew::Attestation::InvalidAttestationError => e + rescue Homebrew::Attestation::GhAuthNeeded + raise CannotInstallFormulaError, <<~EOS + The bottle for #{formula.name} could not be verified. + + This typically indicates a missing GitHub API token, which you + can resolve either by setting `HOMEBREW_GITHUB_API_TOKEN` or + by running: + + gh auth login + EOS + rescue Homebrew::Attestation::InvalidAttestationError => e raise CannotInstallFormulaError, <<~EOS The bottle for #{formula.name} has an invalid build provenance attestation. @@ -7898,15 +7918,15 @@

     
     
    -1322
    -1323
    -1324
    -1325
    -1326
    -1327
    +1332 +1333 +1334 +1335 +1336 +1337

    -
    # File 'formula_installer.rb', line 1322
    +      
    # File 'formula_installer.rb', line 1332
     
     def problem_if_output(output)
       return unless output
    @@ -7961,10 +7981,10 @@ 

     
     
    -224
    +221

    -
    # File 'sorbet/rbi/parlour.rbi', line 224
    +      
    # File 'sorbet/rbi/parlour.rbi', line 221
     
     def quiet?; end
    @@ -8179,10 +8199,10 @@

     
     
    -188
    +185

    -
    # File 'sorbet/rbi/parlour.rbi', line 188
    +      
    # File 'sorbet/rbi/parlour.rbi', line 185
     
     def show_header?; end
    @@ -8232,10 +8252,10 @@

     
     
    -185
    +182

    -
    # File 'sorbet/rbi/parlour.rbi', line 185
    +      
    # File 'sorbet/rbi/parlour.rbi', line 182
     
     def show_summary_heading?; end
    @@ -8459,10 +8479,10 @@

     
     
    -218
    +215

    -
    # File 'sorbet/rbi/parlour.rbi', line 218
    +      
    # File 'sorbet/rbi/parlour.rbi', line 215
     
     def verbose?; end
    diff --git a/docs/HeadSoftwareSpec.html b/docs/HeadSoftwareSpec.html index 8515143a0..396aedd56 100644 --- a/docs/HeadSoftwareSpec.html +++ b/docs/HeadSoftwareSpec.html @@ -226,13 +226,13 @@

     
     
    -273
    -274
    -275
    -276
    +278 +279 +280 +281

    -
    # File 'software_spec.rb', line 273
    +      
    # File 'software_spec.rb', line 278
     
     def initialize(flags: [])
       super
    @@ -265,12 +265,12 @@ 

     
     
    -278
    -279
    -280
    +283 +284 +285

    -
    # File 'software_spec.rb', line 278
    +      
    # File 'software_spec.rb', line 283
     
     def verify_download_integrity(_filename)
       # no-op
    diff --git a/docs/Homebrew.html b/docs/Homebrew.html
    index edacc93c7..f19293c6b 100644
    --- a/docs/Homebrew.html
    +++ b/docs/Homebrew.html
    @@ -89,7 +89,7 @@
       
    Defined in:
    extend/os/mac/cleanup.rb,
    - extend/os/linux/parser.rb,
    extend/os/linux/cleanup.rb,
    extend/os/linux/install.rb,
    extend/os/mac/diagnostic.rb,
    extend/os/linux/diagnostic.rb,
    extend/os/mac/dev-cmd/bottle.rb,
    extend/os/mac/missing_formula.rb,
    extend/os/mac/simulate_system.rb,
    extend/os/linux/simulate_system.rb,
    extend/os/linux/cmd/update-report.rb,
    extend/os/linux/dev-cmd/update-test.rb,
    api.rb,
    help.rb,
    fetch.rb,
    style.rb,
    utils.rb,
    global.rb,
    search.rb,
    unlink.rb,
    cleanup.rb,
    cmd/log.rb,
    cmd/pin.rb,
    cmd/tap.rb,
    install.rb,
    service.rb,
    upgrade.rb,
    api/cask.rb,
    cli/args.rb,
    cmd/deps.rb,
    cmd/desc.rb,
    cmd/docs.rb,
    cmd/help.rb,
    cmd/home.rb,
    cmd/info.rb,
    cmd/link.rb,
    cmd/list.rb,
    cmd/uses.rb,
    manpages.rb,
    settings.rb,
    cmd/--env.rb,
    cmd/fetch.rb,
    cmd/unpin.rb,
    cmd/untap.rb,
    reinstall.rb,
    uninstall.rb,
    cli/parser.rb,
    cmd/config.rb,
    cmd/doctor.rb,
    cmd/leaves.rb,
    cmd/search.rb,
    cmd/unlink.rb,
    dev-cmd/sh.rb,
    diagnostic.rb,
    env_config.rb,
    utils/gems.rb,
    api/formula.rb,
    attestation.rb,
    cmd/--cache.rb,
    cmd/cleanup.rb,
    cmd/command.rb,
    cmd/install.rb,
    cmd/migrate.rb,
    cmd/missing.rb,
    cmd/options.rb,
    cmd/readall.rb,
    cmd/upgrade.rb,
    completions.rb,
    dev-cmd/cat.rb,
    dev-cmd/irb.rb,
    tap_auditor.rb,
    api/download.rb,
    cmd/--cellar.rb,
    cmd/--prefix.rb,
    cmd/commands.rb,
    cmd/outdated.rb,
    cmd/tap-info.rb,
    dev-cmd/bump.rb,
    dev-cmd/edit.rb,
    dev-cmd/prof.rb,
    dev-cmd/ruby.rb,
    dev-cmd/test.rb,
    api/analytics.rb,
    cmd/analytics.rb,
    cmd/developer.rb,
    cmd/gist-logs.rb,
    cmd/reinstall.rb,
    cmd/uninstall.rb,
    dev-cmd/audit.rb,
    dev-cmd/style.rb,
    dev-cmd/tests.rb,
    bundle_version.rb,
    cli/named_args.rb,
    cmd/--caskroom.rb,
    cmd/autoremove.rb,
    cmd/pyenv-sync.rb,
    cmd/rbenv-sync.rb,
    dev-cmd/bottle.rb,
    dev-cmd/create.rb,
    dev-cmd/unpack.rb,
    sorbet/parlour.rb,
    cmd/completions.rb,
    cmd/nodenv-sync.rb,
    cmd/postinstall.rb,
    dev-cmd/extract.rb,
    dev-cmd/formula.rb,
    dev-cmd/linkage.rb,
    dev-cmd/pr-pull.rb,
    dev-cmd/release.rb,
    dev-cmd/rubydoc.rb,
    dev-cmd/tap-new.rb,
    formula_auditor.rb,
    formula_creator.rb,
    livecheck/error.rb,
    missing_formula.rb,
    simulate_system.rb,
    source_location.rb,
    abstract_command.rb,
    cmd/--repository.rb,
    resource_auditor.rb,
    cmd/update-report.rb,
    dev-cmd/livecheck.rb,
    dev-cmd/pr-upload.rb,
    dev-cmd/typecheck.rb,
    dev-cmd/unbottled.rb,
    formula_free_port.rb,
    dev-cmd/pr-publish.rb,
    formula_assertions.rb,
    livecheck/strategy.rb,
    bump_version_parser.rb,
    dev-cmd/update-test.rb,
    dev-cmd/vendor-gems.rb,
    livecheck/constants.rb,
    livecheck/livecheck.rb,
    dev-cmd/bump-cask-pr.rb,
    dev-cmd/pr-automerge.rb,
    formula_text_auditor.rb,
    manpages/parser/ronn.rb,
    dev-cmd/bump-revision.rb,
    dev-cmd/contributions.rb,
    livecheck/strategy/git.rb,
    livecheck/strategy/gnu.rb,
    livecheck/strategy/npm.rb,
    livecheck/strategy/xml.rb,
    dev-cmd/bump-formula-pr.rb,
    dev-cmd/update-sponsors.rb,
    livecheck/strategy/cpan.rb,
    livecheck/strategy/json.rb,
    livecheck/strategy/pypi.rb,
    livecheck/strategy/xorg.rb,
    livecheck/strategy/yaml.rb,
    manpages/converter/roff.rb,
    livecheck/strategy/crate.rb,
    livecheck/strategy/gnome.rb,
    unversioned_cask_checker.rb,
    dev-cmd/generate-cask-api.rb,
    livecheck/skip_conditions.rb,
    livecheck/strategy/apache.rb,
    dev-cmd/update-maintainers.rb,
    livecheck/strategy/hackage.rb,
    livecheck/strategy/sparkle.rb,
    dev-cmd/update-license-data.rb,
    livecheck/livecheck_version.rb,
    manpages/converter/kramdown.rb,
    dev-cmd/generate-formula-api.rb,
    dev-cmd/install-bundler-gems.rb,
    livecheck/strategy/bitbucket.rb,
    livecheck/strategy/launchpad.rb,
    dev-cmd/dispatch-build-bottle.rb,
    livecheck/strategy/page_match.rb,
    dev-cmd/bump-unversioned-casks.rb,
    dev-cmd/determine-test-runners.rb,
    livecheck/strategy/sourceforge.rb,
    cmd/postgresql-upgrade-database.rb,
    dev-cmd/update-python-resources.rb,
    livecheck/strategy/header_match.rb,
    dev-cmd/generate-man-completions.rb,
    livecheck/strategy/extract_plist.rb,
    livecheck/strategy/github_latest.rb,
    livecheck/strategy/github_releases.rb,
    livecheck/strategy/electron_builder.rb,
    global.rbi,
    service.rbi,
    utils/gems.rbi,
    sorbet/rbi/parlour.rbi,
    livecheck/livecheck.rbi
    + extend/os/linux/parser.rb,
    extend/os/linux/cleanup.rb,
    extend/os/linux/install.rb,
    extend/os/mac/diagnostic.rb,
    extend/os/linux/diagnostic.rb,
    extend/os/mac/dev-cmd/bottle.rb,
    extend/os/mac/missing_formula.rb,
    extend/os/mac/simulate_system.rb,
    extend/os/linux/simulate_system.rb,
    extend/os/linux/cmd/update-report.rb,
    extend/os/linux/dev-cmd/update-test.rb,
    api.rb,
    help.rb,
    fetch.rb,
    style.rb,
    utils.rb,
    global.rb,
    search.rb,
    unlink.rb,
    cleanup.rb,
    cmd/log.rb,
    cmd/pin.rb,
    cmd/tap.rb,
    install.rb,
    service.rb,
    upgrade.rb,
    api/cask.rb,
    cli/args.rb,
    cmd/deps.rb,
    cmd/desc.rb,
    cmd/docs.rb,
    cmd/help.rb,
    cmd/home.rb,
    cmd/info.rb,
    cmd/link.rb,
    cmd/list.rb,
    cmd/uses.rb,
    manpages.rb,
    settings.rb,
    cmd/--env.rb,
    cmd/fetch.rb,
    cmd/unpin.rb,
    cmd/untap.rb,
    reinstall.rb,
    uninstall.rb,
    cli/parser.rb,
    cmd/config.rb,
    cmd/doctor.rb,
    cmd/leaves.rb,
    cmd/search.rb,
    cmd/unlink.rb,
    dev-cmd/sh.rb,
    diagnostic.rb,
    env_config.rb,
    utils/gems.rb,
    api/formula.rb,
    attestation.rb,
    cmd/--cache.rb,
    cmd/cleanup.rb,
    cmd/command.rb,
    cmd/install.rb,
    cmd/migrate.rb,
    cmd/missing.rb,
    cmd/options.rb,
    cmd/readall.rb,
    cmd/upgrade.rb,
    completions.rb,
    dev-cmd/cat.rb,
    dev-cmd/irb.rb,
    tap_auditor.rb,
    api/download.rb,
    cmd/--cellar.rb,
    cmd/--prefix.rb,
    cmd/commands.rb,
    cmd/outdated.rb,
    cmd/tap-info.rb,
    dev-cmd/bump.rb,
    dev-cmd/edit.rb,
    dev-cmd/prof.rb,
    dev-cmd/ruby.rb,
    dev-cmd/test.rb,
    api/analytics.rb,
    cmd/analytics.rb,
    cmd/developer.rb,
    cmd/gist-logs.rb,
    cmd/reinstall.rb,
    cmd/uninstall.rb,
    dev-cmd/audit.rb,
    dev-cmd/style.rb,
    dev-cmd/tests.rb,
    bundle_version.rb,
    cli/named_args.rb,
    cmd/--caskroom.rb,
    cmd/autoremove.rb,
    cmd/pyenv-sync.rb,
    cmd/rbenv-sync.rb,
    dev-cmd/bottle.rb,
    dev-cmd/create.rb,
    dev-cmd/unpack.rb,
    sorbet/parlour.rb,
    cmd/completions.rb,
    cmd/nodenv-sync.rb,
    cmd/postinstall.rb,
    dev-cmd/extract.rb,
    dev-cmd/formula.rb,
    dev-cmd/linkage.rb,
    dev-cmd/pr-pull.rb,
    dev-cmd/release.rb,
    dev-cmd/rubydoc.rb,
    dev-cmd/tap-new.rb,
    formula_auditor.rb,
    formula_creator.rb,
    livecheck/error.rb,
    missing_formula.rb,
    simulate_system.rb,
    source_location.rb,
    abstract_command.rb,
    cmd/--repository.rb,
    resource_auditor.rb,
    cmd/update-report.rb,
    dev-cmd/livecheck.rb,
    dev-cmd/pr-upload.rb,
    dev-cmd/typecheck.rb,
    dev-cmd/unbottled.rb,
    formula_free_port.rb,
    dev-cmd/pr-publish.rb,
    formula_assertions.rb,
    livecheck/strategy.rb,
    bump_version_parser.rb,
    dev-cmd/update-test.rb,
    dev-cmd/vendor-gems.rb,
    livecheck/constants.rb,
    livecheck/livecheck.rb,
    dev-cmd/bump-cask-pr.rb,
    dev-cmd/pr-automerge.rb,
    manpages/parser/ronn.rb,
    dev-cmd/bump-revision.rb,
    dev-cmd/contributions.rb,
    livecheck/strategy/git.rb,
    livecheck/strategy/gnu.rb,
    livecheck/strategy/npm.rb,
    livecheck/strategy/xml.rb,
    dev-cmd/bump-formula-pr.rb,
    dev-cmd/update-sponsors.rb,
    livecheck/strategy/cpan.rb,
    livecheck/strategy/json.rb,
    livecheck/strategy/pypi.rb,
    livecheck/strategy/xorg.rb,
    livecheck/strategy/yaml.rb,
    manpages/converter/roff.rb,
    livecheck/strategy/crate.rb,
    livecheck/strategy/gnome.rb,
    unversioned_cask_checker.rb,
    dev-cmd/generate-cask-api.rb,
    livecheck/skip_conditions.rb,
    livecheck/strategy/apache.rb,
    dev-cmd/update-maintainers.rb,
    livecheck/strategy/hackage.rb,
    livecheck/strategy/sparkle.rb,
    dev-cmd/update-license-data.rb,
    livecheck/livecheck_version.rb,
    manpages/converter/kramdown.rb,
    dev-cmd/generate-formula-api.rb,
    dev-cmd/install-bundler-gems.rb,
    livecheck/strategy/bitbucket.rb,
    livecheck/strategy/launchpad.rb,
    dev-cmd/dispatch-build-bottle.rb,
    livecheck/strategy/page_match.rb,
    dev-cmd/bump-unversioned-casks.rb,
    dev-cmd/determine-test-runners.rb,
    livecheck/strategy/sourceforge.rb,
    cmd/postgresql-upgrade-database.rb,
    dev-cmd/update-python-resources.rb,
    livecheck/strategy/header_match.rb,
    dev-cmd/generate-man-completions.rb,
    livecheck/strategy/extract_plist.rb,
    livecheck/strategy/github_latest.rb,
    livecheck/strategy/github_releases.rb,
    livecheck/strategy/electron_builder.rb,
    global.rbi,
    service.rbi,
    utils/gems.rbi,
    sorbet/rbi/parlour.rbi,
    livecheck/livecheck.rbi
    @@ -117,7 +117,7 @@ - Classes: AbstractCommand, BumpVersionParser, BundleVersion, Cleanup, FormulaAuditor, FormulaCreator, FormulaTextAuditor, ResourceAuditor, Service, SimulateSystem, SourceLocation, TapAuditor, UnversionedCaskChecker + Classes: AbstractCommand, BumpVersionParser, BundleVersion, Cleanup, FormulaAuditor, FormulaCreator, ResourceAuditor, Service, SimulateSystem, SourceLocation, TapAuditor, UnversionedCaskChecker

    diff --git a/docs/Homebrew/Attestation.html b/docs/Homebrew/Attestation.html index 6915acdb8..df7facc4c 100644 --- a/docs/Homebrew/Attestation.html +++ b/docs/Homebrew/Attestation.html @@ -103,7 +103,7 @@ - Classes: InvalidAttestationError + Classes: GhAuthNeeded, InvalidAttestationError

    @@ -394,6 +394,19 @@

    Raises:

      +
    • + + + (GhAuthNeeded) + + + + — +

      on any authentication failures

      +
      + +
    • +
    • @@ -415,13 +428,6 @@

       
       
      -66
      -67
      -68
      -69
      -70
      -71
      -72
       73
       74
       75
      @@ -444,10 +450,26 @@ 

      92 93 94 -95

      +95 +96 +97 +98 +99 +100 +101 +102 +103 +104 +105 +106 +107 +108 +109 +110 +111

    -
    # File 'attestation.rb', line 66
    +      
    # File 'attestation.rb', line 73
     
     def self.check_attestation(bottle, signing_repo, signing_workflow = nil, subject = nil)
       cmd = [gh_executable, "attestation", "verify", bottle.cached_download, "--repo", signing_repo, "--format",
    @@ -455,9 +477,18 @@ 

    cmd += ["--cert-identity", signing_workflow] if signing_workflow.present? + # Fail early if we have no credentials. The command below invariably + # fails without them, so this saves us a network roundtrip before + # presenting the user with the same error. + credentials = GitHub::API.credentials + raise GhAuthNeeded, "missing credentials" if credentials.blank? + begin - output = Utils.safe_popen_read(*cmd) + output = Utils.safe_popen_read({ "GH_TOKEN" => credentials }, *cmd) rescue ErrorDuringExecution => e + # Even if we have credentials, they may be invalid or malformed. + raise GhAuthNeeded, "invalid credentials" if e.status.exitstatus == 4 + raise InvalidAttestationError, "attestation verification failed: #{e}" end @@ -545,6 +576,19 @@

    Raises:

      +
    • + + + (GhAuthNeeded) + + + + — +

      on any authentication failures

      +
      + +
    • +
    • @@ -566,23 +610,6 @@

       
       
      -107
      -108
      -109
      -110
      -111
      -112
      -113
      -114
      -115
      -116
      -117
      -118
      -119
      -120
      -121
      -122
      -123
       124
       125
       126
      @@ -601,10 +628,27 @@ 

      139 140 141 -142

      +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159

    -
    # File 'attestation.rb', line 107
    +      
    # File 'attestation.rb', line 124
     
     def self.check_core_attestation(bottle)
       begin
    @@ -690,17 +734,17 @@ 

     
     
    -40
    -41
    -42
    -43
    -44
    -45
     46
    -47
    +47 +48 +49 +50 +51 +52 +53

    -
    # File 'attestation.rb', line 40
    +      
    # File 'attestation.rb', line 46
     
     def self.gh_executable
       # NOTE: We disable HOMEBREW_VERIFY_ATTESTATIONS when installing `gh` itself,
    diff --git a/docs/Homebrew/Attestation/GhAuthNeeded.html b/docs/Homebrew/Attestation/GhAuthNeeded.html
    new file mode 100644
    index 000000000..6b2b0c967
    --- /dev/null
    +++ b/docs/Homebrew/Attestation/GhAuthNeeded.html
    @@ -0,0 +1,138 @@
    +
    +
    +  
    +    
    +
    +
    +  Exception: Homebrew::Attestation::GhAuthNeeded
    +  
    +    — Homebrew Ruby API
    +  
    +
    +
    +  
    +
    +  
    +
    +
    +
    +
    +  
    +
    +  
    +
    +
    +  
    +  
    +    
    +
    +    
    + + +

    Exception: Homebrew::Attestation::GhAuthNeeded + + + Private +

    +
    + +
    +
    Inherits:
    +
    + RuntimeError + +
      +
    • Object
    • + + + + + +
    + show all + +
    +
    + + + + + + + + + + + +
    +
    Defined in:
    +
    attestation.rb
    +
    + +
    + +

    Overview

    +
    +

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

    +

    Raised if attestation verification cannot continue due to missing +credentials.

    + + +
    +
    +
    + + +
    + + + + + + + + + +
    + + + +
    + + \ No newline at end of file diff --git a/docs/Homebrew/Cleanup.html b/docs/Homebrew/Cleanup.html index 7b8fdfcdc..0d1ae5e34 100644 --- a/docs/Homebrew/Cleanup.html +++ b/docs/Homebrew/Cleanup.html @@ -3430,10 +3430,10 @@

     
     
    -380
    +377

    -
    # File 'sorbet/rbi/parlour.rbi', line 380
    +      
    # File 'sorbet/rbi/parlour.rbi', line 377
     
     def dry_run?; end
    @@ -3483,10 +3483,10 @@

     
     
    -386
    +383

    -
    # File 'sorbet/rbi/parlour.rbi', line 386
    +      
    # File 'sorbet/rbi/parlour.rbi', line 383
     
     def prune?; end
    @@ -3760,10 +3760,10 @@

     
     
    -383
    +380

    -
    # File 'sorbet/rbi/parlour.rbi', line 383
    +      
    # File 'sorbet/rbi/parlour.rbi', line 380
     
     def scrub?; end
    diff --git a/docs/Homebrew/FormulaAuditor.html b/docs/Homebrew/FormulaAuditor.html index a34d70d97..1545bd717 100644 --- a/docs/Homebrew/FormulaAuditor.html +++ b/docs/Homebrew/FormulaAuditor.html @@ -655,27 +655,6 @@

    - private - -
    - - - - - -
  • - - - #audit_keg_only_reason ⇒ Object - - - - - - - - - private
    @@ -1166,6 +1145,7 @@

     
     
    +17
     18
     19
     20
    @@ -1189,11 +1169,10 @@ 

    38 39 40 -41 -42

    +41

  • -
    # File 'formula_auditor.rb', line 18
    +      
    # File 'formula_auditor.rb', line 17
     
     def initialize(formula, options = {})
       @formula = formula
    @@ -1212,7 +1191,7 @@ 

    @core_tap = formula.tap&.core_tap? || options[:core_tap] @problems = [] @new_formula_problems = [] - @text = FormulaTextAuditor.new(formula.path) + @text = formula.path.open("rb", &:read) @specs = %w[stable head].filter_map { |s| formula.send(s) } @spdx_license_data = options[:spdx_license_data] @spdx_exception_data = options[:spdx_exception_data] @@ -1261,12 +1240,12 @@

     
     
    +15
     16
    -17
    -18
    +17

    -
    # File 'formula_auditor.rb', line 16
    +      
    # File 'formula_auditor.rb', line 15
     
     def formula
       @formula
    @@ -1307,12 +1286,12 @@ 

     
     
    +15
     16
    -17
    -18
    +17

    -
    # File 'formula_auditor.rb', line 16
    +      
    # File 'formula_auditor.rb', line 15
     
     def new_formula_problems
       @new_formula_problems
    @@ -1353,12 +1332,12 @@ 

     
     
    +15
     16
    -17
    -18
    +17

    -
    # File 'formula_auditor.rb', line 16
    +      
    # File 'formula_auditor.rb', line 15
     
     def problems
       @problems
    @@ -1399,12 +1378,12 @@ 

     
     
    +15
     16
    -17
    -18
    +17

    -
    # File 'formula_auditor.rb', line 16
    +      
    # File 'formula_auditor.rb', line 15
     
     def text
       @text
    @@ -1450,13 +1429,13 @@ 

     
     
    +137
     138
     139
    -140
    -141
    +140

    -
    # File 'formula_auditor.rb', line 138
    +      
    # File 'formula_auditor.rb', line 137
     
     def self.aliases
       # core aliases + tap alias names + tap alias full name
    @@ -1502,21 +1481,21 @@ 

     
     
    -955
    -956
    -957
    -958
    -959
    -960
    -961
    -962
    -963
    -964
    -965
    -966
    +944 +945 +946 +947 +948 +949 +950 +951 +952 +953 +954 +955

    -
    # File 'formula_auditor.rb', line 955
    +      
    # File 'formula_auditor.rb', line 944
     
     def audit
       only_audits = @only
    @@ -1564,18 +1543,18 @@ 

     
     
    -669
    -670
    -671
    -672
    -673
    -674
    -675
    -676
    -677
    +658 +659 +660 +661 +662 +663 +664 +665 +666

    -
    # File 'formula_auditor.rb', line 669
    +      
    # File 'formula_auditor.rb', line 658
     
     def audit_bitbucket_repository
       user, repo = get_repo_data(%r{https?://bitbucket\.org/([^/]+)/([^/]+)/?.*}) if @new_formula
    @@ -1620,18 +1599,18 @@ 

     
     
    -566
    -567
    -568
    -569
    -570
    -571
    -572
    -573
    -574
    +555 +556 +557 +558 +559 +560 +561 +562 +563

    -
    # File 'formula_auditor.rb', line 566
    +      
    # File 'formula_auditor.rb', line 555
     
     def audit_bottle_spec
       # special case: new versioned formulae should be audited
    @@ -1676,6 +1655,7 @@ 

     
     
    +415
     416
     417
     418
    @@ -1710,11 +1690,10 @@ 

    447 448 449 -450 -451

    +450

    -
    # File 'formula_auditor.rb', line 416
    +      
    # File 'formula_auditor.rb', line 415
     
     def audit_conflicts
       tap = formula.tap
    @@ -1786,6 +1765,7 @@ 

     
     
    +258
     259
     260
     261
    @@ -1940,11 +1920,10 @@ 

    410 411 412 -413 -414

    +413

    -
    # File 'formula_auditor.rb', line 259
    +      
    # File 'formula_auditor.rb', line 258
     
     def audit_deps
       @specs.each do |spec|
    @@ -2136,6 +2115,17 @@ 

     
     
    +565
    +566
    +567
    +568
    +569
    +570
    +571
    +572
    +573
    +574
    +575
     576
     577
     578
    @@ -2150,21 +2140,10 @@ 

    587 588 589 -590 -591 -592 -593 -594 -595 -596 -597 -598 -599 -600 -601

    +590

    -
    # File 'formula_auditor.rb', line 576
    +      
    # File 'formula_auditor.rb', line 565
     
     def audit_eol
       return unless @online
    @@ -2226,6 +2205,7 @@ 

     
     
    +54
     55
     56
     57
    @@ -2306,11 +2286,10 @@ 

    132 133 134 -135 -136

    +135

    -
    # File 'formula_auditor.rb', line 55
    +      
    # File 'formula_auditor.rb', line 54
     
     def audit_file
       if formula.core_formula? && @versioned_formula
    @@ -2428,6 +2407,7 @@ 

     
     
    +163
     164
     165
     166
    @@ -2451,11 +2431,10 @@ 

    184 185 186 -187 -188

    +187

    -
    # File 'formula_auditor.rb', line 164
    +      
    # File 'formula_auditor.rb', line 163
     
     def audit_formula_name
       name = formula.name
    @@ -2516,16 +2495,16 @@ 

     
     
    +452
     453
     454
     455
     456
     457
    -458
    -459
    +458

    -
    # File 'formula_auditor.rb', line 453
    +      
    # File 'formula_auditor.rb', line 452
     
     def audit_gcc_dependency
       return unless @core_tap
    @@ -2568,19 +2547,19 @@ 

     
     
    -648
    -649
    -650
    -651
    -652
    -653
    -654
    -655
    -656
    -657
    +637 +638 +639 +640 +641 +642 +643 +644 +645 +646

    -
    # File 'formula_auditor.rb', line 648
    +      
    # File 'formula_auditor.rb', line 637
     
     def audit_github_repository
       user, repo = get_repo_data(%r{https?://github\.com/([^/]+)/([^/]+)/?.*}) if @new_formula
    @@ -2626,20 +2605,20 @@ 

     
     
    -624
    -625
    -626
    -627
    -628
    -629
    -630
    -631
    -632
    -633
    -634
    +613 +614 +615 +616 +617 +618 +619 +620 +621 +622 +623

    -
    # File 'formula_auditor.rb', line 624
    +      
    # File 'formula_auditor.rb', line 613
     
     def audit_github_repository_archived
       return if formula.deprecated? || formula.disabled?
    @@ -2686,18 +2665,18 @@ 

     
     
    -659
    -660
    -661
    -662
    -663
    -664
    -665
    -666
    -667
    +648 +649 +650 +651 +652 +653 +654 +655 +656

    -
    # File 'formula_auditor.rb', line 659
    +      
    # File 'formula_auditor.rb', line 648
     
     def audit_gitlab_repository
       user, repo = get_repo_data(%r{https?://gitlab\.com/([^/]+)/([^/]+)/?.*}) if @new_formula
    @@ -2742,20 +2721,20 @@ 

     
     
    -636
    -637
    -638
    -639
    -640
    -641
    -642
    -643
    -644
    -645
    -646
    +625 +626 +627 +628 +629 +630 +631 +632 +633 +634 +635

    -
    # File 'formula_auditor.rb', line 636
    +      
    # File 'formula_auditor.rb', line 625
     
     def audit_gitlab_repository_archived
       return if formula.deprecated? || formula.disabled?
    @@ -2802,6 +2781,7 @@ 

     
     
    +475
     476
     477
     478
    @@ -2810,11 +2790,10 @@ 

    481 482 483 -484 -485

    +484

    -
    # File 'formula_auditor.rb', line 476
    +      
    # File 'formula_auditor.rb', line 475
     
     def audit_glibc
       return unless @core_tap
    @@ -2860,6 +2839,17 @@ 

     
     
    +526
    +527
    +528
    +529
    +530
    +531
    +532
    +533
    +534
    +535
    +536
     537
     538
     539
    @@ -2876,21 +2866,10 @@ 

    550 551 552 -553 -554 -555 -556 -557 -558 -559 -560 -561 -562 -563 -564

    +553

    -
    # File 'formula_auditor.rb', line 537
    +      
    # File 'formula_auditor.rb', line 526
     
     def audit_homepage
       homepage = formula.homepage
    @@ -2923,62 +2902,6 @@ 

    - - -
    -

    - - #audit_keg_only_reasonObject - - - - - -

    -
    -

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

    - - -
    -
    -
    - - -
    - - - - -
    -
    -
    -
    -513
    -514
    -515
    -516
    -517
    -518
    -519
    -520
    -521
    -
    -
    # File 'formula_auditor.rb', line 513
    -
    -def audit_keg_only_reason
    -  return unless @core_tap
    -  return unless formula.keg_only?
    -
    -  keg_only_message = text.to_s.match(/keg_only\s+["'](.*)["']/)&.captures&.first
    -  return unless keg_only_message&.include?("HOMEBREW_PREFIX")
    -
    -  problem "`keg_only` reason should not include `HOMEBREW_PREFIX` as it creates confusing `brew info` output."
    -end
    -
    @@ -3010,6 +2933,7 @@

     
     
    +197
     198
     199
     200
    @@ -3068,11 +2992,10 @@ 

    253 254 255 -256 -257

    +256

    -
    # File 'formula_auditor.rb', line 198
    +      
    # File 'formula_auditor.rb', line 197
     
     def audit_license
       if formula.license.present?
    @@ -3168,6 +3091,7 @@ 

     
     
    +460
     461
     462
     463
    @@ -3180,11 +3104,10 @@ 

    470 471 472 -473 -474

    +473

    -
    # File 'formula_auditor.rb', line 461
    +      
    # File 'formula_auditor.rb', line 460
     
     def audit_postgresql
       return if formula.name != "postgresql"
    @@ -3234,19 +3157,19 @@ 

     
     
    -936
    -937
    -938
    -939
    -940
    -941
    -942
    -943
    -944
    -945
    +925 +926 +927 +928 +929 +930 +931 +932 +933 +934

    -
    # File 'formula_auditor.rb', line 936
    +      
    # File 'formula_auditor.rb', line 925
     
     def audit_prefix_has_contents
       return unless formula.prefix.directory?
    @@ -3292,6 +3215,7 @@ 

     
     
    +501
     502
     503
     504
    @@ -3300,11 +3224,10 @@ 

    507 508 509 -510 -511

    +510

    -
    # File 'formula_auditor.rb', line 502
    +      
    # File 'formula_auditor.rb', line 501
     
     def audit_relicensed_formulae
       return unless RELICENSED_FORMULAE_VERSIONS.key? formula.name
    @@ -3350,21 +3273,21 @@ 

     
     
    -923
    -924
    -925
    -926
    -927
    -928
    -929
    -930
    -931
    -932
    -933
    -934
    +912 +913 +914 +915 +916 +917 +918 +919 +920 +921 +922 +923

    -
    # File 'formula_auditor.rb', line 923
    +      
    # File 'formula_auditor.rb', line 912
     
     def audit_reverse_migration
       # Only enforce for new formula being re-added to core
    @@ -3412,6 +3335,17 @@ 

     
     
    +820
    +821
    +822
    +823
    +824
    +825
    +826
    +827
    +828
    +829
    +830
     831
     832
     833
    @@ -3428,21 +3362,10 @@ 

    844 845 846 -847 -848 -849 -850 -851 -852 -853 -854 -855 -856 -857 -858

    +847

    -
    # File 'formula_auditor.rb', line 831
    +      
    # File 'formula_auditor.rb', line 820
     
     def audit_revision
       new_formula_problem("New formulae should not define a revision.") if @new_formula && !formula.revision.zero?
    @@ -3506,6 +3429,17 @@ 

     
     
    +682
    +683
    +684
    +685
    +686
    +687
    +688
    +689
    +690
    +691
    +692
     693
     694
     695
    @@ -3613,21 +3547,10 @@ 

    797 798 799 -800 -801 -802 -803 -804 -805 -806 -807 -808 -809 -810 -811

    +800

    -
    # File 'formula_auditor.rb', line 693
    +      
    # File 'formula_auditor.rb', line 682
     
     def audit_specs
       problem "Head-only (no stable download)" if head_only?(formula)
    @@ -3782,26 +3705,26 @@ 

     
     
    +802
    +803
    +804
    +805
    +806
    +807
    +808
    +809
    +810
    +811
    +812
     813
     814
     815
     816
     817
    -818
    -819
    -820
    -821
    -822
    -823
    -824
    -825
    -826
    -827
    -828
    -829
    +818

    -
    # File 'formula_auditor.rb', line 813
    +      
    # File 'formula_auditor.rb', line 802
     
     def audit_stable_version
       return unless @git
    @@ -3854,6 +3777,7 @@ 

     
     
    +43
     44
     45
     46
    @@ -3862,11 +3786,10 @@ 

    49 50 51 -52 -53

    +52

    -
    # File 'formula_auditor.rb', line 44
    +      
    # File 'formula_auditor.rb', line 43
     
     def audit_style
       return unless @style_offenses
    @@ -3912,6 +3835,7 @@ 

     
     
    +142
     143
     144
     145
    @@ -3930,11 +3854,10 @@ 

    158 159 160 -161 -162

    +161

    -
    # File 'formula_auditor.rb', line 143
    +      
    # File 'formula_auditor.rb', line 142
     
     def audit_synced_versions_formulae
       return unless formula.synced_with_other_formulae?
    @@ -3990,27 +3913,27 @@ 

     
     
    +893
    +894
    +895
    +896
    +897
    +898
    +899
    +900
    +901
    +902
    +903
     904
     905
     906
     907
     908
     909
    -910
    -911
    -912
    -913
    -914
    -915
    -916
    -917
    -918
    -919
    -920
    -921
    +910

    -
    # File 'formula_auditor.rb', line 904
    +      
    # File 'formula_auditor.rb', line 893
     
     def audit_text
       bin_names = Set.new
    @@ -4064,6 +3987,17 @@ 

     
     
    +869
    +870
    +871
    +872
    +873
    +874
    +875
    +876
    +877
    +878
    +879
     880
     881
     882
    @@ -4075,21 +4009,10 @@ 

    888 889 890 -891 -892 -893 -894 -895 -896 -897 -898 -899 -900 -901 -902

    +891

    -
    # File 'formula_auditor.rb', line 880
    +      
    # File 'formula_auditor.rb', line 869
     
     def audit_unconfirmed_checksum_change
       return unless @git
    @@ -4148,6 +4071,17 @@ 

     
     
    +849
    +850
    +851
    +852
    +853
    +854
    +855
    +856
    +857
    +858
    +859
     860
     861
     862
    @@ -4155,21 +4089,10 @@ 

    864 865 866 -867 -868 -869 -870 -871 -872 -873 -874 -875 -876 -877 -878

    +867

    -
    # File 'formula_auditor.rb', line 860
    +      
    # File 'formula_auditor.rb', line 849
     
     def audit_version_scheme
       return unless @git
    @@ -4224,22 +4147,22 @@ 

     
     
    +512
    +513
    +514
    +515
    +516
    +517
    +518
    +519
    +520
    +521
    +522
     523
    -524
    -525
    -526
    -527
    -528
    -529
    -530
    -531
    -532
    -533
    -534
    -535
    +524

    -
    # File 'formula_auditor.rb', line 523
    +      
    # File 'formula_auditor.rb', line 512
     
     def audit_versioned_keg_only
       return unless @versioned_formula
    @@ -4288,6 +4211,17 @@ 

     
     
    +592
    +593
    +594
    +595
    +596
    +597
    +598
    +599
    +600
    +601
    +602
     603
     604
     605
    @@ -4296,21 +4230,10 @@ 

    608 609 610 -611 -612 -613 -614 -615 -616 -617 -618 -619 -620 -621 -622

    +611

    -
    # File 'formula_auditor.rb', line 603
    +      
    # File 'formula_auditor.rb', line 592
     
     def audit_wayback_url
       return unless @strict
    @@ -4366,22 +4289,22 @@ 

     
     
    +668
    +669
    +670
    +671
    +672
    +673
    +674
    +675
    +676
    +677
    +678
     679
    -680
    -681
    -682
    -683
    -684
    -685
    -686
    -687
    -688
    -689
    -690
    -691
    +680

    -
    # File 'formula_auditor.rb', line 679
    +      
    # File 'formula_auditor.rb', line 668
     
     def get_repo_data(regex)
       return unless @core_tap
    @@ -4430,12 +4353,12 @@ 

     
     
    -951
    -952
    -953
    +940 +941 +942

    -
    # File 'formula_auditor.rb', line 951
    +      
    # File 'formula_auditor.rb', line 940
     
     def problem_if_output(output)
       problem(output) if output
    @@ -4474,12 +4397,12 @@ 

     
     
    -947
    -948
    -949
    +936 +937 +938

    -
    # File 'formula_auditor.rb', line 947
    +      
    # File 'formula_auditor.rb', line 936
     
     def quote_dep(dep)
       dep.is_a?(Symbol) ? dep.inspect : "'#{dep}'"
    diff --git a/docs/Homebrew/FormulaTextAuditor.html b/docs/Homebrew/FormulaTextAuditor.html
    deleted file mode 100644
    index 6c2a08c75..000000000
    --- a/docs/Homebrew/FormulaTextAuditor.html
    +++ /dev/null
    @@ -1,646 +0,0 @@
    -
    -
    -  
    -    
    -
    -
    -  Class: Homebrew::FormulaTextAuditor
    -  
    -    — Homebrew Ruby API
    -  
    -
    -
    -  
    -
    -  
    -
    -
    -
    -
    -  
    -
    -  
    -
    -
    -  
    -  
    -    
    -
    -    
    - - -

    Class: Homebrew::FormulaTextAuditor - - - Private -

    -
    - -
    -
    Inherits:
    -
    - Object - -
      -
    • Object
    • - - - -
    - show all - -
    -
    - - - - - - - - - - - -
    -
    Defined in:
    -
    formula_text_auditor.rb
    -
    - -
    - -

    Overview

    -
    -

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

    -

    Auditor for checking common violations in Formula text content.

    - - -
    -
    -
    - - -
    - - - - - - - -

    - Instance Method Summary - collapse -

    - - - - -
    -

    Constructor Details

    - -
    -

    - - #initialize(path) ⇒ FormulaTextAuditor - - - - - -

    -
    -

    - 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 a new instance of FormulaTextAuditor.

    - - -
    -
    -
    - - -
    - - - - -
    -
    -
    -
    -7
    -8
    -9
    -10
    -
    -
    # File 'formula_text_auditor.rb', line 7
    -
    -def initialize(path)
    -  @text = path.open("rb", &:read)
    -  @lines = @text.lines.to_a
    -end
    -
    -
    - -
    - - -
    -

    Instance Method Details

    - - -
    -

    - - #=~(other) ⇒ Object - - - - - -

    -
    -

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

    - - -
    -
    -
    - - -
    - - - - -
    -
    -
    -
    -20
    -21
    -22
    -
    -
    # File 'formula_text_auditor.rb', line 20
    -
    -def =~(other)
    -  other =~ @text
    -end
    -
    -
    - -
    -

    - - #include?(string) ⇒ 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) - - - -
    • - -
    - -
    - - - - -
    -
    -
    -
    -24
    -25
    -26
    -
    -
    # File 'formula_text_auditor.rb', line 24
    -
    -def include?(string)
    -  @text.include? string
    -end
    -
    -
    - -
    -

    - - #line_number(regex, skip = 0) ⇒ Object - - - - - -

    -
    -

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

    - - -
    -
    -
    - - -
    - - - - -
    -
    -
    -
    -33
    -34
    -35
    -36
    -
    -
    # File 'formula_text_auditor.rb', line 33
    -
    -def line_number(regex, skip = 0)
    -  index = @lines.drop(skip).index { |line| line.match?(regex) }
    -  index ? index + 1 : nil
    -end
    -
    -
    - -
    -

    - - #reverse_line_number(regex) ⇒ Object - - - - - -

    -
    -

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

    - - -
    -
    -
    - - -
    - - - - -
    -
    -
    -
    -38
    -39
    -40
    -41
    -
    -
    # File 'formula_text_auditor.rb', line 38
    -
    -def reverse_line_number(regex)
    -  index = @lines.reverse.index { |line| line.match?(regex) }
    -  index ? @lines.count - index : nil
    -end
    -
    -
    - -
    -

    - - #trailing_newline?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) - - - -
    • - -
    - -
    - - - - -
    -
    -
    -
    -16
    -17
    -18
    -
    -
    # File 'formula_text_auditor.rb', line 16
    -
    -def trailing_newline?
    -  /\Z\n/.match?(@text)
    -end
    -
    -
    - -
    -

    - - #without_patchObject - - - - - -

    -
    -

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

    - - -
    -
    -
    - - -
    - - - - -
    -
    -
    -
    -12
    -13
    -14
    -
    -
    # File 'formula_text_auditor.rb', line 12
    -
    -def without_patch
    -  @text.split("\n__END__").first
    -end
    -
    -
    - -
    - -
    - - - -
    - - \ No newline at end of file diff --git a/docs/Homebrew/Service.html b/docs/Homebrew/Service.html index 9d69db25f..9c2eb441c 100644 --- a/docs/Homebrew/Service.html +++ b/docs/Homebrew/Service.html @@ -1832,10 +1832,10 @@

     
     
    -391
    +388

    -
    # File 'sorbet/rbi/parlour.rbi', line 391
    +      
    # File 'sorbet/rbi/parlour.rbi', line 388
     
     def bin(*args, **options, &block); end
    @@ -2467,10 +2467,10 @@

     
     
    -394
    +391

    -
    # File 'sorbet/rbi/parlour.rbi', line 394
    +      
    # File 'sorbet/rbi/parlour.rbi', line 391
     
     def etc(*args, **options, &block); end
    @@ -3022,10 +3022,10 @@

     
     
    -397
    +394

    -
    # File 'sorbet/rbi/parlour.rbi', line 397
    +      
    # File 'sorbet/rbi/parlour.rbi', line 394
     
     def libexec(*args, **options, &block); end
    @@ -3479,10 +3479,10 @@

     
     
    -400
    +397

    -
    # File 'sorbet/rbi/parlour.rbi', line 400
    +      
    # File 'sorbet/rbi/parlour.rbi', line 397
     
     def opt_bin(*args, **options, &block); end
    @@ -3569,10 +3569,10 @@

     
     
    -403
    +400

    -
    # File 'sorbet/rbi/parlour.rbi', line 403
    +      
    # File 'sorbet/rbi/parlour.rbi', line 400
     
     def opt_libexec(*args, **options, &block); end
    @@ -3659,10 +3659,10 @@

     
     
    -406
    +403

    -
    # File 'sorbet/rbi/parlour.rbi', line 406
    +      
    # File 'sorbet/rbi/parlour.rbi', line 403
     
     def opt_pkgshare(*args, **options, &block); end
    @@ -3749,10 +3749,10 @@

     
     
    -409
    +406

    -
    # File 'sorbet/rbi/parlour.rbi', line 409
    +      
    # File 'sorbet/rbi/parlour.rbi', line 406
     
     def opt_prefix(*args, **options, &block); end
    @@ -3839,10 +3839,10 @@

     
     
    -412
    +409

    -
    # File 'sorbet/rbi/parlour.rbi', line 412
    +      
    # File 'sorbet/rbi/parlour.rbi', line 409
     
     def opt_sbin(*args, **options, &block); end
    @@ -5638,10 +5638,10 @@

     
     
    -415
    +412

    -
    # File 'sorbet/rbi/parlour.rbi', line 415
    +      
    # File 'sorbet/rbi/parlour.rbi', line 412
     
     def var(*args, **options, &block); end
    diff --git a/docs/Livecheck.html b/docs/Livecheck.html index 26e150ea7..4e82f026c 100644 --- a/docs/Livecheck.html +++ b/docs/Livecheck.html @@ -759,10 +759,10 @@

     
     
    -235
    +232

    -
    # File 'sorbet/rbi/parlour.rbi', line 235
    +      
    # File 'sorbet/rbi/parlour.rbi', line 232
     
     def arch(*args, **options, &block); end
    @@ -1609,10 +1609,10 @@

     
     
    -232
    +229

    -
    # File 'sorbet/rbi/parlour.rbi', line 232
    +      
    # File 'sorbet/rbi/parlour.rbi', line 229
     
     def version(*args, **options, &block); end
    diff --git a/docs/MachOShim.html b/docs/MachOShim.html index e699f17a3..6b96daa0d 100644 --- a/docs/MachOShim.html +++ b/docs/MachOShim.html @@ -992,10 +992,10 @@

     
     
    -240
    +237

    -
    # File 'sorbet/rbi/parlour.rbi', line 240
    +      
    # File 'sorbet/rbi/parlour.rbi', line 237
     
     def dylib_id(*args, **options, &block); end
    diff --git a/docs/PkgVersion.html b/docs/PkgVersion.html index ff8f43e9a..07c4d9577 100644 --- a/docs/PkgVersion.html +++ b/docs/PkgVersion.html @@ -747,10 +747,10 @@

     
     
    -245
    +242

    -
    # File 'sorbet/rbi/parlour.rbi', line 245
    +      
    # File 'sorbet/rbi/parlour.rbi', line 242
     
     def major(*args, **options, &block); end
    @@ -837,10 +837,10 @@

     
     
    -254
    +251

    -
    # File 'sorbet/rbi/parlour.rbi', line 254
    +      
    # File 'sorbet/rbi/parlour.rbi', line 251
     
     def major_minor(*args, **options, &block); end
    @@ -927,10 +927,10 @@

     
     
    -257
    +254

    -
    # File 'sorbet/rbi/parlour.rbi', line 257
    +      
    # File 'sorbet/rbi/parlour.rbi', line 254
     
     def major_minor_patch(*args, **options, &block); end
    @@ -1017,10 +1017,10 @@

     
     
    -248
    +245

    -
    # File 'sorbet/rbi/parlour.rbi', line 248
    +      
    # File 'sorbet/rbi/parlour.rbi', line 245
     
     def minor(*args, **options, &block); end
    @@ -1107,10 +1107,10 @@

     
     
    -251
    +248

    -
    # File 'sorbet/rbi/parlour.rbi', line 251
    +      
    # File 'sorbet/rbi/parlour.rbi', line 248
     
     def patch(*args, **options, &block); end
    diff --git a/docs/PourBottleCheck.html b/docs/PourBottleCheck.html index a06638bed..b4015dc72 100644 --- a/docs/PourBottleCheck.html +++ b/docs/PourBottleCheck.html @@ -227,12 +227,12 @@

     
     
    -645
    -646
    -647
    +650 +651 +652

    -
    # File 'software_spec.rb', line 645
    +      
    # File 'software_spec.rb', line 650
     
     def initialize(formula)
       @formula = formula
    @@ -264,12 +264,12 @@ 

     
     
    -649
    -650
    -651
    +654 +655 +656

    -
    # File 'software_spec.rb', line 649
    +      
    # File 'software_spec.rb', line 654
     
     def reason(reason)
       @formula.pour_bottle_check_unsatisfied_reason = reason
    @@ -294,12 +294,12 @@ 

     
     
    -653
    -654
    -655
    +658 +659 +660

    -
    # File 'software_spec.rb', line 653
    +      
    # File 'software_spec.rb', line 658
     
     def satisfy(&block)
       @formula.send(:define_method, :pour_bottle?, &block)
    diff --git a/docs/Requirement.html b/docs/Requirement.html
    index c336923cb..c16042f11 100644
    --- a/docs/Requirement.html
    +++ b/docs/Requirement.html
    @@ -1144,10 +1144,10 @@ 

     
     
    -265
    +262

    -
    # File 'sorbet/rbi/parlour.rbi', line 265
    +      
    # File 'sorbet/rbi/parlour.rbi', line 262
     
     def self.cask(arg = T.unsafe(nil)); end
    @@ -1214,10 +1214,10 @@

     
     
    -268
    +265

    -
    # File 'sorbet/rbi/parlour.rbi', line 268
    +      
    # File 'sorbet/rbi/parlour.rbi', line 265
     
     def self.download(arg = T.unsafe(nil)); end
    @@ -1435,10 +1435,10 @@

     
     
    -262
    +259

    -
    # File 'sorbet/rbi/parlour.rbi', line 262
    +      
    # File 'sorbet/rbi/parlour.rbi', line 259
     
     def self.fatal(arg = T.unsafe(nil)); end
    diff --git a/docs/RuboCop/Cop/FormulaAudit/Text.html b/docs/RuboCop/Cop/FormulaAudit/Text.html index 5aec581d0..72268d869 100644 --- a/docs/RuboCop/Cop/FormulaAudit/Text.html +++ b/docs/RuboCop/Cop/FormulaAudit/Text.html @@ -349,7 +349,14 @@

    94 95 96 -97

    +97 +98 +99 +100 +101 +102 +103 +104
    # File 'rubocops/text.rb', line 13
    @@ -374,8 +381,15 @@ 

    problem "Formulae should not depend on both OpenSSL and LibreSSL (even optionally)." end - if formula_tap == "homebrew-core" && (depends_on?("veclibfort") || depends_on?("lapack")) - problem "Formulae in homebrew/core should use OpenBLAS as the default serial linear algebra library." + if formula_tap == "homebrew-core" + if depends_on?("veclibfort") || depends_on?("lapack") + problem "Formulae in homebrew/core should use OpenBLAS as the default serial linear algebra library." + end + + if find_node_method_by_name(body_node, :keg_only)&.source&.include?("HOMEBREW_PREFIX") + problem "`keg_only` reason should not include `HOMEBREW_PREFIX` " \ + "as it creates confusing `brew info` output." + end end unless method_called_ever?(body_node, :go_resource) diff --git a/docs/RuboCop/Cop/FormulaAuditStrict/Text.html b/docs/RuboCop/Cop/FormulaAuditStrict/Text.html index f9f99429c..e8a334f23 100644 --- a/docs/RuboCop/Cop/FormulaAuditStrict/Text.html +++ b/docs/RuboCop/Cop/FormulaAuditStrict/Text.html @@ -302,13 +302,6 @@

     
     
    -109
    -110
    -111
    -112
    -113
    -114
    -115
     116
     117
     118
    @@ -328,10 +321,17 @@ 

    132 133 134 -135

    +135 +136 +137 +138 +139 +140 +141 +142

    -
    # File 'rubocops/text.rb', line 109
    +      
    # File 'rubocops/text.rb', line 116
     
     def audit_formula(_node, _class_node, _parent_class_node, body_node)
       return if body_node.nil?
    @@ -509,12 +509,12 @@ 

     
     
    -138
    -139
    -140
    +145 +146 +147

    -
    # File 'rubocops/text.rb', line 138
    +      
    # File 'rubocops/text.rb', line 145
     
     def path_starts_with?(path, starts_with)
       path.match?(%r{^#{Regexp.escape(starts_with)}(/| |$)})
    diff --git a/docs/SoftwareSpec.html b/docs/SoftwareSpec.html
    index bb7c44a2f..16aed2fa8 100644
    --- a/docs/SoftwareSpec.html
    +++ b/docs/SoftwareSpec.html
    @@ -922,7 +922,7 @@ 

  • - #resource(name, klass = Resource, &block) ⇒ Object + #resource(name, klass = Resource, &block) ⇒ Resource? @@ -932,7 +932,7 @@

    - + private
    @@ -1673,18 +1673,18 @@

     
     
    -261
    -262
    -263
    -264
    -265
     266
     267
     268
    -269
    +269 +270 +271 +272 +273 +274

  • -
    # File 'software_spec.rb', line 261
    +      
    # File 'software_spec.rb', line 266
     
     def add_dep_option(dep)
       dep.option_names.each do |name|
    @@ -1903,12 +1903,12 @@ 

     
     
    -214
    -215
    -216
    +219 +220 +221

    -
    # File 'software_spec.rb', line 214
    +      
    # File 'software_spec.rb', line 219
     
     def declared_deps
       dependency_collector.deps
    @@ -1933,13 +1933,13 @@ 

     
     
    -185
    -186
    -187
    -188
    +190 +191 +192 +193

    -
    # File 'software_spec.rb', line 185
    +      
    # File 'software_spec.rb', line 190
     
     def depends_on(spec)
       dep = dependency_collector.add(spec)
    @@ -1987,11 +1987,6 @@ 

     
     
    -163
    -164
    -165
    -166
    -167
     168
     169
     170
    @@ -2007,10 +2002,15 @@ 

    180 181 182 -183

    +183 +184 +185 +186 +187 +188

    -
    # File 'software_spec.rb', line 163
    +      
    # File 'software_spec.rb', line 168
     
     def deprecated_option(hash)
       raise ArgumentError, "deprecated_option hash must not be empty" if hash.empty?
    @@ -2053,12 +2053,12 @@ 

     
     
    -210
    -211
    -212
    +215 +216 +217

    -
    # File 'software_spec.rb', line 210
    +      
    # File 'software_spec.rb', line 215
     
     def deps
       dependency_collector.deps.dup_without_system_deps
    @@ -2083,12 +2083,12 @@ 

     
     
    -251
    -252
    -253
    +256 +257 +258

    -
    # File 'software_spec.rb', line 251
    +      
    # File 'software_spec.rb', line 256
     
     def fails_with(compiler, &block)
       compiler_failures << CompilerFailure.create(compiler, &block)
    @@ -2165,13 +2165,13 @@ 

     
     
    -140
    -141
    -142
    -143
    +145 +146 +147 +148

    -
    # File 'software_spec.rb', line 140
    +      
    # File 'software_spec.rb', line 145
     
     def go_resource(name, &block)
       # odeprecated "`SoftwareSpec#go_resource`", "Go modules"
    @@ -2249,14 +2249,14 @@ 

     
     
    -255
    -256
    -257
    -258
    -259
    +260 +261 +262 +263 +264

    -
    # File 'software_spec.rb', line 255
    +      
    # File 'software_spec.rb', line 260
     
     def needs(*standards)
       standards.each do |standard|
    @@ -2283,11 +2283,6 @@ 

     
     
    -149
    -150
    -151
    -152
    -153
     154
     155
     156
    @@ -2295,10 +2290,15 @@ 

    158 159 160 -161

    +161 +162 +163 +164 +165 +166

    -
    # File 'software_spec.rb', line 149
    +      
    # File 'software_spec.rb', line 154
     
     def option(name, description = "")
       opt = PREDEFINED_OPTIONS.fetch(name) do
    @@ -2355,12 +2355,12 @@ 

     
     
    -145
    -146
    -147
    +150 +151 +152

    -
    # File 'software_spec.rb', line 145
    +      
    # File 'software_spec.rb', line 150
     
     def option_defined?(name)
       options.include?(name)
    @@ -2385,16 +2385,16 @@ 

     
     
    -243
    -244
    -245
    -246
    -247
     248
    -249
    +249 +250 +251 +252 +253 +254

    -
    # File 'software_spec.rb', line 243
    +      
    # File 'software_spec.rb', line 248
     
     def patch(strip = :p1, src = nil, &block)
       p = Patch.create(strip, src, &block)
    @@ -2423,11 +2423,6 @@ 

     
     
    -218
    -219
    -220
    -221
    -222
     223
     224
     225
    @@ -2438,10 +2433,15 @@ 

    230 231 232 -233

    +233 +234 +235 +236 +237 +238

    -
    # File 'software_spec.rb', line 218
    +      
    # File 'software_spec.rb', line 223
     
     def recursive_dependencies
       deps_f = []
    @@ -2479,12 +2479,12 @@ 

     
     
    -239
    -240
    -241
    +244 +245 +246

    -
    # File 'software_spec.rb', line 239
    +      
    # File 'software_spec.rb', line 244
     
     def recursive_requirements
       Requirement.expand(self)
    @@ -2509,12 +2509,12 @@ 

     
     
    -235
    -236
    -237
    +240 +241 +242

    -
    # File 'software_spec.rb', line 235
    +      
    # File 'software_spec.rb', line 240
     
     def requirements
       dependency_collector.requirements
    @@ -2527,22 +2527,84 @@ 

    - #resource(name, klass = Resource, &block) ⇒ Object + #resource(name, klass = Resource, &block) ⇒ Resource? -

    +
    +
    +

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

    + + +
    +
    +
    +

    Parameters:

    +
      + +
    • + + name + + + (String) + + + +
    • + +
    • + + klass + + + (T.class_of(Resource)) + + + (defaults to: Resource) + + +
    • + +
    • + + block + + + (T.proc.bind(Resource).void, nil) + + + +
    • + +
    + +

    Returns:

    + + +
    @@ -1054,10 +1054,10 @@

     
     
    -278
    +275

    @@ -1107,10 +1107,10 @@

     
     
    -281
    +278

    diff --git a/docs/Utils/AST/FormulaAST.html b/docs/Utils/AST/FormulaAST.html index a3421fa9a..18d75ac31 100644 --- a/docs/Utils/AST/FormulaAST.html +++ b/docs/Utils/AST/FormulaAST.html @@ -779,10 +779,10 @@

     
     
    -291
    +288

    diff --git a/docs/_index.html b/docs/_index.html index b0c589aaa..ac998be48 100644 --- a/docs/_index.html +++ b/docs/_index.html @@ -2635,13 +2635,6 @@

    Namespace Listing A-Z

    -
  • - FormulaTextAuditor - - (Homebrew) - -
  • -
  • FormulaUnavailableError @@ -2856,6 +2849,13 @@

    Namespace Listing A-Z

  • +
  • + GhAuthNeeded + + (Homebrew::Attestation) + +
  • +
  • GistLogs diff --git a/docs/class_list.html b/docs/class_list.html index bfa4c6136..cb14ee1be 100644 --- a/docs/class_list.html +++ b/docs/class_list.html @@ -43,7 +43,7 @@

    Class List

    diff --git a/docs/method_list.html b/docs/method_list.html index 71e4d5b28..13f8e336f 100644 --- a/docs/method_list.html +++ b/docs/method_list.html @@ -117,14 +117,6 @@

    Method List

  • -
    - #=~ - Homebrew::FormulaTextAuditor -
    -
  • - - -
  • #D? Homebrew::Cmd::Doctor::Args @@ -132,7 +124,7 @@

    Method List

  • -
  • +
  • #D? Homebrew::DevCmd::Audit::Args @@ -140,7 +132,7 @@

    Method List

  • -
  • +
  • #HEAD? Homebrew::Cmd::Deps::Args @@ -148,7 +140,7 @@

    Method List

  • -
  • +
  • #HEAD? Homebrew::Cmd::Link::Args @@ -156,7 +148,7 @@

    Method List

  • -
  • +
  • #HEAD? Homebrew::Cmd::Cache::Args @@ -164,7 +156,7 @@

    Method List

  • -
  • +
  • #HEAD? Homebrew::DevCmd::Test::Args @@ -172,7 +164,7 @@

    Method List

  • -
  • +
  • #HEAD? Homebrew::Cmd::FetchCmd::Args @@ -180,7 +172,7 @@

    Method List

  • -
  • +
  • #HEAD? Homebrew::DevCmd::Create::Args @@ -188,7 +180,7 @@

    Method List

  • -
  • +
  • #HEAD? Homebrew::Cmd::InstallCmd::Args @@ -196,7 +188,7 @@

    Method List

  • -
  • +
  • #O0 Superenv @@ -204,7 +196,7 @@

    Method List

  • -
  • +
  • #O1 Superenv @@ -212,7 +204,7 @@

    Method List

  • -
  • +
  • #O3 Superenv @@ -220,7 +212,7 @@

    Method List

  • -
  • +
  • #[] TapConfig @@ -228,7 +220,7 @@

    Method List

  • -
  • +
  • [] Formula @@ -236,7 +228,7 @@

    Method List

  • -
  • +
  • #[] Checksum @@ -244,7 +236,7 @@

    Method List

  • -
  • +
  • #[]= TapConfig @@ -252,7 +244,7 @@

    Method List

  • -
  • +
  • #__check_linked_brew Homebrew::Diagnostic::Checks @@ -260,7 +252,7 @@

    Method List

  • -
  • +
  • #__check_stray_files Homebrew::Diagnostic::Checks @@ -268,7 +260,7 @@

    Method List

  • -
  • +
  • #__getobj__ Cask::URL @@ -276,7 +268,7 @@

    Method List

  • -
  • +
  • #__setobj__ Cask::URL @@ -284,7 +276,7 @@

    Method List

  • -
  • +
  • _system Homebrew @@ -292,7 +284,7 @@

    Method List

  • -
  • +
  • #abv DiskUsageExtension @@ -300,7 +292,7 @@

    Method List

  • -
  • +
  • #action Debrew::Menu::Entry @@ -308,7 +300,7 @@

    Method List

  • -
  • +
  • action Dependency @@ -316,7 +308,7 @@

    Method List

  • -
  • +
  • #activate_extensions! EnvActivation @@ -324,7 +316,7 @@

    Method List

  • -
  • +
  • #active GitHubRunner @@ -332,7 +324,7 @@

    Method List

  • -
  • +
  • active? Debrew @@ -340,7 +332,7 @@

    Method List

  • -
  • +
  • active_developer_dir OS::Mac @@ -348,7 +340,7 @@

    Method List

  • -
  • +
  • #active_log_prefix Formula @@ -356,7 +348,7 @@

    Method List

  • -
  • +
  • #active_log_type Formula @@ -364,7 +356,7 @@

    Method List

  • -
  • +
  • #active_runner_specs_hash GitHubRunnerMatrix @@ -372,7 +364,7 @@

    Method List

  • -
  • +
  • #active_spec_sym Formula @@ -380,7 +372,7 @@

    Method List

  • -
  • +
  • #actual_remote TapRemoteMismatchError @@ -388,7 +380,7 @@

    Method List

  • -
  • +
  • #add Utils::Bottles::Collector @@ -396,7 +388,7 @@

    Method List

  • -
  • +
  • #add ReporterHub @@ -404,7 +396,7 @@

    Method List

  • -
  • +
  • #add DependencyCollector @@ -412,7 +404,7 @@

    Method List

  • -
  • +
  • #add_bottle_block Utils::AST::FormulaAST @@ -420,7 +412,7 @@

    Method List

  • -
  • +
  • #add_dep_option SoftwareSpec @@ -428,7 +420,7 @@

    Method List

  • -
  • +
  • #add_error Cask::Audit @@ -436,7 +428,7 @@

    Method List

  • -
  • +
  • #add_global_deps_to_spec Formula @@ -444,7 +436,7 @@

    Method List

  • -
  • +
  • #add_groups Homebrew::DevCmd::InstallBundlerGems::Args @@ -452,7 +444,7 @@

    Method List

  • -
  • +
  • #add_info Homebrew::Diagnostic::Checks @@ -460,7 +452,7 @@

    Method List

  • -
  • +
  • #add_replacement_pair Keg::Relocation @@ -468,7 +460,7 @@

    Method List

  • -
  • +
  • #add_rule Sandbox @@ -476,7 +468,7 @@

    Method List

  • -
  • +
  • #add_stanza Utils::AST::FormulaAST @@ -484,7 +476,7 @@

    Method List

  • -
  • +
  • #adopt? Cask::Installer @@ -492,7 +484,7 @@

    Method List

  • -
  • +
  • #adopt? Homebrew::Cmd::Reinstall::Args @@ -500,7 +492,7 @@

    Method List

  • -
  • +
  • #adopt? Homebrew::Cmd::InstallCmd::Args @@ -508,7 +500,7 @@

    Method List

  • -
  • +
  • aes? Hardware::CPU @@ -516,7 +508,7 @@

    Method List

  • -
  • +
  • #after_comma Cask::DSL::Version @@ -524,7 +516,7 @@

    Method List

  • -
  • +
  • #alias_changed? Formula @@ -532,7 +524,7 @@

    Method List

  • -
  • +
  • #alias_dir Tap @@ -540,7 +532,7 @@

    Method List

  • -
  • +
  • #alias_dir CoreTap @@ -548,7 +540,7 @@

    Method List

  • -
  • +
  • #alias_file_to_name Tap @@ -556,7 +548,7 @@

    Method List

  • -
  • +
  • #alias_file_to_name CoreTap @@ -564,7 +556,7 @@

    Method List

  • -
  • +
  • #alias_files Tap @@ -572,7 +564,7 @@

    Method List

  • -
  • +
  • alias_full_names Formula @@ -580,7 +572,7 @@

    Method List

  • -
  • +
  • #alias_name Formula @@ -588,7 +580,7 @@

    Method List

  • -
  • +
  • #alias_path Formula @@ -596,7 +588,7 @@

    Method List

  • -
  • +
  • #alias_path Formulary::FormulaLoader @@ -604,7 +596,7 @@

    Method List

  • -
  • +
  • #alias_reverse_table Tap @@ -612,7 +604,7 @@

    Method List

  • -
  • +
  • #alias_table Tap @@ -620,7 +612,7 @@

    Method List

  • -
  • +
  • #alias_table CoreTap @@ -628,7 +620,7 @@

    Method List

  • -
  • +
  • #aliases Keg @@ -636,7 +628,7 @@

    Method List

  • -
  • +
  • #aliases Tab @@ -644,7 +636,7 @@

    Method List

  • -
  • +
  • #aliases Tap @@ -652,7 +644,7 @@

    Method List

  • -
  • +
  • #aliases Formula @@ -660,7 +652,7 @@

    Method List

  • -
  • +
  • aliases Formula @@ -668,7 +660,7 @@

    Method List

  • -
  • +
  • #aliases Homebrew::Completions::Variables @@ -676,7 +668,7 @@

    Method List

  • -
  • +
  • aliases Homebrew::FormulaAuditor @@ -684,7 +676,7 @@

    Method List

  • -
  • +
  • #aliases? Homebrew::Cmd::ReadallCmd::Args @@ -692,7 +684,7 @@

    Method List

  • -
  • +
  • all Keg @@ -700,7 +692,7 @@

    Method List

  • -
  • +
  • all Tap @@ -708,7 +700,7 @@

    Method List

  • -
  • +
  • all Formula @@ -716,7 +708,7 @@

    Method List

  • -
  • +
  • all Cask::Cask @@ -724,7 +716,7 @@

    Method List

  • -
  • +
  • #all Homebrew::Diagnostic::Checks @@ -732,7 +724,7 @@

    Method List

  • -
  • +
  • all_aliases Homebrew::API::Formula @@ -740,7 +732,7 @@

    Method List

  • -
  • +
  • all_casks Homebrew::API::Cask @@ -748,7 +740,7 @@

    Method List

  • -
  • +
  • #all_comments RuboCop::Cask::AST::Stanza @@ -756,7 +748,7 @@

    Method List

  • -
  • +
  • all_formulae Homebrew::API::Formula @@ -764,7 +756,7 @@

    Method List

  • -
  • +
  • all_matching Cask::Pkg @@ -772,7 +764,7 @@

    Method List

  • -
  • +
  • all_proxy Homebrew::EnvConfig @@ -780,7 +772,7 @@

    Method List

  • -
  • +
  • all_renames Homebrew::API::Cask @@ -788,7 +780,7 @@

    Method List

  • -
  • +
  • all_renames Homebrew::API::Formula @@ -796,7 +788,7 @@

    Method List

  • -
  • +
  • #all_supported? Homebrew::DevCmd::DetermineTestRunners::Args @@ -804,7 +796,7 @@

    Method List

  • -
  • +
  • #all_versions Homebrew::UnversionedCaskChecker @@ -812,7 +804,7 @@

    Method List

  • -
  • +
  • #allow_all_network Sandbox @@ -820,7 +812,7 @@

    Method List

  • -
  • +
  • #allow_bump? Tap @@ -828,7 +820,7 @@

    Method List

  • -
  • +
  • #allow_cvs Sandbox @@ -836,7 +828,7 @@

    Method List

  • -
  • +
  • #allow_fossil Sandbox @@ -844,7 +836,7 @@

    Method List

  • -
  • +
  • #allow_network Sandbox @@ -852,7 +844,7 @@

    Method List

  • -
  • +
  • allow_network_access! Formula @@ -860,7 +852,7 @@

    Method List

  • -
  • +
  • #allow_network_access! Formula @@ -868,7 +860,7 @@

    Method List

  • -
  • +
  • #allow_reassignment Cask::Cask @@ -876,7 +868,7 @@

    Method List

  • -
  • +
  • #allow_write Sandbox @@ -884,7 +876,7 @@

    Method List

  • -
  • +
  • #allow_write_cellar Sandbox @@ -892,7 +884,7 @@

    Method List

  • -
  • +
  • #allow_write_log Sandbox @@ -900,7 +892,7 @@

    Method List

  • -
  • +
  • #allow_write_path Sandbox @@ -908,7 +900,7 @@

    Method List

  • -
  • +
  • #allow_write_temp_and_cache Sandbox @@ -916,7 +908,7 @@

    Method List

  • -
  • +
  • #allow_write_xcode Sandbox @@ -924,7 +916,7 @@

    Method List

  • -
  • +
  • altivec? Hardware::CPU @@ -932,7 +924,7 @@

    Method List

  • -
  • +
  • #alumni Homebrew::Manpages::Variables @@ -940,7 +932,7 @@

    Method List

  • -
  • +
  • amd_family Hardware::CPU @@ -948,7 +940,7 @@

    Method List

  • -
  • +
  • #analytics? Homebrew::Cmd::Info::Args @@ -956,7 +948,7 @@

    Method List

  • -
  • +
  • analytics_api_path Homebrew::API::Analytics @@ -964,7 +956,7 @@

    Method List

  • -
  • +
  • #annotate? Homebrew::Cmd::Deps::Args @@ -972,7 +964,7 @@

    Method List

  • -
  • +
  • #any_args_or_options? Tab @@ -980,7 +972,7 @@

    Method List

  • -
  • +
  • #any_args_or_options? BuildOptions @@ -988,7 +980,7 @@

    Method List

  • -
  • +
  • #any_bottle_tag FormulaInfo @@ -996,7 +988,7 @@

    Method List

  • -
  • +
  • any_casks_installed? Cask::Caskroom @@ -1004,7 +996,7 @@

    Method List

  • -
  • +
  • #any_installed_keg Formula @@ -1012,7 +1004,7 @@

    Method List

  • -
  • +
  • #any_installed_prefix Formula @@ -1020,7 +1012,7 @@

    Method List

  • -
  • +
  • #any_installed_version Formula @@ -1028,7 +1020,7 @@

    Method List

  • -
  • +
  • #any_version_installed? Formula @@ -1036,7 +1028,7 @@

    Method List

  • -
  • +
  • #any_version_installed? CaskDependent @@ -1044,7 +1036,7 @@

    Method List

  • -
  • +
  • api_auto_update_secs Homebrew::EnvConfig @@ -1052,7 +1044,7 @@

    Method List

  • -
  • +
  • api_domain Homebrew::EnvConfig @@ -1060,7 +1052,7 @@

    Method List

  • -
  • +
  • app_management_permissions_granted? Cask::Quarantine @@ -1068,7 +1060,7 @@

    Method List

  • -
  • +
  • app_with_bundle_id OS::Mac @@ -1076,7 +1068,7 @@

    Method List

  • -
  • +
  • #appcast Cask::DSL @@ -1084,7 +1076,7 @@

    Method List

  • -
  • +
  • #appcast Cask::Cask @@ -1092,7 +1084,7 @@

    Method List

  • -
  • +
  • #appdir Cask::DSL @@ -1100,7 +1092,7 @@

    Method List

  • -
  • +
  • #appdir Cask::Cask @@ -1108,7 +1100,7 @@

    Method List

  • -
  • +
  • #appdir Homebrew::Cmd::Reinstall::Args @@ -1116,7 +1108,7 @@

    Method List

  • -
  • +
  • #appdir Homebrew::Cmd::InstallCmd::Args @@ -1124,7 +1116,7 @@

    Method List

  • -
  • +
  • #appdir Homebrew::Cmd::UpgradeCmd::Args @@ -1132,7 +1124,7 @@

    Method List

  • -
  • +
  • #append PATH @@ -1140,7 +1132,7 @@

    Method List

  • -
  • +
  • #append SharedEnvExtension @@ -1148,7 +1140,7 @@

    Method List

  • -
  • +
  • #append_lines Pathname @@ -1156,7 +1148,7 @@

    Method List

  • -
  • +
  • #append_path SharedEnvExtension @@ -1164,7 +1156,7 @@

    Method List

  • -
  • +
  • #append_to_cccfg SharedEnvExtension @@ -1172,7 +1164,7 @@

    Method List

  • -
  • +
  • #append_to_cflags SharedEnvExtension @@ -1180,7 +1172,7 @@

    Method List

  • -
  • +
  • #applicable? KegOnlyReason @@ -1188,7 +1180,7 @@

    Method List

  • -
  • +
  • #apply EmbeddedPatch @@ -1196,7 +1188,7 @@

    Method List

  • -
  • +
  • #apply ExternalPatch @@ -1204,7 +1196,7 @@

    Method List

  • -
  • +
  • #apply Resource::PatchResource @@ -1212,7 +1204,7 @@

    Method List

  • -
  • +
  • #apply_patches Resource @@ -1220,7 +1212,7 @@

    Method List

  • -
  • +
  • approved_reviews GitHub @@ -1228,7 +1220,7 @@

    Method List

  • -
  • +
  • #apps Keg @@ -1236,7 +1228,7 @@

    Method List

  • -
  • +
  • #apps Homebrew::UnversionedCaskChecker @@ -1244,7 +1236,7 @@

    Method List

  • -
  • +
  • #arch Tab @@ -1252,7 +1244,7 @@

    Method List

  • -
  • +
  • #arch Cask::DSL @@ -1260,7 +1252,7 @@

    Method List

  • -
  • +
  • arch Hardware::CPU @@ -1268,7 +1260,7 @@

    Method List

  • -
  • +
  • #arch MachOShim @@ -1276,7 +1268,7 @@

    Method List

  • -
  • +
  • #arch ELFShim @@ -1284,7 +1276,7 @@

    Method List

  • -
  • +
  • #arch GitHubRunner @@ -1292,7 +1284,7 @@

    Method List

  • -
  • +
  • #arch Utils::Bottles::Tag @@ -1300,7 +1292,7 @@

    Method List

  • -
  • +
  • arch Homebrew::SimulateSystem @@ -1308,7 +1300,7 @@

    Method List

  • -
  • +
  • #arch Cask::DSL::DependsOn @@ -1316,7 +1308,7 @@

    Method List

  • -
  • +
  • #arch ArchRequirement @@ -1324,7 +1316,7 @@

    Method List

  • -
  • +
  • #arch Homebrew::CLI::Args @@ -1332,7 +1324,7 @@

    Method List

  • -
  • +
  • #arch Livecheck @@ -1340,7 +1332,7 @@

    Method List

  • -
  • +
  • #arch Homebrew::Cmd::Deps::Args @@ -1348,7 +1340,7 @@

    Method List

  • -
  • +
  • #arch Homebrew::Cmd::Cache::Args @@ -1356,7 +1348,7 @@

    Method List

  • -
  • +
  • arch Homebrew::EnvConfig @@ -1364,7 +1356,7 @@

    Method List

  • -
  • +
  • #arch Homebrew::Cmd::FetchCmd::Args @@ -1372,7 +1364,7 @@

    Method List

  • -
  • +
  • #arch Homebrew::DevCmd::Audit::Args @@ -1380,7 +1372,7 @@

    Method List

  • -
  • +
  • #arch Homebrew::Cmd::ReadallCmd::Args @@ -1388,7 +1380,7 @@

    Method List

  • -
  • +
  • arch_32_bit Hardware::CPU @@ -1396,7 +1388,7 @@

    Method List

  • -
  • +
  • arch_64_bit Hardware::CPU @@ -1404,7 +1396,7 @@

    Method List

  • -
  • +
  • arch_condition_met? OnSystem @@ -1412,7 +1404,7 @@

    Method List

  • -
  • +
  • arch_flag Hardware::CPU @@ -1420,7 +1412,7 @@

    Method List

  • -
  • +
  • #arch_variable? RuboCop::AST::Node @@ -1428,7 +1420,7 @@

    Method List

  • -
  • +
  • #archlinux? Homebrew::Cmd::SearchCmd::Args @@ -1436,7 +1428,7 @@

    Method List

  • -
  • +
  • #archs MachOShim @@ -1444,7 +1436,7 @@

    Method List

  • -
  • +
  • #args Build @@ -1452,7 +1444,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cleanup @@ -1460,7 +1452,7 @@

    Method List

  • -
  • +
  • #args BuildError @@ -1468,7 +1460,7 @@

    Method List

  • -
  • +
  • #args Homebrew::AbstractCommand @@ -1476,7 +1468,7 @@

    Method List

  • -
  • +
  • #args Cask::Artifact::Installer @@ -1484,7 +1476,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Env @@ -1492,7 +1484,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Log @@ -1500,7 +1492,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Pin @@ -1508,7 +1500,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Deps @@ -1516,7 +1508,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Desc @@ -1524,7 +1516,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Docs @@ -1532,7 +1524,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Home @@ -1540,7 +1532,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Info @@ -1548,7 +1540,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Link @@ -1556,7 +1548,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::List @@ -1564,7 +1556,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Uses @@ -1572,7 +1564,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Cache @@ -1580,7 +1572,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Unpin @@ -1588,7 +1580,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Untap @@ -1596,7 +1588,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Cellar @@ -1604,7 +1596,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Config @@ -1612,7 +1604,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Doctor @@ -1620,7 +1612,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Leaves @@ -1628,7 +1620,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Prefix @@ -1636,7 +1628,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Sh @@ -1644,7 +1636,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Command @@ -1652,7 +1644,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Migrate @@ -1660,7 +1652,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Missing @@ -1668,7 +1660,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::TapCmd @@ -1676,7 +1668,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Cat @@ -1684,7 +1676,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Irb @@ -1692,7 +1684,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Caskroom @@ -1700,7 +1692,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::HelpCmd @@ -1708,7 +1700,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Outdated @@ -1716,7 +1708,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::TapInfo @@ -1724,7 +1716,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Bump @@ -1732,7 +1724,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Edit @@ -1740,7 +1732,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Prof @@ -1748,7 +1740,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Ruby @@ -1756,7 +1748,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Test @@ -1764,7 +1756,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Analytics @@ -1772,7 +1764,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Developer @@ -1780,7 +1772,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::FetchCmd @@ -1788,7 +1780,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::GistLogs @@ -1796,7 +1788,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Reinstall @@ -1804,7 +1796,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Audit @@ -1812,7 +1804,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Tests @@ -1820,7 +1812,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Autoremove @@ -1828,7 +1820,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::PyenvSync @@ -1836,7 +1828,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::RbenvSync @@ -1844,7 +1836,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Repository @@ -1852,7 +1844,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::SearchCmd @@ -1860,7 +1852,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::UnlinkCmd @@ -1868,7 +1860,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Bottle @@ -1876,7 +1868,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Create @@ -1884,7 +1876,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Unpack @@ -1892,7 +1884,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::CleanupCmd @@ -1900,7 +1892,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::InstallCmd @@ -1908,7 +1900,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::NodenvSync @@ -1916,7 +1908,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::OptionsCmd @@ -1924,7 +1916,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::Postinstall @@ -1932,7 +1924,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::ReadallCmd @@ -1940,7 +1932,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::UpgradeCmd @@ -1948,7 +1940,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Extract @@ -1956,7 +1948,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Linkage @@ -1964,7 +1956,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::PrPull @@ -1972,7 +1964,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Release @@ -1980,7 +1972,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Rubydoc @@ -1988,7 +1980,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::TapNew @@ -1996,7 +1988,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::CommandsCmd @@ -2004,7 +1996,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::UninstallCmd @@ -2012,7 +2004,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::UpdateReport @@ -2020,7 +2012,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::PrUpload @@ -2028,7 +2020,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::StyleCmd @@ -2036,7 +2028,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Typecheck @@ -2044,7 +2036,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Unbottled @@ -2052,7 +2044,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::PrPublish @@ -2060,7 +2052,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::CompletionsCmd @@ -2068,7 +2060,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::FormulaCmd @@ -2076,7 +2068,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::UpdateTest @@ -2084,7 +2076,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::VendorGems @@ -2092,7 +2084,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::BumpCaskPr @@ -2100,7 +2092,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::PrAutomerge @@ -2108,7 +2100,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::BumpRevision @@ -2116,7 +2108,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::Contributions @@ -2124,7 +2116,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::LivecheckCmd @@ -2132,7 +2124,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::BumpFormulaPr @@ -2140,7 +2132,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::UpdateSponsors @@ -2148,7 +2140,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::GenerateCaskApi @@ -2156,7 +2148,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::UpdateMaintainers @@ -2164,7 +2156,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::UpdateLicenseData @@ -2172,7 +2164,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::GenerateFormulaApi @@ -2180,7 +2172,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::InstallBundlerGems @@ -2188,7 +2180,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::DispatchBuildBottle @@ -2196,7 +2188,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::BumpUnversionedCasks @@ -2204,7 +2196,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::DetermineTestRunners @@ -2212,7 +2204,7 @@

    Method List

  • -
  • +
  • #args Homebrew::Cmd::PostgresqlUpgradeDatabase @@ -2220,7 +2212,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::UpdatePythonResources @@ -2228,7 +2220,7 @@

    Method List

  • -
  • +
  • #args Homebrew::DevCmd::GenerateManCompletions @@ -2236,7 +2228,7 @@

    Method List

  • -
  • +
  • args_class Homebrew::AbstractCommand @@ -2244,7 +2236,7 @@

    Method List

  • -
  • +
  • #args_includes_ignores DependenciesHelpers @@ -2252,7 +2244,7 @@

    Method List

  • -
  • +
  • args_method_name Commands @@ -2260,7 +2252,7 @@

    Method List

  • -
  • +
  • #args_table Tapioca::Compilers::Args @@ -2268,7 +2260,7 @@

    Method List

  • -
  • +
  • #arm Homebrew::BumpVersionParser @@ -2276,7 +2268,7 @@

    Method List

  • -
  • +
  • #arm64? GitHubRunner @@ -2284,7 +2276,7 @@

    Method List

  • -
  • +
  • #arm64_compatible? TestRunnerFormula @@ -2292,7 +2284,7 @@

    Method List

  • -
  • +
  • #arm64_only? TestRunnerFormula @@ -2300,7 +2292,7 @@

    Method List

  • -
  • +
  • arm? Hardware::CPU @@ -2308,7 +2300,7 @@

    Method List

  • -
  • +
  • arrow Formatter @@ -2316,7 +2308,7 @@

    Method List

  • -
  • +
  • #artifact Homebrew::DevCmd::PrPull::Args @@ -2324,7 +2316,7 @@

    Method List

  • -
  • +
  • artifact_domain Homebrew::EnvConfig @@ -2332,7 +2324,7 @@

    Method List

  • -
  • +
  • artifact_info Cask::Info @@ -2340,7 +2332,7 @@

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

  • -
  • -
    - #audit_keg_only_reason - Homebrew::FormulaAuditor -
    -
  • - -
  • #audit_license @@ -18285,14 +18269,6 @@

    Method List

  • -
    - #include? - Homebrew::FormulaTextAuditor -
    -
  • - - -
  • #include_aliases? Homebrew::Cmd::CommandsCmd::Args @@ -18300,7 +18276,7 @@

    Method List

  • -
  • +
  • #include_build? Homebrew::Cmd::Deps::Args @@ -18308,7 +18284,7 @@

    Method List

  • -
  • +
  • #include_build? Homebrew::Cmd::Uses::Args @@ -18316,7 +18292,7 @@

    Method List

  • -
  • +
  • #include_optional? Homebrew::Cmd::Deps::Args @@ -18324,7 +18300,7 @@

    Method List

  • -
  • +
  • #include_optional? Homebrew::Cmd::Uses::Args @@ -18332,7 +18308,7 @@

    Method List

  • -
  • +
  • #include_requirements? Homebrew::Cmd::Deps::Args @@ -18340,7 +18316,7 @@

    Method List

  • -
  • +
  • #include_test? FormulaInstaller @@ -18348,7 +18324,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::CLI::Args @@ -18356,7 +18332,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::Deps::Args @@ -18364,7 +18340,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::Uses::Args @@ -18372,7 +18348,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::InstallCmd::Args @@ -18380,7 +18356,7 @@

    Method List

  • -
  • +
  • #include_test_formulae Homebrew::CLI::Args @@ -18388,7 +18364,7 @@

    Method List

  • -
  • +
  • included OnSystem @@ -18396,7 +18372,7 @@

    Method List

  • -
  • +
  • included OnSystem::MacOSAndLinux @@ -18404,7 +18380,7 @@

    Method List

  • -
  • +
  • included OnSystem::MacOSOnly @@ -18412,7 +18388,7 @@

    Method List

  • -
  • +
  • incomplete? Homebrew::Cleanup @@ -18420,7 +18396,7 @@

    Method List

  • -
  • +
  • influx_message_displayed? Utils::Analytics @@ -18428,7 +18404,7 @@

    Method List

  • -
  • +
  • #info Formula @@ -18436,7 +18412,7 @@

    Method List

  • -
  • +
  • #info Cask::Pkg @@ -18444,7 +18420,7 @@

    Method List

  • -
  • +
  • info Cask::Info @@ -18452,7 +18428,7 @@

    Method List

  • -
  • +
  • #info FormulaInfo @@ -18460,7 +18436,7 @@

    Method List

  • -
  • +
  • inherited Formula @@ -18468,7 +18444,7 @@

    Method List

  • -
  • +
  • #inherited BuildEnvironment::DSL @@ -18476,7 +18452,7 @@

    Method List

  • -
  • +
  • #inherited_options_for FormulaInstaller @@ -18484,7 +18460,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Diagnostic::Volumes @@ -18492,7 +18468,7 @@

    Method List

  • -
  • +
  • #initialize Keg::AlreadyLinkedError @@ -18500,7 +18476,7 @@

    Method List

  • -
  • +
  • #initialize Keg::LinkError @@ -18508,7 +18484,7 @@

    Method List

  • -
  • +
  • #initialize Keg @@ -18516,7 +18492,7 @@

    Method List

  • -
  • +
  • #initialize Tab @@ -18524,7 +18500,7 @@

    Method List

  • -
  • +
  • #initialize Tap @@ -18532,7 +18508,7 @@

    Method List

  • -
  • +
  • #initialize CoreTap @@ -18540,7 +18516,7 @@

    Method List

  • -
  • +
  • #initialize CoreCaskTap @@ -18548,7 +18524,7 @@

    Method List

  • -
  • +
  • #initialize TapConfig @@ -18556,7 +18532,7 @@

    Method List

  • -
  • +
  • #initialize URL @@ -18564,7 +18540,7 @@

    Method List

  • -
  • +
  • #initialize PATH @@ -18572,7 +18548,7 @@

    Method List

  • -
  • +
  • #initialize Build @@ -18580,7 +18556,7 @@

    Method List

  • -
  • +
  • #initialize EmbeddedPatch @@ -18588,7 +18564,7 @@

    Method List

  • -
  • +
  • #initialize DATAPatch @@ -18596,7 +18572,7 @@

    Method List

  • -
  • +
  • #initialize StringPatch @@ -18604,7 +18580,7 @@

    Method List

  • -
  • +
  • #initialize ExternalPatch @@ -18612,7 +18588,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Style::Offenses @@ -18620,7 +18596,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Style::Offense @@ -18628,7 +18604,7 @@

    Method List

  • -
  • +
  • #initialize Debrew::Menu @@ -18636,7 +18612,7 @@

    Method List

  • -
  • +
  • #initialize Locale @@ -18644,7 +18620,7 @@

    Method List

  • -
  • +
  • #initialize Mktemp @@ -18652,7 +18628,7 @@

    Method List

  • -
  • +
  • #initialize Caveats @@ -18660,7 +18636,7 @@

    Method List

  • -
  • +
  • #initialize Cleaner @@ -18668,7 +18644,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Cleanup @@ -18676,7 +18652,7 @@

    Method List

  • -
  • +
  • #initialize Context::ContextStruct @@ -18684,7 +18660,7 @@

    Method List

  • -
  • +
  • #initialize Formula @@ -18692,7 +18668,7 @@

    Method List

  • -
  • +
  • #initialize Option @@ -18700,7 +18676,7 @@

    Method List

  • -
  • +
  • #initialize DeprecatedOption @@ -18708,7 +18684,7 @@

    Method List

  • -
  • +
  • #initialize Options @@ -18716,7 +18692,7 @@

    Method List

  • -
  • +
  • #initialize Sandbox @@ -18724,7 +18700,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Service @@ -18732,7 +18708,7 @@

    Method List

  • -
  • +
  • #initialize Version::Token @@ -18740,7 +18716,7 @@

    Method List

  • -
  • +
  • #initialize Version::StringToken @@ -18748,7 +18724,7 @@

    Method List

  • -
  • +
  • #initialize Version::NumericToken @@ -18756,7 +18732,7 @@

    Method List

  • -
  • +
  • #initialize Version @@ -18764,7 +18740,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL @@ -18772,7 +18748,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Pkg @@ -18780,7 +18756,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL::DSL @@ -18788,7 +18764,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL::BlockDSL @@ -18796,7 +18772,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL @@ -18804,7 +18780,7 @@

    Method List

  • -
  • +
  • #initialize Checksum @@ -18812,7 +18788,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::Args @@ -18820,7 +18796,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Cmd::PrettyListing @@ -18828,7 +18804,7 @@

    Method List

  • -
  • +
  • #initialize Messages @@ -18836,7 +18812,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigrationNeededError @@ -18844,7 +18820,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigratorNoOldpathError @@ -18852,7 +18828,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigratorDifferentTapsError @@ -18860,7 +18836,7 @@

    Method List

  • -
  • +
  • #initialize Migrator @@ -18868,7 +18844,7 @@

    Method List

  • -
  • +
  • #initialize Resource @@ -18876,7 +18852,7 @@

    Method List

  • -
  • +
  • #initialize Resource::PatchResource @@ -18884,7 +18860,7 @@

    Method List

  • -
  • +
  • #initialize ResourceStageContext @@ -18892,7 +18868,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Cask @@ -18900,7 +18876,7 @@

    Method List

  • -
  • +
  • #initialize CompilerSelector @@ -18908,7 +18884,7 @@

    Method List

  • -
  • +
  • #initialize CxxStdlib @@ -18916,7 +18892,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaLoader @@ -18924,7 +18900,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromBottleLoader @@ -18932,7 +18908,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromPathLoader @@ -18940,7 +18916,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromURILoader @@ -18948,7 +18924,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromTapLoader @@ -18956,7 +18932,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::NullLoader @@ -18964,7 +18940,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaContentsLoader @@ -18972,7 +18948,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromAPILoader @@ -18980,7 +18956,7 @@

    Method List

  • -
  • +
  • #initialize Livecheck @@ -18988,7 +18964,7 @@

    Method List

  • -
  • +
  • #initialize LockFile @@ -18996,7 +18972,7 @@

    Method List

  • -
  • +
  • #initialize FormulaLock @@ -19004,7 +18980,7 @@

    Method List

  • -
  • +
  • #initialize CaskLock @@ -19012,7 +18988,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Uninstall::DependentsMessage @@ -19020,7 +18996,7 @@

    Method List

  • -
  • +
  • #initialize Utils::AST::FormulaAST @@ -19028,7 +19004,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Audit @@ -19036,7 +19012,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::Parser @@ -19044,7 +19020,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::OptionConstraintError @@ -19052,7 +19028,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::OptionConflictError @@ -19060,7 +19036,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::InvalidConstraintError @@ -19068,7 +19044,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::MaxNamedArgumentsError @@ -19076,7 +19052,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::MinNamedArgumentsError @@ -19084,7 +19060,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::NumberOfNamedArgumentsError @@ -19092,7 +19068,7 @@

    Method List

  • -
  • +
  • #initialize Dependency @@ -19100,7 +19076,7 @@

    Method List

  • -
  • +
  • #initialize UsesFromMacOSDependency @@ -19108,7 +19084,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Diagnostic::Checks @@ -19116,7 +19092,7 @@

    Method List

  • -
  • +
  • #initialize UsageError @@ -19124,7 +19100,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnspecifiedError @@ -19132,7 +19108,7 @@

    Method List

  • -
  • +
  • #initialize FormulaOrCaskUnspecifiedError @@ -19140,7 +19116,7 @@

    Method List

  • -
  • +
  • #initialize KegUnspecifiedError @@ -19148,7 +19124,7 @@

    Method List

  • -
  • +
  • #initialize NoSuchKegError @@ -19156,7 +19132,7 @@

    Method List

  • -
  • +
  • #initialize FormulaValidationError @@ -19164,7 +19140,7 @@

    Method List

  • -
  • +
  • #initialize FormulaOrCaskUnavailableError @@ -19172,7 +19148,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaOrCaskUnavailableError @@ -19180,7 +19156,7 @@

    Method List

  • -
  • +
  • #initialize FormulaClassUnavailableError @@ -19188,7 +19164,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnreadableError @@ -19196,7 +19172,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaUnavailableError @@ -19204,7 +19180,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaClassUnavailableError @@ -19212,7 +19188,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaUnreadableError @@ -19220,7 +19196,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaAmbiguityError @@ -19228,7 +19204,7 @@

    Method List

  • -
  • +
  • #initialize TapUnavailableError @@ -19236,7 +19212,7 @@

    Method List

  • -
  • +
  • #initialize TapRemoteMismatchError @@ -19244,7 +19220,7 @@

    Method List

  • -
  • +
  • #initialize TapAlreadyTappedError @@ -19252,7 +19228,7 @@

    Method List

  • -
  • +
  • #initialize TapNoCustomRemoteError @@ -19260,7 +19236,7 @@

    Method List

  • -
  • +
  • #initialize OperationInProgressError @@ -19268,7 +19244,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInstallationAlreadyAttemptedError @@ -19276,7 +19252,7 @@

    Method List

  • -
  • +
  • #initialize UnsatisfiedRequirements @@ -19284,7 +19260,7 @@

    Method List

  • -
  • +
  • #initialize FormulaConflictError @@ -19292,7 +19268,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnknownPythonError @@ -19300,7 +19276,7 @@

    Method List

  • -
  • +
  • #initialize FormulaAmbiguousPythonError @@ -19308,7 +19284,7 @@

    Method List

  • -
  • +
  • #initialize BuildError @@ -19316,7 +19292,7 @@

    Method List

  • -
  • +
  • #initialize UnbottledError @@ -19324,7 +19300,7 @@

    Method List

  • -
  • +
  • #initialize BuildFlagsError @@ -19332,7 +19308,7 @@

    Method List

  • -
  • +
  • #initialize CompilerSelectionError @@ -19340,7 +19316,7 @@

    Method List

  • -
  • +
  • #initialize DownloadError @@ -19348,7 +19324,7 @@

    Method List

  • -
  • +
  • #initialize CurlDownloadStrategyError @@ -19356,7 +19332,7 @@

    Method List

  • -
  • +
  • #initialize HomebrewCurlDownloadStrategyError @@ -19364,7 +19340,7 @@

    Method List

  • -
  • +
  • #initialize ErrorDuringExecution @@ -19372,7 +19348,7 @@

    Method List

  • -
  • +
  • #initialize ChecksumMismatchError @@ -19380,7 +19356,7 @@

    Method List

  • -
  • +
  • #initialize ResourceMissingError @@ -19388,7 +19364,7 @@

    Method List

  • -
  • +
  • #initialize DuplicateResourceError @@ -19396,7 +19372,7 @@

    Method List

  • -
  • +
  • #initialize BottleFormulaUnavailableError @@ -19404,7 +19380,7 @@

    Method List

  • -
  • +
  • #initialize ChildProcessError @@ -19412,7 +19388,7 @@

    Method List

  • -
  • +
  • #initialize ShebangDetectionError @@ -19420,7 +19396,7 @@

    Method List

  • -
  • +
  • #initialize CyclicDependencyError @@ -19428,7 +19404,7 @@

    Method List

  • -
  • +
  • #initialize OS::Mac::SDK @@ -19436,7 +19412,7 @@

    Method List

  • -
  • +
  • #initialize PyPI::Package @@ -19444,7 +19420,7 @@

    Method List

  • -
  • +
  • #initialize CacheStoreDatabase @@ -19452,7 +19428,7 @@

    Method List

  • -
  • +
  • #initialize CacheStore @@ -19460,7 +19436,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Config @@ -19468,7 +19444,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::DevCmd::Irb @@ -19476,7 +19452,7 @@

    Method List

  • -
  • +
  • #initialize FormulaPin @@ -19484,7 +19460,7 @@

    Method List

  • -
  • +
  • #initialize LazyObject @@ -19492,7 +19468,7 @@

    Method List

  • -
  • +
  • #initialize PkgVersion @@ -19500,7 +19476,7 @@

    Method List

  • -
  • +
  • #initialize Requirement @@ -19508,7 +19484,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::TapAuditor @@ -19516,7 +19492,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::API::Download @@ -19524,7 +19500,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Auditor @@ -19532,7 +19508,7 @@

    Method List

  • -
  • +
  • #initialize Dependencies @@ -19540,7 +19516,7 @@

    Method List

  • -
  • +
  • #initialize Requirements @@ -19548,7 +19524,7 @@

    Method List

  • -
  • +
  • #initialize Descriptions @@ -19556,7 +19532,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::DevCmd::Bump::VersionBumpInfo @@ -19564,7 +19540,7 @@

    Method List

  • -
  • +
  • #initialize Downloadable @@ -19572,7 +19548,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInfo @@ -19580,7 +19556,7 @@

    Method List

  • -
  • +
  • #initialize Keg::Relocation @@ -19588,7 +19564,7 @@

    Method List

  • -
  • +
  • #initialize BuildOptions @@ -19596,7 +19572,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Download @@ -19604,7 +19580,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Base @@ -19612,7 +19588,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Migrator @@ -19620,7 +19596,7 @@

    Method List

  • -
  • +
  • #initialize GitHubRunner @@ -19628,7 +19604,7 @@

    Method List

  • -
  • +
  • #initialize MacOSVersion::Error @@ -19636,7 +19612,7 @@

    Method List

  • -
  • +
  • #initialize MacOSVersion @@ -19644,7 +19620,7 @@

    Method List

  • -
  • +
  • #initialize SoftwareSpec @@ -19652,7 +19628,7 @@

    Method List

  • -
  • +
  • #initialize HeadSoftwareSpec @@ -19660,7 +19636,7 @@

    Method List

  • -
  • +
  • #initialize Bottle::Filename @@ -19668,7 +19644,7 @@

    Method List

  • -
  • +
  • #initialize Bottle @@ -19676,7 +19652,7 @@

    Method List

  • -
  • +
  • #initialize BottleSpecification @@ -19684,7 +19660,7 @@

    Method List

  • -
  • +
  • #initialize PourBottleCheck @@ -19692,7 +19668,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::Tag @@ -19700,7 +19676,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::TagSpecification @@ -19708,7 +19684,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::Collector @@ -19716,7 +19692,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Shebang::RewriteInfo @@ -19724,7 +19700,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::BundleVersion @@ -19732,7 +19708,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Installer @@ -19740,7 +19716,7 @@

    Method List

  • -
  • +
  • #initialize CaskDependent @@ -19748,7 +19724,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::NamedArgs @@ -19756,7 +19732,7 @@

    Method List

  • -
  • +
  • #initialize GitRepository @@ -19764,7 +19740,7 @@

    Method List

  • -
  • +
  • #initialize SystemCommand @@ -19772,7 +19748,7 @@

    Method List

  • -
  • +
  • #initialize SystemCommand::Result @@ -19780,7 +19756,7 @@

    Method List

  • -
  • +
  • #initialize Version::RegexParser @@ -19788,7 +19764,7 @@

    Method List

  • -
  • +
  • #initialize Cask::MultipleCaskErrors @@ -19796,7 +19772,7 @@

    Method List

  • -
  • +
  • #initialize Cask::AbstractCaskErrorWithToken @@ -19804,7 +19780,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskCannotBeInstalledError @@ -19812,7 +19788,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskConflictError @@ -19820,7 +19796,7 @@

    Method List

  • -
  • +
  • #initialize Cask::TapCaskUnavailableError @@ -19828,7 +19804,7 @@

    Method List

  • -
  • +
  • #initialize Cask::TapCaskAmbiguityError @@ -19836,7 +19812,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskTokenMismatchError @@ -19844,7 +19820,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskQuarantineError @@ -19852,7 +19828,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaAuditor @@ -19860,7 +19836,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaCreator @@ -19868,7 +19844,7 @@

    Method List

  • -
  • +
  • #initialize KegOnlyReason @@ -19876,7 +19852,7 @@

    Method List

  • -
  • +
  • #initialize Language::Python::Virtualenv::Virtualenv @@ -19884,7 +19860,7 @@

    Method List

  • -
  • +
  • #initialize LinkageChecker @@ -19892,7 +19868,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::SourceLocation @@ -19900,7 +19876,7 @@

    Method List

  • -
  • +
  • #initialize UnpackStrategy @@ -19908,7 +19884,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Inreplace::Error @@ -19916,7 +19892,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::AbstractCommand @@ -19924,7 +19900,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromContentLoader @@ -19932,7 +19908,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromPathLoader @@ -19940,7 +19916,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromURILoader @@ -19948,7 +19924,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromTapLoader @@ -19956,7 +19932,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromInstanceLoader @@ -19964,7 +19940,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromAPILoader @@ -19972,7 +19948,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::NullLoader @@ -19980,7 +19956,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Caveats @@ -19988,7 +19964,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Version @@ -19996,7 +19972,7 @@

    Method List

  • -
  • +
  • #initialize FormulaVersions @@ -20004,7 +19980,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::ResourceAuditor @@ -20012,7 +19988,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::HTTPNotFoundError @@ -20020,7 +19996,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::RateLimitExceededError @@ -20028,7 +20004,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::AuthenticationFailedError @@ -20036,7 +20012,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::MissingAuthenticationError @@ -20044,7 +20020,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::ValidationFailedError @@ -20052,7 +20028,7 @@

    Method List

  • -
  • +
  • #initialize BuildEnvironment @@ -20060,7 +20036,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Pkg @@ -20068,7 +20044,7 @@

    Method List

  • -
  • +
  • #initialize Reporter::ReporterRevisionUnsetError @@ -20076,7 +20052,7 @@

    Method List

  • -
  • +
  • #initialize Reporter @@ -20084,7 +20060,7 @@

    Method List

  • -
  • +
  • #initialize ReporterHub @@ -20092,7 +20068,7 @@

    Method List

  • -
  • +
  • #initialize AbstractDownloadStrategy @@ -20100,7 +20076,7 @@

    Method List

  • -
  • +
  • #initialize VCSDownloadStrategy @@ -20108,7 +20084,7 @@

    Method List

  • -
  • +
  • #initialize CurlDownloadStrategy @@ -20116,7 +20092,7 @@

    Method List

  • -
  • +
  • #initialize CurlGitHubPackagesDownloadStrategy @@ -20124,7 +20100,7 @@

    Method List

  • -
  • +
  • #initialize LocalBottleDownloadStrategy @@ -20132,7 +20108,7 @@

    Method List

  • -
  • +
  • #initialize SubversionDownloadStrategy @@ -20140,7 +20116,7 @@

    Method List

  • -
  • +
  • #initialize GitDownloadStrategy @@ -20148,7 +20124,7 @@

    Method List

  • -
  • +
  • #initialize GitHubGitDownloadStrategy @@ -20156,7 +20132,7 @@

    Method List

  • -
  • +
  • #initialize CVSDownloadStrategy @@ -20164,7 +20140,7 @@

    Method List

  • -
  • +
  • #initialize MercurialDownloadStrategy @@ -20172,7 +20148,7 @@

    Method List

  • -
  • +
  • #initialize BazaarDownloadStrategy @@ -20180,7 +20156,7 @@

    Method List

  • -
  • +
  • #initialize FossilDownloadStrategy @@ -20188,7 +20164,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInstaller @@ -20196,7 +20172,7 @@

    Method List

  • -
  • +
  • #initialize LinuxRunnerSpec @@ -20204,7 +20180,7 @@

    Method List

  • -
  • +
  • #initialize MacOSRunnerSpec @@ -20212,7 +20188,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Container @@ -20220,7 +20196,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::BumpVersionParser @@ -20228,7 +20204,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::DependsOn @@ -20236,7 +20212,7 @@

    Method List

  • -
  • +
  • #initialize LinkageCacheStore @@ -20244,7 +20220,7 @@

    Method List

  • -
  • +
  • #initialize TestRunnerFormula @@ -20252,7 +20228,7 @@

    Method List

  • -
  • +
  • #initialize UnpackStrategy::Dmg::Bom::EmptyError @@ -20260,7 +20236,7 @@

    Method List

  • -
  • +
  • #initialize DependencyCollector @@ -20268,14 +20244,6 @@

    Method List

  • -
  • -
    - #initialize - Homebrew::FormulaTextAuditor -
    -
  • - -
  • #initialize @@ -22581,14 +22549,6 @@

    Method List

  • -
    - #line_number - Homebrew::FormulaTextAuditor -
    -
  • - - -
  • #line_number RuboCop::Cop::HelperFunctions @@ -22596,7 +22556,7 @@

    Method List

  • -
  • +
  • #line_start_column RuboCop::Cop::HelperFunctions @@ -22604,7 +22564,7 @@

    Method List

  • -
  • +
  • #link Keg @@ -22612,7 +22572,7 @@

    Method List

  • -
  • +
  • #link FormulaInstaller @@ -22620,7 +22580,7 @@

    Method List

  • -
  • +
  • #link Cask::Artifact::Binary @@ -22628,7 +22588,7 @@

    Method List

  • -
  • +
  • #link Homebrew::Livecheck::Strategy::Sparkle::Item @@ -22636,7 +22596,7 @@

    Method List

  • -
  • +
  • link! Homebrew::Completions @@ -22644,7 +22604,7 @@

    Method List

  • -
  • +
  • link_completions Utils::Link @@ -22652,7 +22612,7 @@

    Method List

  • -
  • +
  • link_completions? Homebrew::Completions @@ -22660,7 +22620,7 @@

    Method List

  • -
  • +
  • #link_completions_and_manpages Tap @@ -22668,7 +22628,7 @@

    Method List

  • -
  • +
  • link_docs Utils::Link @@ -22676,7 +22636,7 @@

    Method List

  • -
  • +
  • #link_keg FormulaInstaller @@ -22684,7 +22644,7 @@

    Method List

  • -
  • +
  • link_manpages Utils::Link @@ -22692,7 +22652,7 @@

    Method List

  • -
  • +
  • #link_newname Migrator @@ -22700,7 +22660,7 @@

    Method List

  • -
  • +
  • #link_oldname_cellar Migrator @@ -22708,7 +22668,7 @@

    Method List

  • -
  • +
  • #link_oldname_opt Migrator @@ -22716,7 +22676,7 @@

    Method List

  • -
  • +
  • link_overwrite Formula @@ -22724,7 +22684,7 @@

    Method List

  • -
  • +
  • #link_overwrite? Formula @@ -22732,7 +22692,7 @@

    Method List

  • -
  • +
  • link_overwrite_paths Formula @@ -22740,7 +22700,7 @@

    Method List

  • -
  • +
  • link_type_english_name Cask::Artifact::Symlinked @@ -22748,7 +22708,7 @@

    Method List

  • -
  • +
  • #linked? Keg @@ -22756,7 +22716,7 @@

    Method List

  • -
  • +
  • #linked? Formula @@ -22764,7 +22724,7 @@

    Method List

  • -
  • +
  • #linked_keg Formula @@ -22772,7 +22732,7 @@

    Method List

  • -
  • +
  • #linked_keg_record Keg @@ -22780,7 +22740,7 @@

    Method List

  • -
  • +
  • #linked_old_linked_kegs Migrator @@ -22788,7 +22748,7 @@

    Method List

  • -
  • +
  • #linked_version Formula @@ -22796,7 +22756,7 @@

    Method List

  • -
  • +
  • linux? OS @@ -22804,7 +22764,7 @@

    Method List

  • -
  • +
  • #linux? GitHubRunner @@ -22812,7 +22772,7 @@

    Method List

  • -
  • +
  • #linux? Utils::Bottles::Tag @@ -22820,7 +22780,7 @@

    Method List

  • -
  • +
  • #linux? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22828,7 +22788,7 @@

    Method List

  • -
  • +
  • #linux_compatible? TestRunnerFormula @@ -22836,7 +22796,7 @@

    Method List

  • -
  • +
  • #linux_only? TestRunnerFormula @@ -22844,7 +22804,7 @@

    Method List

  • -
  • +
  • #linux_self_hosted? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22852,7 +22812,7 @@

    Method List

  • -
  • +
  • #linux_wheezy? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22860,7 +22820,7 @@

    Method List

  • -
  • +
  • #linuxbrew_core? CoreTap @@ -22868,7 +22828,7 @@

    Method List

  • -
  • +
  • list? Metafiles @@ -22876,7 +22836,7 @@

    Method List

  • -
  • +
  • list_artifacts Cask::List @@ -22884,7 +22844,7 @@

    Method List

  • -
  • +
  • list_casks Cask::List @@ -22892,7 +22852,7 @@

    Method List

  • -
  • +
  • #list_checks? Homebrew::Cmd::Doctor::Args @@ -22900,7 +22860,7 @@

    Method List

  • -
  • +
  • little_endian? Hardware::CPU @@ -22908,7 +22868,7 @@

    Method List

  • -
  • +
  • #livecheck Formula @@ -22916,7 +22876,7 @@

    Method List

  • -
  • +
  • livecheck Formula @@ -22924,7 +22884,7 @@

    Method List

  • -
  • +
  • #livecheck Cask::DSL @@ -22932,7 +22892,7 @@

    Method List

  • -
  • +
  • #livecheck Resource @@ -22940,7 +22900,7 @@

    Method List

  • -
  • +
  • #livecheck Cask::Cask @@ -22948,7 +22908,7 @@

    Method List

  • -
  • +
  • livecheck_strategy_names Homebrew::Livecheck @@ -22956,7 +22916,7 @@

    Method List

  • -
  • +
  • livecheck_url_to_string Homebrew::Livecheck @@ -22964,7 +22924,7 @@

    Method List

  • -
  • +
  • livecheck_watchlist Homebrew::EnvConfig @@ -22972,7 +22932,7 @@

    Method List

  • -
  • +
  • #livecheckable? Formula @@ -22980,7 +22940,7 @@

    Method List

  • -
  • +
  • livecheckable? Formula @@ -22988,7 +22948,7 @@

    Method List

  • -
  • +
  • #livecheckable? Resource @@ -22996,7 +22956,7 @@

    Method List

  • -
  • +
  • #livecheckable? Cask::Cask @@ -23004,7 +22964,7 @@

    Method List

  • -
  • +
  • #livecheckable? Cask::DSL @@ -23012,7 +22972,7 @@

    Method List

  • -
  • +
  • llvm_clang_build_version DevelopmentTools @@ -23020,7 +22980,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::ILoader @@ -23028,7 +22988,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromContentLoader @@ -23036,7 +22996,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromPathLoader @@ -23044,7 +23004,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromURILoader @@ -23052,7 +23012,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromTapLoader @@ -23060,7 +23020,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromInstanceLoader @@ -23068,7 +23028,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromAPILoader @@ -23076,7 +23036,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::NullLoader @@ -23084,7 +23044,7 @@

    Method List

  • -
  • +
  • load Cask::CaskLoader @@ -23092,7 +23052,7 @@

    Method List

  • -
  • +
  • #load Cask::DSL::DependsOn @@ -23100,7 +23060,7 @@

    Method List

  • -
  • +
  • #load_file Formulary::FromURILoader @@ -23108,7 +23068,7 @@

    Method List

  • -
  • +
  • #load_file Formulary::FromTapLoader @@ -23116,7 +23076,7 @@

    Method List

  • -
  • +
  • load_formula Formulary @@ -23124,7 +23084,7 @@

    Method List

  • -
  • +
  • load_formula_from_api Formulary @@ -23132,7 +23092,7 @@

    Method List

  • -
  • +
  • load_formula_from_path Formulary @@ -23140,7 +23100,7 @@

    Method List

  • -
  • +
  • load_other_tap_strategies Homebrew::Livecheck @@ -23148,7 +23108,7 @@

    Method List

  • -
  • +
  • load_tab Utils::Bottles @@ -23156,7 +23116,7 @@

    Method List

  • -
  • +
  • #loaded_from_api Tab @@ -23164,7 +23124,7 @@

    Method List

  • -
  • +
  • #loaded_from_api? Formula @@ -23172,7 +23132,7 @@

    Method List

  • -
  • +
  • loaded_from_api? Formula @@ -23180,7 +23140,7 @@

    Method List

  • -
  • +
  • #loaded_from_api? Cask::Cask @@ -23188,7 +23148,7 @@

    Method List

  • -
  • +
  • #loader Cask::Cask @@ -23196,7 +23156,7 @@

    Method List

  • -
  • +
  • loader_for Formulary @@ -23204,7 +23164,7 @@

    Method List

  • -
  • +
  • #loader_name_for Keg @@ -23212,7 +23172,7 @@

    Method List

  • -
  • +
  • #loader_path Formula @@ -23220,7 +23180,7 @@

    Method List

  • -
  • +
  • #loaders TapFormulaAmbiguityError @@ -23228,7 +23188,7 @@

    Method List

  • -
  • +
  • #loaders Cask::TapCaskAmbiguityError @@ -23236,7 +23196,7 @@

    Method List

  • -
  • +
  • #local_bottle_path Formula @@ -23244,7 +23204,7 @@

    Method List

  • -
  • +
  • local_npm_install_args Language::Node @@ -23252,7 +23212,7 @@

    Method List

  • -
  • +
  • locate DevelopmentTools @@ -23260,7 +23220,7 @@

    Method List

  • -
  • +
  • #location Homebrew::Style::Offense @@ -23268,7 +23228,7 @@

    Method List

  • -
  • +
  • #location Cask::URL @@ -23276,7 +23236,7 @@

    Method List

  • -
  • +
  • #location_expression RuboCop::AST::Node @@ -23284,7 +23244,7 @@

    Method List

  • -
  • +
  • #lock Keg @@ -23292,7 +23252,7 @@

    Method List

  • -
  • +
  • #lock Formula @@ -23300,7 +23260,7 @@

    Method List

  • -
  • +
  • #lock Migrator @@ -23308,7 +23268,7 @@

    Method List

  • -
  • +
  • #lock LockFile @@ -23316,7 +23276,7 @@

    Method List

  • -
  • +
  • locked FormulaInstaller @@ -23324,7 +23284,7 @@

    Method List

  • -
  • +
  • #log_path Homebrew::Service @@ -23332,7 +23292,7 @@

    Method List

  • -
  • +
  • #logs Formula @@ -23340,7 +23300,7 @@

    Method List

  • -
  • +
  • logs Homebrew::EnvConfig @@ -23348,7 +23308,7 @@

    Method List

  • -
  • +
  • lookup FormulaInfo @@ -23356,7 +23316,7 @@

    Method List

  • -
  • +
  • #lost? Homebrew::DevCmd::Unbottled::Args @@ -23364,7 +23324,7 @@

    Method List

  • -
  • +
  • mac? OS @@ -23372,7 +23332,7 @@

    Method List

  • -
  • +
  • #mach_o_bundle? MachOShim @@ -23380,7 +23340,7 @@

    Method List

  • -
  • +
  • #mach_o_bundle? Pathname @@ -23388,7 +23348,7 @@

    Method List

  • -
  • +
  • #mach_o_executable? MachOShim @@ -23396,7 +23356,7 @@

    Method List

  • -
  • +
  • #mach_o_files Keg @@ -23404,7 +23364,7 @@

    Method List

  • -
  • +
  • #macos Cask::DSL::DependsOn @@ -23412,7 +23372,7 @@

    Method List

  • -
  • +
  • #macos Homebrew::DevCmd::DispatchBuildBottle::Args @@ -23420,7 +23380,7 @@

    Method List

  • -
  • +
  • #macos? GitHubRunner @@ -23428,7 +23388,7 @@

    Method List

  • -
  • +
  • #macos? Utils::Bottles::Tag @@ -23436,7 +23396,7 @@

    Method List

  • -
  • +
  • #macos_compatible? TestRunnerFormula @@ -23444,7 +23404,7 @@

    Method List

  • -
  • +
  • #macos_legacy_timers Homebrew::Service @@ -23452,7 +23412,7 @@

    Method List

  • -
  • +
  • #macos_only? TestRunnerFormula @@ -23460,7 +23420,7 @@

    Method List

  • -
  • +
  • #macos_version GitHubRunner @@ -23468,7 +23428,7 @@

    Method List

  • -
  • +
  • #macos_version_comparison_search RuboCop::Cop::OnSystemConditionalsHelper @@ -23476,7 +23436,7 @@

    Method List

  • -
  • +
  • #macosxsdk Stdenv @@ -23484,7 +23444,7 @@

    Method List

  • -
  • +
  • #macports? Homebrew::Cmd::SearchCmd::Args @@ -23492,7 +23452,7 @@

    Method List

  • -
  • +
  • macports_or_fink OS::Mac @@ -23500,7 +23460,7 @@

    Method List

  • -
  • +
  • magenta Tty @@ -23508,7 +23468,7 @@

    Method List

  • -
  • +
  • #magic_number Pathname @@ -23516,7 +23476,7 @@

    Method List

  • -
  • +
  • #maintainers Homebrew::Manpages::Variables @@ -23524,7 +23484,7 @@

    Method List

  • -
  • +
  • #major Version @@ -23532,7 +23492,7 @@

    Method List

  • -
  • +
  • #major Cask::DSL::Version @@ -23540,7 +23500,7 @@

    Method List

  • -
  • +
  • #major PkgVersion @@ -23548,7 +23508,7 @@

    Method List

  • -
  • +
  • #major? Homebrew::DevCmd::Release::Args @@ -23556,7 +23516,7 @@

    Method List

  • -
  • +
  • #major_minor Version @@ -23564,7 +23524,7 @@

    Method List

  • -
  • +
  • #major_minor Cask::DSL::Version @@ -23572,7 +23532,7 @@

    Method List

  • -
  • +
  • #major_minor PkgVersion @@ -23580,7 +23540,7 @@

    Method List

  • -
  • +
  • #major_minor_patch Version @@ -23588,7 +23548,7 @@

    Method List

  • -
  • +
  • #major_minor_patch Cask::DSL::Version @@ -23596,7 +23556,7 @@

    Method List

  • -
  • +
  • #major_minor_patch PkgVersion @@ -23604,7 +23564,7 @@

    Method List

  • -
  • +
  • major_minor_version Language::Python @@ -23612,7 +23572,7 @@

    Method List

  • -
  • +
  • make_jobs Homebrew::EnvConfig @@ -23620,7 +23580,7 @@

    Method List

  • -
  • +
  • #make_jobs Stdenv @@ -23628,7 +23588,7 @@

    Method List

  • -
  • +
  • #make_jobs Superenv @@ -23636,7 +23596,7 @@

    Method List

  • -
  • +
  • #make_relative_symlink Pathname @@ -23644,7 +23604,7 @@

    Method List

  • -
  • +
  • #make_relative_symlink ObserverPathnameExtension @@ -23652,7 +23612,7 @@

    Method List

  • -
  • +
  • #man Formula @@ -23660,7 +23620,7 @@

    Method List

  • -
  • +
  • #man1 Formula @@ -23668,7 +23628,7 @@

    Method List

  • -
  • +
  • #man2 Formula @@ -23676,7 +23636,7 @@

    Method List

  • -
  • +
  • #man3 Formula @@ -23684,7 +23644,7 @@

    Method List

  • -
  • +
  • #man4 Formula @@ -23692,7 +23652,7 @@

    Method List

  • -
  • +
  • #man5 Formula @@ -23700,7 +23660,7 @@

    Method List

  • -
  • +
  • #man6 Formula @@ -23708,7 +23668,7 @@

    Method List

  • -
  • +
  • #man7 Formula @@ -23716,7 +23676,7 @@

    Method List

  • -
  • +
  • #man8 Formula @@ -23724,7 +23684,7 @@

    Method List

  • -
  • +
  • #manpagedir Cask::Config @@ -23732,7 +23692,7 @@

    Method List

  • -
  • +
  • #manual_command Homebrew::Service @@ -23740,7 +23700,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Git @@ -23748,7 +23708,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Gnu @@ -23756,7 +23716,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Npm @@ -23764,7 +23724,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Xml @@ -23772,7 +23732,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Cpan @@ -23780,7 +23740,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Json @@ -23788,7 +23748,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Pypi @@ -23796,7 +23756,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Xorg @@ -23804,7 +23764,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Yaml @@ -23812,7 +23772,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Crate @@ -23820,7 +23780,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Gnome @@ -23828,7 +23788,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Apache @@ -23836,7 +23796,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Hackage @@ -23844,7 +23804,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Sparkle @@ -23852,7 +23812,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Bitbucket @@ -23860,7 +23820,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Launchpad @@ -23868,7 +23828,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::PageMatch @@ -23876,7 +23836,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Sourceforge @@ -23884,7 +23844,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::HeaderMatch @@ -23892,7 +23852,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::ExtractPlist @@ -23900,7 +23860,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::GithubLatest @@ -23908,7 +23868,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::GithubReleases @@ -23916,7 +23876,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::ElectronBuilder @@ -23924,7 +23884,7 @@

    Method List

  • -
  • +
  • #max_count Homebrew::Cmd::Log::Args @@ -23932,7 +23892,7 @@

    Method List

  • -
  • +
  • #max_length Utils::Shebang::RewriteInfo @@ -23940,7 +23900,7 @@

    Method List

  • -
  • +
  • mdfind OS::Mac @@ -23948,7 +23908,7 @@

    Method List

  • -
  • +
  • mdfind_query OS::Mac @@ -23956,7 +23916,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::Reinstall::Args @@ -23964,7 +23924,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::InstallCmd::Args @@ -23972,7 +23932,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::UpgradeCmd::Args @@ -23980,7 +23940,7 @@

    Method List

  • -
  • +
  • #mdimporters Homebrew::UnversionedCaskChecker @@ -23988,7 +23948,7 @@

    Method List

  • -
  • +
  • members_by_team GitHub @@ -23996,7 +23956,7 @@

    Method List

  • -
  • +
  • #merge Cask::Config @@ -24004,7 +23964,7 @@

    Method List

  • -
  • +
  • #merge BuildEnvironment @@ -24012,7 +23972,7 @@

    Method List

  • -
  • +
  • #merge? Homebrew::DevCmd::Bottle::Args @@ -24020,7 +23980,7 @@

    Method List

  • -
  • +
  • #merge_bottle_spec Homebrew::DevCmd::Bottle @@ -24028,7 +23988,7 @@

    Method List

  • -
  • +
  • #merge_directory Migrator @@ -24036,7 +23996,7 @@

    Method List

  • -
  • +
  • #merge_json_files Homebrew::DevCmd::Bottle @@ -24044,7 +24004,7 @@

    Method List

  • -
  • +
  • merge_pull_request GitHub @@ -24052,7 +24012,7 @@

    Method List

  • -
  • +
  • merge_repeats Dependency @@ -24060,7 +24020,7 @@

    Method List

  • -
  • +
  • merge_variations Homebrew::API @@ -24068,7 +24028,7 @@

    Method List

  • -
  • +
  • #merge_xattrs UnpackStrategy @@ -24076,7 +24036,7 @@

    Method List

  • -
  • +
  • #merged_output SystemCommand::Result @@ -24084,7 +24044,7 @@

    Method List

  • -
  • +
  • #meson? Homebrew::DevCmd::Create::Args @@ -24092,7 +24052,7 @@

    Method List

  • -
  • +
  • #message Homebrew::Style::Offense @@ -24100,7 +24060,7 @@

    Method List

  • -
  • +
  • #message TapRemoteMismatchError @@ -24108,7 +24068,7 @@

    Method List

  • -
  • +
  • #message TapCoreRemoteMismatchError @@ -24116,7 +24076,7 @@

    Method List

  • -
  • +
  • #message FormulaConflictError @@ -24124,7 +24084,7 @@

    Method List

  • -
  • +
  • #message Requirement @@ -24132,7 +24092,7 @@

    Method List

  • -
  • +
  • #message Cask::CaskCannotBeInstalledError @@ -24140,7 +24100,7 @@

    Method List

  • -
  • +
  • message DeprecateDisable @@ -24148,7 +24108,7 @@

    Method List

  • -
  • +
  • #message ArchRequirement @@ -24156,7 +24116,7 @@

    Method List

  • -
  • +
  • #message LinuxRequirement @@ -24164,7 +24124,7 @@

    Method List

  • -
  • +
  • #message MacOSRequirement @@ -24172,7 +24132,7 @@

    Method List

  • -
  • +
  • #message XcodeRequirement @@ -24180,7 +24140,7 @@

    Method List

  • -
  • +
  • #message CodesignRequirement @@ -24188,7 +24148,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::PrPull::Args @@ -24196,7 +24156,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::PrPublish::Args @@ -24204,7 +24164,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpCaskPr::Args @@ -24212,7 +24172,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpRevision::Args @@ -24220,7 +24180,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpFormulaPr::Args @@ -24228,7 +24188,7 @@

    Method List

  • -
  • +
  • messages Homebrew @@ -24236,7 +24196,7 @@

    Method List

  • -
  • +
  • messages_displayed! Utils::Analytics @@ -24244,7 +24204,7 @@

    Method List

  • -
  • +
  • messages_displayed? Utils::Analytics @@ -24252,7 +24212,7 @@

    Method List

  • -
  • +
  • #metadata_main_container_path Cask::Metadata @@ -24260,7 +24220,7 @@

    Method List

  • -
  • +
  • #metadata_subdir Cask::Metadata @@ -24268,7 +24228,7 @@

    Method List

  • -
  • +
  • #metadata_subdir Cask::Installer @@ -24276,7 +24236,7 @@

    Method List

  • -
  • +
  • #metadata_timestamped_path Cask::Metadata @@ -24284,7 +24244,7 @@

    Method List

  • -
  • +
  • #metadata_versioned_path Cask::Metadata @@ -24292,7 +24252,7 @@

    Method List

  • -
  • +
  • #method_called? RuboCop::Cop::HelperFunctions @@ -24300,7 +24260,7 @@

    Method List

  • -
  • +
  • #method_called_ever? RuboCop::Cop::HelperFunctions @@ -24308,7 +24268,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::DSL @@ -24316,7 +24276,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::DSL::Base @@ -24324,7 +24284,7 @@

    Method List

  • -
  • +
  • method_missing_message Cask::Utils @@ -24332,7 +24292,7 @@

    Method List

  • -
  • +
  • method_name Commands @@ -24340,7 +24300,7 @@

    Method List

  • -
  • +
  • #method_name RuboCop::Cop::HelperFunctions @@ -24348,7 +24308,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::Cask::AST::Stanza @@ -24356,7 +24316,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::Cask::AST::CaskHeader @@ -24364,7 +24324,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::AST::Node @@ -24372,7 +24332,7 @@

    Method List

  • -
  • +
  • #method_order_index RuboCop::Cop::Cask::UninstallMethodsOrder @@ -24380,7 +24340,7 @@

    Method List

  • -
  • +
  • #migrate Migrator @@ -24388,7 +24348,7 @@

    Method List

  • -
  • +
  • #migrate Cask::Migrator @@ -24396,7 +24356,7 @@

    Method List

  • -
  • +
  • #migrate_cask_rename Reporter @@ -24404,7 +24364,7 @@

    Method List

  • -
  • +
  • #migrate_formula_rename Reporter @@ -24412,7 +24372,7 @@

    Method List

  • -
  • +
  • migrate_gcc_dependents_if_needed Homebrew @@ -24420,7 +24380,7 @@

    Method List

  • -
  • +
  • migrate_if_needed Migrator @@ -24428,7 +24388,7 @@

    Method List

  • -
  • +
  • migrate_if_needed Cask::Migrator @@ -24436,7 +24396,7 @@

    Method List

  • -
  • +
  • #migrate_tap_migration Reporter @@ -24444,7 +24404,7 @@

    Method List

  • -
  • +
  • #migration_needed? Formula @@ -24452,7 +24412,7 @@

    Method List

  • -
  • +
  • #minimum_system_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -24460,7 +24420,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Mac::Xcode @@ -24468,7 +24428,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Mac::CLT @@ -24476,7 +24436,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Linux::Glibc @@ -24484,7 +24444,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Linux::Kernel @@ -24492,7 +24452,7 @@

    Method List

  • -
  • +
  • #minor Version @@ -24500,7 +24460,7 @@

    Method List

  • -
  • +
  • #minor Cask::DSL::Version @@ -24508,7 +24468,7 @@

    Method List

  • -
  • +
  • #minor PkgVersion @@ -24516,7 +24476,7 @@

    Method List

  • -
  • +
  • #minor? Homebrew::DevCmd::Release::Args @@ -24524,7 +24484,7 @@

    Method List

  • -
  • +
  • #minor_patch Cask::DSL::Version @@ -24532,7 +24492,7 @@

    Method List

  • -
  • +
  • mirror Formula @@ -24540,7 +24500,7 @@

    Method List

  • -
  • +
  • #mirror Resource @@ -24548,7 +24508,7 @@

    Method List

  • -
  • +
  • #mirror Homebrew::DevCmd::BumpFormulaPr::Args @@ -24556,7 +24516,7 @@

    Method List

  • -
  • +
  • #mirrors Downloadable @@ -24564,7 +24524,7 @@

    Method List

  • -
  • +
  • #mirrors Homebrew::ResourceAuditor @@ -24572,7 +24532,7 @@

    Method List

  • -
  • +
  • #mirrors CurlDownloadStrategy @@ -24580,7 +24540,7 @@

    Method List

  • -
  • +
  • #mirrors CurlApacheMirrorDownloadStrategy @@ -24588,7 +24548,7 @@

    Method List

  • -
  • +
  • #missing? Homebrew::Cmd::Deps::Args @@ -24596,7 +24556,7 @@

    Method List

  • -
  • +
  • #missing? Homebrew::Cmd::Uses::Args @@ -24604,7 +24564,7 @@

    Method List

  • -
  • +
  • #missing_cask_and_formula_dependencies Cask::Installer @@ -24612,7 +24572,7 @@

    Method List

  • -
  • +
  • #missing_dependencies Formula @@ -24620,7 +24580,7 @@

    Method List

  • -
  • +
  • missing_deps Homebrew::Diagnostic @@ -24628,7 +24588,7 @@

    Method List

  • -
  • +
  • #missing_options Dependency @@ -24636,7 +24596,7 @@

    Method List

  • -
  • +
  • #mkdir Formula @@ -24644,7 +24604,7 @@

    Method List

  • -
  • +
  • #mkpath ObserverPathnameExtension @@ -24652,7 +24612,7 @@

    Method List

  • -
  • +
  • #mktemp Formula @@ -24660,7 +24620,7 @@

    Method List

  • -
  • +
  • #mktemp Requirement @@ -24668,7 +24628,7 @@

    Method List

  • -
  • +
  • #modification_date Mechanize::HTTP::ContentDisposition @@ -24676,7 +24636,7 @@

    Method List

  • -
  • +
  • #modifier? RuboCop::Cop::FormulaAudit::Miscellaneous @@ -24684,7 +24644,7 @@

    Method List

  • -
  • +
  • #modify_build_environment Requirement @@ -24692,7 +24652,7 @@

    Method List

  • -
  • +
  • #move_to_new_directory Migrator @@ -24700,7 +24660,7 @@

    Method List

  • -
  • +
  • #mtime CacheStoreDatabase @@ -24708,7 +24668,7 @@

    Method List

  • -
  • +
  • #multi_stanza_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -24716,7 +24676,7 @@

    Method List

  • -
  • +
  • #multiple? Homebrew::Cmd::List::Args @@ -24724,7 +24684,7 @@

    Method List

  • -
  • +
  • multiple_short_commits_exist? GitHub @@ -24732,7 +24692,7 @@

    Method List

  • -
  • +
  • #multiple_versions Homebrew::DevCmd::Bump::VersionBumpInfo @@ -24740,7 +24700,7 @@

    Method List

  • -
  • +
  • #must_succeed? SystemCommand @@ -24748,7 +24708,7 @@

    Method List

  • -
  • +
  • n ObserverPathnameExtension @@ -24756,7 +24716,7 @@

    Method List

  • -
  • +
  • #n Homebrew::Cmd::Log::Args @@ -24764,7 +24724,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Deps::Args @@ -24772,7 +24732,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Desc::Args @@ -24780,7 +24740,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Link::Args @@ -24788,7 +24748,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Migrate::Args @@ -24796,7 +24756,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::GistLogs::Args @@ -24804,7 +24764,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Autoremove::Args @@ -24812,7 +24772,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::UnlinkCmd::Args @@ -24820,7 +24780,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::CleanupCmd::Args @@ -24828,7 +24788,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::InstallCmd::Args @@ -24836,7 +24796,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::UpgradeCmd::Args @@ -24844,7 +24804,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::PrPull::Args @@ -24852,7 +24812,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::PrUpload::Args @@ -24860,7 +24820,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpCaskPr::Args @@ -24868,7 +24828,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpRevision::Args @@ -24876,7 +24836,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpFormulaPr::Args @@ -24884,7 +24844,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::GenerateCaskApi::Args @@ -24892,7 +24852,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::GenerateFormulaApi::Args @@ -24900,7 +24860,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpUnversionedCasks::Args @@ -24908,7 +24868,7 @@

    Method List

  • -
  • +
  • #name Keg @@ -24916,7 +24876,7 @@

    Method List

  • -
  • +
  • #name Tap @@ -24924,7 +24884,7 @@

    Method List

  • -
  • +
  • #name Debrew::Menu::Entry @@ -24932,7 +24892,7 @@

    Method List

  • -
  • +
  • #name Formula @@ -24940,7 +24900,7 @@

    Method List

  • -
  • +
  • #name Option @@ -24948,7 +24908,7 @@

    Method List

  • -
  • +
  • #name Homebrew::Service @@ -24956,7 +24916,7 @@

    Method List

  • -
  • +
  • #name Cask::DSL @@ -24964,7 +24924,7 @@

    Method List

  • -
  • +
  • #name Resource @@ -24972,7 +24932,7 @@

    Method List

  • -
  • +
  • #name CompilerSelector::Compiler @@ -24980,7 +24940,7 @@

    Method List

  • -
  • +
  • #name Formulary::FormulaLoader @@ -24988,7 +24948,7 @@

    Method List

  • -
  • +
  • #name Dependency @@ -24996,7 +24956,7 @@

    Method List

  • -
  • +
  • #name NoSuchKegError @@ -25004,7 +24964,7 @@

    Method List

  • -
  • +
  • #name FormulaOrCaskUnavailableError @@ -25012,7 +24972,7 @@

    Method List

  • -
  • +
  • #name TapFormulaAmbiguityError @@ -25020,7 +24980,7 @@

    Method List

  • -
  • +
  • #name TapUnavailableError @@ -25028,7 +24988,7 @@

    Method List

  • -
  • +
  • #name TapRemoteMismatchError @@ -25036,7 +24996,7 @@

    Method List

  • -
  • +
  • #name TapAlreadyTappedError @@ -25044,7 +25004,7 @@

    Method List

  • -
  • +
  • #name TapNoCustomRemoteError @@ -25052,7 +25012,7 @@

    Method List

  • -
  • +
  • #name PyPI::Package @@ -25060,7 +25020,7 @@

    Method List

  • -
  • +
  • #name Requirement @@ -25068,7 +25028,7 @@

    Method List

  • -
  • +
  • #name Homebrew::TapAuditor @@ -25076,7 +25036,7 @@

    Method List

  • -
  • +
  • #name SoftwareSpec @@ -25084,7 +25044,7 @@

    Method List

  • -
  • +
  • #name Bottle::Filename @@ -25092,7 +25052,7 @@

    Method List

  • -
  • +
  • #name Bottle @@ -25100,7 +25060,7 @@

    Method List

  • -
  • +
  • #name CaskDependent @@ -25108,7 +25068,7 @@

    Method List

  • -
  • +
  • #name Homebrew::FormulaCreator @@ -25116,7 +25076,7 @@

    Method List

  • -
  • +
  • #name FormulaConflict @@ -25124,7 +25084,7 @@

    Method List

  • -
  • +
  • #name Homebrew::ResourceAuditor @@ -25132,7 +25092,7 @@

    Method List

  • -
  • +
  • #name LinuxRunnerSpec @@ -25140,7 +25100,7 @@

    Method List

  • -
  • +
  • #name MacOSRunnerSpec @@ -25148,7 +25108,7 @@

    Method List

  • -
  • +
  • #name TestRunnerFormula @@ -25156,7 +25116,7 @@

    Method List

  • -
  • +
  • #name Cask::Cask @@ -25164,7 +25124,7 @@

    Method List

  • -
  • +
  • #name? Homebrew::Cmd::Desc::Args @@ -25172,7 +25132,7 @@

    Method List

  • -
  • +
  • name_from_url Homebrew::FormulaCreator @@ -25180,7 +25140,7 @@

    Method List

  • -
  • +
  • name_info Cask::Info @@ -25188,7 +25148,7 @@

    Method List

  • -
  • +
  • #name_to_option Homebrew::CLI::Parser @@ -25196,7 +25156,7 @@

    Method List

  • -
  • +
  • #named Homebrew::CLI::Args @@ -25204,7 +25164,7 @@

    Method List

  • -
  • +
  • #named_args Homebrew::Uninstall::DependentsMessage @@ -25212,7 +25172,7 @@

    Method List

  • -
  • +
  • #named_args Homebrew::CLI::Parser @@ -25220,7 +25180,7 @@

    Method List

  • -
  • +
  • named_args_type Commands @@ -25228,7 +25188,7 @@

    Method List

  • -
  • +
  • #named_args_type Homebrew::CLI::Parser @@ -25236,7 +25196,7 @@

    Method List

  • -
  • +
  • names Tap @@ -25244,7 +25204,7 @@

    Method List

  • -
  • +
  • names Formula @@ -25252,7 +25212,7 @@

    Method List

  • -
  • +
  • namespace_key Formulary @@ -25260,7 +25220,7 @@

    Method List

  • -
  • +
  • needs Formula @@ -25268,7 +25228,7 @@

    Method List

  • -
  • +
  • #needs SoftwareSpec @@ -25276,7 +25236,7 @@

    Method List

  • -
  • +
  • needs_build_formulae? DevelopmentTools @@ -25284,7 +25244,7 @@

    Method List

  • -
  • +
  • needs_clt_installed? OS::Mac::Xcode @@ -25292,7 +25252,7 @@

    Method List

  • -
  • +
  • needs_compiler_formula? DevelopmentTools @@ -25300,7 +25260,7 @@

    Method List

  • -
  • +
  • needs_libc_formula? DevelopmentTools @@ -25308,7 +25268,7 @@

    Method List

  • -
  • +
  • needs_migration? Migrator @@ -25316,7 +25276,7 @@

    Method List

  • -
  • +
  • #needs_python? Language::Python::Virtualenv @@ -25324,7 +25284,7 @@

    Method List

  • -
  • +
  • #negate_include_call? RuboCop::Cop::Homebrew::NegateInclude @@ -25332,7 +25292,7 @@

    Method List

  • -
  • +
  • #negate_normal_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -25340,7 +25300,7 @@

    Method List

  • -
  • +
  • #nested Cask::DSL::Container @@ -25348,7 +25308,7 @@

    Method List

  • -
  • +
  • nested_cache? Homebrew::Cleanup @@ -25356,7 +25316,7 @@

    Method List

  • -
  • +
  • network_access_allowed? Formula @@ -25364,7 +25324,7 @@

    Method List

  • -
  • +
  • #network_access_allowed? Formula @@ -25372,7 +25332,7 @@

    Method List

  • -
  • +
  • #new? Homebrew::DevCmd::Audit::Args @@ -25380,7 +25340,7 @@

    Method List

  • -
  • +
  • #new_cask Cask::Migrator @@ -25388,7 +25348,7 @@

    Method List

  • -
  • +
  • #new_cask? Cask::Audit @@ -25396,7 +25356,7 @@

    Method List

  • -
  • +
  • #new_cask? Homebrew::DevCmd::Audit::Args @@ -25404,7 +25364,7 @@

    Method List

  • -
  • +
  • #new_cask_path Tap @@ -25412,7 +25372,7 @@

    Method List

  • -
  • +
  • #new_cask_path CoreCaskTap @@ -25420,7 +25380,7 @@

    Method List

  • -
  • +
  • #new_cellar Migrator @@ -25428,7 +25388,7 @@

    Method List

  • -
  • +
  • #new_cellar_existed Migrator @@ -25436,7 +25396,7 @@

    Method List

  • -
  • +
  • #new_download_sha Cask::Cask @@ -25444,7 +25404,7 @@

    Method List

  • -
  • +
  • #new_formula? Homebrew::DevCmd::Audit::Args @@ -25452,7 +25412,7 @@

    Method List

  • -
  • +
  • #new_formula_available? Formula @@ -25460,7 +25420,7 @@

    Method List

  • -
  • +
  • #new_formula_path Tap @@ -25468,7 +25428,7 @@

    Method List

  • -
  • +
  • #new_formula_path CoreTap @@ -25476,7 +25436,7 @@

    Method List

  • -
  • +
  • #new_formula_problems Homebrew::FormulaAuditor @@ -25484,7 +25444,7 @@

    Method List

  • -
  • +
  • #new_issue? Homebrew::Cmd::GistLogs::Args @@ -25492,7 +25452,7 @@

    Method List

  • -
  • +
  • #new_linked_keg_record Migrator @@ -25500,7 +25460,7 @@

    Method List

  • -
  • +
  • #new_pin_record Migrator @@ -25508,7 +25468,7 @@

    Method List

  • -
  • +
  • #new_version Homebrew::DevCmd::Bump::VersionBumpInfo @@ -25516,7 +25476,7 @@

    Method List

  • -
  • +
  • #newer_only? Homebrew::DevCmd::LivecheckCmd::Args @@ -25524,7 +25484,7 @@

    Method List

  • -
  • +
  • #newname Migrator @@ -25532,7 +25492,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::BundleVersion @@ -25540,7 +25500,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -25548,7 +25508,7 @@

    Method List

  • -
  • +
  • #nil_or_empty? RuboCop::Cop::Homebrew::Blank @@ -25556,7 +25516,7 @@

    Method List

  • -
  • +
  • #no_all_checks? Homebrew::DevCmd::Bottle::Args @@ -25564,7 +25524,7 @@

    Method List

  • -
  • +
  • no_analytics? Homebrew::EnvConfig @@ -25572,7 +25532,7 @@

    Method List

  • -
  • +
  • #no_audit? Homebrew::DevCmd::BumpCaskPr::Args @@ -25580,7 +25540,7 @@

    Method List

  • -
  • +
  • #no_audit? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25588,7 +25548,7 @@

    Method List

  • -
  • +
  • no_auto_update? Homebrew::EnvConfig @@ -25596,7 +25556,7 @@

    Method List

  • -
  • +
  • no_bootsnap? Homebrew::EnvConfig @@ -25604,7 +25564,7 @@

    Method List

  • -
  • +
  • #no_browse? Homebrew::DevCmd::BumpCaskPr::Args @@ -25612,7 +25572,7 @@

    Method List

  • -
  • +
  • #no_browse? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25620,7 +25580,7 @@

    Method List

  • -
  • +
  • no_changes_message Homebrew @@ -25628,7 +25588,7 @@

    Method List

  • -
  • +
  • #no_cherry_pick? Homebrew::DevCmd::PrPull::Args @@ -25636,7 +25596,7 @@

    Method List

  • -
  • +
  • no_cleanup_formulae Homebrew::EnvConfig @@ -25644,7 +25604,7 @@

    Method List

  • -
  • +
  • no_color? Homebrew::EnvConfig @@ -25652,7 +25612,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::Bottle::Args @@ -25660,7 +25620,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::PrPull::Args @@ -25668,7 +25628,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::PrUpload::Args @@ -25676,7 +25636,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::VendorGems::Args @@ -25684,7 +25644,7 @@

    Method List

  • -
  • +
  • #no_dividers Cask::DSL::Version @@ -25692,7 +25652,7 @@

    Method List

  • -
  • +
  • no_emoji? Homebrew::EnvConfig @@ -25700,7 +25660,7 @@

    Method List

  • -
  • +
  • no_env_hints? Homebrew::EnvConfig @@ -25708,7 +25668,7 @@

    Method List

  • -
  • +
  • #no_fetch? Homebrew::DevCmd::Create::Args @@ -25716,7 +25676,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Stdenv @@ -25724,7 +25684,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Superenv @@ -25732,7 +25692,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains_support? SharedEnvExtension @@ -25740,7 +25700,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::Bump::Args @@ -25748,7 +25708,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::BumpCaskPr::Args @@ -25756,7 +25716,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25764,7 +25724,7 @@

    Method List

  • -
  • +
  • #no_git? Homebrew::DevCmd::TapNew::Args @@ -25772,7 +25732,7 @@

    Method List

  • -
  • +
  • no_github_api? Homebrew::EnvConfig @@ -25780,7 +25740,7 @@

    Method List

  • -
  • +
  • no_insecure_redirect? Homebrew::EnvConfig @@ -25788,7 +25748,7 @@

    Method List

  • -
  • +
  • no_install_cleanup? Homebrew::EnvConfig @@ -25796,7 +25756,7 @@

    Method List

  • -
  • +
  • no_install_from_api? Homebrew::EnvConfig @@ -25804,7 +25764,7 @@

    Method List

  • -
  • +
  • no_install_upgrade? Homebrew::EnvConfig @@ -25812,7 +25772,7 @@

    Method List

  • -
  • +
  • no_installed_dependents_check? Homebrew::EnvConfig @@ -25820,7 +25780,7 @@

    Method List

  • -
  • +
  • no_message_output? Utils::Analytics @@ -25828,7 +25788,7 @@

    Method List

  • -
  • +
  • #no_named? Homebrew::CLI::Args @@ -25836,7 +25796,7 @@

    Method List

  • -
  • +
  • no_proxy Homebrew::EnvConfig @@ -25844,7 +25804,7 @@

    Method List

  • -
  • +
  • #no_pull_requests? Homebrew::DevCmd::Bump::Args @@ -25852,7 +25812,7 @@

    Method List

  • -
  • +
  • #no_rebuild? Homebrew::DevCmd::Bottle::Args @@ -25860,7 +25820,7 @@

    Method List

  • -
  • +
  • #no_simulate? Homebrew::Cmd::ReadallCmd::Args @@ -25868,7 +25828,7 @@

    Method List

  • -
  • +
  • #no_style? Homebrew::DevCmd::BumpCaskPr::Args @@ -25876,7 +25836,7 @@

    Method List

  • -
  • +
  • no_underline Tty @@ -25884,7 +25844,7 @@

    Method List

  • -
  • +
  • no_update_report_new? Homebrew::EnvConfig @@ -25892,7 +25852,7 @@

    Method List

  • -
  • +
  • #no_upload? Homebrew::DevCmd::PrPull::Args @@ -25900,7 +25860,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Stdenv @@ -25908,7 +25868,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Superenv @@ -25916,7 +25876,7 @@

    Method List

  • -
  • +
  • #no_weak_imports_support? SharedEnvExtension @@ -25924,7 +25884,7 @@

    Method List

  • -
  • +
  • #node? Homebrew::DevCmd::Create::Args @@ -25932,7 +25892,7 @@

    Method List

  • -
  • +
  • #node_equals? RuboCop::Cop::HelperFunctions @@ -25940,7 +25900,7 @@

    Method List

  • -
  • +
  • #non_bundler_gems? Homebrew::DevCmd::VendorGems::Args @@ -25948,7 +25908,7 @@

    Method List

  • -
  • +
  • #none_string Homebrew::Diagnostic::Checks @@ -25956,7 +25916,7 @@

    Method List

  • -
  • +
  • normalize_python_package PyPI @@ -25964,7 +25924,7 @@

    Method List

  • -
  • +
  • not_this_run? Utils::Analytics @@ -25972,7 +25932,7 @@

    Method List

  • -
  • +
  • npm_cache_config Language::Node @@ -25980,7 +25940,7 @@

    Method List

  • -
  • +
  • #null? Version::Token @@ -25988,7 +25948,7 @@

    Method List

  • -
  • +
  • #null? Version @@ -25996,7 +25956,7 @@

    Method List

  • -
  • +
  • #number_readable Kernel @@ -26004,7 +25964,7 @@

    Method List

  • -
  • +
  • #numeric? Version::Token @@ -26012,7 +25972,7 @@

    Method List

  • -
  • +
  • #numeric? Version::NumericToken @@ -26020,7 +25980,7 @@

    Method List

  • -
  • +
  • #odebug Kernel @@ -26028,7 +25988,7 @@

    Method List

  • -
  • +
  • #odeprecated Kernel @@ -26036,7 +25996,7 @@

    Method List

  • -
  • +
  • #odie Kernel @@ -26044,7 +26004,7 @@

    Method List

  • -
  • +
  • odie_if_defined Homebrew @@ -26052,7 +26012,7 @@

    Method List

  • -
  • +
  • #odisabled Kernel @@ -26060,7 +26020,7 @@

    Method List

  • -
  • +
  • #ofail Kernel @@ -26068,7 +26028,7 @@

    Method List

  • -
  • +
  • #offending_node RuboCop::Cop::HelperFunctions @@ -26076,7 +26036,7 @@

    Method List

  • -
  • +
  • #official? Tap @@ -26084,7 +26044,7 @@

    Method List

  • -
  • +
  • #official_external_commands Homebrew::Manpages::Variables @@ -26092,7 +26052,7 @@

    Method List

  • -
  • +
  • official_external_commands_paths Commands @@ -26100,7 +26060,7 @@

    Method List

  • -
  • +
  • #oh1 Kernel @@ -26108,7 +26068,7 @@

    Method List

  • -
  • +
  • #oh1_title Kernel @@ -26116,7 +26076,7 @@

    Method List

  • -
  • +
  • #ohai Kernel @@ -26124,7 +26084,7 @@

    Method List

  • -
  • +
  • ohai_if_defined Homebrew @@ -26132,7 +26092,7 @@

    Method List

  • -
  • +
  • #ohai_title Kernel @@ -26140,7 +26100,7 @@

    Method List

  • -
  • +
  • #old DeprecatedOption @@ -26148,7 +26108,7 @@

    Method List

  • -
  • +
  • #old_cask Cask::Migrator @@ -26156,7 +26116,7 @@

    Method List

  • -
  • +
  • #old_cellar Migrator @@ -26164,7 +26124,7 @@

    Method List

  • -
  • +
  • #old_flag DeprecatedOption @@ -26172,7 +26132,7 @@

    Method List

  • -
  • +
  • #old_full_linked_kegs Migrator @@ -26180,7 +26140,7 @@

    Method List

  • -
  • +
  • #old_installed_formulae Formula @@ -26188,7 +26148,7 @@

    Method List

  • -
  • +
  • #old_linked_kegs Migrator @@ -26196,7 +26156,7 @@

    Method List

  • -
  • +
  • #old_opt_records Migrator @@ -26204,7 +26164,7 @@

    Method List

  • -
  • +
  • #old_pin_link_record Migrator @@ -26212,7 +26172,7 @@

    Method List

  • -
  • +
  • #old_pin_record Migrator @@ -26220,7 +26180,7 @@

    Method List

  • -
  • +
  • #old_tabs Migrator @@ -26228,7 +26188,7 @@

    Method List

  • -
  • +
  • #old_tap Migrator @@ -26236,7 +26196,7 @@

    Method List

  • -
  • +
  • #old_tokens Cask::Cask @@ -26244,7 +26204,7 @@

    Method List

  • -
  • +
  • oldest_cpu Hardware @@ -26252,7 +26212,7 @@

    Method List

  • -
  • +
  • #oldname Formula @@ -26260,7 +26220,7 @@

    Method List

  • -
  • +
  • #oldname Migrator @@ -26268,7 +26228,7 @@

    Method List

  • -
  • +
  • #oldname_opt_records Keg @@ -26276,7 +26236,7 @@

    Method List

  • -
  • +
  • #oldnames Formula @@ -26284,7 +26244,7 @@

    Method List

  • -
  • +
  • oldnames_needing_migration Migrator @@ -26292,7 +26252,7 @@

    Method List

  • -
  • +
  • #oldnames_to_migrate Formula @@ -26300,7 +26260,7 @@

    Method List

  • -
  • +
  • #on_and RuboCop::Cop::Homebrew::Present @@ -26308,7 +26268,7 @@

    Method List

  • -
  • +
  • #on_arch_conditional OnSystem::MacOSOnly @@ -26316,7 +26276,7 @@

    Method List

  • -
  • +
  • #on_block RuboCop::Cop::Cask::CaskHelp @@ -26324,7 +26284,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::Variables @@ -26332,7 +26292,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::NoOverrides @@ -26340,7 +26300,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::CaskHelp @@ -26348,7 +26308,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::StanzaGrouping @@ -26356,7 +26316,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnUrlStanza @@ -26364,7 +26324,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnDescStanza @@ -26372,7 +26332,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnSystemConditionals @@ -26380,7 +26340,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnHomepageStanza @@ -26388,7 +26348,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::Discontinued @@ -26396,7 +26356,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::StanzaOrder @@ -26404,7 +26364,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::CaskHelp @@ -26412,7 +26372,7 @@

    Method List

  • -
  • +
  • #on_class RuboCop::Cop::FormulaCop @@ -26420,7 +26380,7 @@

    Method List

  • -
  • +
  • #on_desc_stanza RuboCop::Cop::Cask::Desc @@ -26428,7 +26388,7 @@

    Method List

  • -
  • +
  • #on_homepage_stanza RuboCop::Cop::Cask::HomepageUrlTrailingSlash @@ -26436,7 +26396,7 @@

    Method List

  • -
  • +
  • #on_if RuboCop::Cop::Homebrew::Presence @@ -26444,7 +26404,7 @@

    Method List

  • -
  • +
  • #on_if RuboCop::Cop::Homebrew::SafeNavigationWithBlank @@ -26452,7 +26412,7 @@

    Method List

  • -
  • +
  • on_macos Formula @@ -26460,7 +26420,7 @@

    Method List

  • -
  • +
  • #on_macos_version_method_call RuboCop::Cop::OnSystemConditionalsHelper @@ -26468,7 +26428,7 @@

    Method List

  • -
  • +
  • #on_new_investigation RuboCop::Cop::Cask::StanzaOrder @@ -26476,7 +26436,7 @@

    Method List

  • -
  • +
  • #on_or RuboCop::Cop::Homebrew::Blank @@ -26484,7 +26444,7 @@

    Method List

  • -
  • +
  • #on_or RuboCop::Cop::Homebrew::Present @@ -26492,7 +26452,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::IORead @@ -26500,7 +26460,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::CompactBlank @@ -26508,7 +26468,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::NegateInclude @@ -26516,7 +26476,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ShellCommands @@ -26524,7 +26484,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ExecShellMetacharacters @@ -26532,7 +26492,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::MoveToExtendOS @@ -26540,7 +26500,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::InstallBundlerGems @@ -26548,7 +26508,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::SharedFilelistGlob @@ -26556,7 +26516,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::ArrayAlphabetization @@ -26564,7 +26524,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::UninstallMethodsOrder @@ -26572,7 +26532,7 @@

    Method List

  • -
  • +
  • #on_system_block? RuboCop::AST::Node @@ -26580,7 +26540,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Formula @@ -26588,7 +26548,7 @@

    Method List

  • -
  • +
  • on_system_blocks_exist? Formula @@ -26596,7 +26556,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Cask::Cask @@ -26604,7 +26564,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Cask::DSL @@ -26612,7 +26572,7 @@

    Method List

  • -
  • +
  • #on_system_conditional Homebrew::Service @@ -26620,7 +26580,7 @@

    Method List

  • -
  • +
  • #on_system_method_call RuboCop::Cop::OnSystemConditionalsHelper @@ -26628,7 +26588,7 @@

    Method List

  • -
  • +
  • #on_system_methods RuboCop::Cop::Cask::CaskHelp @@ -26636,7 +26596,7 @@

    Method List

  • -
  • +
  • #on_system_stanzas RuboCop::Cop::Cask::NoOverrides @@ -26644,7 +26604,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::Url @@ -26652,7 +26612,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::UrlLegacyCommaSeparators @@ -26660,7 +26620,7 @@

    Method List

  • -
  • +
  • #oneline? Homebrew::Cmd::Log::Args @@ -26668,7 +26628,7 @@

    Method List

  • -
  • +
  • #online? Cask::Audit @@ -26676,7 +26636,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::Audit::Args @@ -26684,7 +26644,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::Tests::Args @@ -26692,7 +26652,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::BumpCaskPr::Args @@ -26700,7 +26660,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::BumpFormulaPr::Args @@ -26708,7 +26668,7 @@

    Method List

  • -
  • +
  • #only Homebrew::DevCmd::Audit::Args @@ -26716,7 +26676,7 @@

    Method List

  • -
  • +
  • #only Homebrew::DevCmd::Tests::Args @@ -26724,7 +26684,7 @@

    Method List

  • -
  • +
  • #only_cops Homebrew::DevCmd::Audit::Args @@ -26732,7 +26692,7 @@

    Method List

  • -
  • +
  • #only_cops Homebrew::DevCmd::StyleCmd::Args @@ -26740,7 +26700,7 @@

    Method List

  • -
  • +
  • #only_dependencies? Homebrew::Cmd::InstallCmd::Args @@ -26748,7 +26708,7 @@

    Method List

  • -
  • +
  • #only_deps? FormulaInstaller @@ -26756,7 +26716,7 @@

    Method List

  • -
  • +
  • #only_formula_or_cask Homebrew::CLI::Args @@ -26764,7 +26724,7 @@

    Method List

  • -
  • +
  • #only_json_tab? Homebrew::DevCmd::Bottle::Args @@ -26772,7 +26732,7 @@

    Method List

  • -
  • +
  • #only_path Cask::URL::DSL @@ -26780,7 +26740,7 @@

    Method List

  • -
  • +
  • #only_public? Homebrew::DevCmd::Rubydoc::Args @@ -26788,7 +26748,7 @@

    Method List

  • -
  • +
  • #onoe Kernel @@ -26796,7 +26756,7 @@

    Method List

  • -
  • +
  • #open? Homebrew::Cmd::SearchCmd::Args @@ -26804,7 +26764,7 @@

    Method List

  • -
  • +
  • #open? Homebrew::DevCmd::Rubydoc::Args @@ -26812,7 +26772,7 @@

    Method List

  • -
  • +
  • open_graphql GitHub::API @@ -26820,7 +26780,7 @@

    Method List

  • -
  • +
  • #open_pr? Homebrew::DevCmd::Bump::Args @@ -26828,7 +26788,7 @@

    Method List

  • -
  • +
  • #open_pull_requests Homebrew::DevCmd::Bump::VersionBumpInfo @@ -26836,7 +26796,7 @@

    Method List

  • -
  • +
  • open_rest GitHub::API @@ -26844,7 +26804,7 @@

    Method List

  • -
  • +
  • #openjdk_dep_name_if_applicable Keg @@ -26852,7 +26812,7 @@

    Method List

  • -
  • +
  • #opensuse? Homebrew::Cmd::SearchCmd::Args @@ -26860,7 +26820,7 @@

    Method List

  • -
  • +
  • #opoo Kernel @@ -26868,7 +26828,7 @@

    Method List

  • -
  • +
  • opoo_if_defined Homebrew @@ -26876,7 +26836,7 @@

    Method List

  • -
  • +
  • #opt_bin Formula @@ -26884,7 +26844,7 @@

    Method List

  • -
  • +
  • #opt_bin Homebrew::Service @@ -26892,7 +26852,7 @@

    Method List

  • -
  • +
  • #opt_elisp Formula @@ -26900,7 +26860,7 @@

    Method List

  • -
  • +
  • #opt_frameworks Formula @@ -26908,7 +26868,7 @@

    Method List

  • -
  • +
  • #opt_include Formula @@ -26916,7 +26876,7 @@

    Method List

  • -
  • +
  • #opt_lib Formula @@ -26924,7 +26884,7 @@

    Method List

  • -
  • +
  • #opt_libexec Formula @@ -26932,7 +26892,7 @@

    Method List

  • -
  • +
  • #opt_libexec Homebrew::Service @@ -26940,7 +26900,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Formula @@ -26948,7 +26908,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Homebrew::Service @@ -26956,7 +26916,7 @@

    Method List

  • -
  • +
  • #opt_prefix Formula @@ -26964,7 +26924,7 @@

    Method List

  • -
  • +
  • #opt_prefix Homebrew::Service @@ -26972,7 +26932,7 @@

    Method List

  • -
  • +
  • #opt_record Keg @@ -26980,7 +26940,7 @@

    Method List

  • -
  • +
  • #opt_sbin Formula @@ -26988,7 +26948,7 @@

    Method List

  • -
  • +
  • #opt_sbin Homebrew::Service @@ -26996,7 +26956,7 @@

    Method List

  • -
  • +
  • #opt_share Formula @@ -27004,7 +26964,7 @@

    Method List

  • -
  • +
  • optimization_flags Hardware::CPU @@ -27012,7 +26972,7 @@

    Method List

  • -
  • +
  • option Formula @@ -27020,7 +26980,7 @@

    Method List

  • -
  • +
  • #option SoftwareSpec @@ -27028,7 +26988,7 @@

    Method List

  • -
  • +
  • option Formatter @@ -27036,7 +26996,7 @@

    Method List

  • -
  • +
  • option_conflicts Commands @@ -27044,7 +27004,7 @@

    Method List

  • -
  • +
  • #option_defined? Formula @@ -27052,7 +27012,7 @@

    Method List

  • -
  • +
  • #option_defined? SoftwareSpec @@ -27060,7 +27020,7 @@

    Method List

  • -
  • +
  • #option_description Homebrew::CLI::Parser @@ -27068,7 +27028,7 @@

    Method List

  • -
  • +
  • #option_names Dependency @@ -27076,7 +27036,7 @@

    Method List

  • -
  • +
  • #option_names Requirement @@ -27084,7 +27044,7 @@

    Method List

  • -
  • +
  • #option_tags Dependable @@ -27092,7 +27052,7 @@

    Method List

  • -
  • +
  • #option_to_description Homebrew::CLI::Parser @@ -27100,7 +27060,7 @@

    Method List

  • -
  • +
  • option_to_name Homebrew::CLI::Parser @@ -27108,7 +27068,7 @@

    Method List

  • -
  • +
  • #option_to_name Homebrew::CLI::Parser @@ -27116,7 +27076,7 @@

    Method List

  • -
  • +
  • #optional Dependencies @@ -27124,7 +27084,7 @@

    Method List

  • -
  • +
  • #optional? Dependable @@ -27132,7 +27092,7 @@

    Method List

  • -
  • +
  • #optional_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -27140,7 +27100,7 @@

    Method List

  • -
  • +
  • #options Dependable @@ -27148,7 +27108,7 @@

    Method List

  • -
  • +
  • #options BuildError @@ -27156,7 +27116,7 @@

    Method List

  • -
  • +
  • #options SoftwareSpec @@ -27164,7 +27124,7 @@

    Method List

  • -
  • +
  • #options FormulaInstaller @@ -27172,7 +27132,7 @@

    Method List

  • -
  • +
  • #options Formula @@ -27180,7 +27140,7 @@

    Method List

  • -
  • +
  • #options_only Homebrew::CLI::Args @@ -27188,7 +27148,7 @@

    Method List

  • -
  • +
  • #optlink Keg @@ -27196,7 +27156,7 @@

    Method List

  • -
  • +
  • #optlinked? Keg @@ -27204,7 +27164,7 @@

    Method List

  • -
  • +
  • #optlinked? Formula @@ -27212,7 +27172,7 @@

    Method List

  • -
  • +
  • origin SystemConfig @@ -27220,7 +27180,7 @@

    Method List

  • -
  • +
  • #origin_branch_name GitRepository @@ -27228,7 +27188,7 @@

    Method List

  • -
  • +
  • #origin_has_branch? GitRepository @@ -27236,7 +27196,7 @@

    Method List

  • -
  • +
  • #origin_url GitRepository @@ -27244,7 +27204,7 @@

    Method List

  • -
  • +
  • #origin_url= GitRepository @@ -27252,7 +27212,7 @@

    Method List

  • -
  • +
  • os Homebrew::SimulateSystem @@ -27260,7 +27220,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Livecheck::Strategy::Sparkle::Item @@ -27268,7 +27228,7 @@

    Method List

  • -
  • +
  • #os Homebrew::CLI::Args @@ -27276,7 +27236,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::Deps::Args @@ -27284,7 +27244,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::Cache::Args @@ -27292,7 +27252,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::FetchCmd::Args @@ -27300,7 +27260,7 @@

    Method List

  • -
  • +
  • #os Homebrew::DevCmd::Audit::Args @@ -27308,7 +27268,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::ReadallCmd::Args @@ -27316,7 +27276,7 @@

    Method List

  • -
  • +
  • #os_arch_combinations Homebrew::CLI::Args @@ -27324,7 +27284,7 @@

    Method List

  • -
  • +
  • #os_check? RuboCop::Cop::Homebrew::MoveToExtendOS @@ -27332,7 +27292,7 @@

    Method List

  • -
  • +
  • os_condition_met? OnSystem @@ -27340,7 +27300,7 @@

    Method List

  • -
  • +
  • os_version OS::Linux @@ -27348,7 +27308,7 @@

    Method List

  • -
  • +
  • #outdated? Formula @@ -27356,7 +27316,7 @@

    Method List

  • -
  • +
  • #outdated? Cask::Cask @@ -27364,7 +27324,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::Xcode @@ -27372,7 +27332,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::CLT @@ -27380,7 +27340,7 @@

    Method List

  • -
  • +
  • #outdated_download_sha? Cask::Cask @@ -27388,7 +27348,7 @@

    Method List

  • -
  • +
  • #outdated_info Cask::Cask @@ -27396,7 +27356,7 @@

    Method List

  • -
  • +
  • #outdated_kegs Formula @@ -27404,7 +27364,7 @@

    Method List

  • -
  • +
  • outdated_kegs Homebrew::Upgrade @@ -27412,7 +27372,7 @@

    Method List

  • -
  • +
  • #outdated_release? MacOSVersion @@ -27420,7 +27380,7 @@

    Method List

  • -
  • +
  • #outdated_version Cask::Cask @@ -27428,7 +27388,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::DeveloperDependentsMessage @@ -27436,7 +27396,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::NondeveloperDependentsMessage @@ -27444,7 +27404,7 @@

    Method List

  • -
  • +
  • #output ErrorDuringExecution @@ -27452,7 +27412,7 @@

    Method List

  • -
  • +
  • output Utils::Analytics @@ -27460,7 +27420,7 @@

    Method List

  • -
  • +
  • output_analytics Utils::Analytics @@ -27468,7 +27428,7 @@

    Method List

  • -
  • +
  • output_github_packages_downloads Utils::Analytics @@ -27476,7 +27436,7 @@

    Method List

  • -
  • +
  • overridable_java_home_env Language::Java @@ -27484,7 +27444,7 @@

    Method List

  • -
  • +
  • #overwrite? FormulaInstaller @@ -27492,7 +27452,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::Link::Args @@ -27500,7 +27460,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::InstallCmd::Args @@ -27508,7 +27468,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::UpgradeCmd::Args @@ -27516,7 +27476,7 @@

    Method List

  • -
  • +
  • #owner Resource @@ -27524,7 +27484,7 @@

    Method List

  • -
  • +
  • #owner SoftwareSpec @@ -27532,7 +27492,7 @@

    Method List

  • -
  • +
  • #owner Homebrew::ResourceAuditor @@ -27540,7 +27500,7 @@

    Method List

  • -
  • +
  • #owner= ExternalPatch @@ -27548,7 +27508,7 @@

    Method List

  • -
  • +
  • owner_uid Homebrew @@ -27556,7 +27516,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::Log::Args @@ -27564,7 +27524,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::Leaves::Args @@ -27572,7 +27532,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::GistLogs::Args @@ -27580,7 +27540,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::DevCmd::UpdatePythonResources::Args @@ -27588,7 +27548,7 @@

    Method List

  • -
  • +
  • pack_for_installation Language::Node @@ -27596,7 +27556,7 @@

    Method List

  • -
  • +
  • #package_count Messages @@ -27604,7 +27564,7 @@

    Method List

  • -
  • +
  • #package_id Cask::Pkg @@ -27612,7 +27572,7 @@

    Method List

  • -
  • +
  • #package_installed Messages @@ -27620,7 +27580,7 @@

    Method List

  • -
  • +
  • #package_name Homebrew::DevCmd::UpdatePythonResources::Args @@ -27628,7 +27588,7 @@

    Method List

  • -
  • +
  • package_or_resource_name Homebrew::Livecheck @@ -27636,7 +27596,7 @@

    Method List

  • -
  • +
  • package_or_resource_skip Homebrew::Livecheck::SkipConditions @@ -27644,7 +27604,7 @@

    Method List

  • -
  • +
  • page_content Homebrew::Livecheck::Strategy @@ -27652,7 +27612,7 @@

    Method List

  • -
  • +
  • page_headers Homebrew::Livecheck::Strategy @@ -27660,7 +27620,7 @@

    Method List

  • -
  • +
  • paginate_graphql GitHub::API @@ -27668,7 +27628,7 @@

    Method List

  • -
  • +
  • paginate_rest GitHub::API @@ -27676,7 +27636,7 @@

    Method List

  • -
  • +
  • #pair_node RuboCop::Cask::AST::CaskHeader @@ -27684,7 +27644,7 @@

    Method List

  • -
  • +
  • #pairs Cask::DSL::Container @@ -27692,7 +27652,7 @@

    Method List

  • -
  • +
  • #parameters RuboCop::Cop::HelperFunctions @@ -27700,7 +27660,7 @@

    Method List

  • -
  • +
  • #parameters Mechanize::HTTP::ContentDisposition @@ -27708,7 +27668,7 @@

    Method List

  • -
  • +
  • #parameters_passed? RuboCop::Cop::HelperFunctions @@ -27716,7 +27676,7 @@

    Method List

  • -
  • +
  • parent Utils::Shell @@ -27724,7 +27684,7 @@

    Method List

  • -
  • +
  • #parent Homebrew::CLI::NamedArgs @@ -27732,7 +27692,7 @@

    Method List

  • -
  • +
  • parse Locale @@ -27740,7 +27700,7 @@

    Method List

  • -
  • +
  • parse Version @@ -27748,7 +27708,7 @@

    Method List

  • -
  • +
  • #parse Homebrew::CLI::Parser @@ -27756,7 +27716,7 @@

    Method List

  • -
  • +
  • parse PkgVersion @@ -27764,7 +27724,7 @@

    Method List

  • -
  • +
  • #parse Version::Parser @@ -27772,7 +27732,7 @@

    Method List

  • -
  • +
  • #parse Version::RegexParser @@ -27780,7 +27740,7 @@

    Method List

  • -
  • +
  • #parse Mechanize::HTTP::ContentDispositionParser @@ -27788,7 +27748,7 @@

    Method List

  • -
  • +
  • parse_api_response Repology @@ -27796,7 +27756,7 @@

    Method List

  • -
  • +
  • parse_author! Utils @@ -27804,7 +27764,7 @@

    Method List

  • -
  • +
  • #parse_cask_version Homebrew::BumpVersionParser @@ -27812,7 +27772,7 @@

    Method List

  • -
  • +
  • #parse_cron Homebrew::Service @@ -27820,7 +27780,7 @@

    Method List

  • -
  • +
  • parse_curl_output Utils::Curl @@ -27828,7 +27788,7 @@

    Method List

  • -
  • +
  • parse_json Homebrew::Livecheck::Strategy::Json @@ -27836,7 +27796,7 @@

    Method List

  • -
  • +
  • #parse_json_files Homebrew::DevCmd::Bottle @@ -27844,7 +27804,7 @@

    Method List

  • -
  • +
  • parse_license_expression SPDX @@ -27852,7 +27812,7 @@

    Method List

  • -
  • +
  • #parse_remaining Homebrew::CLI::Parser @@ -27860,7 +27820,7 @@

    Method List

  • -
  • +
  • #parse_url Homebrew::FormulaCreator @@ -27868,7 +27828,7 @@

    Method List

  • -
  • +
  • #parse_variable Homebrew::Manpages::Parser::Ronn @@ -27876,7 +27836,7 @@

    Method List

  • -
  • +
  • #parse_version Homebrew::BumpVersionParser @@ -27884,7 +27844,7 @@

    Method List

  • -
  • +
  • parse_xml Homebrew::Livecheck::Strategy::Xml @@ -27892,7 +27852,7 @@

    Method List

  • -
  • +
  • parse_yaml Homebrew::Livecheck::Strategy::Yaml @@ -27900,7 +27860,7 @@

    Method List

  • -
  • +
  • #parsed_homebrew_version Tab @@ -27908,7 +27868,7 @@

    Method List

  • -
  • +
  • parser Homebrew::AbstractCommand @@ -27916,7 +27876,7 @@

    Method List

  • -
  • +
  • pat_blurb GitHub @@ -27924,7 +27884,7 @@

    Method List

  • -
  • +
  • #patch Debrew::Formula @@ -27932,7 +27892,7 @@

    Method List

  • -
  • +
  • #patch Formula @@ -27940,7 +27900,7 @@

    Method List

  • -
  • +
  • patch Formula @@ -27948,7 +27908,7 @@

    Method List

  • -
  • +
  • #patch Version @@ -27956,7 +27916,7 @@

    Method List

  • -
  • +
  • #patch Resource @@ -27964,7 +27924,7 @@

    Method List

  • -
  • +
  • #patch SoftwareSpec @@ -27972,7 +27932,7 @@

    Method List

  • -
  • +
  • #patch Cask::DSL::Version @@ -27980,7 +27940,7 @@

    Method List

  • -
  • +
  • #patch PkgVersion @@ -27988,7 +27948,7 @@

    Method List

  • -
  • +
  • #patch! ELFShim @@ -27996,7 +27956,7 @@

    Method List

  • -
  • +
  • #patch? Homebrew::Cmd::Log::Args @@ -28004,7 +27964,7 @@

    Method List

  • -
  • +
  • #patch? Homebrew::DevCmd::Unpack::Args @@ -28012,7 +27972,7 @@

    Method List

  • -
  • +
  • #patch_data? RuboCop::Cop::FormulaAudit::Patches @@ -28020,7 +27980,7 @@

    Method List

  • -
  • +
  • #patch_files Resource::PatchResource @@ -28028,7 +27988,7 @@

    Method List

  • -
  • +
  • #patchelf_patcher ELFShim @@ -28036,7 +27996,7 @@

    Method List

  • -
  • +
  • #patches Resource @@ -28044,7 +28004,7 @@

    Method List

  • -
  • +
  • #patches SoftwareSpec @@ -28052,7 +28012,7 @@

    Method List

  • -
  • +
  • #path Tap @@ -28060,7 +28020,7 @@

    Method List

  • -
  • +
  • #path DATAPatch @@ -28068,7 +28028,7 @@

    Method List

  • -
  • +
  • #path Formula @@ -28076,7 +28036,7 @@

    Method List

  • -
  • +
  • path Commands @@ -28084,7 +28044,7 @@

    Method List

  • -
  • +
  • #path Formulary::FormulaLoader @@ -28092,7 +28052,7 @@

    Method List

  • -
  • +
  • #path Formulary::FromTapLoader @@ -28100,7 +28060,7 @@

    Method List

  • -
  • +
  • path Formulary @@ -28108,7 +28068,7 @@

    Method List

  • -
  • +
  • #path LockFile @@ -28116,7 +28076,7 @@

    Method List

  • -
  • +
  • path Utils::Git @@ -28124,7 +28084,7 @@

    Method List

  • -
  • +
  • path Cask::Cache @@ -28132,7 +28092,7 @@

    Method List

  • -
  • +
  • #path FormulaClassUnavailableErrorModule @@ -28140,7 +28100,7 @@

    Method List

  • -
  • +
  • #path OS::Mac::SDK @@ -28148,7 +28108,7 @@

    Method List

  • -
  • +
  • #path FormulaPin @@ -28156,7 +28116,7 @@

    Method List

  • -
  • +
  • #path Homebrew::TapAuditor @@ -28164,7 +28124,7 @@

    Method List

  • -
  • +
  • path Cask::Caskroom @@ -28172,7 +28132,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskQuarantineError @@ -28180,7 +28140,7 @@

    Method List

  • -
  • +
  • #path UnpackStrategy @@ -28188,7 +28148,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromPathLoader @@ -28196,7 +28156,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromAPILoader @@ -28204,7 +28164,7 @@

    Method List

  • -
  • +
  • path Cask::CaskLoader @@ -28212,7 +28172,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Pkg @@ -28220,7 +28180,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Installer @@ -28228,7 +28188,7 @@

    Method List

  • -
  • +
  • path_occupied? Cask::Utils @@ -28236,7 +28196,7 @@

    Method List

  • -
  • +
  • path_relative_to_workspace GitHub::Actions::Annotation @@ -28244,7 +28204,7 @@

    Method List

  • -
  • +
  • path_resolved_basename Utils::Bottles @@ -28252,7 +28212,7 @@

    Method List

  • -
  • +
  • #path_starts_with? RuboCop::Cop::FormulaAuditStrict::Text @@ -28260,7 +28220,7 @@

    Method List

  • -
  • +
  • path_to_regex Keg::Relocation @@ -28268,7 +28228,7 @@

    Method List

  • -
  • +
  • #pathname GitRepository @@ -28276,7 +28236,7 @@

    Method List

  • -
  • +
  • #paths Kernel @@ -28284,7 +28244,7 @@

    Method List

  • -
  • +
  • perform_build_from_source_checks Homebrew::Install @@ -28292,7 +28252,7 @@

    Method List

  • -
  • +
  • perform_preinstall_checks Homebrew::Install @@ -28300,7 +28260,7 @@

    Method List

  • -
  • +
  • periodic_clean! Homebrew::Cleanup @@ -28308,7 +28268,7 @@

    Method List

  • -
  • +
  • periodic_clean_due? Homebrew::Cleanup @@ -28316,7 +28276,7 @@

    Method List

  • -
  • +
  • #perl? Homebrew::DevCmd::Create::Args @@ -28324,7 +28284,7 @@

    Method List

  • -
  • +
  • permission GitHub @@ -28332,7 +28292,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags Superenv @@ -28340,7 +28300,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags SharedEnvExtension @@ -28348,7 +28308,7 @@

    Method List

  • -
  • +
  • physical_cpu_arm64? Hardware::CPU @@ -28356,7 +28316,7 @@

    Method List

  • -
  • +
  • #pin FormulaPin @@ -28364,7 +28324,7 @@

    Method List

  • -
  • +
  • #pin Formula @@ -28372,7 +28332,7 @@

    Method List

  • -
  • +
  • #pin_at FormulaPin @@ -28380,7 +28340,7 @@

    Method List

  • -
  • +
  • #pinnable? FormulaPin @@ -28388,7 +28348,7 @@

    Method List

  • -
  • +
  • #pinnable? Formula @@ -28396,7 +28356,7 @@

    Method List

  • -
  • +
  • #pinned? Migrator @@ -28404,7 +28364,7 @@

    Method List

  • -
  • +
  • #pinned? FormulaPin @@ -28412,7 +28372,7 @@

    Method List

  • -
  • +
  • #pinned? Formula @@ -28420,7 +28380,7 @@

    Method List

  • -
  • +
  • #pinned? Homebrew::Cmd::List::Args @@ -28428,7 +28388,7 @@

    Method List

  • -
  • +
  • #pinned_version FormulaPin @@ -28436,7 +28396,7 @@

    Method List

  • -
  • +
  • #pinned_version Formula @@ -28444,7 +28404,7 @@

    Method List

  • -
  • +
  • pip_index_url Homebrew::EnvConfig @@ -28452,7 +28412,7 @@

    Method List

  • -
  • +
  • #pip_install Language::Python::Virtualenv::Virtualenv @@ -28460,7 +28420,7 @@

    Method List

  • -
  • +
  • #pip_install_and_link Language::Python::Virtualenv::Virtualenv @@ -28468,7 +28428,7 @@

    Method List

  • -
  • +
  • pip_report PyPI @@ -28476,7 +28436,7 @@

    Method List

  • -
  • +
  • pip_report_to_packages PyPI @@ -28484,7 +28444,7 @@

    Method List

  • -
  • +
  • #pipe_output Homebrew::Assertions @@ -28492,7 +28452,7 @@

    Method List

  • -
  • +
  • #pkg_version Formula @@ -28500,7 +28460,7 @@

    Method List

  • -
  • +
  • #pkg_version FormulaInfo @@ -28508,7 +28468,7 @@

    Method List

  • -
  • +
  • #pkgetc Formula @@ -28516,7 +28476,7 @@

    Method List

  • -
  • +
  • #pkgs Homebrew::UnversionedCaskChecker @@ -28524,7 +28484,7 @@

    Method List

  • -
  • +
  • #pkgshare Formula @@ -28532,7 +28492,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_all Cask::Pkg @@ -28540,7 +28500,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_dirs Cask::Pkg @@ -28548,7 +28508,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_files Cask::Pkg @@ -28556,7 +28516,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_specials Cask::Pkg @@ -28564,7 +28524,7 @@

    Method List

  • -
  • +
  • pkgutil_info OS::Mac @@ -28572,7 +28532,7 @@

    Method List

  • -
  • +
  • #plain? Homebrew::Cmd::Env::Args @@ -28580,7 +28540,7 @@

    Method List

  • -
  • +
  • #platform GitHubRunner @@ -28588,7 +28548,7 @@

    Method List

  • -
  • +
  • platform_cache Formulary @@ -28596,7 +28556,7 @@

    Method List

  • -
  • +
  • #plc Homebrew::Manpages::Variables @@ -28604,7 +28564,7 @@

    Method List

  • -
  • +
  • #please_create_pull_requests Homebrew::Diagnostic::Checks @@ -28612,7 +28572,7 @@

    Method List

  • -
  • +
  • #plist Formula @@ -28620,7 +28580,7 @@

    Method List

  • -
  • +
  • #plist SystemCommand::Result @@ -28628,7 +28588,7 @@

    Method List

  • -
  • +
  • #plist_installed? Keg @@ -28636,7 +28596,7 @@

    Method List

  • -
  • +
  • #plist_name Formula @@ -28644,7 +28604,7 @@

    Method List

  • -
  • +
  • #plist_name Homebrew::Service @@ -28652,7 +28612,7 @@

    Method List

  • -
  • +
  • pluralize Utils @@ -28660,7 +28620,7 @@

    Method List

  • -
  • +
  • popen Utils @@ -28668,7 +28628,7 @@

    Method List

  • -
  • +
  • popen_read Utils @@ -28676,7 +28636,7 @@

    Method List

  • -
  • +
  • popen_write Utils @@ -28684,7 +28644,7 @@

    Method List

  • -
  • +
  • #populate_from_api! Cask::Cask @@ -28692,7 +28652,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! DescriptionCacheStore @@ -28700,7 +28660,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! CaskDescriptionCacheStore @@ -28708,7 +28668,7 @@

    Method List

  • -
  • +
  • #possible_names Formula @@ -28716,7 +28676,7 @@

    Method List

  • -
  • +
  • #post_install Formula @@ -28724,7 +28684,7 @@

    Method List

  • -
  • +
  • #post_install FormulaInstaller @@ -28732,7 +28692,7 @@

    Method List

  • -
  • +
  • #post_install_defined? Formula @@ -28740,7 +28700,7 @@

    Method List

  • -
  • +
  • #post_install_formula_path FormulaInstaller @@ -28748,7 +28708,7 @@

    Method List

  • -
  • +
  • #post_uninstall_phase Cask::Artifact::Uninstall @@ -28756,7 +28716,7 @@

    Method List

  • -
  • +
  • #potential_formula_dirs Tap @@ -28764,7 +28724,7 @@

    Method List

  • -
  • +
  • #pour FormulaInstaller @@ -28772,7 +28732,7 @@

    Method List

  • -
  • +
  • #pour_bottle? Formula @@ -28780,7 +28740,7 @@

    Method List

  • -
  • +
  • pour_bottle? Formula @@ -28788,7 +28748,7 @@

    Method List

  • -
  • +
  • #pour_bottle? FormulaInstaller @@ -28796,7 +28756,7 @@

    Method List

  • -
  • +
  • pour_bottle_check_unsatisfied_reason Formula @@ -28804,7 +28764,7 @@

    Method List

  • -
  • +
  • #pour_bottle_check_unsatisfied_reason Formula @@ -28812,7 +28772,7 @@

    Method List

  • -
  • +
  • pour_bottle_only_if Formula @@ -28820,7 +28780,7 @@

    Method List

  • -
  • +
  • #poured_from_bottle Tab @@ -28828,7 +28788,7 @@

    Method List

  • -
  • +
  • ppc32? Hardware::CPU @@ -28836,7 +28796,7 @@

    Method List

  • -
  • +
  • ppc64? Hardware::CPU @@ -28844,7 +28804,7 @@

    Method List

  • -
  • +
  • #ppc64? MachOShim @@ -28852,7 +28812,7 @@

    Method List

  • -
  • +
  • ppc64le? Hardware::CPU @@ -28860,7 +28820,7 @@

    Method List

  • -
  • +
  • #ppc7400? MachOShim @@ -28868,7 +28828,7 @@

    Method List

  • -
  • +
  • ppc? Hardware::CPU @@ -28876,7 +28836,7 @@

    Method List

  • -
  • +
  • preferred Utils::Shell @@ -28884,7 +28844,7 @@

    Method List

  • -
  • +
  • preferred_gcc CompilerSelector @@ -28892,7 +28852,7 @@

    Method List

  • -
  • +
  • #preferred_header_str RuboCop::Cask::AST::CaskHeader @@ -28900,7 +28860,7 @@

    Method List

  • -
  • +
  • preferred_path Utils::Shell @@ -28908,7 +28868,7 @@

    Method List

  • -
  • +
  • preferred_perl_version OS::Mac @@ -28916,7 +28876,7 @@

    Method List

  • -
  • +
  • #prefix Formula @@ -28924,7 +28884,7 @@

    Method List

  • -
  • +
  • prefix OS::Mac::Xcode @@ -28932,7 +28892,7 @@

    Method List

  • -
  • +
  • #prefix_linked? Formula @@ -28940,7 +28900,7 @@

    Method List

  • -
  • +
  • #prefix_path RuboCop::Cop::FormulaAudit::Text @@ -28948,7 +28908,7 @@

    Method List

  • -
  • +
  • #prefix_to_versioned_formulae_names Tap @@ -28956,7 +28916,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::Reinstall::Args @@ -28964,7 +28924,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::InstallCmd::Args @@ -28972,7 +28932,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::UpgradeCmd::Args @@ -28980,7 +28940,7 @@

    Method List

  • -
  • +
  • #preinstall? Homebrew::Cmd::UpdateReport::Args @@ -28988,7 +28948,7 @@

    Method List

  • -
  • +
  • #prelude FormulaInstaller @@ -28996,7 +28956,7 @@

    Method List

  • -
  • +
  • #prepare_codesign_writable_files Keg @@ -29004,7 +28964,7 @@

    Method List

  • -
  • +
  • #prepare_debug_symbols Keg @@ -29012,7 +28972,7 @@

    Method List

  • -
  • +
  • #prepare_patches Resource @@ -29020,7 +28980,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_locations Keg @@ -29028,7 +28988,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_placeholders Keg @@ -29036,7 +28996,7 @@

    Method List

  • -
  • +
  • #prepend PATH @@ -29044,7 +29004,7 @@

    Method List

  • -
  • +
  • #prepend SharedEnvExtension @@ -29052,7 +29012,7 @@

    Method List

  • -
  • +
  • #prepend_create_path SharedEnvExtension @@ -29060,7 +29020,7 @@

    Method List

  • -
  • +
  • #prepend_path SharedEnvExtension @@ -29068,7 +29028,7 @@

    Method List

  • -
  • +
  • prepend_path_in_profile Utils::Shell @@ -29076,7 +29036,7 @@

    Method List

  • -
  • +
  • preprocess_url Homebrew::Livecheck @@ -29084,7 +29044,7 @@

    Method List

  • -
  • +
  • #prerelease? MacOSVersion @@ -29092,7 +29052,7 @@

    Method List

  • -
  • +
  • #presence Object @@ -29100,7 +29060,7 @@

    Method List

  • -
  • +
  • #present? Object @@ -29108,7 +29068,7 @@

    Method List

  • -
  • +
  • #present? NilClass @@ -29116,7 +29076,7 @@

    Method List

  • -
  • +
  • #present? FalseClass @@ -29124,7 +29084,7 @@

    Method List

  • -
  • +
  • #present? TrueClass @@ -29132,7 +29092,7 @@

    Method List

  • -
  • +
  • #present? Array @@ -29140,7 +29100,7 @@

    Method List

  • -
  • +
  • #present? Hash @@ -29148,7 +29108,7 @@

    Method List

  • -
  • +
  • #present? Symbol @@ -29156,7 +29116,7 @@

    Method List

  • -
  • +
  • #present? String @@ -29164,7 +29124,7 @@

    Method List

  • -
  • +
  • #present? Numeric @@ -29172,7 +29132,7 @@

    Method List

  • -
  • +
  • #present? Time @@ -29180,7 +29140,7 @@

    Method List

  • -
  • +
  • #pretty_duration Kernel @@ -29188,7 +29148,7 @@

    Method List

  • -
  • +
  • #pretty_installed Kernel @@ -29196,7 +29156,7 @@

    Method List

  • -
  • +
  • #pretty_name MacOSVersion @@ -29204,7 +29164,7 @@

    Method List

  • -
  • +
  • #pretty_outdated Kernel @@ -29212,7 +29172,7 @@

    Method List

  • -
  • +
  • #pretty_ratelimit_reset GitHub::API::RateLimitExceededError @@ -29220,7 +29180,7 @@

    Method List

  • -
  • +
  • #pretty_uninstalled Kernel @@ -29228,7 +29188,7 @@

    Method List

  • -
  • +
  • #previously_fetched_formula FormulaInstaller @@ -29236,7 +29196,7 @@

    Method List

  • -
  • +
  • #primary_container Cask::Installer @@ -29244,7 +29204,7 @@

    Method List

  • -
  • +
  • #print Descriptions @@ -29252,7 +29212,7 @@

    Method List

  • -
  • +
  • print_backtrace_message Utils::Backtrace @@ -29260,7 +29220,7 @@

    Method List

  • -
  • +
  • print_dry_run_dependencies Homebrew::Install @@ -29268,7 +29228,7 @@

    Method List

  • -
  • +
  • print_latest_version Homebrew::Livecheck @@ -29276,7 +29236,7 @@

    Method List

  • -
  • +
  • #print_only? Homebrew::DevCmd::UpdatePythonResources::Args @@ -29284,7 +29244,7 @@

    Method List

  • -
  • +
  • #print_path? Homebrew::DevCmd::Edit::Args @@ -29292,7 +29252,7 @@

    Method List

  • -
  • +
  • print_pull_requests_matching GitHub @@ -29300,7 +29260,7 @@

    Method List

  • -
  • +
  • print_resources_info Homebrew::Livecheck @@ -29308,7 +29268,7 @@

    Method List

  • -
  • +
  • print_skip_information Homebrew::Livecheck::SkipConditions @@ -29316,7 +29276,7 @@

    Method List

  • -
  • +
  • #print_tap_action Formula @@ -29324,7 +29284,7 @@

    Method List

  • -
  • +
  • print_upgrade_message Homebrew::Upgrade @@ -29332,7 +29292,7 @@

    Method List

  • -
  • +
  • #private? Tap @@ -29340,7 +29300,7 @@

    Method List

  • -
  • +
  • #private? Homebrew::Cmd::GistLogs::Args @@ -29348,7 +29308,7 @@

    Method List

  • -
  • +
  • private_repo? GitHub @@ -29356,7 +29316,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::TapAuditor @@ -29364,7 +29324,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::ResourceAuditor @@ -29372,7 +29332,7 @@

    Method List

  • -
  • +
  • #problem RuboCop::Cop::HelperFunctions @@ -29380,7 +29340,7 @@

    Method List

  • -
  • +
  • #problem_if_output Homebrew::FormulaAuditor @@ -29388,7 +29348,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaInstaller @@ -29396,7 +29356,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaCellarChecks @@ -29404,7 +29364,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::TapAuditor @@ -29412,7 +29372,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::FormulaAuditor @@ -29420,7 +29380,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::ResourceAuditor @@ -29428,7 +29388,7 @@

    Method List

  • -
  • +
  • #process Utils::AST::FormulaAST @@ -29436,7 +29396,7 @@

    Method List

  • -
  • +
  • process_source Utils::AST @@ -29444,7 +29404,7 @@

    Method List

  • -
  • +
  • process_spec Version::RegexParser @@ -29452,7 +29412,7 @@

    Method List

  • -
  • +
  • process_spec Version::UrlParser @@ -29460,7 +29420,7 @@

    Method List

  • -
  • +
  • process_spec Version::StemParser @@ -29468,7 +29428,7 @@

    Method List

  • -
  • +
  • #process_type Homebrew::Service @@ -29476,7 +29436,7 @@

    Method List

  • -
  • +
  • #processed_options Homebrew::CLI::Parser @@ -29484,7 +29444,7 @@

    Method List

  • -
  • +
  • profile Utils::Shell @@ -29492,7 +29452,7 @@

    Method List

  • -
  • +
  • #profile Homebrew::DevCmd::Tests::Args @@ -29500,7 +29460,7 @@

    Method List

  • -
  • +
  • #prompt Debrew::Menu @@ -29508,7 +29468,7 @@

    Method List

  • -
  • +
  • propagate Cask::Quarantine @@ -29516,7 +29476,7 @@

    Method List

  • -
  • +
  • #provided_by_macos? KegOnlyReason @@ -29524,7 +29484,7 @@

    Method List

  • -
  • +
  • provides_sdk? OS::Mac::CLT @@ -29532,7 +29492,7 @@

    Method List

  • -
  • +
  • prune Dependency @@ -29540,7 +29500,7 @@

    Method List

  • -
  • +
  • prune Requirement @@ -29548,7 +29508,7 @@

    Method List

  • -
  • +
  • #prune Homebrew::Cmd::CleanupCmd::Args @@ -29556,7 +29516,7 @@

    Method List

  • -
  • +
  • prune? Homebrew::Cleanup @@ -29564,7 +29524,7 @@

    Method List

  • -
  • +
  • prune? Requirement @@ -29572,7 +29532,7 @@

    Method List

  • -
  • +
  • #prune? Homebrew::Cleanup @@ -29580,7 +29540,7 @@

    Method List

  • -
  • +
  • #prune_from_option? Dependable @@ -29588,7 +29548,7 @@

    Method List

  • -
  • +
  • #prune_if_build_and_not_dependent? Dependable @@ -29596,7 +29556,7 @@

    Method List

  • -
  • +
  • #prune_prefix? Homebrew::Cmd::CleanupCmd::Args @@ -29604,7 +29564,7 @@

    Method List

  • -
  • +
  • #prune_prefix_symlinks_and_directories Homebrew::Cleanup @@ -29612,7 +29572,7 @@

    Method List

  • -
  • +
  • pry? Homebrew::EnvConfig @@ -29620,7 +29580,7 @@

    Method List

  • -
  • +
  • #pry? Homebrew::DevCmd::Irb::Args @@ -29628,7 +29588,7 @@

    Method List

  • -
  • +
  • #pub_date Homebrew::Livecheck::Strategy::Sparkle::Item @@ -29636,7 +29596,7 @@

    Method List

  • -
  • +
  • public_member_usernames GitHub @@ -29644,7 +29604,7 @@

    Method List

  • -
  • +
  • #publish? Homebrew::DevCmd::PrAutomerge::Args @@ -29652,7 +29612,7 @@

    Method List

  • -
  • +
  • #pull_label Homebrew::DevCmd::TapNew::Args @@ -29660,7 +29620,7 @@

    Method List

  • -
  • +
  • #pull_request? Homebrew::Cmd::SearchCmd::Args @@ -29668,7 +29628,7 @@

    Method List

  • -
  • +
  • pull_request_commits GitHub @@ -29676,7 +29636,7 @@

    Method List

  • -
  • +
  • pull_request_labels GitHub @@ -29684,7 +29644,7 @@

    Method List

  • -
  • +
  • pull_request_title_regex GitHub @@ -29692,7 +29652,7 @@

    Method List

  • -
  • +
  • pull_requests GitHub @@ -29700,7 +29660,7 @@

    Method List

  • -
  • +
  • #purge_backed_up_versioned_files Cask::Installer @@ -29708,7 +29668,7 @@

    Method List

  • -
  • +
  • #purge_caskroom_path Cask::Installer @@ -29716,7 +29676,7 @@

    Method List

  • -
  • +
  • #purge_versioned_files Cask::Installer @@ -29724,7 +29684,7 @@

    Method List

  • -
  • +
  • #puts Cask::DSL::Caveats @@ -29732,7 +29692,7 @@

    Method List

  • -
  • +
  • puts_no_install_cleanup_disable_message Homebrew::Cleanup @@ -29740,7 +29700,7 @@

    Method List

  • -
  • +
  • puts_no_install_cleanup_disable_message_if_not_already! Homebrew::Cleanup @@ -29748,7 +29708,7 @@

    Method List

  • -
  • +
  • puts_no_installed_dependents_check_disable_message_if_not_already! Homebrew::Upgrade @@ -29756,7 +29716,7 @@

    Method List

  • -
  • +
  • #pypi_formula_mappings Tap @@ -29764,7 +29724,7 @@

    Method List

  • -
  • +
  • #pypi_formula_mappings CoreTap @@ -29772,7 +29732,7 @@

    Method List

  • -
  • +
  • #pypi_info PyPI::Package @@ -29780,7 +29740,7 @@

    Method List

  • -
  • +
  • #python? Homebrew::DevCmd::Create::Args @@ -29788,7 +29748,7 @@

    Method List

  • -
  • +
  • #python_exclude_packages Homebrew::DevCmd::BumpFormulaPr::Args @@ -29796,7 +29756,7 @@

    Method List

  • -
  • +
  • #python_extra_packages Homebrew::DevCmd::BumpFormulaPr::Args @@ -29804,7 +29764,7 @@

    Method List

  • -
  • +
  • #python_names Language::Python::Virtualenv @@ -29812,7 +29772,7 @@

    Method List

  • -
  • +
  • #python_package_name Homebrew::DevCmd::BumpFormulaPr::Args @@ -29820,7 +29780,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::Reinstall::Args @@ -29828,7 +29788,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::InstallCmd::Args @@ -29836,7 +29796,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::UpgradeCmd::Args @@ -29844,7 +29804,7 @@

    Method List

  • -
  • +
  • #qlplugins Homebrew::UnversionedCaskChecker @@ -29852,7 +29812,7 @@

    Method List

  • -
  • +
  • #quarantine? Cask::Installer @@ -29860,7 +29820,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::FetchCmd::Args @@ -29868,7 +29828,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::Reinstall::Args @@ -29876,7 +29836,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::InstallCmd::Args @@ -29884,7 +29844,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::UpgradeCmd::Args @@ -29892,7 +29852,7 @@

    Method List

  • -
  • +
  • query_api Repology @@ -29900,7 +29860,7 @@

    Method List

  • -
  • +
  • query_regexp Homebrew::Search @@ -29908,7 +29868,7 @@

    Method List

  • -
  • +
  • #quiet! Mktemp @@ -29916,7 +29876,7 @@

    Method List

  • -
  • +
  • #quiet! AbstractDownloadStrategy @@ -29924,7 +29884,7 @@

    Method List

  • -
  • +
  • #quiet? Context::ContextStruct @@ -29932,7 +29892,7 @@

    Method List

  • -
  • +
  • #quiet? Context @@ -29940,7 +29900,7 @@

    Method List

  • -
  • +
  • #quiet? AbstractDownloadStrategy @@ -29948,7 +29908,7 @@

    Method List

  • -
  • +
  • #quiet? Homebrew::CLI::Args @@ -29956,7 +29916,7 @@

    Method List

  • -
  • +
  • #quiet? FormulaInstaller @@ -29964,7 +29924,7 @@

    Method List

  • -
  • +
  • #quiet? Cask::Installer @@ -29972,7 +29932,7 @@

    Method List

  • -
  • +
  • #quiet_system Kernel @@ -29980,7 +29940,7 @@

    Method List

  • -
  • +
  • #quote_dep Homebrew::FormulaAuditor @@ -29988,7 +29948,7 @@

    Method List

  • -
  • +
  • #r Homebrew::DevCmd::Ruby::Args @@ -29996,7 +29956,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::Cmd::List::Args @@ -30004,7 +29964,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::Cmd::Leaves::Args @@ -30012,7 +29972,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::DevCmd::LivecheckCmd::Args @@ -30020,7 +29980,7 @@

    Method List

  • -
  • +
  • #rack Keg @@ -30028,7 +29988,7 @@

    Method List

  • -
  • +
  • #rack Formula @@ -30036,7 +29996,7 @@

    Method List

  • -
  • +
  • racks Formula @@ -30044,7 +30004,7 @@

    Method List

  • -
  • +
  • raise Ignorable @@ -30052,7 +30012,7 @@

    Method List

  • -
  • +
  • raise_deprecation_exceptions? Homebrew @@ -30060,7 +30020,7 @@

    Method List

  • -
  • +
  • raise_error GitHub::API @@ -30068,7 +30028,7 @@

    Method List

  • -
  • +
  • #raw_version Cask::DSL::Version @@ -30076,7 +30036,7 @@

    Method List

  • -
  • +
  • read Homebrew::Settings @@ -30084,7 +30044,7 @@

    Method List

  • -
  • +
  • #read_date Mechanize::HTTP::ContentDisposition @@ -30092,7 +30052,7 @@

    Method List

  • -
  • +
  • read_script_arguments Cask::Artifact::AbstractArtifact @@ -30100,7 +30060,7 @@

    Method List

  • -
  • +
  • #read_uint16 ELFShim @@ -30108,7 +30068,7 @@

    Method List

  • -
  • +
  • #read_uint8 ELFShim @@ -30116,7 +30076,7 @@

    Method List

  • -
  • +
  • #readline_nonblock IO @@ -30124,7 +30084,7 @@

    Method List

  • -
  • +
  • reads_brewed_pth_files? Language::Python @@ -30132,7 +30092,7 @@

    Method List

  • -
  • +
  • #reason UsageError @@ -30140,7 +30100,7 @@

    Method List

  • -
  • +
  • reason Cask::Denylist @@ -30148,7 +30108,7 @@

    Method List

  • -
  • +
  • #reason PourBottleCheck @@ -30156,7 +30116,7 @@

    Method List

  • -
  • +
  • #reason Cask::AbstractCaskErrorWithToken @@ -30164,7 +30124,7 @@

    Method List

  • -
  • +
  • #reason Cask::CaskQuarantineError @@ -30172,7 +30132,7 @@

    Method List

  • -
  • +
  • #reason FormulaConflict @@ -30180,7 +30140,7 @@

    Method List

  • -
  • +
  • #reason KegOnlyReason @@ -30188,7 +30148,7 @@

    Method List

  • -
  • +
  • reason Homebrew::MissingFormula @@ -30196,7 +30156,7 @@

    Method List

  • -
  • +
  • #reason RuboCop::Cop::FormulaAudit::DeprecateDisableReason @@ -30204,7 +30164,7 @@

    Method List

  • -
  • +
  • #rebuild Bottle::Filename @@ -30212,7 +30172,7 @@

    Method List

  • -
  • +
  • #rebuild Bottle @@ -30220,7 +30180,7 @@

    Method List

  • -
  • +
  • #rebuild BottleSpecification @@ -30228,7 +30188,7 @@

    Method List

  • -
  • +
  • rebuild_commands_completion_list Commands @@ -30236,7 +30196,7 @@

    Method List

  • -
  • +
  • rebuild_internal_commands_completion_list Commands @@ -30244,7 +30204,7 @@

    Method List

  • -
  • +
  • receipt_path Utils::Bottles @@ -30252,7 +30212,7 @@

    Method List

  • -
  • +
  • #recommended Dependencies @@ -30260,7 +30220,7 @@

    Method List

  • -
  • +
  • #recommended? Dependable @@ -30268,7 +30228,7 @@

    Method List

  • -
  • +
  • #recommended_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -30276,7 +30236,7 @@

    Method List

  • -
  • +
  • #record_caveats Messages @@ -30284,7 +30244,7 @@

    Method List

  • -
  • +
  • #record_log Sandbox @@ -30292,7 +30252,7 @@

    Method List

  • -
  • +
  • #recursive? Homebrew::Cmd::Uses::Args @@ -30300,7 +30260,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies Formula @@ -30308,7 +30268,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies SoftwareSpec @@ -30316,7 +30276,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies CaskDependent @@ -30324,7 +30284,7 @@

    Method List

  • -
  • +
  • #recursive_fgrep_args Keg @@ -30332,7 +30292,7 @@

    Method List

  • -
  • +
  • #recursive_includes DependenciesHelpers @@ -30340,7 +30300,7 @@

    Method List

  • -
  • +
  • #recursive_requirements Formula @@ -30348,7 +30308,7 @@

    Method List

  • -
  • +
  • #recursive_requirements SoftwareSpec @@ -30356,7 +30316,7 @@

    Method List

  • -
  • +
  • #recursive_requirements CaskDependent @@ -30364,7 +30324,7 @@

    Method List

  • -
  • +
  • #recursively_find_comments RuboCop::Cop::Cask::ArrayAlphabetization @@ -30372,7 +30332,7 @@

    Method List

  • -
  • +
  • red Tty @@ -30380,7 +30340,7 @@

    Method List

  • -
  • +
  • #redact_secrets Kernel @@ -30388,7 +30348,7 @@

    Method List

  • -
  • +
  • #redirect_stdout Kernel @@ -30396,7 +30356,7 @@

    Method List

  • -
  • +
  • #redundant_negative_receiver_and_other RuboCop::Cop::Homebrew::Presence @@ -30404,7 +30364,7 @@

    Method List

  • -
  • +
  • #redundant_receiver_and_other RuboCop::Cop::Homebrew::Presence @@ -30412,7 +30372,7 @@

    Method List

  • -
  • +
  • referenced_skip_information Homebrew::Livecheck::SkipConditions @@ -30420,7 +30380,7 @@

    Method List

  • -
  • +
  • #referer Cask::URL::DSL @@ -30428,7 +30388,7 @@

    Method List

  • -
  • +
  • #refresh Cask::Cask @@ -30436,7 +30396,7 @@

    Method List

  • -
  • +
  • #refurbish_args Stdenv @@ -30444,7 +30404,7 @@

    Method List

  • -
  • +
  • #refurbish_args Superenv @@ -30452,7 +30412,7 @@

    Method List

  • -
  • +
  • regenerate_man_pages Homebrew::Manpages @@ -30460,7 +30420,7 @@

    Method List

  • -
  • +
  • #regex Livecheck @@ -30468,7 +30428,7 @@

    Method List

  • -
  • +
  • #regex Utils::Shebang::RewriteInfo @@ -30476,7 +30436,7 @@

    Method List

  • -
  • +
  • #regex_match_group RuboCop::Cop::HelperFunctions @@ -30484,7 +30444,7 @@

    Method List

  • -
  • +
  • #region Locale @@ -30492,7 +30452,7 @@

    Method List

  • -
  • +
  • #reinstall? Cask::Installer @@ -30500,7 +30460,7 @@

    Method List

  • -
  • +
  • reinstall_casks Cask::Reinstall @@ -30508,7 +30468,7 @@

    Method List

  • -
  • +
  • reinstall_formula Homebrew @@ -30516,7 +30476,7 @@

    Method List

  • -
  • +
  • #reject PATH @@ -30524,7 +30484,7 @@

    Method List

  • -
  • +
  • #reject_with_block? RuboCop::Cop::Homebrew::CompactBlank @@ -30532,7 +30492,7 @@

    Method List

  • -
  • +
  • #reject_with_block_pass? RuboCop::Cop::Homebrew::CompactBlank @@ -30540,7 +30500,7 @@

    Method List

  • -
  • +
  • #relative_cask_path Tap @@ -30548,7 +30508,7 @@

    Method List

  • -
  • +
  • release! Cask::Quarantine @@ -30556,7 +30516,7 @@

    Method List

  • -
  • +
  • #release_notes_link Homebrew::Livecheck::Strategy::Sparkle::Item @@ -30564,7 +30524,7 @@

    Method List

  • -
  • +
  • #relevant? GitHub::Actions::Annotation @@ -30572,7 +30532,7 @@

    Method List

  • -
  • +
  • #relocate_build_prefix Keg @@ -30580,7 +30540,7 @@

    Method List

  • -
  • +
  • #relocate_dynamic_linkage Keg @@ -30588,7 +30548,7 @@

    Method List

  • -
  • +
  • #relocated_name_for Keg @@ -30596,7 +30556,7 @@

    Method List

  • -
  • +
  • remaining Utils::Timer @@ -30604,7 +30564,7 @@

    Method List

  • -
  • +
  • #remaining Homebrew::CLI::Args @@ -30612,7 +30572,7 @@

    Method List

  • -
  • +
  • remaining! Utils::Timer @@ -30620,7 +30580,7 @@

    Method List

  • -
  • +
  • remap_deprecated_options Tab @@ -30628,7 +30588,7 @@

    Method List

  • -
  • +
  • #remote Tap @@ -30636,7 +30596,7 @@

    Method List

  • -
  • +
  • #remote CoreTap @@ -30644,7 +30604,7 @@

    Method List

  • -
  • +
  • remote_exists? Utils::Git @@ -30652,7 +30612,7 @@

    Method List

  • -
  • +
  • remote_exists? Utils::Svn @@ -30660,7 +30620,7 @@

    Method List

  • -
  • +
  • #remote_repo Tap @@ -30668,7 +30628,7 @@

    Method List

  • -
  • +
  • #remove SharedEnvExtension @@ -30676,7 +30636,7 @@

    Method List

  • -
  • +
  • #remove_bottle_block? Homebrew::DevCmd::BumpRevision::Args @@ -30684,7 +30644,7 @@

    Method List

  • -
  • +
  • #remove_cc_etc SharedEnvExtension @@ -30692,7 +30652,7 @@

    Method List

  • -
  • +
  • #remove_config_file Cask::Installer @@ -30700,7 +30660,7 @@

    Method List

  • -
  • +
  • #remove_conflicts Migrator @@ -30708,7 +30668,7 @@

    Method List

  • -
  • +
  • #remove_download_sha Cask::Installer @@ -30716,7 +30676,7 @@

    Method List

  • -
  • +
  • #remove_from_cflags SharedEnvExtension @@ -30724,7 +30684,7 @@

    Method List

  • -
  • +
  • #remove_linked_keg_record Keg @@ -30732,7 +30692,7 @@

    Method List

  • -
  • +
  • #remove_macosxsdk Stdenv @@ -30740,7 +30700,7 @@

    Method List

  • -
  • +
  • #remove_make_var! StringInreplaceExtension @@ -30748,7 +30708,7 @@

    Method List

  • -
  • +
  • #remove_old_aliases Keg @@ -30756,7 +30716,7 @@

    Method List

  • -
  • +
  • #remove_oldname_opt_records Keg @@ -30764,7 +30724,7 @@

    Method List

  • -
  • +
  • #remove_opt_record Keg @@ -30772,7 +30732,7 @@

    Method List

  • -
  • +
  • #remove_stanza Utils::AST::FormulaAST @@ -30780,7 +30740,7 @@

    Method List

  • -
  • +
  • #rename_branch GitRepository @@ -30788,7 +30748,7 @@

    Method List

  • -
  • +
  • #reorder_components RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -30796,7 +30756,7 @@

    Method List

  • -
  • +
  • #repair? Homebrew::Cmd::TapCmd::Args @@ -30804,7 +30764,7 @@

    Method List

  • -
  • +
  • #repin Migrator @@ -30812,7 +30772,7 @@

    Method List

  • -
  • +
  • #replace_bottle_block Utils::AST::FormulaAST @@ -30820,7 +30780,7 @@

    Method List

  • -
  • +
  • replace_caskfile_token Cask::Migrator @@ -30828,7 +30788,7 @@

    Method List

  • -
  • +
  • #replace_locations_with_placeholders Keg @@ -30836,7 +30796,7 @@

    Method List

  • -
  • +
  • replace_placeholders Homebrew::Service @@ -30844,7 +30804,7 @@

    Method List

  • -
  • +
  • #replace_placeholders_with_locations Keg @@ -30852,7 +30812,7 @@

    Method List

  • -
  • +
  • #replace_stanza Utils::AST::FormulaAST @@ -30860,7 +30820,7 @@

    Method List

  • -
  • +
  • #replace_text Keg::Relocation @@ -30868,7 +30828,7 @@

    Method List

  • -
  • +
  • #replace_text_in_files Keg @@ -30876,7 +30836,7 @@

    Method List

  • -
  • +
  • #replacement Utils::Shebang::RewriteInfo @@ -30884,7 +30844,7 @@

    Method List

  • -
  • +
  • #replacement_pair_for Keg::Relocation @@ -30892,7 +30852,7 @@

    Method List

  • -
  • +
  • #repo Tap @@ -30900,7 +30860,7 @@

    Method List

  • -
  • +
  • #repo TapFormulaUnavailableError @@ -30908,7 +30868,7 @@

    Method List

  • -
  • +
  • repo_commits_for_user GitHub @@ -30916,7 +30876,7 @@

    Method List

  • -
  • +
  • repo_info Cask::Info @@ -30924,7 +30884,7 @@

    Method List

  • -
  • +
  • #repo_valid? FossilDownloadStrategy @@ -30932,7 +30892,7 @@

    Method List

  • -
  • +
  • #repo_var_suffix Tap @@ -30940,7 +30900,7 @@

    Method List

  • -
  • +
  • repo_without_prefix GitHubPackages @@ -30948,7 +30908,7 @@

    Method List

  • -
  • +
  • #repology? Homebrew::Cmd::SearchCmd::Args @@ -30956,7 +30916,7 @@

    Method List

  • -
  • +
  • #repology_latest Homebrew::DevCmd::Bump::VersionBumpInfo @@ -30964,7 +30924,7 @@

    Method List

  • -
  • +
  • #report Reporter @@ -30972,7 +30932,7 @@

    Method List

  • -
  • +
  • #report_and_correct_offense RuboCop::Cop::Cask::UninstallMethodsOrder @@ -30980,7 +30940,7 @@

    Method List

  • -
  • +
  • report_build_error Utils::Analytics @@ -30988,7 +30948,7 @@

    Method List

  • -
  • +
  • report_command_run Utils::Analytics @@ -30996,7 +30956,7 @@

    Method List

  • -
  • +
  • report_influx Utils::Analytics @@ -31004,7 +30964,7 @@

    Method List

  • -
  • +
  • report_package_event Utils::Analytics @@ -31012,7 +30972,7 @@

    Method List

  • -
  • +
  • report_test_bot_test Utils::Analytics @@ -31020,7 +30980,7 @@

    Method List

  • -
  • +
  • #reporters ReporterHub @@ -31028,7 +30988,7 @@

    Method List

  • -
  • +
  • #repositories Homebrew::DevCmd::Contributions::Args @@ -31036,7 +30996,7 @@

    Method List

  • -
  • +
  • repository GitHub @@ -31044,7 +31004,7 @@

    Method List

  • -
  • +
  • #repository BottleSpecification @@ -31052,7 +31012,7 @@

    Method List

  • -
  • +
  • #reqs Build @@ -31060,7 +31020,7 @@

    Method List

  • -
  • +
  • #reqs Homebrew::Uninstall::DependentsMessage @@ -31068,7 +31028,7 @@

    Method List

  • -
  • +
  • #require? Kernel @@ -31076,7 +31036,7 @@

    Method List

  • -
  • +
  • #require_relocation? Keg @@ -31084,7 +31044,7 @@

    Method List

  • -
  • +
  • #require_root Homebrew::Service @@ -31092,7 +31052,7 @@

    Method List

  • -
  • +
  • #require_sha? Cask::Installer @@ -31100,7 +31060,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::Reinstall::Args @@ -31108,7 +31068,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::InstallCmd::Args @@ -31116,7 +31076,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::UpgradeCmd::Args @@ -31124,7 +31084,7 @@

    Method List

  • -
  • +
  • #require_universal_deps? Formula @@ -31132,7 +31092,7 @@

    Method List

  • -
  • +
  • #required Dependencies @@ -31140,7 +31100,7 @@

    Method List

  • -
  • +
  • #required? Dependable @@ -31148,7 +31108,7 @@

    Method List

  • -
  • +
  • #required_dependency? RuboCop::Cop::FormulaCop @@ -31156,7 +31116,7 @@

    Method List

  • -
  • +
  • #required_dependency_name? RuboCop::Cop::FormulaCop @@ -31164,7 +31124,7 @@

    Method List

  • -
  • +
  • #requirements SoftwareSpec @@ -31172,7 +31132,7 @@

    Method List

  • -
  • +
  • #requirements CaskDependent @@ -31180,7 +31140,7 @@

    Method List

  • -
  • +
  • #requirements DependencyCollector @@ -31188,7 +31148,7 @@

    Method List

  • -
  • +
  • #requirements Formula @@ -31196,7 +31156,7 @@

    Method List

  • -
  • +
  • #requires_nehalem_cpu? MacOSVersion @@ -31204,7 +31164,7 @@

    Method List

  • -
  • +
  • #requires_root? Homebrew::Service @@ -31212,7 +31172,7 @@

    Method List

  • -
  • +
  • #reset Superenv @@ -31220,7 +31180,7 @@

    Method List

  • -
  • +
  • reset Tty @@ -31228,7 +31188,7 @@

    Method List

  • -
  • +
  • #reset_cache? Homebrew::DevCmd::StyleCmd::Args @@ -31236,7 +31196,7 @@

    Method List

  • -
  • +
  • reset_counts! ObserverPathnameExtension @@ -31244,7 +31204,7 @@

    Method List

  • -
  • +
  • reset_escape_sequence! Tty @@ -31252,7 +31212,7 @@

    Method List

  • -
  • +
  • resolve Formulary @@ -31260,7 +31220,7 @@

    Method List

  • -
  • +
  • #resolve? Homebrew::DevCmd::PrPull::Args @@ -31268,7 +31228,7 @@

    Method List

  • -
  • +
  • resolve_formula_names Utils::Bottles @@ -31276,7 +31236,7 @@

    Method List

  • -
  • +
  • resolve_livecheck_reference Homebrew::Livecheck @@ -31284,7 +31244,7 @@

    Method List

  • -
  • +
  • #resolve_rpath MachOShim @@ -31292,7 +31252,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Manpage @@ -31300,7 +31260,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Artifact @@ -31308,7 +31268,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Relocated @@ -31316,7 +31276,7 @@

    Method List

  • -
  • +
  • #resolve_variable_name MachOShim @@ -31324,7 +31284,7 @@

    Method List

  • -
  • +
  • resolve_version Utils::Bottles @@ -31332,7 +31292,7 @@

    Method List

  • -
  • +
  • #resolved_path Pathname @@ -31340,7 +31300,7 @@

    Method List

  • -
  • +
  • #resolved_path_exists? Pathname @@ -31348,7 +31308,7 @@

    Method List

  • -
  • +
  • #resolved_time_file_size CurlDownloadStrategy @@ -31356,7 +31316,7 @@

    Method List

  • -
  • +
  • #resource ExternalPatch @@ -31364,6 +31324,14 @@

    Method List

  • +
  • +
    + #resource + Formula +
    +
  • + +
  • resource @@ -31405,14 +31373,6 @@

    Method List

  • -
    - #resource - Formula -
    -
  • - - -
  • #resource_defined? SoftwareSpec @@ -31420,7 +31380,7 @@

    Method List

  • -
  • +
  • resource_version Homebrew::Livecheck @@ -31428,7 +31388,7 @@

    Method List

  • -
  • +
  • #resources Formula @@ -31436,7 +31396,7 @@

    Method List

  • -
  • +
  • #resources SoftwareSpec @@ -31444,7 +31404,7 @@

    Method List

  • -
  • +
  • #resources? Homebrew::DevCmd::LivecheckCmd::Args @@ -31452,7 +31412,7 @@

    Method List

  • -
  • +
  • #respond_to? Version @@ -31460,7 +31420,7 @@

    Method List

  • -
  • +
  • #respond_to_missing? Cask::DSL @@ -31468,7 +31428,7 @@

    Method List

  • -
  • +
  • #restart_delay Homebrew::Service @@ -31476,7 +31436,7 @@

    Method List

  • -
  • +
  • restore_backup Homebrew @@ -31484,7 +31444,7 @@

    Method List

  • -
  • +
  • #restore_backup Cask::Installer @@ -31492,7 +31452,7 @@

    Method List

  • -
  • +
  • #result Cask::Audit @@ -31500,7 +31460,7 @@

    Method List

  • -
  • +
  • #retain! Mktemp @@ -31508,7 +31468,7 @@

    Method List

  • -
  • +
  • #retain? Mktemp @@ -31516,7 +31476,7 @@

    Method List

  • -
  • +
  • #retain_bottle_dir? Homebrew::DevCmd::PrPull::Args @@ -31524,7 +31484,7 @@

    Method List

  • -
  • +
  • #retain_in_cache? Mktemp @@ -31532,7 +31492,7 @@

    Method List

  • -
  • +
  • #retry? Homebrew::DevCmd::Test::Args @@ -31540,7 +31500,7 @@

    Method List

  • -
  • +
  • #retry? Homebrew::Cmd::FetchCmd::Args @@ -31548,7 +31508,7 @@

    Method List

  • -
  • +
  • #rev Version::CompositeToken @@ -31556,7 +31516,7 @@

    Method List

  • -
  • +
  • #rev_list FormulaVersions @@ -31564,7 +31524,7 @@

    Method List

  • -
  • +
  • #reverse? Homebrew::DevCmd::Linkage::Args @@ -31572,14 +31532,6 @@

    Method List

  • -
  • -
    - #reverse_line_number - Homebrew::FormulaTextAuditor -
    -
  • - -
  • #reverse_tap_migrations_renames @@ -37301,14 +37253,6 @@

    Method List

  • -
    - #trailing_newline? - Homebrew::FormulaTextAuditor -
    -
  • - - -
  • #tree? Homebrew::Cmd::Deps::Args @@ -37316,7 +37260,7 @@

    Method List

  • -
  • +
  • truncate Tty @@ -37324,7 +37268,7 @@

    Method List

  • -
  • +
  • #truncate_text_to_approximate_size Kernel @@ -37332,7 +37276,7 @@

    Method List

  • -
  • +
  • #trust_cert Cask::URL::DSL @@ -37340,7 +37284,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromBottleLoader @@ -37348,7 +37292,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromPathLoader @@ -37356,7 +37300,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromURILoader @@ -37364,7 +37308,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromTapLoader @@ -37372,7 +37316,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromNameLoader @@ -37380,7 +37324,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromKegLoader @@ -37388,7 +37332,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromCacheLoader @@ -37396,7 +37340,7 @@

    Method List

  • -
  • +
  • try_new Formulary::NullLoader @@ -37404,7 +37348,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromAPILoader @@ -37412,7 +37356,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromContentLoader @@ -37420,7 +37364,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromPathLoader @@ -37428,7 +37372,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromURILoader @@ -37436,7 +37380,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromTapLoader @@ -37444,7 +37388,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromInstanceLoader @@ -37452,7 +37396,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromAPILoader @@ -37460,7 +37404,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromNameLoader @@ -37468,7 +37412,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromInstalledPathLoader @@ -37476,7 +37420,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::NullLoader @@ -37484,7 +37428,7 @@

    Method List

  • -
  • +
  • try_parse Locale @@ -37492,7 +37436,7 @@

    Method List

  • -
  • +
  • #tsc Homebrew::Manpages::Variables @@ -37500,7 +37444,7 @@

    Method List

  • -
  • +
  • type Hardware::CPU @@ -37508,7 +37452,7 @@

    Method List

  • -
  • +
  • #type CompilerFailure @@ -37516,7 +37460,7 @@

    Method List

  • -
  • +
  • #type CompilerSelector::Compiler @@ -37524,7 +37468,7 @@

    Method List

  • -
  • +
  • #type CxxStdlib @@ -37532,7 +37476,7 @@

    Method List

  • -
  • +
  • #type Homebrew::DevCmd::Bump::VersionBumpInfo @@ -37540,7 +37484,7 @@

    Method List

  • -
  • +
  • type DeprecateDisable @@ -37548,7 +37492,7 @@

    Method List

  • -
  • +
  • #type Cask::DSL::Container @@ -37556,7 +37500,7 @@

    Method List

  • -
  • +
  • #type Mechanize::HTTP::ContentDisposition @@ -37564,7 +37508,7 @@

    Method List

  • -
  • +
  • #type_string CxxStdlib @@ -37572,7 +37516,7 @@

    Method List

  • -
  • +
  • #u? Homebrew::Cmd::Log::Args @@ -37580,7 +37524,7 @@

    Method List

  • -
  • +
  • #ubuntu? Homebrew::Cmd::SearchCmd::Args @@ -37588,7 +37532,7 @@

    Method List

  • -
  • +
  • #unbottled_dependencies FormulaInstaller @@ -37596,7 +37540,7 @@

    Method List

  • -
  • +
  • #unbrewed? Homebrew::Cmd::Prefix::Args @@ -37604,7 +37548,7 @@

    Method List

  • -
  • +
  • #undeclared_deps LinkageChecker @@ -37612,7 +37556,7 @@

    Method List

  • -
  • +
  • undeletable? OS::Mac @@ -37620,7 +37564,7 @@

    Method List

  • -
  • +
  • underline Tty @@ -37628,7 +37572,7 @@

    Method List

  • -
  • +
  • underscore Utils @@ -37636,7 +37580,7 @@

    Method List

  • -
  • +
  • unhook_raise Ignorable @@ -37644,7 +37588,7 @@

    Method List

  • -
  • +
  • #uninstall Keg @@ -37652,7 +37596,7 @@

    Method List

  • -
  • +
  • #uninstall Tap @@ -37660,7 +37604,7 @@

    Method List

  • -
  • +
  • #uninstall CoreTap @@ -37668,7 +37612,7 @@

    Method List

  • -
  • +
  • #uninstall Cask::Pkg @@ -37676,7 +37620,7 @@

    Method List

  • -
  • +
  • #uninstall Cask::Installer @@ -37684,7 +37628,7 @@

    Method List

  • -
  • +
  • #uninstall_artifacts Cask::Installer @@ -37692,7 +37636,7 @@

    Method List

  • -
  • +
  • uninstall_casks Cask::Uninstall @@ -37700,7 +37644,7 @@

    Method List

  • -
  • +
  • uninstall_dsl_key Cask::Artifact::AbstractFlightBlock @@ -37708,7 +37652,7 @@

    Method List

  • -
  • +
  • #uninstall_existing_cask Cask::Installer @@ -37716,7 +37660,7 @@

    Method List

  • -
  • +
  • #uninstall_info Pathname @@ -37724,7 +37668,7 @@

    Method List

  • -
  • +
  • #uninstall_info ObserverPathnameExtension @@ -37732,7 +37676,7 @@

    Method List

  • -
  • +
  • uninstall_kegs Homebrew::Uninstall @@ -37740,7 +37684,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Moved @@ -37748,7 +37692,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Qlplugin @@ -37756,7 +37700,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Symlinked @@ -37764,7 +37708,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Uninstall @@ -37772,7 +37716,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::KeyboardLayout @@ -37780,7 +37724,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::AbstractFlightBlock @@ -37788,7 +37732,7 @@

    Method List

  • -
  • +
  • #union? Homebrew::Cmd::Deps::Args @@ -37796,7 +37740,7 @@

    Method List

  • -
  • +
  • #universal? MachOShim @@ -37804,7 +37748,7 @@

    Method List

  • -
  • +
  • #unless_modifier? RuboCop::Cop::FormulaAudit::OptionDeclarations @@ -37812,7 +37756,7 @@

    Method List

  • -
  • +
  • #unlink Keg @@ -37820,7 +37764,7 @@

    Method List

  • -
  • +
  • unlink Homebrew::Unlink @@ -37828,7 +37772,7 @@

    Method List

  • -
  • +
  • #unlink ObserverPathnameExtension @@ -37836,7 +37780,7 @@

    Method List

  • -
  • +
  • unlink! Homebrew::Completions @@ -37844,7 +37788,7 @@

    Method List

  • -
  • +
  • unlink_completions Utils::Link @@ -37852,7 +37796,7 @@

    Method List

  • -
  • +
  • unlink_manpages Utils::Link @@ -37860,7 +37804,7 @@

    Method List

  • -
  • +
  • #unlink_newname Migrator @@ -37868,7 +37812,7 @@

    Method List

  • -
  • +
  • #unlink_oldname Migrator @@ -37876,7 +37820,7 @@

    Method List

  • -
  • +
  • #unlink_oldname_cellar Migrator @@ -37884,7 +37828,7 @@

    Method List

  • -
  • +
  • #unlink_oldname_opt Migrator @@ -37892,7 +37836,7 @@

    Method List

  • -
  • +
  • unlink_versioned_formulae Homebrew::Unlink @@ -37900,7 +37844,7 @@

    Method List

  • -
  • +
  • #unlock Formula @@ -37908,7 +37852,7 @@

    Method List

  • -
  • +
  • #unlock Migrator @@ -37916,7 +37860,7 @@

    Method List

  • -
  • +
  • #unlock LockFile @@ -37924,7 +37868,7 @@

    Method List

  • -
  • +
  • #unpack Resource @@ -37932,7 +37876,7 @@

    Method List

  • -
  • +
  • #unpin FormulaPin @@ -37940,7 +37884,7 @@

    Method List

  • -
  • +
  • #unpin Formula @@ -37948,7 +37892,7 @@

    Method List

  • -
  • +
  • #unremovable_kegs Homebrew::Cleanup @@ -37956,7 +37900,7 @@

    Method List

  • -
  • +
  • #unstable? Cask::DSL::Version @@ -37964,7 +37908,7 @@

    Method List

  • -
  • +
  • unsupported_configuration? OS @@ -37972,7 +37916,7 @@

    Method List

  • -
  • +
  • #unsupported_release? MacOSVersion @@ -37980,7 +37924,7 @@

    Method List

  • -
  • +
  • untapped_official_taps Tap @@ -37988,7 +37932,7 @@

    Method List

  • -
  • +
  • #unused_options Tab @@ -37996,7 +37940,7 @@

    Method List

  • -
  • +
  • #unused_options BuildOptions @@ -38004,7 +37948,7 @@

    Method List

  • -
  • +
  • #unversioned? Cask::URL @@ -38012,7 +37956,7 @@

    Method List

  • -
  • +
  • #unzip_dep_if_needed DependencyCollector @@ -38020,7 +37964,7 @@

    Method List

  • -
  • +
  • up Tty @@ -38028,7 +37972,7 @@

    Method List

  • -
  • +
  • #update Homebrew::DevCmd::VendorGems::Args @@ -38036,7 +37980,7 @@

    Method List

  • -
  • +
  • #update! CacheStore @@ -38044,7 +37988,7 @@

    Method List

  • -
  • +
  • #update! LinkageCacheStore @@ -38052,7 +37996,7 @@

    Method List

  • -
  • +
  • #update! DescriptionCacheStore @@ -38060,7 +38004,7 @@

    Method List

  • -
  • +
  • #update? Homebrew::DevCmd::Typecheck::Args @@ -38068,7 +38012,7 @@

    Method List

  • -
  • +
  • #update_all? Homebrew::DevCmd::Typecheck::Args @@ -38076,7 +38020,7 @@

    Method List

  • -
  • +
  • #update_commit Version @@ -38084,7 +38028,7 @@

    Method List

  • -
  • +
  • #update_from_cask_tokens! CaskDescriptionCacheStore @@ -38092,7 +38036,7 @@

    Method List

  • -
  • +
  • #update_from_formula_names! DescriptionCacheStore @@ -38100,7 +38044,7 @@

    Method List

  • -
  • +
  • #update_from_report! DescriptionCacheStore @@ -38108,7 +38052,7 @@

    Method List

  • -
  • +
  • #update_from_report! CaskDescriptionCacheStore @@ -38116,7 +38060,7 @@

    Method List

  • -
  • +
  • #update_head_version Formula @@ -38124,7 +38068,7 @@

    Method List

  • -
  • +
  • update_instructions OS::Mac::Xcode @@ -38132,7 +38076,7 @@

    Method List

  • -
  • +
  • update_instructions OS::Mac::CLT @@ -38140,7 +38084,7 @@

    Method List

  • -
  • +
  • update_pypi_url PyPI @@ -38148,7 +38092,7 @@

    Method List

  • -
  • +
  • update_python_resources! PyPI @@ -38156,7 +38100,7 @@

    Method List

  • -
  • +
  • update_shell_completions! Homebrew::Completions @@ -38164,7 +38108,7 @@

    Method List

  • -
  • +
  • #update_tabs Migrator @@ -38172,7 +38116,7 @@

    Method List

  • -
  • +
  • update_to_tag? Homebrew::EnvConfig @@ -38180,7 +38124,7 @@

    Method List

  • -
  • +
  • #updated? Reporter @@ -38188,7 +38132,7 @@

    Method List

  • -
  • +
  • #upgrade? Cask::Installer @@ -38196,7 +38140,7 @@

    Method List

  • -
  • +
  • upgrade_cask Cask::Upgrade @@ -38204,7 +38148,7 @@

    Method List

  • -
  • +
  • upgrade_casks Cask::Upgrade @@ -38212,7 +38156,7 @@

    Method List

  • -
  • +
  • upgrade_formulae Homebrew::Upgrade @@ -38220,7 +38164,7 @@

    Method List

  • -
  • +
  • upgrade_greedy? Homebrew::EnvConfig @@ -38228,7 +38172,7 @@

    Method List

  • -
  • +
  • #upload? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -38236,7 +38180,7 @@

    Method List

  • -
  • +
  • #upload_bottles GitHubPackages @@ -38244,7 +38188,7 @@

    Method List

  • -
  • +
  • #upload_bottles GitHubReleases @@ -38252,7 +38196,7 @@

    Method List

  • -
  • +
  • #upload_only? Homebrew::DevCmd::PrUpload::Args @@ -38260,7 +38204,7 @@

    Method List

  • -
  • +
  • upload_release_asset GitHub @@ -38268,7 +38212,7 @@

    Method List

  • -
  • +
  • #uri Cask::URL::DSL @@ -38276,7 +38220,7 @@

    Method List

  • -
  • +
  • url Formula @@ -38284,7 +38228,7 @@

    Method List

  • -
  • +
  • #url Cask::DSL @@ -38292,7 +38236,7 @@

    Method List

  • -
  • +
  • #url Cask::URL::BlockDSL::PageWithURL @@ -38300,7 +38244,7 @@

    Method List

  • -
  • +
  • #url Resource @@ -38308,7 +38252,7 @@

    Method List

  • -
  • +
  • #url Formulary::FromURILoader @@ -38316,7 +38260,7 @@

    Method List

  • -
  • +
  • #url Livecheck @@ -38324,7 +38268,7 @@

    Method List

  • -
  • +
  • #url Downloadable @@ -38332,7 +38276,7 @@

    Method List

  • -
  • +
  • #url Cask::Download @@ -38340,7 +38284,7 @@

    Method List

  • -
  • +
  • #url SoftwareSpec @@ -38348,7 +38292,7 @@

    Method List

  • -
  • +
  • url Formatter @@ -38356,7 +38300,7 @@

    Method List

  • -
  • +
  • #url Cask::CaskLoader::FromURILoader @@ -38364,7 +38308,7 @@

    Method List

  • -
  • +
  • #url Homebrew::ResourceAuditor @@ -38372,7 +38316,7 @@

    Method List

  • -
  • +
  • #url AbstractDownloadStrategy @@ -38380,7 +38324,7 @@

    Method List

  • -
  • +
  • #url Homebrew::Livecheck::Strategy::Sparkle::Item @@ -38388,7 +38332,7 @@

    Method List

  • -
  • +
  • #url Cask::Cask @@ -38396,7 +38340,7 @@

    Method List

  • -
  • +
  • #url Homebrew::DevCmd::BumpCaskPr::Args @@ -38404,7 +38348,7 @@

    Method List

  • -
  • +
  • #url Homebrew::DevCmd::BumpFormulaPr::Args @@ -38412,7 +38356,7 @@

    Method List

  • -
  • +
  • #url_encode Bottle::Filename @@ -38420,7 +38364,7 @@

    Method List

  • -
  • +
  • #url_has_revision? RuboCop::Cop::FormulaAudit::GitUrls @@ -38428,7 +38372,7 @@

    Method List

  • -
  • +
  • #url_has_tag? RuboCop::Cop::FormulaAuditStrict::GitUrls @@ -38436,7 +38380,7 @@

    Method List

  • -
  • +
  • url_protected_by_cloudflare? Utils::Curl @@ -38444,7 +38388,7 @@

    Method List

  • -
  • +
  • url_protected_by_incapsula? Utils::Curl @@ -38452,7 +38396,7 @@

    Method List

  • -
  • +
  • url_to GitHub @@ -38460,7 +38404,7 @@

    Method List

  • -
  • +
  • #urls_hash Formula @@ -38468,7 +38412,7 @@

    Method List

  • -
  • +
  • #usage_banner Homebrew::CLI::Parser @@ -38476,7 +38420,7 @@

    Method List

  • -
  • +
  • #usage_banner_text Homebrew::CLI::Parser @@ -38484,7 +38428,7 @@

    Method List

  • -
  • +
  • use CacheStoreDatabase @@ -38492,7 +38436,7 @@

    Method List

  • -
  • +
  • use_homebrew_curl? Homebrew::Livecheck @@ -38500,7 +38444,7 @@

    Method List

  • -
  • +
  • #use_macos_install? UsesFromMacOSDependency @@ -38508,7 +38452,7 @@

    Method List

  • -
  • +
  • #use_system_ruby? Homebrew::Cleanup @@ -38516,7 +38460,7 @@

    Method List

  • -
  • +
  • #used_options Tab @@ -38524,7 +38468,7 @@

    Method List

  • -
  • +
  • #used_options BuildOptions @@ -38532,7 +38476,7 @@

    Method List

  • -
  • +
  • #user Tap @@ -38540,7 +38484,7 @@

    Method List

  • -
  • +
  • #user TapFormulaUnavailableError @@ -38548,7 +38492,7 @@

    Method List

  • -
  • +
  • user GitHub @@ -38556,7 +38500,7 @@

    Method List

  • -
  • +
  • #user Homebrew::DevCmd::Contributions::Args @@ -38564,7 +38508,7 @@

    Method List

  • -
  • +
  • #user_agent Cask::URL::DSL @@ -38572,7 +38516,7 @@

    Method List

  • -
  • +
  • user_site_packages Language::Python @@ -38580,7 +38524,7 @@

    Method List

  • -
  • +
  • #user_tilde Homebrew::Diagnostic::Checks @@ -38588,7 +38532,7 @@

    Method List

  • -
  • +
  • uses_from_macos Formula @@ -38596,7 +38540,7 @@

    Method List

  • -
  • +
  • #uses_from_macos SoftwareSpec @@ -38604,7 +38548,7 @@

    Method List

  • -
  • +
  • #uses_from_macos? Dependency @@ -38612,7 +38556,7 @@

    Method List

  • -
  • +
  • #uses_from_macos? UsesFromMacOSDependency @@ -38620,7 +38564,7 @@

    Method List

  • -
  • +
  • #uses_from_macos_elements Formula @@ -38628,7 +38572,7 @@

    Method List

  • -
  • +
  • #uses_from_macos_names Formula @@ -38636,7 +38580,7 @@

    Method List

  • -
  • +
  • #uses_from_macos_node? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -38644,7 +38588,7 @@

    Method List

  • -
  • +
  • #using URL @@ -38652,7 +38596,7 @@

    Method List

  • -
  • +
  • #using Cask::URL::DSL @@ -38660,7 +38604,7 @@

    Method List

  • -
  • +
  • #using Resource @@ -38668,7 +38612,7 @@

    Method List

  • -
  • +
  • #using Homebrew::ResourceAuditor @@ -38676,7 +38620,7 @@

    Method List

  • -
  • +
  • valid_aliases? Readall @@ -38684,7 +38628,7 @@

    Method List

  • -
  • +
  • valid_casks? Readall @@ -38692,7 +38636,7 @@

    Method List

  • -
  • +
  • #valid_combination? Utils::Bottles::Tag @@ -38700,7 +38644,7 @@

    Method List

  • -
  • +
  • valid_formulae? Readall @@ -38708,7 +38652,7 @@

    Method List

  • -
  • +
  • valid_gem_groups Homebrew @@ -38716,7 +38660,7 @@

    Method List

  • -
  • +
  • valid_internal_cmd? Commands @@ -38724,7 +38668,7 @@

    Method List

  • -
  • +
  • valid_internal_dev_cmd? Commands @@ -38732,7 +38676,7 @@

    Method List

  • -
  • +
  • #valid_library_extension? FormulaCellarChecks @@ -38740,7 +38684,7 @@

    Method List

  • -
  • +
  • valid_license? SPDX @@ -38748,7 +38692,7 @@

    Method List

  • -
  • +
  • valid_license_exception? SPDX @@ -38756,7 +38700,7 @@

    Method List

  • -
  • +
  • #valid_platform? Formula @@ -38764,7 +38708,7 @@

    Method List

  • -
  • +
  • #valid_pypi_package? PyPI::Package @@ -38772,7 +38716,7 @@

    Method List

  • -
  • +
  • valid_ruby_syntax? Readall @@ -38780,7 +38724,7 @@

    Method List

  • -
  • +
  • valid_tap? Readall @@ -38788,7 +38732,7 @@

    Method List

  • -
  • +
  • validate_file Utils::Tar @@ -38796,7 +38740,7 @@

    Method List

  • -
  • +
  • #validate_options Homebrew::CLI::Parser @@ -38804,7 +38748,7 @@

    Method List

  • -
  • +
  • #value Version::Token @@ -38812,7 +38756,7 @@

    Method List

  • -
  • +
  • #value Version::StringToken @@ -38820,7 +38764,7 @@

    Method List

  • -
  • +
  • #value Version::NumericToken @@ -38828,7 +38772,7 @@

    Method List

  • -
  • +
  • #value Homebrew::CLI::Args @@ -38836,7 +38780,7 @@

    Method List

  • -
  • +
  • #var Formula @@ -38844,7 +38788,7 @@

    Method List

  • -
  • +
  • #var Homebrew::Service @@ -38852,7 +38796,7 @@

    Method List

  • -
  • +
  • #variable_assignment RuboCop::Cop::Cask::Variables @@ -38860,7 +38804,7 @@

    Method List

  • -
  • +
  • #variations? Homebrew::Cmd::Info::Args @@ -38868,7 +38812,7 @@

    Method List

  • -
  • +
  • #verbose? Context::ContextStruct @@ -38876,7 +38820,7 @@

    Method List

  • -
  • +
  • #verbose? Context @@ -38884,7 +38828,7 @@

    Method List

  • -
  • +
  • verbose? ObserverPathnameExtension @@ -38892,7 +38836,7 @@

    Method List

  • -
  • +
  • #verbose? Homebrew::CLI::Args @@ -38900,7 +38844,7 @@

    Method List

  • -
  • +
  • #verbose? FormulaInstaller @@ -38908,7 +38852,7 @@

    Method List

  • -
  • +
  • #verbose? Cask::Installer @@ -38916,7 +38860,7 @@

    Method List

  • -
  • +
  • verbose? Homebrew::EnvConfig @@ -38924,7 +38868,7 @@

    Method List

  • -
  • +
  • verbose_using_dots? Homebrew::EnvConfig @@ -38932,7 +38876,7 @@

    Method List

  • -
  • +
  • #verified Cask::URL::DSL @@ -38940,7 +38884,7 @@

    Method List

  • -
  • +
  • #verify Homebrew::FormulaCreator @@ -38948,7 +38892,7 @@

    Method List

  • -
  • +
  • verify_attestations? Homebrew::EnvConfig @@ -38956,7 +38900,7 @@

    Method List

  • -
  • +
  • #verify_checksum Pathname @@ -38964,7 +38908,7 @@

    Method List

  • -
  • +
  • #verify_deps_exist FormulaInstaller @@ -38972,7 +38916,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Formula @@ -38980,7 +38924,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Downloadable @@ -38988,7 +38932,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Cask::Download @@ -38996,7 +38940,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity HeadSoftwareSpec @@ -39004,7 +38948,7 @@

    Method List

  • -
  • +
  • #verify_has_sha Cask::Installer @@ -39012,7 +38956,7 @@

    Method List

  • -
  • +
  • #verify_order_in_source RuboCop::Cop::FormulaAudit::DependencyOrder @@ -39020,7 +38964,7 @@

    Method List

  • -
  • +
  • #version Keg @@ -39028,7 +38972,7 @@

    Method List

  • -
  • +
  • #version URL @@ -39036,7 +38980,7 @@

    Method List

  • -
  • +
  • version OS::Mac @@ -39044,7 +38988,7 @@

    Method List

  • -
  • +
  • #version Formula @@ -39052,7 +38996,7 @@

    Method List

  • -
  • +
  • version Formula @@ -39060,7 +39004,7 @@

    Method List

  • -
  • +
  • #version Cask::DSL @@ -39068,7 +39012,7 @@

    Method List

  • -
  • +
  • version OS::Mac::Xcode @@ -39076,7 +39020,7 @@

    Method List

  • -
  • +
  • version OS::Mac::CLT @@ -39084,7 +39028,7 @@

    Method List

  • -
  • +
  • #version Resource @@ -39092,7 +39036,7 @@

    Method List

  • -
  • +
  • #version CompilerFailure @@ -39100,7 +39044,7 @@

    Method List

  • -
  • +
  • #version CompilerSelector::Compiler @@ -39108,7 +39052,7 @@

    Method List

  • -
  • +
  • version Utils::Git @@ -39116,7 +39060,7 @@

    Method List

  • -
  • +
  • version Utils::Svn @@ -39124,7 +39068,7 @@

    Method List

  • -
  • +
  • #version OS::Mac::SDK @@ -39132,7 +39076,7 @@

    Method List

  • -
  • +
  • #version PyPI::Package @@ -39140,7 +39084,7 @@

    Method List

  • -
  • +
  • #version PkgVersion @@ -39148,7 +39092,7 @@

    Method List

  • -
  • +
  • #version Downloadable @@ -39156,7 +39100,7 @@

    Method List

  • -
  • +
  • #version FormulaInfo @@ -39164,7 +39108,7 @@

    Method List

  • -
  • +
  • #version Cask::Download @@ -39172,7 +39116,7 @@

    Method List

  • -
  • +
  • #version MacOSVersion::Error @@ -39180,7 +39124,7 @@

    Method List

  • -
  • +
  • #version Bottle::Filename @@ -39188,7 +39132,7 @@

    Method List

  • -
  • +
  • #version Homebrew::BundleVersion @@ -39196,7 +39140,7 @@

    Method List

  • -
  • +
  • version OS::Linux::Glibc @@ -39204,7 +39148,7 @@

    Method List

  • -
  • +
  • #version Pathname @@ -39212,7 +39156,7 @@

    Method List

  • -
  • +
  • #version Homebrew::ResourceAuditor @@ -39220,7 +39164,7 @@

    Method List

  • -
  • +
  • #version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -39228,7 +39172,7 @@

    Method List

  • -
  • +
  • #version MacOSRequirement @@ -39236,7 +39180,7 @@

    Method List

  • -
  • +
  • #version XcodeRequirement @@ -39244,7 +39188,7 @@

    Method List

  • -
  • +
  • #version Homebrew::Livecheck::Strategy::ExtractPlist::Item @@ -39252,7 +39196,7 @@

    Method List

  • -
  • +
  • #version Cask::Cask @@ -39260,7 +39204,7 @@

    Method List

  • -
  • +
  • #version Livecheck @@ -39268,7 +39212,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::Extract::Args @@ -39276,7 +39220,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::BumpCaskPr::Args @@ -39284,7 +39228,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::BumpFormulaPr::Args @@ -39292,7 +39236,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::UpdatePythonResources::Args @@ -39300,7 +39244,7 @@

    Method List

  • -
  • +
  • #version= PyPI::Package @@ -39308,7 +39252,7 @@

    Method List

  • -
  • +
  • #version_arm Homebrew::DevCmd::BumpCaskPr::Args @@ -39316,7 +39260,7 @@

    Method List

  • -
  • +
  • #version_intel Homebrew::DevCmd::BumpCaskPr::Args @@ -39324,7 +39268,7 @@

    Method List

  • -
  • +
  • #version_name Homebrew::DevCmd::Bump::VersionBumpInfo @@ -39332,7 +39276,7 @@

    Method List

  • -
  • +
  • version_rebuild GitHubPackages @@ -39340,7 +39284,7 @@

    Method List

  • -
  • +
  • #version_scheme Keg @@ -39348,7 +39292,7 @@

    Method List

  • -
  • +
  • #version_scheme Tab @@ -39356,7 +39300,7 @@

    Method List

  • -
  • +
  • #version_scheme Formula @@ -39364,7 +39308,7 @@

    Method List

  • -
  • +
  • version_scheme Formula @@ -39372,7 +39316,7 @@

    Method List

  • -
  • +
  • #version_specified? MacOSRequirement @@ -39380,7 +39324,7 @@

    Method List

  • -
  • +
  • #versioned_formula? Formula @@ -39388,7 +39332,7 @@

    Method List

  • -
  • +
  • #versioned_formula? KegOnlyReason @@ -39396,7 +39340,7 @@

    Method List

  • -
  • +
  • #versioned_formula? RuboCop::Cop::FormulaCop @@ -39404,7 +39348,7 @@

    Method List

  • -
  • +
  • #versioned_formulae Formula @@ -39412,7 +39356,7 @@

    Method List

  • -
  • +
  • #versioned_formulae_names Formula @@ -39420,7 +39364,7 @@

    Method List

  • -
  • +
  • #versioned_macos_requirement TestRunnerFormula @@ -39428,7 +39372,7 @@

    Method List

  • -
  • +
  • #versions Tab @@ -39436,7 +39380,7 @@

    Method List

  • -
  • +
  • #versions CompilerSelector @@ -39444,7 +39388,7 @@

    Method List

  • -
  • +
  • #versions Homebrew::Livecheck::LivecheckVersion @@ -39452,7 +39396,7 @@

    Method List

  • -
  • +
  • #versions? Homebrew::Cmd::List::Args @@ -39460,7 +39404,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Xml @@ -39468,7 +39412,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Json @@ -39476,7 +39420,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Yaml @@ -39484,7 +39428,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Sparkle @@ -39492,7 +39436,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::PageMatch @@ -39500,7 +39444,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::GithubReleases @@ -39508,7 +39452,7 @@

    Method List

  • -
  • +
  • versions_from_headers Homebrew::Livecheck::Strategy::HeaderMatch @@ -39516,7 +39460,7 @@

    Method List

  • -
  • +
  • versions_from_items Homebrew::Livecheck::Strategy::ExtractPlist @@ -39524,7 +39468,7 @@

    Method List

  • -
  • +
  • versions_from_tags Homebrew::Livecheck::Strategy::Git @@ -39532,7 +39476,7 @@

    Method List

  • -
  • +
  • #virtualenv_create Language::Python::Virtualenv @@ -39540,7 +39484,7 @@

    Method List

  • -
  • +
  • #virtualenv_install_with_resources Language::Python::Virtualenv @@ -39548,7 +39492,7 @@

    Method List

  • -
  • +
  • virtualized? Hardware::CPU @@ -39556,7 +39500,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::Reinstall::Args @@ -39564,7 +39508,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::InstallCmd::Args @@ -39572,7 +39516,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -39580,7 +39524,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::Reinstall::Args @@ -39588,7 +39532,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::InstallCmd::Args @@ -39596,7 +39540,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -39604,7 +39548,7 @@

    Method List

  • -
  • +
  • #warn_on_upload_failure? Homebrew::DevCmd::PrPull::Args @@ -39612,7 +39556,7 @@

    Method List

  • -
  • +
  • #warn_on_upload_failure? Homebrew::DevCmd::PrUpload::Args @@ -39620,7 +39564,7 @@

    Method List

  • -
  • +
  • warning Formatter @@ -39628,7 +39572,7 @@

    Method List

  • -
  • +
  • #which Homebrew::Diagnostic::Volumes @@ -39636,7 +39580,7 @@

    Method List

  • -
  • +
  • #which Kernel @@ -39644,7 +39588,7 @@

    Method List

  • -
  • +
  • #which_all Kernel @@ -39652,7 +39596,7 @@

    Method List

  • -
  • +
  • #which_editor Kernel @@ -39660,7 +39604,7 @@

    Method List

  • -
  • +
  • #which_install_info Pathname @@ -39668,7 +39612,7 @@

    Method List

  • -
  • +
  • width Tty @@ -39676,7 +39620,7 @@

    Method List

  • -
  • +
  • with Tty @@ -39684,7 +39628,7 @@

    Method List

  • -
  • +
  • with Homebrew::SimulateSystem @@ -39692,7 +39636,7 @@

    Method List

  • -
  • +
  • #with? Tab @@ -39700,7 +39644,7 @@

    Method List

  • -
  • +
  • #with? BuildOptions @@ -39708,7 +39652,7 @@

    Method List

  • -
  • +
  • #with_build_environment EnvActivation @@ -39716,7 +39660,7 @@

    Method List

  • -
  • +
  • with_cask_token Tap @@ -39724,7 +39668,7 @@

    Method List

  • -
  • +
  • #with_context Context @@ -39732,7 +39676,7 @@

    Method List

  • -
  • +
  • #with_custom_locale Kernel @@ -39740,7 +39684,7 @@

    Method List

  • -
  • +
  • #with_env Kernel @@ -39748,7 +39692,7 @@

    Method List

  • -
  • +
  • with_formula_name Tap @@ -39756,7 +39700,7 @@

    Method List

  • -
  • +
  • #with_homebrew_path Kernel @@ -39764,7 +39708,7 @@

    Method List

  • -
  • +
  • #with_hostname? Homebrew::Cmd::GistLogs::Args @@ -39772,7 +39716,7 @@

    Method List

  • -
  • +
  • #with_label Homebrew::DevCmd::PrAutomerge::Args @@ -39780,7 +39724,7 @@

    Method List

  • -
  • +
  • #with_lock LockFile @@ -39788,7 +39732,7 @@

    Method List

  • -
  • +
  • #with_logging Formula @@ -39796,7 +39740,7 @@

    Method List

  • -
  • +
  • with_no_api_env Homebrew @@ -39804,7 +39748,7 @@

    Method List

  • -
  • +
  • with_no_api_env_if_needed Homebrew @@ -39812,7 +39756,7 @@

    Method List

  • -
  • +
  • #without? Tab @@ -39820,7 +39764,7 @@

    Method List

  • -
  • +
  • #without? BuildOptions @@ -39828,7 +39772,7 @@

    Method List

  • -
  • +
  • #without_approval? Homebrew::DevCmd::PrAutomerge::Args @@ -39836,7 +39780,7 @@

    Method List

  • -
  • +
  • without_clt? OS::Mac::Xcode @@ -39844,7 +39788,7 @@

    Method List

  • -
  • +
  • #without_labels Homebrew::DevCmd::PrAutomerge::Args @@ -39852,14 +39796,6 @@

    Method List

  • -
  • -
    - #without_patch - Homebrew::FormulaTextAuditor -
    -
  • - -
  •  
     
    -126
    -127
    -128
    -129
     130
     131
     132
    @@ -2551,10 +2613,15 @@ 

    135 136 137 -138

    +138 +139 +140 +141 +142 +143
    -
    # File 'software_spec.rb', line 126
    +      
    # File 'software_spec.rb', line 130
     
     def resource(name, klass = Resource, &block)
       if block
    @@ -2565,6 +2632,7 @@ 

    resources[name] = res dependency_collector.add(res) + res else resources.fetch(name) { raise ResourceMissingError.new(owner, name) } end @@ -2719,11 +2787,6 @@

     
     
    -196
    -197
    -198
    -199
    -200
     201
     202
     203
    @@ -2731,10 +2794,15 @@ 

    205 206 207 -208

    +208 +209 +210 +211 +212 +213

    -
    # File 'software_spec.rb', line 196
    +      
    # File 'software_spec.rb', line 201
     
     def uses_from_macos(dep, bounds = {})
       if dep.is_a?(Hash)
    diff --git a/docs/SystemCommand.html b/docs/SystemCommand.html
    index 382b293d4..8d7842a1f 100644
    --- a/docs/SystemCommand.html
    +++ b/docs/SystemCommand.html
    @@ -890,10 +890,10 @@ 

     
     
    -284
    +281

    -
    # File 'sorbet/rbi/parlour.rbi', line 284
    +      
    # File 'sorbet/rbi/parlour.rbi', line 281
     
     def must_succeed?; end
    -
    # File 'sorbet/rbi/parlour.rbi', line 278
    +      
    # File 'sorbet/rbi/parlour.rbi', line 275
     
     def sudo?; end
    -
    # File 'sorbet/rbi/parlour.rbi', line 281
    +      
    # File 'sorbet/rbi/parlour.rbi', line 278
     
     def sudo_as_root?; end
    -
    # File 'sorbet/rbi/parlour.rbi', line 291
    +      
    # File 'sorbet/rbi/parlour.rbi', line 288
     
     def process(*args, **options, &block); end