From b5c7444ec04d39e97b6c55be6f67954f12998e68 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 May 2024 14:33:39 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Cask/Installer.html | 234 +- docs/FormulaInstaller.html | 54 +- docs/GitHub/Actions.html | 203 +- docs/GitHub/Actions/Annotation.html | 66 +- docs/Homebrew/DevCmd/Audit.html | 2 +- docs/Homebrew/DevCmd/PrPull.html | 2 +- docs/Homebrew/Diagnostic/Checks.html | 6 +- docs/Homebrew/Style.html | 2 +- docs/Kernel.html | 420 +-- docs/method_list.html | 4314 +++++++++++++------------- 10 files changed, 2768 insertions(+), 2535 deletions(-) diff --git a/docs/Cask/Installer.html b/docs/Cask/Installer.html index b8b15737b..df7009c6e 100644 --- a/docs/Cask/Installer.html +++ b/docs/Cask/Installer.html @@ -1581,13 +1581,13 @@

 
 
+434
 435
 436
-437
-438
+437 -
# File 'cask/installer.rb', line 435
+      
# File 'cask/installer.rb', line 434
 
 def backup
   @cask.staged_path.rename backup_path
@@ -1627,14 +1627,14 @@ 

 
 
+520
 521
 522
 523
-524
-525
+524

-
# File 'cask/installer.rb', line 521
+      
# File 'cask/installer.rb', line 520
 
 def 
   return if @cask..nil?
@@ -1675,14 +1675,14 @@ 

 
 
+514
 515
 516
 517
-518
-519
+518

-
# File 'cask/installer.rb', line 515
+      
# File 'cask/installer.rb', line 514
 
 def backup_path
   return if @cask.staged_path.nil?
@@ -1789,6 +1789,7 @@ 

 
 
+302
 303
 304
 305
@@ -1804,11 +1805,10 @@ 

315 316 317 -318 -319

+318

-
# File 'cask/installer.rb', line 303
+      
# File 'cask/installer.rb', line 302
 
 def cask_and_formula_dependencies
   return @cask_and_formula_dependencies if @cask_and_formula_dependencies
@@ -1861,12 +1861,12 @@ 

 
 
+379
 380
-381
-382
+381

-
# File 'cask/installer.rb', line 380
+      
# File 'cask/installer.rb', line 379
 
 def caveats
   self.class.caveats(@cask)
@@ -1918,6 +1918,7 @@ 

 
 
+287
 288
 289
 290
@@ -1930,11 +1931,10 @@ 

297 298 299 -300 -301

+300

-
# File 'cask/installer.rb', line 288
+      
# File 'cask/installer.rb', line 287
 
 def check_arch_requirements
   return if @cask.depends_on.arch.nil?
@@ -1984,6 +1984,7 @@ 

 
 
+146
 147
 148
 149
@@ -1997,11 +1998,10 @@ 

157 158 159 -160 -161

+160

-
# File 'cask/installer.rb', line 147
+      
# File 'cask/installer.rb', line 146
 
 def check_conflicts
   return unless @cask.conflicts_with
@@ -2066,8 +2066,7 @@ 

141 142 143 -144 -145

+144
# File 'cask/installer.rb', line 130
@@ -2081,10 +2080,9 @@ 

case deprecate_disable_type when :deprecated - puts "::warning::#{message_full}" if ENV["GITHUB_ACTIONS"] opoo message_full when :disabled - puts "::error::#{message_full}" if ENV["GITHUB_ACTIONS"] + GitHub::Actions.puts_annotation_if_env_set(:error, message) raise CaskCannotBeInstalledError.new(@cask, message) end end

@@ -2135,15 +2133,15 @@

 
 
+280
 281
 282
 283
 284
-285
-286
+285

-
# File 'cask/installer.rb', line 281
+      
# File 'cask/installer.rb', line 280
 
 def check_macos_requirements
   return unless @cask.depends_on.macos
@@ -2185,13 +2183,13 @@ 

 
 
+275
 276
 277
-278
-279
+278

-
# File 'cask/installer.rb', line 276
+      
# File 'cask/installer.rb', line 275
 
 def check_requirements
   check_macos_requirements
@@ -2274,14 +2272,14 @@ 

 
 
+184
 185
 186
 187
-188
-189
+188

-
# File 'cask/installer.rb', line 185
+      
# File 'cask/installer.rb', line 184
 
 def download(quiet: nil, timeout: nil)
   # Store cask download path in cask to prevent multiple downloads in a row when checking if it's outdated
@@ -2335,12 +2333,12 @@ 

 
 
+179
 180
-181
-182
+181

-
# File 'cask/installer.rb', line 180
+      
# File 'cask/installer.rb', line 179
 
 def downloader
   @downloader ||= Download.new(@cask, quarantine: quarantine?)
@@ -2379,6 +2377,7 @@ 

 
 
+207
 208
 209
 210
@@ -2403,11 +2402,10 @@ 

229 230 231 -232 -233

+232

-
# File 'cask/installer.rb', line 208
+      
# File 'cask/installer.rb', line 207
 
 def extract_primary_container(to: @cask.staged_path)
   odebug "Extracting primary container"
@@ -2565,16 +2563,16 @@ 

 
 
+456
 457
 458
 459
 460
 461
-462
-463
+462

-
# File 'cask/installer.rb', line 457
+      
# File 'cask/installer.rb', line 456
 
 def finalize_upgrade
   ohai "Purging files for version #{@cask.version} of Cask #{@cask}"
@@ -2630,6 +2628,7 @@ 

 
 
+614
 615
 616
 617
@@ -2684,11 +2683,10 @@ 

666 667 668 -669 -670

+669

-
# File 'cask/installer.rb', line 615
+      
# File 'cask/installer.rb', line 614
 
 def forbidden_cask_and_formula_check
   forbidden_formulae = Set.new(Homebrew::EnvConfig.forbidden_formulae.to_s.split)
@@ -2793,6 +2791,7 @@ 

 
 
+575
 576
 577
 578
@@ -2828,11 +2827,10 @@ 

608 609 610 -611 -612

+611

-
# File 'cask/installer.rb', line 576
+      
# File 'cask/installer.rb', line 575
 
 def forbidden_tap_check
   return if Tap.allowed_taps.blank? && Tap.forbidden_taps.blank?
@@ -2958,12 +2956,12 @@ 

 
 
+526
 527
-528
-529
+528

-
# File 'cask/installer.rb', line 527
+      
# File 'cask/installer.rb', line 526
 
 def gain_permissions_remove(path)
   Utils.gain_permissions_remove(path, command: @command)
@@ -3137,6 +3135,7 @@ 

 
 
+235
 236
 237
 238
@@ -3174,11 +3173,10 @@ 

270 271 272 -273 -274

+273

-
# File 'cask/installer.rb', line 236
+      
# File 'cask/installer.rb', line 235
 
 def install_artifacts(predecessor: nil)
   artifacts = @cask.artifacts
@@ -3306,12 +3304,12 @@ 

 
 
+383
 384
-385
-386
+385

-
# File 'cask/installer.rb', line 384
+      
# File 'cask/installer.rb', line 383
 
 def 
   @metadata_subdir ||= @cask.("Casks", timestamp: :now, create: true)
@@ -3350,6 +3348,7 @@ 

+320 321 322 323 @@ -3358,11 +3357,10 @@

# File 'cask/installer.rb', line 321 +
# File 'cask/installer.rb', line 320
 
 def missing_cask_and_formula_dependencies
   cask_and_formula_dependencies.reject do |cask_or_formula|
@@ -3408,15 +3406,15 @@ 

 
 
+200
 201
 202
 203
 204
-205
-206
+205

-
# File 'cask/installer.rb', line 201
+      
# File 'cask/installer.rb', line 200
 
 def primary_container
   @primary_container ||= begin
@@ -3458,6 +3456,7 @@ 

 
 
+530
 531
 532
 533
@@ -3468,11 +3467,10 @@ 

538 539 540 -541 -542

+541

-
# File 'cask/installer.rb', line 531
+      
# File 'cask/installer.rb', line 530
 
 def purge_backed_up_versioned_files
   # versioned staged distribution
@@ -3520,13 +3518,13 @@ 

 
 
+569
 570
 571
-572
-573
+572

-
# File 'cask/installer.rb', line 570
+      
# File 'cask/installer.rb', line 569
 
 def purge_caskroom_path
   odebug "Purging all staged versions of Cask #{@cask}"
@@ -3566,6 +3564,7 @@ 

 
 
+543
 544
 545
 546
@@ -3589,11 +3588,10 @@ 

564 565 566 -567 -568

+567

-
# File 'cask/installer.rb', line 544
+      
# File 'cask/installer.rb', line 543
 
 def purge_versioned_files
   ohai "Purging files for version #{@cask.version} of Cask #{@cask}"
@@ -3813,13 +3811,13 @@ 

 
 
+418
 419
 420
-421
-422
+421

-
# File 'cask/installer.rb', line 419
+      
# File 'cask/installer.rb', line 418
 
 def remove_config_file
   FileUtils.rm_f @cask.config_path
@@ -3859,13 +3857,13 @@ 

 
 
+423
 424
 425
-426
-427
+426

-
# File 'cask/installer.rb', line 424
+      
# File 'cask/installer.rb', line 423
 
 def remove_download_sha
   FileUtils.rm_f @cask.download_sha_path
@@ -3958,6 +3956,7 @@ 

 
 
+439
 440
 441
 442
@@ -3965,11 +3964,10 @@ 

444 445 446 -447 -448

+447

-
# File 'cask/installer.rb', line 440
+      
# File 'cask/installer.rb', line 439
 
 def restore_backup
   return if !backup_path.directory? || !.directory?
@@ -4029,14 +4027,14 @@ 

 
 
+450
 451
 452
 453
-454
-455
+454

-
# File 'cask/installer.rb', line 451
+      
# File 'cask/installer.rb', line 450
 
 def revert_upgrade(predecessor:)
   opoo "Reverting upgrade for Cask #{@cask}"
@@ -4077,6 +4075,7 @@ 

+331 332 333 334 @@ -4122,11 +4121,10 @@

# File 'cask/installer.rb', line 332 +
# File 'cask/installer.rb', line 331
 
 def satisfy_cask_and_formula_dependencies
   return if installed_as_dependency?
@@ -4209,6 +4207,7 @@ 

 
 
+387
 388
 389
 390
@@ -4216,11 +4215,10 @@ 

392 393 394 -395 -396

+395

-
# File 'cask/installer.rb', line 388
+      
# File 'cask/installer.rb', line 387
 
 def save_caskfile
   old_savedir = @cask.
@@ -4265,12 +4263,12 @@ 

 
 
+397
 398
-399
-400
+399

-
# File 'cask/installer.rb', line 398
+      
# File 'cask/installer.rb', line 397
 
 def save_config_file
   @cask.config_path.atomic_write(@cask.config.to_json)
@@ -4309,12 +4307,12 @@ 

 
 
+401
 402
-403
-404
+403

-
# File 'cask/installer.rb', line 402
+      
# File 'cask/installer.rb', line 401
 
 def save_download_sha
   @cask.download_sha_path.atomic_write(@cask.new_download_sha) if @cask.checksumable?
@@ -4481,13 +4479,13 @@ 

 
 
+429
 430
 431
-432
-433
+432

-
# File 'cask/installer.rb', line 430
+      
# File 'cask/installer.rb', line 429
 
 def start_upgrade(successor:)
   uninstall_artifacts(successor:)
@@ -4540,15 +4538,15 @@ 

 
 
+171
 172
 173
 174
 175
-176
-177
+176

-
# File 'cask/installer.rb', line 172
+      
# File 'cask/installer.rb', line 171
 
 def summary
   s = +""
@@ -4607,6 +4605,7 @@ 

 
 
+406
 407
 408
 409
@@ -4616,11 +4615,10 @@ 

413 414 415 -416 -417

+416

-
# File 'cask/installer.rb', line 407
+      
# File 'cask/installer.rb', line 406
 
 def uninstall(successor: nil)
   load_installed_caskfile!
@@ -4697,6 +4695,7 @@ 

 
 
+465
 466
 467
 468
@@ -4727,11 +4726,10 @@ 

493 494 495 -496 -497

+496

-
# File 'cask/installer.rb', line 466
+      
# File 'cask/installer.rb', line 465
 
 def uninstall_artifacts(clear: false, successor: nil)
   artifacts = @cask.artifacts
@@ -4799,16 +4797,16 @@ 

 
 
+162
 163
 164
 165
 166
 167
-168
-169
+168

-
# File 'cask/installer.rb', line 163
+      
# File 'cask/installer.rb', line 162
 
 def uninstall_existing_cask
   return unless @cask.installed?
@@ -4970,6 +4968,7 @@ 

 
 
+190
 191
 192
 193
@@ -4977,11 +4976,10 @@ 

195 196 197 -198 -199

+198

-
# File 'cask/installer.rb', line 191
+      
# File 'cask/installer.rb', line 190
 
 def verify_has_sha
   odebug "Checking cask has checksum"
@@ -5026,6 +5024,7 @@ 

 
 
+498
 499
 500
 501
@@ -5039,11 +5038,10 @@ 

509 510 511 -512 -513

+512

-
# File 'cask/installer.rb', line 499
+      
# File 'cask/installer.rb', line 498
 
 def zap
   load_installed_caskfile!
diff --git a/docs/FormulaInstaller.html b/docs/FormulaInstaller.html
index a23ac1f74..7de3f6090 100644
--- a/docs/FormulaInstaller.html
+++ b/docs/FormulaInstaller.html
@@ -2972,15 +2972,15 @@ 

 
 
+375
 376
 377
 378
 379
-380
-381
+380

-
# File 'formula_installer.rb', line 376
+      
# File 'formula_installer.rb', line 375
 
 def build_bottle_postinstall
   @etc_var_postinstall = Find.find(*@etc_var_dirs.select(&:directory?)).to_a
@@ -3022,13 +3022,13 @@ 

 
 
+370
 371
 372
-373
-374
+373

-
# File 'formula_installer.rb', line 371
+      
# File 'formula_installer.rb', line 370
 
 def build_bottle_preinstall
   @etc_var_dirs ||= [HOMEBREW_PREFIX/"etc", HOMEBREW_PREFIX/"var"]
@@ -3250,6 +3250,7 @@ 

 
 
+487
 488
 489
 490
@@ -3280,7 +3281,7 @@ 

515

-
# File 'formula_installer.rb', line 488
+      
# File 'formula_installer.rb', line 487
 
 def check_conflicts
   return if force?
@@ -3302,7 +3303,8 @@ 

raise if Homebrew::EnvConfig.developer? - $stderr.puts "Please report this issue to the #{formula.tap} tap (not Homebrew/brew or Homebrew/homebrew-core)!" + $stderr.puts "Please report this issue to the #{formula.tap&.full_name} tap".squeeze(" ") + $stderr.puts " (not Homebrew/brew or Homebrew/homebrew-core)!" unless formula.core_formula? false else f.linked_keg.exist? && f.opt_prefix.exist? @@ -3357,6 +3359,7 @@

 
 
+247
 248
 249
 250
@@ -3459,11 +3462,10 @@ 

347 348 349 -350 -351

+350

-
# File 'formula_installer.rb', line 248
+      
# File 'formula_installer.rb', line 247
 
 def check_install_sanity
   check_installation_already_attempted
@@ -3616,12 +3618,12 @@ 

+243 244 -245 -246

+245
-
# File 'formula_installer.rb', line 244
+      
# File 'formula_installer.rb', line 243
 
 def check_installation_already_attempted
   raise FormulaInstallationAlreadyAttemptedError, formula if self.class.attempted.include?(formula)
@@ -5894,6 +5896,7 @@ 

 
 
+383
 384
 385
 386
@@ -5995,11 +5998,10 @@ 

482 483 484 -485 -486

+485

-
# File 'formula_installer.rb', line 384
+      
# File 'formula_installer.rb', line 383
 
 def install
   lock
@@ -6502,6 +6504,7 @@ 

 
 
+358
 359
 360
 361
@@ -6511,11 +6514,10 @@ 

365 366 367 -368 -369

+368

-
# File 'formula_installer.rb', line 359
+      
# File 'formula_installer.rb', line 358
 
 def install_fetch_deps
   return if @compute_dependencies.blank?
@@ -7758,8 +7760,7 @@ 

223 224 225 -226 -227

+226
# File 'formula_installer.rb', line 202
@@ -7771,10 +7772,9 @@ 

case deprecate_disable_type when :deprecated - puts "::warning::#{message}" if ENV["GITHUB_ACTIONS"] opoo message when :disabled - puts "::error::#{message}" if ENV["GITHUB_ACTIONS"] + GitHub::Actions.puts_annotation_if_env_set(:error, message) raise CannotInstallFormulaError, message end end @@ -8511,6 +8511,7 @@

 
 
+229
 230
 231
 232
@@ -8522,11 +8523,10 @@ 

238 239 240 -241 -242

+241

-
# File 'formula_installer.rb', line 230
+      
# File 'formula_installer.rb', line 229
 
 def verify_deps_exist
   begin
diff --git a/docs/GitHub/Actions.html b/docs/GitHub/Actions.html
index e3529f896..2a3ebf26e 100644
--- a/docs/GitHub/Actions.html
+++ b/docs/GitHub/Actions.html
@@ -124,6 +124,27 @@ 

    +
  • + + + .env_set? ⇒ Boolean + + + + + + + + + + private + +
    + +
  • + + +
  • @@ -158,6 +179,27 @@

    + private + +
    + +

  • + + + +
  • + + + .puts_annotation_if_env_set(type, message, file: nil, line: nil) ⇒ void + + + + + + + + + private
    @@ -175,7 +217,64 @@

    Class Method Details

    -

    +

    + + .env_set?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) + + + +
    • + +
    + +
    + + + + +
    +
    +
    +
    +39
    +40
    +41
    +
    +
    # File 'utils/github/actions.rb', line 39
    +
    +def self.env_set?
    +  ENV.fetch("GITHUB_ACTIONS", false).present?
    +end
    +
    +
    + +
    +

    .escape(string) ⇒ String @@ -359,6 +458,108 @@

    +

    + +
    +

    + + .puts_annotation_if_env_set(type, message, file: nil, line: nil) ⇒ void + + + + + +

    +
    +

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

    +

    This method returns an undefined value.

    + +
    +
    +
    +

    Parameters:

    +
      + +
    • + + type + + + (Symbol) + + + +
    • + +
    • + + message + + + (String) + + + +
    • + +
    • + + file + + + (String, Pathname, nil) + + + (defaults to: nil) + + +
    • + +
    • + + line + + + (Integer, nil) + + + (defaults to: nil) + + +
    • + +
    + + +
    + + + + +
    +
    +
    +
    +50
    +51
    +52
    +53
    +54
    +55
    +
    +
    # File 'utils/github/actions.rb', line 50
    +
    +def self.puts_annotation_if_env_set(type, message, file: nil, line: nil)
    +  # Don't print annotations during tests, too messy to handle these.
    +  return if ENV.fetch("HOMEBREW_TESTS", false)
    +
    +  puts Annotation.new(type, message) if env_set?
    +end
    +
    diff --git a/docs/GitHub/Actions/Annotation.html b/docs/GitHub/Actions/Annotation.html index 889979254..379ac56e6 100644 --- a/docs/GitHub/Actions/Annotation.html +++ b/docs/GitHub/Actions/Annotation.html @@ -193,7 +193,7 @@

  • - #initialize(type, message, file:, title: nil, line: nil, end_line: nil, column: nil, end_column: nil) ⇒ void + #initialize(type, message, file: nil, title: nil, line: nil, end_line: nil, column: nil, end_column: nil) ⇒ void @@ -243,7 +243,7 @@

    Constructor Details

    - #initialize(type, message, file:, title: nil, line: nil, end_line: nil, column: nil, end_column: nil) ⇒ void + #initialize(type, message, file: nil, title: nil, line: nil, end_line: nil, column: nil, end_column: nil) ⇒ void @@ -291,8 +291,10 @@

    file - (String, Pathname) + (String, Pathname, nil) + + (defaults to: nil)

  • @@ -384,28 +386,28 @@

     
     
    -63
    -64
    -65
    -66
    -67
    -68
    -69
    -70
    -71
    -72
    -73
    -74
    +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93

-
# File 'utils/github/actions.rb', line 63
+      
# File 'utils/github/actions.rb', line 82
 
-def initialize(type, message, file:, title: nil, line: nil, end_line: nil, column: nil, end_column: nil)
+def initialize(type, message, file: nil, title: nil, line: nil, end_line: nil, column: nil, end_column: nil)
   raise ArgumentError, "Unsupported type: #{type.inspect}" if ANNOTATION_TYPES.exclude?(type)
 
   @type = type
   @message = Tty.strip_ansi(message)
-  @file = self.class.path_relative_to_workspace(file)
+  @file = self.class.path_relative_to_workspace(file) if file.present?
   @title = Tty.strip_ansi(title) if title
   @line = Integer(line) if line
   @end_line = Integer(end_line) if end_line
@@ -481,16 +483,16 @@ 

 
 
-43
-44
-45
-46
-47
-48
-49
+62 +63 +64 +65 +66 +67 +68

-
# File 'utils/github/actions.rb', line 43
+      
# File 'utils/github/actions.rb', line 62
 
 def self.path_relative_to_workspace(path)
   workspace = Pathname(ENV.fetch("GITHUB_WORKSPACE", Dir.pwd)).realpath
@@ -554,14 +556,18 @@ 

 
 
-99
-100
-101
+120 +121 +122 +123 +124

-
# File 'utils/github/actions.rb', line 99
+      
# File 'utils/github/actions.rb', line 120
 
 def relevant?
+  return true if @file.blank?
+
   @file.descend.next.to_s != ".."
 end
diff --git a/docs/Homebrew/DevCmd/Audit.html b/docs/Homebrew/DevCmd/Audit.html index bcd1026d9..e255b56a4 100644 --- a/docs/Homebrew/DevCmd/Audit.html +++ b/docs/Homebrew/DevCmd/Audit.html @@ -727,7 +727,7 @@

ofail "#{errors_summary}." end - return unless ENV["GITHUB_ACTIONS"] + return unless GitHub::Actions.env_set? annotations = formula_problems.merge(cask_problems).flat_map do |(_, path), problems| problems.map do |problem| diff --git a/docs/Homebrew/DevCmd/PrPull.html b/docs/Homebrew/DevCmd/PrPull.html index da7574c06..9de3c8390 100644 --- a/docs/Homebrew/DevCmd/PrPull.html +++ b/docs/Homebrew/DevCmd/PrPull.html @@ -1094,7 +1094,7 @@

safe_system HOMEBREW_BREW_FILE, *upload_args end ensure - if args.retain_bottle_dir? && ENV["GITHUB_ACTIONS"] + if args.retain_bottle_dir? && GitHub::Actions.env_set? ohai "Bottle files retained at:", dir File.open(ENV.fetch("GITHUB_OUTPUT"), "a") do |f| f.puts "bottle_path=#{dir}" diff --git a/docs/Homebrew/Diagnostic/Checks.html b/docs/Homebrew/Diagnostic/Checks.html index accd035d9..9145f0295 100644 --- a/docs/Homebrew/Diagnostic/Checks.html +++ b/docs/Homebrew/Diagnostic/Checks.html @@ -3289,7 +3289,7 @@

def check_cask_staging_location # Skip this check when running CI since the staging path is not writable for security reasons - return if ENV["GITHUB_ACTIONS"] + return if GitHub::Actions.env_set? path = Cask::Caskroom.path @@ -3634,7 +3634,7 @@

# `brew test-bot` runs `brew doctor` in the CI for the Homebrew/brew # repository. This only needs to support whatever CI providers # Homebrew/brew is currently using. - return if ENV["GITHUB_ACTIONS"] + return if GitHub::Actions.env_set? <<~EOS A newer Command Line Tools release is available. @@ -7884,7 +7884,7 @@

# `brew test-bot` runs `brew doctor` in the CI for the Homebrew/brew # repository. This only needs to support whatever CI providers # Homebrew/brew is currently using. - return if ENV["GITHUB_ACTIONS"] + return if GitHub::Actions.env_set? # With fake El Capitan for Portable Ruby, we are intentionally not using Xcode 8. # This is because we are not using the CLT and Xcode 8 has the 10.12 SDK. diff --git a/docs/Homebrew/Style.html b/docs/Homebrew/Style.html index 6021c2743..fe82ff082 100644 --- a/docs/Homebrew/Style.html +++ b/docs/Homebrew/Style.html @@ -445,7 +445,7 @@

def self.check_style_and_print(files, **options) success = check_style_impl(files, :print, **options) - if ENV["GITHUB_ACTIONS"] && !success + if GitHub::Actions.env_set? && !success check_style_json(files, **options).each do |path, offenses| offenses.each do |o| line = o.location.line diff --git a/docs/Kernel.html b/docs/Kernel.html index 6028cf584..952be9a0b 100644 --- a/docs/Kernel.html +++ b/docs/Kernel.html @@ -954,12 +954,6 @@

 
 
-434
-435
-436
-437
-438
-439
 440
 441
 442
@@ -975,10 +969,16 @@ 

452 453 454 -455

+455 +456 +457 +458 +459 +460 +461

-
# File 'extend/kernel.rb', line 434
+      
# File 'extend/kernel.rb', line 440
 
 def disk_usage_readable(size_in_bytes)
   if size_in_bytes >= 1_073_741_824
@@ -1037,12 +1037,6 @@ 

 
 
-414
-415
-416
-417
-418
-419
 420
 421
 422
@@ -1051,10 +1045,16 @@ 

425 426 427 -428

+428 +429 +430 +431 +432 +433 +434

-
# File 'extend/kernel.rb', line 414
+      
# File 'extend/kernel.rb', line 420
 
 def ensure_executable!(name, formula_name = nil, reason: "")
   formula_name ||= name
@@ -1107,12 +1107,6 @@ 

 
 
-375
-376
-377
-378
-379
-380
 381
 382
 383
@@ -1143,10 +1137,16 @@ 

408 409 410 -411

+411 +412 +413 +414 +415 +416 +417

-
# File 'extend/kernel.rb', line 375
+      
# File 'extend/kernel.rb', line 381
 
 def ensure_formula_installed!(formula_or_name, reason: "", latest: false,
                               output_to_stderr: true, quiet: false)
@@ -1219,20 +1219,20 @@ 

 
 
-326
-327
-328
-329
-330
-331
 332
 333
 334
 335
-336
+336 +337 +338 +339 +340 +341 +342

-
# File 'extend/kernel.rb', line 326
+      
# File 'extend/kernel.rb', line 332
 
 def exec_browser(*args)
   browser = Homebrew::EnvConfig.browser
@@ -1279,13 +1279,13 @@ 

 
 
-321
-322
-323
-324
+327 +328 +329 +330

-
# File 'extend/kernel.rb', line 321
+      
# File 'extend/kernel.rb', line 327
 
 def exec_editor(*args)
   puts "Editing #{args.join "\n"}"
@@ -1325,12 +1325,6 @@ 

 
 
-338
-339
-340
-341
-342
-343
 344
 345
 346
@@ -1349,10 +1343,16 @@ 

359 360 361 -362

+362 +363 +364 +365 +366 +367 +368

-
# File 'extend/kernel.rb', line 338
+      
# File 'extend/kernel.rb', line 344
 
 def ignore_interrupts(_opt = nil)
   # rubocop:disable Style/GlobalVars
@@ -1413,12 +1413,6 @@ 

 
 
-224
-225
-226
-227
-228
-229
 230
 231
 232
@@ -1430,10 +1424,16 @@ 

238 239 240 -241

+241 +242 +243 +244 +245 +246 +247

-
# File 'extend/kernel.rb', line 224
+      
# File 'extend/kernel.rb', line 230
 
 def interactive_shell(formula = nil)
   unless formula.nil?
@@ -1487,14 +1487,14 @@ 

 
 
-457
-458
-459
-460
-461
+463 +464 +465 +466 +467

-
# File 'extend/kernel.rb', line 457
+      
# File 'extend/kernel.rb', line 463
 
 def number_readable(number)
   numstr = number.to_i.to_s
@@ -1598,8 +1598,6 @@ 

 
 
-97
-98
 99
 100
 101
@@ -1670,10 +1668,16 @@ 

166 167 168 -169

+169 +170 +171 +172 +173 +174 +175

-
# File 'extend/kernel.rb', line 97
+      
# File 'extend/kernel.rb', line 99
 
 def odeprecated(method, replacement = nil,
                 disable:                false,
@@ -1727,11 +1731,14 @@ 

next unless (match = line.match(HOMEBREW_TAP_PATH_REGEX)) tap = Tap.fetch(match[:user], match[:repo]) - tap_message = +"\nPlease report this issue to the #{tap} tap (not Homebrew/brew or Homebrew/homebrew-core)" + tap_message = +"\nPlease report this issue to the #{tap.full_name} tap" + tap_message += " (not Homebrew/brew or Homebrew/homebrew-core)" unless tap.official? tap_message += ", or even better, submit a PR to fix it" if replacement tap_message << ":\n #{line.sub(/^(.*:\d+):.*$/, '\1')}\n\n" break end + file, line, = backtrace.first.split(":") + line = line.to_i if line.present? message = +"Calling #{method} is #{verb}! #{replacement_message}" message << tap_message if tap_message @@ -1739,12 +1746,13 @@

disable = true if disable_for_developers && Homebrew::EnvConfig.developer? if disable || Homebrew.raise_deprecation_exceptions? - puts "::error::#{message}" if ENV["GITHUB_ACTIONS"] + puts GitHub::Actions::Annotation.new(:error, message, file:, line:) if GitHub::Actions.env_set? + GitHub::Actions.puts_annotation_if_env_set(:error, message, file:, line:) exception = MethodDeprecatedError.new(message) exception.set_backtrace(backtrace) raise exception elsif !Homebrew.auditing? - puts "::warning::#{message}" if ENV["GITHUB_ACTIONS"] + GitHub::Actions.puts_annotation_if_env_set(:warning, message, file:, line:) opoo message end end

@@ -1806,13 +1814,13 @@

 
 
-91
-92
 93
-94
+94 +95 +96

-
# File 'extend/kernel.rb', line 91
+      
# File 'extend/kernel.rb', line 93
 
 def odie(error)
   onoe error
@@ -1852,14 +1860,14 @@ 

 
 
-171
-172
-173
-174
-175
+177 +178 +179 +180 +181

-
# File 'extend/kernel.rb', line 171
+      
# File 'extend/kernel.rb', line 177
 
 def odisabled(method, replacement = nil, **options)
   options = { disable: true, caller: }.merge(options)
@@ -1896,13 +1904,13 @@ 

 
 
-82
-83
 84
-85
+85 +86 +87

-
# File 'extend/kernel.rb', line 82
+      
# File 'extend/kernel.rb', line 84
 
 def ofail(error)
   onoe error
@@ -2144,18 +2152,20 @@ 

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

-
# File 'extend/kernel.rb', line 73
+      
# File 'extend/kernel.rb', line 74
 
 def onoe(message)
   Tty.with($stderr) do |stderr|
     stderr.puts Formatter.error(message, label: "Error")
+    GitHub::Actions.puts_annotation_if_env_set(:error, message)
   end
 end
@@ -2192,7 +2202,8 @@

65 66 67 -68

+68 +69
# File 'extend/kernel.rb', line 64
@@ -2200,6 +2211,7 @@ 

def opoo(message) Tty.with($stderr) do |stderr| stderr.puts Formatter.warning(message, label: "Warning") + GitHub::Actions.puts_annotation_if_env_set(:warning, message) end end

@@ -2236,12 +2248,12 @@

 
 
-430
-431
-432
+436 +437 +438

-
# File 'extend/kernel.rb', line 430
+      
# File 'extend/kernel.rb', line 436
 
 def paths
   @paths ||= ORIGINAL_PATHS.uniq.map(&:to_s)
@@ -2280,12 +2292,6 @@ 

 
 
-207
-208
-209
-210
-211
-212
 213
 214
 215
@@ -2295,10 +2301,16 @@ 

219 220 221 -222

+222 +223 +224 +225 +226 +227 +228

-
# File 'extend/kernel.rb', line 207
+      
# File 'extend/kernel.rb', line 213
 
 def pretty_duration(seconds)
   seconds = seconds.to_i
@@ -2350,18 +2362,18 @@ 

 
 
-177
-178
-179
-180
-181
-182
 183
 184
-185
+185 +186 +187 +188 +189 +190 +191

-
# File 'extend/kernel.rb', line 177
+      
# File 'extend/kernel.rb', line 183
 
 def pretty_installed(formula)
   if !$stdout.tty?
@@ -2406,18 +2418,18 @@ 

 
 
-187
-188
-189
-190
-191
-192
 193
 194
-195
+195 +196 +197 +198 +199 +200 +201

-
# File 'extend/kernel.rb', line 187
+      
# File 'extend/kernel.rb', line 193
 
 def pretty_outdated(formula)
   if !$stdout.tty?
@@ -2462,18 +2474,18 @@ 

 
 
-197
-198
-199
-200
-201
-202
 203
 204
-205
+205 +206 +207 +208 +209 +210 +211

-
# File 'extend/kernel.rb', line 197
+      
# File 'extend/kernel.rb', line 203
 
 def pretty_uninstalled(formula)
   if !$stdout.tty?
@@ -2519,17 +2531,17 @@ 

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

-
# File 'extend/kernel.rb', line 261
+      
# File 'extend/kernel.rb', line 267
 
 def quiet_system(cmd, *args)
   Homebrew._system(cmd, *args) do
@@ -2573,14 +2585,14 @@ 

 
 
-538
-539
-540
-541
-542
+544 +545 +546 +547 +548

-
# File 'extend/kernel.rb', line 538
+      
# File 'extend/kernel.rb', line 544
 
 def redact_secrets(input, secrets)
   secrets.compact
@@ -2621,17 +2633,17 @@ 

 
 
-364
-365
-366
-367
-368
-369
 370
-371
+371 +372 +373 +374 +375 +376 +377

-
# File 'extend/kernel.rb', line 364
+      
# File 'extend/kernel.rb', line 370
 
 def redirect_stdout(file)
   out = $stdout.dup
@@ -2758,14 +2770,14 @@ 

 
 
-252
-253
-254
-255
-256
+258 +259 +260 +261 +262

-
# File 'extend/kernel.rb', line 252
+      
# File 'extend/kernel.rb', line 258
 
 def safe_system(cmd, *args, **options)
   return if Homebrew.system(cmd, *args, **options)
@@ -2806,20 +2818,20 @@ 

 
 
-526
-527
-528
-529
-530
-531
 532
 533
 534
 535
-536
+536 +537 +538 +539 +540 +541 +542

-
# File 'extend/kernel.rb', line 526
+      
# File 'extend/kernel.rb', line 532
 
 def tap_and_name_comparison
   proc do |a, b|
@@ -2870,12 +2882,6 @@ 

 
 
-467
-468
-469
-470
-471
-472
 473
 474
 475
@@ -2896,10 +2902,16 @@ 

490 491 492 -493

+493 +494 +495 +496 +497 +498 +499

-
# File 'extend/kernel.rb', line 467
+      
# File 'extend/kernel.rb', line 473
 
 def truncate_text_to_approximate_size(str, max_bytes, options = {})
   front_weight = options.fetch(:front_weight, 0.5)
@@ -2958,22 +2970,22 @@ 

 
 
-273
-274
-275
-276
-277
-278
 279
 280
 281
 282
 283
 284
-285
+285 +286 +287 +288 +289 +290 +291

-
# File 'extend/kernel.rb', line 273
+      
# File 'extend/kernel.rb', line 279
 
 def which(cmd, path = ENV.fetch("PATH"))
   PATH.new(path).each do |p|
@@ -3022,21 +3034,21 @@ 

 
 
-287
-288
-289
-290
-291
-292
 293
 294
 295
 296
 297
-298
+298 +299 +300 +301 +302 +303 +304

-
# File 'extend/kernel.rb', line 287
+      
# File 'extend/kernel.rb', line 293
 
 def which_all(cmd, path = ENV.fetch("PATH"))
   PATH.new(path).filter_map do |p|
@@ -3084,12 +3096,6 @@ 

 
 
-300
-301
-302
-303
-304
-305
 306
 307
 308
@@ -3103,10 +3109,16 @@ 

316 317 318 -319

+319 +320 +321 +322 +323 +324 +325

-
# File 'extend/kernel.rb', line 300
+      
# File 'extend/kernel.rb', line 306
 
 def which_editor(silent: false)
   editor = Homebrew::EnvConfig.editor
@@ -3162,12 +3174,12 @@ 

 
 
-247
-248
-249
+253 +254 +255

-
# File 'extend/kernel.rb', line 247
+      
# File 'extend/kernel.rb', line 253
 
 def with_custom_locale(locale, &block)
   with_env(LC_ALL: locale, &block)
@@ -3219,12 +3231,6 @@ 

Example

 
 
-511
-512
-513
-514
-515
-516
 517
 518
 519
@@ -3232,10 +3238,16 @@ 

Example

521 522 523 -524
+524 +525 +526 +527 +528 +529 +530
-
# File 'extend/kernel.rb', line 511
+      
# File 'extend/kernel.rb', line 517
 
 def with_env(hash)
   old_values = {}
@@ -3285,12 +3297,12 @@ 

 
 
-243
-244
-245
+249 +250 +251

-
# File 'extend/kernel.rb', line 243
+      
# File 'extend/kernel.rb', line 249
 
 def with_homebrew_path(&block)
   with_env(PATH: PATH.new(ORIGINAL_PATHS), &block)
diff --git a/docs/method_list.html b/docs/method_list.html
index 07d00e559..fda97e007 100644
--- a/docs/method_list.html
+++ b/docs/method_list.html
@@ -12445,6 +12445,14 @@ 

Method List

  • +
    + env_set? + GitHub::Actions +
    +
  • + + +
  • env_vars_manpage Homebrew::Manpages @@ -12452,7 +12460,7 @@

    Method List

  • -
  • +
  • #environment_variables Homebrew::Service @@ -12460,7 +12468,7 @@

    Method List

  • -
  • +
  • #environment_variables Homebrew::Manpages::Variables @@ -12468,7 +12476,7 @@

    Method List

  • -
  • +
  • eol_data SharedAudits @@ -12476,7 +12484,7 @@

    Method List

  • -
  • +
  • erase_char Tty @@ -12484,7 +12492,7 @@

    Method List

  • -
  • +
  • erase_line Tty @@ -12492,7 +12500,7 @@

    Method List

  • -
  • +
  • error Formatter @@ -12500,7 +12508,7 @@

    Method List

  • -
  • +
  • #error_log_path Homebrew::Service @@ -12508,7 +12516,7 @@

    Method List

  • -
  • +
  • error_message_with_suggestions Cask::Utils @@ -12516,7 +12524,7 @@

    Method List

  • -
  • +
  • #errors Cask::Audit @@ -12524,7 +12532,7 @@

    Method List

  • -
  • +
  • #errors StringInreplaceExtension @@ -12532,7 +12540,7 @@

    Method List

  • -
  • +
  • #errors? Cask::Audit @@ -12540,7 +12548,7 @@

    Method List

  • -
  • +
  • escape GitHub::Actions @@ -12548,7 +12556,7 @@

    Method List

  • -
  • +
  • #escaped_name Resource @@ -12556,7 +12564,7 @@

    Method List

  • -
  • +
  • #etc Formula @@ -12564,7 +12572,7 @@

    Method List

  • -
  • +
  • #etc Homebrew::Service @@ -12572,7 +12580,7 @@

    Method List

  • -
  • +
  • #eval_all TestRunnerFormula @@ -12580,7 +12588,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::Deps::Args @@ -12588,7 +12596,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::Desc::Args @@ -12596,7 +12604,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::Info::Args @@ -12604,7 +12612,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::Uses::Args @@ -12612,7 +12620,7 @@

    Method List

  • -
  • +
  • eval_all? Homebrew::EnvConfig @@ -12620,7 +12628,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::TapCmd::Args @@ -12628,7 +12636,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::DevCmd::Audit::Args @@ -12636,7 +12644,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::SearchCmd::Args @@ -12644,7 +12652,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::OptionsCmd::Args @@ -12652,7 +12660,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::Cmd::ReadallCmd::Args @@ -12660,7 +12668,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::DevCmd::Unbottled::Args @@ -12668,7 +12676,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::DevCmd::LivecheckCmd::Args @@ -12676,7 +12684,7 @@

    Method List

  • -
  • +
  • #eval_all? Homebrew::DevCmd::DetermineTestRunners::Args @@ -12684,7 +12692,7 @@

    Method List

  • -
  • +
  • #eval_caveats Cask::DSL::Caveats @@ -12692,7 +12700,7 @@

    Method List

  • -
  • +
  • #examine_git_origin Homebrew::Diagnostic::Checks @@ -12700,7 +12708,7 @@

    Method List

  • -
  • +
  • #examples? Homebrew::DevCmd::Irb::Args @@ -12708,7 +12716,7 @@

    Method List

  • -
  • +
  • #except Homebrew::DevCmd::Audit::Args @@ -12716,7 +12724,7 @@

    Method List

  • -
  • +
  • #except_cops Homebrew::DevCmd::Audit::Args @@ -12724,7 +12732,7 @@

    Method List

  • -
  • +
  • #except_cops Homebrew::DevCmd::StyleCmd::Args @@ -12732,7 +12740,7 @@

    Method List

  • -
  • +
  • exception_data SPDX @@ -12740,7 +12748,7 @@

    Method List

  • -
  • +
  • #exclude? String @@ -12748,7 +12756,7 @@

    Method List

  • -
  • +
  • #exclude? Enumerable @@ -12756,7 +12764,7 @@

    Method List

  • -
  • +
  • #exclude_packages Homebrew::DevCmd::UpdatePythonResources::Args @@ -12764,7 +12772,7 @@

    Method List

  • -
  • +
  • #exec Sandbox @@ -12772,7 +12780,7 @@

    Method List

  • -
  • +
  • #exec_browser Kernel @@ -12780,7 +12788,7 @@

    Method List

  • -
  • +
  • #exec_editor Kernel @@ -12788,7 +12796,7 @@

    Method List

  • -
  • +
  • executable Utils::Tar @@ -12796,7 +12804,7 @@

    Method List

  • -
  • +
  • exist? SBOM @@ -12804,7 +12812,7 @@

    Method List

  • -
  • +
  • #existing PATH @@ -12812,7 +12820,7 @@

    Method List

  • -
  • +
  • #exists_and_not_empty? RuboCop::Cop::Homebrew::Present @@ -12820,7 +12828,7 @@

    Method List

  • -
  • +
  • #exit_status SystemCommand::Result @@ -12828,7 +12836,7 @@

    Method List

  • -
  • +
  • expand Dependency @@ -12836,7 +12844,7 @@

    Method List

  • -
  • +
  • expand Requirement @@ -12844,7 +12852,7 @@

    Method List

  • -
  • +
  • #expand_dependencies FormulaInstaller @@ -12852,7 +12860,7 @@

    Method List

  • -
  • +
  • #expand_dependencies_for_formula FormulaInstaller @@ -12860,7 +12868,7 @@

    Method List

  • -
  • +
  • #expand_deps Build @@ -12868,7 +12876,7 @@

    Method List

  • -
  • +
  • expand_elf_dst OS::Linux::Elf @@ -12876,7 +12884,7 @@

    Method List

  • -
  • +
  • #expand_reqs Build @@ -12884,7 +12892,7 @@

    Method List

  • -
  • +
  • #expand_requirements FormulaInstaller @@ -12892,7 +12900,7 @@

    Method List

  • -
  • +
  • #expected ChecksumMismatchError @@ -12900,7 +12908,7 @@

    Method List

  • -
  • +
  • #expected_remote TapRemoteMismatchError @@ -12908,7 +12916,7 @@

    Method List

  • -
  • +
  • #explicit Cask::Config @@ -12916,7 +12924,7 @@

    Method List

  • -
  • +
  • #explicit_s Cask::Config @@ -12924,7 +12932,7 @@

    Method List

  • -
  • +
  • export_value Utils::Shell @@ -12932,7 +12940,7 @@

    Method List

  • -
  • +
  • #expression_negated? RuboCop::Cop::HelperFunctions @@ -12940,7 +12948,7 @@

    Method List

  • -
  • +
  • extended Superenv @@ -12948,7 +12956,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Xz @@ -12956,7 +12964,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Air @@ -12964,7 +12972,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Cab @@ -12972,7 +12980,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Dmg @@ -12980,7 +12988,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Jar @@ -12988,7 +12996,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lha @@ -12996,7 +13004,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Otf @@ -13004,7 +13012,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Pax @@ -13012,7 +13020,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Pkg @@ -13020,7 +13028,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Rar @@ -13028,7 +13036,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Sit @@ -13036,7 +13044,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Tar @@ -13044,7 +13052,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Ttf @@ -13052,7 +13060,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Xar @@ -13060,7 +13068,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Zip @@ -13068,7 +13076,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Gzip @@ -13076,7 +13084,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lzip @@ -13084,7 +13092,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lzma @@ -13092,7 +13100,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Zstd @@ -13100,7 +13108,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Bzip2 @@ -13108,7 +13116,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::P7Zip @@ -13116,7 +13124,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Fossil @@ -13124,7 +13132,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Compress @@ -13132,7 +13140,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::LuaRock @@ -13140,7 +13148,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Directory @@ -13148,7 +13156,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Executable @@ -13156,7 +13164,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::GenericUnar @@ -13164,7 +13172,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::MicrosoftOfficeXml @@ -13172,7 +13180,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::SelfExtractingExecutable @@ -13180,7 +13188,7 @@

    Method List

  • -
  • +
  • #external? EmbeddedPatch @@ -13188,7 +13196,7 @@

    Method List

  • -
  • +
  • #external? ExternalPatch @@ -13196,7 +13204,7 @@

    Method List

  • -
  • +
  • external_cmd_path Commands @@ -13204,7 +13212,7 @@

    Method List

  • -
  • +
  • external_commands Commands @@ -13212,7 +13220,7 @@

    Method List

  • -
  • +
  • external_ruby_cmd_path Commands @@ -13220,7 +13228,7 @@

    Method List

  • -
  • +
  • external_ruby_v2_cmd_path Commands @@ -13228,7 +13236,7 @@

    Method List

  • -
  • +
  • extmodel Hardware::CPU @@ -13236,7 +13244,7 @@

    Method List

  • -
  • +
  • #extname Bottle::Filename @@ -13244,7 +13252,7 @@

    Method List

  • -
  • +
  • #extname Pathname @@ -13252,7 +13260,7 @@

    Method List

  • -
  • +
  • extname_tag_rebuild Utils::Bottles @@ -13260,7 +13268,7 @@

    Method List

  • -
  • +
  • #extra_packages Homebrew::DevCmd::UpdatePythonResources::Args @@ -13268,7 +13276,7 @@

    Method List

  • -
  • +
  • #extract UnpackStrategy @@ -13276,7 +13284,7 @@

    Method List

  • -
  • +
  • #extract_nestedly UnpackStrategy @@ -13284,7 +13292,7 @@

    Method List

  • -
  • +
  • #extract_nestedly UnpackStrategy::Uncompressed @@ -13292,7 +13300,7 @@

    Method List

  • -
  • +
  • #extract_plist? Homebrew::DevCmd::LivecheckCmd::Args @@ -13300,7 +13308,7 @@

    Method List

  • -
  • +
  • #extract_primary_container Cask::Installer @@ -13308,7 +13316,7 @@

    Method List

  • -
  • +
  • #extract_to_dir UnpackStrategy::Cab @@ -13316,7 +13324,7 @@

    Method List

  • -
  • +
  • #extras PyPI::Package @@ -13324,7 +13332,7 @@

    Method List

  • -
  • +
  • #f Homebrew::Service @@ -13332,7 +13340,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::Link::Args @@ -13340,7 +13348,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::Untap::Args @@ -13348,7 +13356,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::Migrate::Args @@ -13356,7 +13364,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::Test::Args @@ -13364,7 +13372,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::FetchCmd::Args @@ -13372,7 +13380,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::Reinstall::Args @@ -13380,7 +13388,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::Create::Args @@ -13388,7 +13396,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::Unpack::Args @@ -13396,7 +13404,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::InstallCmd::Args @@ -13404,7 +13412,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::UpgradeCmd::Args @@ -13412,7 +13420,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::Extract::Args @@ -13420,7 +13428,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::UninstallCmd::Args @@ -13428,7 +13436,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::Cmd::UpdateReport::Args @@ -13436,7 +13444,7 @@

    Method List

  • -
  • +
  • #f? Homebrew::DevCmd::BumpFormulaPr::Args @@ -13444,7 +13452,7 @@

    Method List

  • -
  • +
  • factory Formulary @@ -13452,7 +13460,7 @@

    Method List

  • -
  • +
  • factory_cached? Formulary @@ -13460,7 +13468,7 @@

    Method List

  • -
  • +
  • #fail_fast? Homebrew::DevCmd::Tests::Args @@ -13468,7 +13476,7 @@

    Method List

  • -
  • +
  • fail_log_lines Homebrew::EnvConfig @@ -13476,7 +13484,7 @@

    Method List

  • -
  • +
  • failed? Homebrew @@ -13484,7 +13492,7 @@

    Method List

  • -
  • +
  • fails_with Formula @@ -13492,7 +13500,7 @@

    Method List

  • -
  • +
  • #fails_with SoftwareSpec @@ -13500,7 +13508,7 @@

    Method List

  • -
  • +
  • #fails_with? CompilerFailure @@ -13508,7 +13516,7 @@

    Method List

  • -
  • +
  • #failures CompilerSelector @@ -13516,7 +13524,7 @@

    Method List

  • -
  • +
  • family Hardware::CPU @@ -13524,7 +13532,7 @@

    Method List

  • -
  • +
  • fatal Requirement @@ -13532,7 +13540,7 @@

    Method List

  • -
  • +
  • #fatal? Requirement @@ -13540,7 +13548,7 @@

    Method List

  • -
  • +
  • #fatal_build_from_source_checks Homebrew::Diagnostic::Checks @@ -13548,7 +13556,7 @@

    Method List

  • -
  • +
  • #fatal_preinstall_checks Homebrew::Diagnostic::Checks @@ -13556,7 +13564,7 @@

    Method List

  • -
  • +
  • #fatal_setup_build_environment_checks Homebrew::Diagnostic::Checks @@ -13564,7 +13572,7 @@

    Method List

  • -
  • +
  • #fc SharedEnvExtension @@ -13572,7 +13580,7 @@

    Method List

  • -
  • +
  • #fcflags SharedEnvExtension @@ -13580,7 +13588,7 @@

    Method List

  • -
  • +
  • feature? Hardware::CPU @@ -13588,7 +13596,7 @@

    Method List

  • -
  • +
  • features Hardware::CPU @@ -13596,7 +13604,7 @@

    Method List

  • -
  • +
  • #fedora? Homebrew::Cmd::SearchCmd::Args @@ -13604,7 +13612,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API @@ -13612,7 +13620,7 @@

    Method List

  • -
  • +
  • fetch Tap @@ -13620,7 +13628,7 @@

    Method List

  • -
  • +
  • #fetch Formula @@ -13628,7 +13636,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Cask @@ -13636,7 +13644,7 @@

    Method List

  • -
  • +
  • #fetch Resource @@ -13644,7 +13652,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Formula @@ -13652,7 +13660,7 @@

    Method List

  • -
  • +
  • #fetch CacheStore @@ -13660,7 +13668,7 @@

    Method List

  • -
  • +
  • #fetch Downloadable @@ -13668,7 +13676,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Analytics @@ -13676,7 +13684,7 @@

    Method List

  • -
  • +
  • #fetch Cask::Download @@ -13684,7 +13692,7 @@

    Method List

  • -
  • +
  • #fetch Bottle @@ -13692,7 +13700,7 @@

    Method List

  • -
  • +
  • #fetch Cask::Installer @@ -13700,7 +13708,7 @@

    Method List

  • -
  • +
  • #fetch AbstractDownloadStrategy @@ -13708,7 +13716,7 @@

    Method List

  • -
  • +
  • #fetch VCSDownloadStrategy @@ -13716,7 +13724,7 @@

    Method List

  • -
  • +
  • #fetch CurlDownloadStrategy @@ -13724,7 +13732,7 @@

    Method List

  • -
  • +
  • #fetch SubversionDownloadStrategy @@ -13732,7 +13740,7 @@

    Method List

  • -
  • +
  • #fetch FormulaInstaller @@ -13740,7 +13748,7 @@

    Method List

  • -
  • +
  • #fetch LinkageCacheStore @@ -13748,7 +13756,7 @@

    Method List

  • -
  • +
  • #fetch DependencyCollector @@ -13756,7 +13764,7 @@

    Method List

  • -
  • +
  • #fetch GitHubArtifactDownloadStrategy @@ -13764,7 +13772,7 @@

    Method List

  • -
  • +
  • #fetch_HEAD? Homebrew::Cmd::Outdated::Args @@ -13772,7 +13780,7 @@

    Method List

  • -
  • +
  • #fetch_HEAD? Homebrew::Cmd::InstallCmd::Args @@ -13780,7 +13788,7 @@

    Method List

  • -
  • +
  • #fetch_HEAD? Homebrew::Cmd::UpgradeCmd::Args @@ -13788,7 +13796,7 @@

    Method List

  • -
  • +
  • #fetch_bottle? Homebrew::Fetch @@ -13796,7 +13804,7 @@

    Method List

  • -
  • +
  • #fetch_bottle_tab Formula @@ -13804,7 +13812,7 @@

    Method List

  • -
  • +
  • #fetch_bottle_tab FormulaInstaller @@ -13812,7 +13820,7 @@

    Method List

  • -
  • +
  • #fetch_dependencies FormulaInstaller @@ -13820,7 +13828,7 @@

    Method List

  • -
  • +
  • #fetch_dependency FormulaInstaller @@ -13828,7 +13836,7 @@

    Method List

  • -
  • +
  • #fetch_issues BuildError @@ -13836,7 +13844,7 @@

    Method List

  • -
  • +
  • fetch_json_api_file Homebrew::API @@ -13844,7 +13852,7 @@

    Method List

  • -
  • +
  • #fetch_last_commit VCSDownloadStrategy @@ -13852,7 +13860,7 @@

    Method List

  • -
  • +
  • fetch_open_pull_requests GitHub @@ -13860,7 +13868,7 @@

    Method List

  • -
  • +
  • #fetch_patches Formula @@ -13868,7 +13876,7 @@

    Method List

  • -
  • +
  • #fetch_patches Resource @@ -13876,7 +13884,7 @@

    Method List

  • -
  • +
  • fetch_pull_requests GitHub @@ -13884,7 +13892,7 @@

    Method List

  • -
  • +
  • fetch_schema! SBOM @@ -13892,7 +13900,7 @@

    Method List

  • -
  • +
  • #fetch_tab Bottle @@ -13900,7 +13908,7 @@

    Method List

  • -
  • +
  • fetched FormulaInstaller @@ -13908,7 +13916,7 @@

    Method List

  • -
  • +
  • #fflags SharedEnvExtension @@ -13916,7 +13924,7 @@

    Method List

  • -
  • +
  • #fifth Array @@ -13924,7 +13932,7 @@

    Method List

  • -
  • +
  • #file Homebrew::DevCmd::Typecheck::Args @@ -13932,7 +13940,7 @@

    Method List

  • -
  • +
  • file_at_commit Utils::Git @@ -13940,7 +13948,7 @@

    Method List

  • -
  • +
  • #file_count DiskUsageExtension @@ -13948,7 +13956,7 @@

    Method List

  • -
  • +
  • file_from_bottle Utils::Bottles @@ -13956,7 +13964,7 @@

    Method List

  • -
  • +
  • file_linked_libraries Keg @@ -13964,7 +13972,7 @@

    Method List

  • -
  • +
  • file_outdated? Utils::Bottles @@ -13972,7 +13980,7 @@

    Method List

  • -
  • +
  • #file_path RuboCop::Cop::FormulaCop @@ -13980,7 +13988,7 @@

    Method List

  • -
  • +
  • #file_type Pathname @@ -13988,7 +13996,7 @@

    Method List

  • -
  • +
  • #filename Bottle @@ -13996,7 +14004,7 @@

    Method List

  • -
  • +
  • #filename Mechanize::HTTP::ContentDisposition @@ -14004,7 +14012,7 @@

    Method List

  • -
  • +
  • #files Resource::Partial @@ -14012,7 +14020,7 @@

    Method List

  • -
  • +
  • #files Resource @@ -14020,7 +14028,7 @@

    Method List

  • -
  • +
  • filter_items Homebrew::Livecheck::Strategy::Sparkle @@ -14028,7 +14036,7 @@

    Method List

  • -
  • +
  • #finalize_upgrade Cask::Installer @@ -14036,7 +14044,7 @@

    Method List

  • -
  • +
  • #find_all_blocks RuboCop::Cop::HelperFunctions @@ -14044,7 +14052,7 @@

    Method List

  • -
  • +
  • #find_block RuboCop::Cop::HelperFunctions @@ -14052,7 +14060,7 @@

    Method List

  • -
  • +
  • #find_blocks RuboCop::Cop::HelperFunctions @@ -14060,7 +14068,7 @@

    Method List

  • -
  • +
  • find_cask_in_tap Cask::CaskLoader @@ -14068,7 +14076,7 @@

    Method List

  • -
  • +
  • find_commands Commands @@ -14076,7 +14084,7 @@

    Method List

  • -
  • +
  • #find_const RuboCop::Cop::HelperFunctions @@ -14084,7 +14092,7 @@

    Method List

  • -
  • +
  • #find_discontinued_method_call RuboCop::Cop::Cask::Discontinued @@ -14092,7 +14100,7 @@

    Method List

  • -
  • +
  • #find_dylib Keg @@ -14100,7 +14108,7 @@

    Method List

  • -
  • +
  • #find_dylib_suffix_from Keg @@ -14108,7 +14116,7 @@

    Method List

  • -
  • +
  • #find_every_func_call_by_name RuboCop::Cop::HelperFunctions @@ -14116,7 +14124,7 @@

    Method List

  • -
  • +
  • #find_every_method_call_by_name RuboCop::Cop::HelperFunctions @@ -14124,7 +14132,7 @@

    Method List

  • -
  • +
  • find_formula_in_tap Formulary @@ -14132,7 +14140,7 @@

    Method List

  • -
  • +
  • #find_instance_call RuboCop::Cop::HelperFunctions @@ -14140,7 +14148,7 @@

    Method List

  • -
  • +
  • #find_instance_method_call RuboCop::Cop::HelperFunctions @@ -14148,7 +14156,7 @@

    Method List

  • -
  • +
  • find_internal_commands Commands @@ -14156,7 +14164,7 @@

    Method List

  • -
  • +
  • #find_method_calls_by_name RuboCop::Cop::HelperFunctions @@ -14164,7 +14172,7 @@

    Method List

  • -
  • +
  • #find_method_def RuboCop::Cop::HelperFunctions @@ -14172,7 +14180,7 @@

    Method List

  • -
  • +
  • #find_method_with_args RuboCop::Cop::HelperFunctions @@ -14180,7 +14188,7 @@

    Method List

  • -
  • +
  • #find_node_method_by_name RuboCop::Cop::HelperFunctions @@ -14188,7 +14196,7 @@

    Method List

  • -
  • +
  • #find_relative_paths Homebrew::Diagnostic::Checks @@ -14196,7 +14204,7 @@

    Method List

  • -
  • +
  • find_some_installed_dependents InstalledDependents @@ -14204,7 +14212,7 @@

    Method List

  • -
  • +
  • #find_strings RuboCop::Cop::HelperFunctions @@ -14212,7 +14220,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Git @@ -14220,7 +14228,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Gnu @@ -14228,7 +14236,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Npm @@ -14236,7 +14244,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Xml @@ -14244,7 +14252,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Cpan @@ -14252,7 +14260,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Json @@ -14260,7 +14268,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Pypi @@ -14268,7 +14276,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Xorg @@ -14276,7 +14284,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Yaml @@ -14284,7 +14292,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Crate @@ -14292,7 +14300,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Gnome @@ -14300,7 +14308,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Apache @@ -14308,7 +14316,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Hackage @@ -14316,7 +14324,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Sparkle @@ -14324,7 +14332,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Bitbucket @@ -14332,7 +14340,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Launchpad @@ -14340,7 +14348,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::PageMatch @@ -14348,7 +14356,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Sourceforge @@ -14356,7 +14364,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::HeaderMatch @@ -14364,7 +14372,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::ExtractPlist @@ -14372,7 +14380,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::GithubLatest @@ -14380,7 +14388,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::GithubReleases @@ -14388,7 +14396,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::ElectronBuilder @@ -14396,7 +14404,7 @@

    Method List

  • -
  • +
  • #finish FormulaInstaller @@ -14404,7 +14412,7 @@

    Method List

  • -
  • +
  • #fink? Homebrew::Cmd::SearchCmd::Args @@ -14412,7 +14420,7 @@

    Method List

  • -
  • +
  • #fish_completion Formula @@ -14420,7 +14428,7 @@

    Method List

  • -
  • +
  • #fish_function Formula @@ -14428,7 +14436,7 @@

    Method List

  • -
  • +
  • #fix? Homebrew::DevCmd::Audit::Args @@ -14436,7 +14444,7 @@

    Method List

  • -
  • +
  • #fix? Homebrew::DevCmd::StyleCmd::Args @@ -14444,7 +14452,7 @@

    Method List

  • -
  • +
  • #fix? Homebrew::DevCmd::Typecheck::Args @@ -14452,7 +14460,7 @@

    Method List

  • -
  • +
  • #fix_dynamic_linkage Keg @@ -14460,7 +14468,7 @@

    Method List

  • -
  • +
  • #fix_dynamic_linkage FormulaInstaller @@ -14468,7 +14476,7 @@

    Method List

  • -
  • +
  • #fix_remote_configuration Tap @@ -14476,7 +14484,7 @@

    Method List

  • -
  • +
  • #fix_tabs Migrator @@ -14484,7 +14492,7 @@

    Method List

  • -
  • +
  • #fixed_name Keg @@ -14492,7 +14500,7 @@

    Method List

  • -
  • +
  • #fixopt Build @@ -14500,7 +14508,7 @@

    Method List

  • -
  • +
  • #flag Option @@ -14508,7 +14516,7 @@

    Method List

  • -
  • +
  • #flag Homebrew::CLI::Parser @@ -14516,7 +14524,7 @@

    Method List

  • -
  • +
  • flags Hardware::CPU @@ -14524,7 +14532,7 @@

    Method List

  • -
  • +
  • #flags_only Homebrew::CLI::Args @@ -14532,7 +14540,7 @@

    Method List

  • -
  • +
  • #follow_installed_alias Formula @@ -14540,7 +14548,7 @@

    Method List

  • -
  • +
  • #fontdir Homebrew::Cmd::Reinstall::Args @@ -14548,7 +14556,7 @@

    Method List

  • -
  • +
  • #fontdir Homebrew::Cmd::InstallCmd::Args @@ -14556,7 +14564,7 @@

    Method List

  • -
  • +
  • #fontdir Homebrew::Cmd::UpgradeCmd::Args @@ -14564,7 +14572,7 @@

    Method List

  • -
  • +
  • for Keg @@ -14572,7 +14580,7 @@

    Method List

  • -
  • +
  • for Cask::CaskLoader @@ -14580,7 +14588,7 @@

    Method List

  • -
  • +
  • #for_each? Homebrew::Cmd::Deps::Args @@ -14588,7 +14596,7 @@

    Method List

  • -
  • +
  • for_formula Tab @@ -14596,7 +14604,7 @@

    Method List

  • -
  • +
  • for_keg Tab @@ -14604,7 +14612,7 @@

    Method List

  • -
  • +
  • for_name Tab @@ -14612,7 +14620,7 @@

    Method List

  • -
  • +
  • #for_path Homebrew::Style::Offenses @@ -14620,7 +14628,7 @@

    Method List

  • -
  • +
  • for_standard CompilerFailure @@ -14628,7 +14636,7 @@

    Method List

  • -
  • +
  • #forbidden_by_env? Tap @@ -14636,7 +14644,7 @@

    Method List

  • -
  • +
  • #forbidden_cask_and_formula_check Cask::Installer @@ -14644,7 +14652,7 @@

    Method List

  • -
  • +
  • forbidden_casks Homebrew::EnvConfig @@ -14652,7 +14660,7 @@

    Method List

  • -
  • +
  • #forbidden_formula_check FormulaInstaller @@ -14660,7 +14668,7 @@

    Method List

  • -
  • +
  • forbidden_formulae Homebrew::EnvConfig @@ -14668,7 +14676,7 @@

    Method List

  • -
  • +
  • #forbidden_license_check FormulaInstaller @@ -14676,7 +14684,7 @@

    Method List

  • -
  • +
  • forbidden_licenses Homebrew::EnvConfig @@ -14684,7 +14692,7 @@

    Method List

  • -
  • +
  • forbidden_licenses_include? SPDX @@ -14692,7 +14700,7 @@

    Method List

  • -
  • +
  • forbidden_owner Homebrew::EnvConfig @@ -14700,7 +14708,7 @@

    Method List

  • -
  • +
  • forbidden_owner_contact Homebrew::EnvConfig @@ -14708,7 +14716,7 @@

    Method List

  • -
  • +
  • #forbidden_tap_check Cask::Installer @@ -14716,7 +14724,7 @@

    Method List

  • -
  • +
  • #forbidden_tap_check FormulaInstaller @@ -14724,7 +14732,7 @@

    Method List

  • -
  • +
  • forbidden_taps Tap @@ -14732,7 +14740,7 @@

    Method List

  • -
  • +
  • forbidden_taps Homebrew::EnvConfig @@ -14740,7 +14748,7 @@

    Method List

  • -
  • +
  • #force? FormulaInstaller @@ -14748,7 +14756,7 @@

    Method List

  • -
  • +
  • #force? Cask::Installer @@ -14756,7 +14764,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::Link::Args @@ -14764,7 +14772,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::Untap::Args @@ -14772,7 +14780,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::Migrate::Args @@ -14780,7 +14788,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::TapCmd::Args @@ -14788,7 +14796,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::Test::Args @@ -14796,7 +14804,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::FetchCmd::Args @@ -14804,7 +14812,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::Reinstall::Args @@ -14812,7 +14820,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::Create::Args @@ -14820,7 +14828,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::Unpack::Args @@ -14828,7 +14836,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::InstallCmd::Args @@ -14836,7 +14844,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::UpgradeCmd::Args @@ -14844,7 +14852,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::Extract::Args @@ -14852,7 +14860,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::UninstallCmd::Args @@ -14860,7 +14868,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::Cmd::UpdateReport::Args @@ -14868,7 +14876,7 @@

    Method List

  • -
  • +
  • #force? Homebrew::DevCmd::BumpFormulaPr::Args @@ -14876,7 +14884,7 @@

    Method List

  • -
  • +
  • #force_auto_update? Homebrew::Cmd::TapCmd::Args @@ -14884,7 +14892,7 @@

    Method List

  • -
  • +
  • #force_bottle Formula @@ -14892,7 +14900,7 @@

    Method List

  • -
  • +
  • #force_bottle? FormulaInstaller @@ -14900,7 +14908,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::Cache::Args @@ -14908,7 +14916,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::FetchCmd::Args @@ -14916,7 +14924,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::Reinstall::Args @@ -14924,7 +14932,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::InstallCmd::Args @@ -14932,7 +14940,7 @@

    Method List

  • -
  • +
  • #force_bottle? Homebrew::Cmd::UpgradeCmd::Args @@ -14940,7 +14948,7 @@

    Method List

  • -
  • +
  • force_brewed_ca_certificates? Homebrew::EnvConfig @@ -14948,7 +14956,7 @@

    Method List

  • -
  • +
  • force_brewed_curl? Homebrew::EnvConfig @@ -14956,7 +14964,7 @@

    Method List

  • -
  • +
  • force_brewed_git? Homebrew::EnvConfig @@ -14964,7 +14972,7 @@

    Method List

  • -
  • +
  • #force_core_tap? Homebrew::DevCmd::Bottle::Args @@ -14972,7 +14980,7 @@

    Method List

  • -
  • +
  • force_utf8! FormulaInfo @@ -14980,7 +14988,7 @@

    Method List

  • -
  • +
  • force_vendor_ruby? Homebrew::EnvConfig @@ -14988,7 +14996,7 @@

    Method List

  • -
  • +
  • #forget Cask::Pkg @@ -14996,7 +15004,7 @@

    Method List

  • -
  • +
  • forget_user_gem_groups! Homebrew @@ -15004,7 +15012,7 @@

    Method List

  • -
  • +
  • fork_exists? GitHub @@ -15012,7 +15020,7 @@

    Method List

  • -
  • +
  • #fork_org Homebrew::DevCmd::BumpCaskPr::Args @@ -15020,7 +15028,7 @@

    Method List

  • -
  • +
  • #fork_org Homebrew::DevCmd::BumpFormulaPr::Args @@ -15028,7 +15036,7 @@

    Method List

  • -
  • +
  • forked_repo_info! GitHub @@ -15036,7 +15044,7 @@

    Method List

  • -
  • +
  • #format_component RuboCop::Cop::HelperFunctions @@ -15044,7 +15052,7 @@

    Method List

  • -
  • +
  • format_count Utils::Analytics @@ -15052,7 +15060,7 @@

    Method List

  • -
  • +
  • format_description Homebrew::Completions @@ -15060,7 +15068,7 @@

    Method List

  • -
  • +
  • format_help_text Formatter @@ -15068,7 +15076,7 @@

    Method List

  • -
  • +
  • format_multiline_string GitHub::Actions @@ -15076,7 +15084,7 @@

    Method List

  • -
  • +
  • format_opt Homebrew::Manpages @@ -15084,7 +15092,7 @@

    Method List

  • -
  • +
  • format_percent Utils::Analytics @@ -15092,7 +15100,7 @@

    Method List

  • -
  • +
  • format_usage_banner Homebrew::Manpages @@ -15100,7 +15108,7 @@

    Method List

  • -
  • +
  • format_versioned Cask::List @@ -15108,7 +15116,7 @@

    Method List

  • -
  • +
  • #formula Build @@ -15116,7 +15124,7 @@

    Method List

  • -
  • +
  • #formula Caveats @@ -15124,7 +15132,7 @@

    Method List

  • -
  • +
  • #formula Migrator @@ -15132,7 +15140,7 @@

    Method List

  • -
  • +
  • #formula CompilerSelector @@ -15140,7 +15148,7 @@

    Method List

  • -
  • +
  • #formula Livecheck @@ -15148,7 +15156,7 @@

    Method List

  • -
  • +
  • #formula FormulaValidationError @@ -15156,7 +15164,7 @@

    Method List

  • -
  • +
  • #formula FormulaConflictError @@ -15164,7 +15172,7 @@

    Method List

  • -
  • +
  • #formula BuildError @@ -15172,7 +15180,7 @@

    Method List

  • -
  • +
  • #formula Homebrew::FormulaAuditor @@ -15180,7 +15188,7 @@

    Method List

  • -
  • +
  • #formula LinkageChecker @@ -15188,7 +15196,7 @@

    Method List

  • -
  • +
  • #formula FormulaInstaller @@ -15196,7 +15204,7 @@

    Method List

  • -
  • +
  • #formula Cask::DSL::DependsOn @@ -15204,7 +15212,7 @@

    Method List

  • -
  • +
  • #formula TestRunnerFormula @@ -15212,7 +15220,7 @@

    Method List

  • -
  • +
  • #formula FormulaCellarChecks @@ -15220,7 +15228,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::CLI::Args @@ -15228,7 +15236,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Log::Args @@ -15236,7 +15244,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Deps::Args @@ -15244,7 +15252,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Desc::Args @@ -15252,7 +15260,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Home::Args @@ -15260,7 +15268,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Info::Args @@ -15268,7 +15276,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::List::Args @@ -15276,7 +15284,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Uses::Args @@ -15284,7 +15292,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Cache::Args @@ -15292,7 +15300,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Migrate::Args @@ -15300,7 +15308,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::Cat::Args @@ -15308,7 +15316,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Outdated::Args @@ -15316,7 +15324,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::Bump::Args @@ -15324,7 +15332,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::Edit::Args @@ -15332,7 +15340,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::FetchCmd::Args @@ -15340,7 +15348,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::Reinstall::Args @@ -15348,7 +15356,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::Audit::Args @@ -15356,7 +15364,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::SearchCmd::Args @@ -15364,7 +15372,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::InstallCmd::Args @@ -15372,7 +15380,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::UpgradeCmd::Args @@ -15380,7 +15388,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::Cmd::UninstallCmd::Args @@ -15388,7 +15396,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::StyleCmd::Args @@ -15396,7 +15404,7 @@

    Method List

  • -
  • +
  • #formula? Homebrew::DevCmd::LivecheckCmd::Args @@ -15404,7 +15412,7 @@

    Method List

  • -
  • +
  • #formula_aliases Homebrew::TapAuditor @@ -15412,7 +15420,7 @@

    Method List

  • -
  • +
  • #formula_at_revision FormulaVersions @@ -15420,7 +15428,7 @@

    Method List

  • -
  • +
  • formula_build_network Homebrew::EnvConfig @@ -15428,7 +15436,7 @@

    Method List

  • -
  • +
  • formula_class_defined_from_api? Formulary @@ -15436,7 +15444,7 @@

    Method List

  • -
  • +
  • formula_class_defined_from_path? Formulary @@ -15444,7 +15452,7 @@

    Method List

  • -
  • +
  • formula_class_get_from_api Formulary @@ -15452,7 +15460,7 @@

    Method List

  • -
  • +
  • formula_class_get_from_path Formulary @@ -15460,7 +15468,7 @@

    Method List

  • -
  • +
  • formula_contents Utils::Bottles @@ -15468,7 +15476,7 @@

    Method List

  • -
  • +
  • formula_deprecated Homebrew::Livecheck::SkipConditions @@ -15476,7 +15484,7 @@

    Method List

  • -
  • +
  • #formula_dir Tap @@ -15484,7 +15492,7 @@

    Method List

  • -
  • +
  • #formula_dir CoreTap @@ -15492,7 +15500,7 @@

    Method List

  • -
  • +
  • formula_disabled Homebrew::Livecheck::SkipConditions @@ -15500,7 +15508,7 @@

    Method List

  • -
  • +
  • #formula_error FormulaUnreadableErrorModule @@ -15508,7 +15516,7 @@

    Method List

  • -
  • +
  • #formula_file? Tap @@ -15516,7 +15524,7 @@

    Method List

  • -
  • +
  • #formula_file_to_name Tap @@ -15524,7 +15532,7 @@

    Method List

  • -
  • +
  • #formula_file_to_name AbstractCoreTap @@ -15532,7 +15540,7 @@

    Method List

  • -
  • +
  • #formula_files Tap @@ -15540,7 +15548,7 @@

    Method List

  • -
  • +
  • #formula_files CoreTap @@ -15548,7 +15556,7 @@

    Method List

  • -
  • +
  • #formula_files_by_name Tap @@ -15556,7 +15564,7 @@

    Method List

  • -
  • +
  • #formula_files_by_name CoreTap @@ -15564,7 +15572,7 @@

    Method List

  • -
  • +
  • formula_head_only Homebrew::Livecheck::SkipConditions @@ -15572,7 +15580,7 @@

    Method List

  • -
  • +
  • formula_linked_version SystemConfig @@ -15580,7 +15588,7 @@

    Method List

  • -
  • +
  • formula_name Homebrew::Livecheck @@ -15588,7 +15596,7 @@

    Method List

  • -
  • +
  • #formula_names Tap @@ -15596,7 +15604,7 @@

    Method List

  • -
  • +
  • #formula_names CoreTap @@ -15604,7 +15612,7 @@

    Method List

  • -
  • +
  • #formula_names Homebrew::TapAuditor @@ -15612,7 +15620,7 @@

    Method List

  • -
  • +
  • formula_optionally_versioned_regex Version @@ -15620,7 +15628,7 @@

    Method List

  • -
  • +
  • #formula_options Homebrew::CLI::Parser @@ -15628,7 +15636,7 @@

    Method List

  • -
  • +
  • formula_output Utils::Analytics @@ -15636,7 +15644,7 @@

    Method List

  • -
  • +
  • #formula_path_strings RuboCop::Cop::FormulaAudit::Miscellaneous @@ -15644,7 +15652,7 @@

    Method List

  • -
  • +
  • formula_postinstall_network Homebrew::EnvConfig @@ -15652,7 +15660,7 @@

    Method List

  • -
  • +
  • #formula_renames Tap @@ -15660,7 +15668,7 @@

    Method List

  • -
  • +
  • #formula_renames CoreTap @@ -15668,7 +15676,7 @@

    Method List

  • -
  • +
  • #formula_renames Homebrew::TapAuditor @@ -15676,7 +15684,7 @@

    Method List

  • -
  • +
  • #formula_reverse_renames Tap @@ -15684,7 +15692,7 @@

    Method List

  • -
  • +
  • #formula_tap RuboCop::Cop::FormulaCop @@ -15692,7 +15700,7 @@

    Method List

  • -
  • +
  • formula_test_network Homebrew::EnvConfig @@ -15700,7 +15708,7 @@

    Method List

  • -
  • +
  • formula_versioned Homebrew::Livecheck::SkipConditions @@ -15708,7 +15716,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Log::Args @@ -15716,7 +15724,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Deps::Args @@ -15724,7 +15732,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Desc::Args @@ -15732,7 +15740,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Home::Args @@ -15740,7 +15748,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Info::Args @@ -15748,7 +15756,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::List::Args @@ -15756,7 +15764,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Uses::Args @@ -15764,7 +15772,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Cache::Args @@ -15772,7 +15780,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Migrate::Args @@ -15780,7 +15788,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::Cat::Args @@ -15788,7 +15796,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Outdated::Args @@ -15796,7 +15804,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::Bump::Args @@ -15804,7 +15812,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::Edit::Args @@ -15812,7 +15820,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::FetchCmd::Args @@ -15820,7 +15828,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::Reinstall::Args @@ -15828,7 +15836,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::Audit::Args @@ -15836,7 +15844,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::SearchCmd::Args @@ -15844,7 +15852,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::InstallCmd::Args @@ -15852,7 +15860,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::UpgradeCmd::Args @@ -15860,7 +15868,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::Cmd::UninstallCmd::Args @@ -15868,7 +15876,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::StyleCmd::Args @@ -15876,7 +15884,7 @@

    Method List

  • -
  • +
  • #formulae? Homebrew::DevCmd::LivecheckCmd::Args @@ -15884,7 +15892,7 @@

    Method List

  • -
  • +
  • #fortran SharedEnvExtension @@ -15892,7 +15900,7 @@

    Method List

  • -
  • +
  • #fourth Array @@ -15900,7 +15908,7 @@

    Method List

  • -
  • +
  • #frameworks Formula @@ -15908,7 +15916,7 @@

    Method List

  • -
  • +
  • #free_port Homebrew::FreePort @@ -15916,7 +15924,7 @@

    Method List

  • -
  • +
  • freeze Formula @@ -15924,7 +15932,7 @@

    Method List

  • -
  • +
  • #freeze Options @@ -15932,7 +15940,7 @@

    Method List

  • -
  • +
  • #freeze Version @@ -15940,7 +15948,7 @@

    Method List

  • -
  • +
  • #freeze Resource @@ -15948,7 +15956,7 @@

    Method List

  • -
  • +
  • #freeze Downloadable @@ -15956,7 +15964,7 @@

    Method List

  • -
  • +
  • #freeze Keg::Relocation @@ -15964,7 +15972,7 @@

    Method List

  • -
  • +
  • #freeze SoftwareSpec @@ -15972,7 +15980,7 @@

    Method List

  • -
  • +
  • #freeze DependencyCollector @@ -15980,7 +15988,7 @@

    Method List

  • -
  • +
  • #freeze_named_args! Homebrew::CLI::Args @@ -15988,7 +15996,7 @@

    Method List

  • -
  • +
  • #freeze_processed_options! Homebrew::CLI::Args @@ -15996,7 +16004,7 @@

    Method List

  • -
  • +
  • #freeze_remaining_args! Homebrew::CLI::Args @@ -16004,7 +16012,7 @@

    Method List

  • -
  • +
  • #fresh_install? FormulaInstaller @@ -16012,7 +16020,7 @@

    Method List

  • -
  • +
  • from Version::Token @@ -16020,7 +16028,7 @@

    Method List

  • -
  • +
  • #from Homebrew::DevCmd::Contributions::Args @@ -16028,7 +16036,7 @@

    Method List

  • -
  • +
  • from_args Cask::Config @@ -16036,7 +16044,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Pkg @@ -16044,7 +16052,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Manpage @@ -16052,7 +16060,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Artifact @@ -16060,7 +16068,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Installer @@ -16068,7 +16076,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Relocated @@ -16076,7 +16084,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::StageOnly @@ -16084,7 +16092,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::AbstractUninstall @@ -16092,7 +16100,7 @@

    Method List

  • -
  • +
  • #from_block? Cask::URL @@ -16100,7 +16108,7 @@

    Method List

  • -
  • +
  • from_cmd_path Homebrew::CLI::Parser @@ -16108,7 +16116,7 @@

    Method List

  • -
  • +
  • from_contents Formulary @@ -16116,7 +16124,7 @@

    Method List

  • -
  • +
  • from_extension UnpackStrategy @@ -16124,7 +16132,7 @@

    Method List

  • -
  • +
  • from_file Tab @@ -16132,7 +16140,7 @@

    Method List

  • -
  • +
  • from_file_content Tab @@ -16140,7 +16148,7 @@

    Method List

  • -
  • +
  • #from_h_array_gsubs Cask::CaskLoader::FromAPILoader @@ -16148,7 +16156,7 @@

    Method List

  • -
  • +
  • #from_h_gsubs Cask::CaskLoader::FromAPILoader @@ -16156,7 +16164,7 @@

    Method List

  • -
  • +
  • #from_h_hash_gsubs Cask::CaskLoader::FromAPILoader @@ -16164,7 +16172,7 @@

    Method List

  • -
  • +
  • #from_h_string_gsubs Cask::CaskLoader::FromAPILoader @@ -16172,7 +16180,7 @@

    Method List

  • -
  • +
  • from_hash Homebrew::Service @@ -16180,7 +16188,7 @@

    Method List

  • -
  • +
  • from_info_plist Homebrew::BundleVersion @@ -16188,7 +16196,7 @@

    Method List

  • -
  • +
  • from_info_plist_content Homebrew::BundleVersion @@ -16196,7 +16204,7 @@

    Method List

  • -
  • +
  • from_json Cask::Config @@ -16204,7 +16212,7 @@

    Method List

  • -
  • +
  • #from_json Cask::CaskLoader::FromAPILoader @@ -16212,7 +16220,7 @@

    Method List

  • -
  • +
  • from_keg Formulary @@ -16220,7 +16228,7 @@

    Method List

  • -
  • +
  • from_magic UnpackStrategy @@ -16228,7 +16236,7 @@

    Method List

  • -
  • +
  • from_package_info Homebrew::BundleVersion @@ -16236,7 +16244,7 @@

    Method List

  • -
  • +
  • from_path Tap @@ -16244,7 +16252,7 @@

    Method List

  • -
  • +
  • from_path Utils::Shell @@ -16252,7 +16260,7 @@

    Method List

  • -
  • +
  • from_rack Formulary @@ -16260,7 +16268,7 @@

    Method List

  • -
  • +
  • #from_same_tap_user? Migrator @@ -16268,7 +16276,7 @@

    Method List

  • -
  • +
  • from_symbol MacOSVersion @@ -16276,7 +16284,7 @@

    Method List

  • -
  • +
  • from_symbol Utils::Bottles::Tag @@ -16284,7 +16292,7 @@

    Method List

  • -
  • +
  • from_symbol Homebrew::Livecheck::Strategy @@ -16292,7 +16300,7 @@

    Method List

  • -
  • +
  • from_type UnpackStrategy @@ -16300,7 +16308,7 @@

    Method List

  • -
  • +
  • from_url Homebrew::Livecheck::Strategy @@ -16308,7 +16316,7 @@

    Method List

  • -
  • +
  • ftp_proxy Homebrew::EnvConfig @@ -16316,7 +16324,7 @@

    Method List

  • -
  • +
  • #full_alias_name Formula @@ -16324,7 +16332,7 @@

    Method List

  • -
  • +
  • #full_installed_alias_name Formula @@ -16332,7 +16340,7 @@

    Method List

  • -
  • +
  • #full_installed_specified_name Formula @@ -16340,7 +16348,7 @@

    Method List

  • -
  • +
  • #full_name Tap @@ -16348,7 +16356,7 @@

    Method List

  • -
  • +
  • #full_name Formula @@ -16356,7 +16364,7 @@

    Method List

  • -
  • +
  • #full_name Cask::Cask @@ -16364,7 +16372,7 @@

    Method List

  • -
  • +
  • #full_name SoftwareSpec @@ -16372,7 +16380,7 @@

    Method List

  • -
  • +
  • #full_name CaskDependent @@ -16380,7 +16388,7 @@

    Method List

  • -
  • +
  • #full_name? Homebrew::Cmd::Deps::Args @@ -16388,7 +16396,7 @@

    Method List

  • -
  • +
  • #full_name? Homebrew::Cmd::List::Args @@ -16396,7 +16404,7 @@

    Method List

  • -
  • +
  • #full_name? Homebrew::DevCmd::Bump::Args @@ -16404,7 +16412,7 @@

    Method List

  • -
  • +
  • #full_name? Homebrew::DevCmd::LivecheckCmd::Args @@ -16412,7 +16420,7 @@

    Method List

  • -
  • +
  • full_names Formula @@ -16420,7 +16428,7 @@

    Method List

  • -
  • +
  • #full_specified_name Formula @@ -16428,7 +16436,7 @@

    Method List

  • -
  • +
  • #full_token Cask::Cask @@ -16436,7 +16444,7 @@

    Method List

  • -
  • +
  • full_version OS::Mac @@ -16444,7 +16452,7 @@

    Method List

  • -
  • +
  • full_version= OS::Mac @@ -16452,7 +16460,7 @@

    Method List

  • -
  • +
  • #function_mappings Homebrew::Completions::Variables @@ -16460,7 +16468,7 @@

    Method List

  • -
  • +
  • #functions_installed? Keg @@ -16468,7 +16476,7 @@

    Method List

  • -
  • +
  • fuzzy_search Formula @@ -16476,7 +16484,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::Cmd::Outdated::Args @@ -16484,7 +16492,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::Cmd::Reinstall::Args @@ -16492,7 +16500,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::DevCmd::Unpack::Args @@ -16500,7 +16508,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::Cmd::InstallCmd::Args @@ -16508,7 +16516,7 @@

    Method List

  • -
  • +
  • #g? Homebrew::Cmd::UpgradeCmd::Args @@ -16516,7 +16524,7 @@

    Method List

  • -
  • +
  • gain_permissions Cask::Utils @@ -16524,7 +16532,7 @@

    Method List

  • -
  • +
  • gain_permissions_mkpath Cask::Utils @@ -16532,7 +16540,7 @@

    Method List

  • -
  • +
  • gain_permissions_remove Cask::Utils @@ -16540,7 +16548,7 @@

    Method List

  • -
  • +
  • #gain_permissions_remove Cask::Installer @@ -16548,7 +16556,7 @@

    Method List

  • -
  • +
  • gain_permissions_rmdir Cask::Utils @@ -16556,7 +16564,7 @@

    Method List

  • -
  • +
  • gather_constants Tapioca::Compilers::Tty @@ -16564,7 +16572,7 @@

    Method List

  • -
  • +
  • gather_constants Tapioca::Compilers::Args @@ -16572,7 +16580,7 @@

    Method List

  • -
  • +
  • gather_constants Tapioca::Compilers::RuboCop @@ -16580,7 +16588,7 @@

    Method List

  • -
  • +
  • gather_constants Tapioca::Compilers::EnvConfig @@ -16588,7 +16596,7 @@

    Method List

  • -
  • +
  • #gcc_dep_if_needed DependencyCollector @@ -16596,7 +16604,7 @@

    Method List

  • -
  • +
  • gcc_version DevelopmentTools @@ -16604,7 +16612,7 @@

    Method List

  • -
  • +
  • #gem_user_bindir Homebrew @@ -16612,7 +16620,7 @@

    Method List

  • -
  • +
  • #general Homebrew::BumpVersionParser @@ -16620,7 +16628,7 @@

    Method List

  • -
  • +
  • #generate Attr @@ -16628,7 +16636,7 @@

    Method List

  • -
  • +
  • generate_bash_completion_file Homebrew::Completions @@ -16636,7 +16644,7 @@

    Method List

  • -
  • +
  • generate_bash_subcommand_completion Homebrew::Completions @@ -16644,7 +16652,7 @@

    Method List

  • -
  • +
  • generate_cmd_manpages Homebrew::Manpages @@ -16652,7 +16660,7 @@

    Method List

  • -
  • +
  • #generate_completions_from_executable Formula @@ -16660,7 +16668,7 @@

    Method List

  • -
  • +
  • generate_fish_completion_file Homebrew::Completions @@ -16668,7 +16676,7 @@

    Method List

  • -
  • +
  • generate_fish_subcommand_completion Homebrew::Completions @@ -16676,7 +16684,7 @@

    Method List

  • -
  • +
  • #generate_help_text Homebrew::CLI::Parser @@ -16684,7 +16692,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Gnu @@ -16692,7 +16700,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Npm @@ -16700,7 +16708,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Cpan @@ -16708,7 +16716,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Pypi @@ -16716,7 +16724,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Xorg @@ -16724,7 +16732,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Crate @@ -16732,7 +16740,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Gnome @@ -16740,7 +16748,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Apache @@ -16748,7 +16756,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Hackage @@ -16756,7 +16764,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Bitbucket @@ -16764,7 +16772,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Launchpad @@ -16772,7 +16780,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Sourceforge @@ -16780,7 +16788,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::GithubLatest @@ -16788,7 +16796,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::GithubReleases @@ -16796,7 +16804,7 @@

    Method List

  • -
  • +
  • generate_option_doc Homebrew::Manpages @@ -16804,7 +16812,7 @@

    Method List

  • -
  • +
  • generate_release_notes GitHub @@ -16812,7 +16820,7 @@

    Method List

  • -
  • +
  • #generate_sha256_line Homebrew::DevCmd::Bottle @@ -16820,7 +16828,7 @@

    Method List

  • -
  • +
  • generate_zsh_completion_file Homebrew::Completions @@ -16828,7 +16836,7 @@

    Method List

  • -
  • +
  • generate_zsh_option_exclusions Homebrew::Completions @@ -16836,7 +16844,7 @@

    Method List

  • -
  • +
  • generate_zsh_subcommand_completion Homebrew::Completions @@ -16844,7 +16852,7 @@

    Method List

  • -
  • +
  • #generated_hash! APIHashable @@ -16852,7 +16860,7 @@

    Method List

  • -
  • +
  • #generating_hash! APIHashable @@ -16860,7 +16868,7 @@

    Method List

  • -
  • +
  • #generating_hash? APIHashable @@ -16868,7 +16876,7 @@

    Method List

  • -
  • +
  • #generic? Homebrew::DevCmd::Tests::Args @@ -16876,7 +16884,7 @@

    Method List

  • -
  • +
  • #generic_git_tags Homebrew::DevCmd::UpdateTest @@ -16884,7 +16892,7 @@

    Method List

  • -
  • +
  • generic_locate DevelopmentTools @@ -16892,7 +16900,7 @@

    Method List

  • -
  • +
  • #get CacheStoreDatabase @@ -16900,7 +16908,7 @@

    Method List

  • -
  • +
  • get_artifact_urls GitHub @@ -16908,7 +16916,7 @@

    Method List

  • -
  • +
  • #get_checksum_node RuboCop::Cop::FormulaCop @@ -16916,7 +16924,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::FormulaLoader @@ -16924,7 +16932,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::FromBottleLoader @@ -16932,7 +16940,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::FromTapLoader @@ -16940,7 +16948,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::NullLoader @@ -16948,7 +16956,7 @@

    Method List

  • -
  • +
  • get_info Cask::Info @@ -16956,7 +16964,7 @@

    Method List

  • -
  • +
  • get_latest_release GitHub @@ -16964,7 +16972,7 @@

    Method List

  • -
  • +
  • #get_make_var StringInreplaceExtension @@ -16972,7 +16980,7 @@

    Method List

  • -
  • +
  • #get_mounts Homebrew::Diagnostic::Volumes @@ -16980,7 +16988,7 @@

    Method List

  • -
  • +
  • #get_package Homebrew::DevCmd::PrPull @@ -16988,7 +16996,7 @@

    Method List

  • -
  • +
  • get_pull_request_changed_files GitHub @@ -16996,7 +17004,7 @@

    Method List

  • -
  • +
  • #get_pypi_url RuboCop::Cop::FormulaAudit::PyPiUrls @@ -17004,7 +17012,7 @@

    Method List

  • -
  • +
  • get_release GitHub @@ -17012,7 +17020,7 @@

    Method List

  • -
  • +
  • #get_repo_data Homebrew::FormulaAuditor @@ -17020,7 +17028,7 @@

    Method List

  • -
  • +
  • get_repo_license GitHub @@ -17028,7 +17036,7 @@

    Method List

  • -
  • +
  • #get_return_type Tapioca::Compilers::Args @@ -17036,7 +17044,7 @@

    Method List

  • -
  • +
  • #get_state RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -17044,7 +17052,7 @@

    Method List

  • -
  • +
  • get_workflow_run GitHub @@ -17052,7 +17060,7 @@

    Method List

  • -
  • +
  • gh_executable Homebrew::Attestation @@ -17060,7 +17068,7 @@

    Method List

  • -
  • +
  • git Utils::Git @@ -17068,7 +17076,7 @@

    Method List

  • -
  • +
  • #git? Tap @@ -17076,7 +17084,7 @@

    Method List

  • -
  • +
  • #git? FormulaInstaller @@ -17084,7 +17092,7 @@

    Method List

  • -
  • +
  • #git? Homebrew::Cmd::Reinstall::Args @@ -17092,7 +17100,7 @@

    Method List

  • -
  • +
  • #git? Homebrew::DevCmd::Audit::Args @@ -17100,7 +17108,7 @@

    Method List

  • -
  • +
  • #git? Homebrew::DevCmd::Unpack::Args @@ -17108,7 +17116,7 @@

    Method List

  • -
  • +
  • #git? Homebrew::Cmd::InstallCmd::Args @@ -17116,7 +17124,7 @@

    Method List

  • -
  • +
  • #git_branch Tap @@ -17124,7 +17132,7 @@

    Method List

  • -
  • +
  • git_branch Utils @@ -17132,7 +17140,7 @@

    Method List

  • -
  • +
  • git_commit_message Utils @@ -17140,7 +17148,7 @@

    Method List

  • -
  • +
  • #git_dep_if_needed DependencyCollector @@ -17148,7 +17156,7 @@

    Method List

  • -
  • +
  • git_email Homebrew::EnvConfig @@ -17156,7 +17164,7 @@

    Method List

  • -
  • +
  • #git_head Tap @@ -17164,7 +17172,7 @@

    Method List

  • -
  • +
  • git_head Utils @@ -17172,7 +17180,7 @@

    Method List

  • -
  • +
  • #git_last_commit Tap @@ -17180,7 +17188,7 @@

    Method List

  • -
  • +
  • git_name Homebrew::EnvConfig @@ -17188,7 +17196,7 @@

    Method List

  • -
  • +
  • git_path Homebrew::EnvConfig @@ -17196,7 +17204,7 @@

    Method List

  • -
  • +
  • #git_repo Tap @@ -17204,7 +17212,7 @@

    Method List

  • -
  • +
  • #git_repo? GitRepository @@ -17212,7 +17220,7 @@

    Method List

  • -
  • +
  • git_short_head Utils @@ -17220,7 +17228,7 @@

    Method List

  • -
  • +
  • github SharedAudits @@ -17228,7 +17236,7 @@

    Method List

  • -
  • +
  • #github? Homebrew::Cmd::Info::Args @@ -17236,7 +17244,7 @@

    Method List

  • -
  • +
  • github_api_token Homebrew::EnvConfig @@ -17244,7 +17252,7 @@

    Method List

  • -
  • +
  • github_cli_token GitHub::API @@ -17252,7 +17260,7 @@

    Method List

  • -
  • +
  • #github_message GitHub::API::Error @@ -17260,7 +17268,7 @@

    Method List

  • -
  • +
  • #github_packages Bottle::Filename @@ -17268,7 +17276,7 @@

    Method List

  • -
  • +
  • #github_packages? Homebrew::DevCmd::TapNew::Args @@ -17276,7 +17284,7 @@

    Method List

  • -
  • +
  • #github_packages_downloads? Homebrew::Cmd::Info::Args @@ -17284,7 +17292,7 @@

    Method List

  • -
  • +
  • github_packages_token Homebrew::EnvConfig @@ -17292,7 +17300,7 @@

    Method List

  • -
  • +
  • github_packages_user Homebrew::EnvConfig @@ -17300,7 +17308,7 @@

    Method List

  • -
  • +
  • github_release SharedAudits @@ -17308,7 +17316,7 @@

    Method List

  • -
  • +
  • github_release_data SharedAudits @@ -17316,7 +17324,7 @@

    Method List

  • -
  • +
  • #github_remote_path Homebrew::Cmd::Info @@ -17324,7 +17332,7 @@

    Method List

  • -
  • +
  • github_repo_data SharedAudits @@ -17332,7 +17340,7 @@

    Method List

  • -
  • +
  • github_tag_from_url SharedAudits @@ -17340,7 +17348,7 @@

    Method List

  • -
  • +
  • gitlab SharedAudits @@ -17348,7 +17356,7 @@

    Method List

  • -
  • +
  • gitlab_release SharedAudits @@ -17356,7 +17364,7 @@

    Method List

  • -
  • +
  • gitlab_release_data SharedAudits @@ -17364,7 +17372,7 @@

    Method List

  • -
  • +
  • gitlab_repo_data SharedAudits @@ -17372,7 +17380,7 @@

    Method List

  • -
  • +
  • gitlab_tag_from_url SharedAudits @@ -17380,7 +17388,7 @@

    Method List

  • -
  • +
  • #glibc_dep_if_needed DependencyCollector @@ -17388,7 +17396,7 @@

    Method List

  • -
  • +
  • #global_cask_options Homebrew::Manpages::Variables @@ -17396,7 +17404,7 @@

    Method List

  • -
  • +
  • global_cask_options Homebrew::CLI::Parser @@ -17404,7 +17412,7 @@

    Method List

  • -
  • +
  • global_cask_options_manpage Homebrew::Manpages @@ -17412,7 +17420,7 @@

    Method List

  • -
  • +
  • #global_options Homebrew::Manpages::Variables @@ -17420,7 +17428,7 @@

    Method List

  • -
  • +
  • global_options Homebrew::CLI::Parser @@ -17428,7 +17436,7 @@

    Method List

  • -
  • +
  • global_options_manpage Homebrew::Manpages @@ -17436,7 +17444,7 @@

    Method List

  • -
  • +
  • global_post_install Homebrew::Install @@ -17444,7 +17452,7 @@

    Method List

  • -
  • +
  • #gnu_tar Homebrew::DevCmd::Bottle @@ -17452,7 +17460,7 @@

    Method List

  • -
  • +
  • #go? Homebrew::DevCmd::Create::Args @@ -17460,7 +17468,7 @@

    Method List

  • -
  • +
  • go_cache_directory? Homebrew::Cleanup @@ -17468,7 +17476,7 @@

    Method List

  • -
  • +
  • go_resource Formula @@ -17476,7 +17484,7 @@

    Method List

  • -
  • +
  • #go_resource SoftwareSpec @@ -17484,7 +17492,7 @@

    Method List

  • -
  • +
  • #graph? Homebrew::Cmd::Deps::Args @@ -17492,7 +17500,7 @@

    Method List

  • -
  • +
  • graph_package_dependencies Utils::TopologicalHash @@ -17500,7 +17508,7 @@

    Method List

  • -
  • +
  • #greedy? Homebrew::Cmd::Outdated::Args @@ -17508,7 +17516,7 @@

    Method List

  • -
  • +
  • #greedy? Homebrew::Cmd::UpgradeCmd::Args @@ -17516,7 +17524,7 @@

    Method List

  • -
  • +
  • #greedy_auto_updates? Homebrew::Cmd::Outdated::Args @@ -17524,7 +17532,7 @@

    Method List

  • -
  • +
  • #greedy_auto_updates? Homebrew::Cmd::UpgradeCmd::Args @@ -17532,7 +17540,7 @@

    Method List

  • -
  • +
  • #greedy_latest? Homebrew::Cmd::Outdated::Args @@ -17540,7 +17548,7 @@

    Method List

  • -
  • +
  • #greedy_latest? Homebrew::Cmd::UpgradeCmd::Args @@ -17548,7 +17556,7 @@

    Method List

  • -
  • +
  • green Tty @@ -17556,7 +17564,7 @@

    Method List

  • -
  • +
  • #groups Homebrew::DevCmd::InstallBundlerGems::Args @@ -17564,7 +17572,7 @@

    Method List

  • -
  • +
  • #gsub! StringInreplaceExtension @@ -17572,7 +17580,7 @@

    Method List

  • -
  • +
  • #guess_cask_version Homebrew::UnversionedCaskChecker @@ -17580,7 +17588,7 @@

    Method List

  • -
  • +
  • #gui? User @@ -17588,7 +17596,7 @@

    Method List

  • -
  • +
  • handle_block_return Homebrew::Livecheck::Strategy @@ -17596,7 +17604,7 @@

    Method List

  • -
  • +
  • handle_unsatisfied_dependents Homebrew::Uninstall @@ -17604,7 +17612,7 @@

    Method List

  • -
  • +
  • hardware SystemConfig @@ -17612,7 +17620,7 @@

    Method List

  • -
  • +
  • #hardware_cpu_search RuboCop::Cop::OnSystemConditionalsHelper @@ -17620,7 +17628,7 @@

    Method List

  • -
  • +
  • #hash_dep RuboCop::Cop::FormulaAudit::Miscellaneous @@ -17628,7 +17636,7 @@

    Method List

  • -
  • +
  • #hash_node RuboCop::Cask::AST::CaskHeader @@ -17636,7 +17644,7 @@

    Method List

  • -
  • +
  • #head Formula @@ -17644,7 +17652,7 @@

    Method List

  • -
  • +
  • head Formula @@ -17652,7 +17660,7 @@

    Method List

  • -
  • +
  • head SystemConfig @@ -17660,7 +17668,7 @@

    Method List

  • -
  • +
  • #head? Tab @@ -17668,7 +17676,7 @@

    Method List

  • -
  • +
  • #head? Formula @@ -17676,7 +17684,7 @@

    Method List

  • -
  • +
  • #head? Version @@ -17684,7 +17692,7 @@

    Method List

  • -
  • +
  • #head? PkgVersion @@ -17692,7 +17700,7 @@

    Method List

  • -
  • +
  • #head? BuildOptions @@ -17700,7 +17708,7 @@

    Method List

  • -
  • +
  • #head? VCSDownloadStrategy @@ -17708,7 +17716,7 @@

    Method List

  • -
  • +
  • #head_only? Formula @@ -17716,7 +17724,7 @@

    Method List

  • -
  • +
  • #head_ref GitRepository @@ -17724,7 +17732,7 @@

    Method List

  • -
  • +
  • #head_version Tab @@ -17732,7 +17740,7 @@

    Method List

  • -
  • +
  • #head_version_outdated? Formula @@ -17740,7 +17748,7 @@

    Method List

  • -
  • +
  • #header Cask::URL::DSL @@ -17748,7 +17756,7 @@

    Method List

  • -
  • +
  • #header RuboCop::Cask::AST::CaskBlock @@ -17756,7 +17764,7 @@

    Method List

  • -
  • +
  • #header_str RuboCop::Cask::AST::CaskHeader @@ -17764,7 +17772,7 @@

    Method List

  • -
  • +
  • headline Formatter @@ -17772,7 +17780,7 @@

    Method List

  • -
  • +
  • help Homebrew::Help @@ -17780,7 +17788,7 @@

    Method List

  • -
  • +
  • #help? Homebrew::CLI::Args @@ -17788,7 +17796,7 @@

    Method List

  • -
  • +
  • #heredoc? RuboCop::AST::Node @@ -17796,7 +17804,7 @@

    Method List

  • -
  • +
  • #hexdigest Checksum @@ -17804,7 +17812,7 @@

    Method List

  • -
  • +
  • #hide Homebrew::Cmd::Missing::Args @@ -17812,7 +17820,7 @@

    Method List

  • -
  • +
  • #hide_from_man_page Homebrew::CLI::Parser @@ -17820,7 +17828,7 @@

    Method List

  • -
  • +
  • #hide_from_man_page! Homebrew::CLI::Parser @@ -17828,7 +17836,7 @@

    Method List

  • -
  • +
  • #hold_locks? FormulaInstaller @@ -17836,7 +17844,7 @@

    Method List

  • -
  • +
  • homebrew_config SystemConfig @@ -17844,7 +17852,7 @@

    Method List

  • -
  • +
  • homebrew_env_config SystemConfig @@ -17852,7 +17860,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_frameworks_paths Superenv @@ -17860,7 +17868,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_include_paths Superenv @@ -17868,7 +17876,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_library_paths Superenv @@ -17876,7 +17884,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_isystem_paths Superenv @@ -17884,7 +17892,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_library_paths Superenv @@ -17892,7 +17900,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_paths Superenv @@ -17900,7 +17908,7 @@

    Method List

  • -
  • +
  • homebrew_repo SystemConfig @@ -17908,7 +17916,7 @@

    Method List

  • -
  • +
  • homebrew_site_packages Language::Python @@ -17916,7 +17924,7 @@

    Method List

  • -
  • +
  • #homebrew_tap_cask_names Homebrew::CLI::NamedArgs @@ -17924,7 +17932,7 @@

    Method List

  • -
  • +
  • #homebrew_version Tab @@ -17932,7 +17940,7 @@

    Method List

  • -
  • +
  • #homepage Formula @@ -17940,7 +17948,7 @@

    Method List

  • -
  • +
  • #homepage Cask::DSL @@ -17948,7 +17956,7 @@

    Method List

  • -
  • +
  • #homepage Cask::Cask @@ -17956,7 +17964,7 @@

    Method List

  • -
  • +
  • homepage Formula @@ -17964,7 +17972,7 @@

    Method List

  • -
  • +
  • hook_raise Ignorable @@ -17972,7 +17980,7 @@

    Method List

  • -
  • +
  • host_gcc_version SystemConfig @@ -17980,7 +17988,7 @@

    Method List

  • -
  • +
  • host_glibc_version SystemConfig @@ -17988,7 +17996,7 @@

    Method List

  • -
  • +
  • host_ruby_version SystemConfig @@ -17996,7 +18004,7 @@

    Method List

  • -
  • +
  • host_software_config SystemConfig @@ -18004,7 +18012,7 @@

    Method List

  • -
  • +
  • http_proxy Homebrew::EnvConfig @@ -18012,7 +18020,7 @@

    Method List

  • -
  • +
  • http_status_ok? Utils::Curl @@ -18020,7 +18028,7 @@

    Method List

  • -
  • +
  • https_proxy Homebrew::EnvConfig @@ -18028,7 +18036,7 @@

    Method List

  • -
  • +
  • #i386? MachOShim @@ -18036,7 +18044,7 @@

    Method List

  • -
  • +
  • #i? Homebrew::Cmd::Reinstall::Args @@ -18044,7 +18052,7 @@

    Method List

  • -
  • +
  • #i? Homebrew::Cmd::InstallCmd::Args @@ -18052,7 +18060,7 @@

    Method List

  • -
  • +
  • #i? Homebrew::Cmd::UpgradeCmd::Args @@ -18060,7 +18068,7 @@

    Method List

  • -
  • +
  • identifier Formatter @@ -18068,7 +18076,7 @@

    Method List

  • -
  • +
  • #if_arch_node_search RuboCop::Cop::OnSystemConditionalsHelper @@ -18076,7 +18084,7 @@

    Method List

  • -
  • +
  • #if_base_os_node_search RuboCop::Cop::OnSystemConditionalsHelper @@ -18084,7 +18092,7 @@

    Method List

  • -
  • +
  • #if_macos_version_node_search RuboCop::Cop::OnSystemConditionalsHelper @@ -18092,7 +18100,7 @@

    Method List

  • -
  • +
  • ignore Warnings @@ -18100,7 +18108,7 @@

    Method List

  • -
  • +
  • #ignore Ignorable::ExceptionMixin @@ -18108,7 +18116,7 @@

    Method List

  • -
  • +
  • #ignore Homebrew::DevCmd::Typecheck::Args @@ -18116,7 +18124,7 @@

    Method List

  • -
  • +
  • #ignore_dependencies? Homebrew::Cmd::InstallCmd::Args @@ -18124,7 +18132,7 @@

    Method List

  • -
  • +
  • #ignore_dependencies? Homebrew::Cmd::UninstallCmd::Args @@ -18132,7 +18140,7 @@

    Method List

  • -
  • +
  • #ignore_deps? FormulaInstaller @@ -18140,7 +18148,7 @@

    Method List

  • -
  • +
  • #ignore_failures? Homebrew::DevCmd::PrAutomerge::Args @@ -18148,7 +18156,7 @@

    Method List

  • -
  • +
  • #ignore_interrupts Kernel @@ -18156,7 +18164,7 @@

    Method List

  • -
  • +
  • #ignore_missing_artifacts Homebrew::DevCmd::PrPull::Args @@ -18164,7 +18172,7 @@

    Method List

  • -
  • +
  • #ignore_non_pypi_packages? Homebrew::DevCmd::UpdatePythonResources::Args @@ -18172,7 +18180,7 @@

    Method List

  • -
  • +
  • #ignore_pinned? Homebrew::Cmd::UpgradeCmd::Args @@ -18180,7 +18188,7 @@

    Method List

  • -
  • +
  • image_formula_name GitHubPackages @@ -18188,7 +18196,7 @@

    Method List

  • -
  • +
  • image_version_rebuild GitHubPackages @@ -18196,7 +18204,7 @@

    Method List

  • -
  • +
  • #implicit? Dependable @@ -18204,7 +18212,7 @@

    Method List

  • -
  • +
  • in_rosetta2? Hardware::CPU @@ -18212,7 +18220,7 @@

    Method List

  • -
  • +
  • in_sys_path? Language::Python @@ -18220,7 +18228,7 @@

    Method List

  • -
  • +
  • #include Formula @@ -18228,7 +18236,7 @@

    Method List

  • -
  • +
  • #include? Tab @@ -18236,7 +18244,7 @@

    Method List

  • -
  • +
  • #include? Locale @@ -18244,7 +18252,7 @@

    Method List

  • -
  • +
  • #include? Options @@ -18252,7 +18260,7 @@

    Method List

  • -
  • +
  • #include_aliases? Homebrew::Cmd::CommandsCmd::Args @@ -18260,7 +18268,7 @@

    Method List

  • -
  • +
  • #include_build? Homebrew::Cmd::Deps::Args @@ -18268,7 +18276,7 @@

    Method List

  • -
  • +
  • #include_build? Homebrew::Cmd::Uses::Args @@ -18276,7 +18284,7 @@

    Method List

  • -
  • +
  • #include_optional? Homebrew::Cmd::Deps::Args @@ -18284,7 +18292,7 @@

    Method List

  • -
  • +
  • #include_optional? Homebrew::Cmd::Uses::Args @@ -18292,7 +18300,7 @@

    Method List

  • -
  • +
  • #include_requirements? Homebrew::Cmd::Deps::Args @@ -18300,7 +18308,7 @@

    Method List

  • -
  • +
  • #include_test? FormulaInstaller @@ -18308,7 +18316,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::CLI::Args @@ -18316,7 +18324,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::Deps::Args @@ -18324,7 +18332,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::Uses::Args @@ -18332,7 +18340,7 @@

    Method List

  • -
  • +
  • #include_test? Homebrew::Cmd::InstallCmd::Args @@ -18340,7 +18348,7 @@

    Method List

  • -
  • +
  • #include_test_formulae Homebrew::CLI::Args @@ -18348,7 +18356,7 @@

    Method List

  • -
  • +
  • included OnSystem @@ -18356,7 +18364,7 @@

    Method List

  • -
  • +
  • included OnSystem::MacOSAndLinux @@ -18364,7 +18372,7 @@

    Method List

  • -
  • +
  • included OnSystem::MacOSOnly @@ -18372,7 +18380,7 @@

    Method List

  • -
  • +
  • incomplete? Homebrew::Cleanup @@ -18380,7 +18388,7 @@

    Method List

  • -
  • +
  • influx_message_displayed? Utils::Analytics @@ -18388,7 +18396,7 @@

    Method List

  • -
  • +
  • #info Formula @@ -18396,7 +18404,7 @@

    Method List

  • -
  • +
  • #info Cask::Pkg @@ -18404,7 +18412,7 @@

    Method List

  • -
  • +
  • info Cask::Info @@ -18412,7 +18420,7 @@

    Method List

  • -
  • +
  • #info FormulaInfo @@ -18420,7 +18428,7 @@

    Method List

  • -
  • +
  • inherited Formula @@ -18428,7 +18436,7 @@

    Method List

  • -
  • +
  • #inherited BuildEnvironment::DSL @@ -18436,7 +18444,7 @@

    Method List

  • -
  • +
  • #inherited_options_for FormulaInstaller @@ -18444,7 +18452,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Diagnostic::Volumes @@ -18452,7 +18460,7 @@

    Method List

  • -
  • +
  • #initialize Keg::AlreadyLinkedError @@ -18460,7 +18468,7 @@

    Method List

  • -
  • +
  • #initialize Keg::LinkError @@ -18468,7 +18476,7 @@

    Method List

  • -
  • +
  • #initialize Keg @@ -18476,7 +18484,7 @@

    Method List

  • -
  • +
  • #initialize Tab @@ -18484,7 +18492,7 @@

    Method List

  • -
  • +
  • #initialize Tap @@ -18492,7 +18500,7 @@

    Method List

  • -
  • +
  • #initialize CoreTap @@ -18500,7 +18508,7 @@

    Method List

  • -
  • +
  • #initialize CoreCaskTap @@ -18508,7 +18516,7 @@

    Method List

  • -
  • +
  • #initialize TapConfig @@ -18516,7 +18524,7 @@

    Method List

  • -
  • +
  • #initialize URL @@ -18524,7 +18532,7 @@

    Method List

  • -
  • +
  • #initialize PATH @@ -18532,7 +18540,7 @@

    Method List

  • -
  • +
  • #initialize Build @@ -18540,7 +18548,7 @@

    Method List

  • -
  • +
  • #initialize EmbeddedPatch @@ -18548,7 +18556,7 @@

    Method List

  • -
  • +
  • #initialize DATAPatch @@ -18556,7 +18564,7 @@

    Method List

  • -
  • +
  • #initialize StringPatch @@ -18564,7 +18572,7 @@

    Method List

  • -
  • +
  • #initialize ExternalPatch @@ -18572,7 +18580,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Style::Offenses @@ -18580,7 +18588,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Style::Offense @@ -18588,7 +18596,7 @@

    Method List

  • -
  • +
  • #initialize Debrew::Menu @@ -18596,7 +18604,7 @@

    Method List

  • -
  • +
  • #initialize Locale @@ -18604,7 +18612,7 @@

    Method List

  • -
  • +
  • #initialize Mktemp @@ -18612,7 +18620,7 @@

    Method List

  • -
  • +
  • #initialize Caveats @@ -18620,7 +18628,7 @@

    Method List

  • -
  • +
  • #initialize Cleaner @@ -18628,7 +18636,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Cleanup @@ -18636,7 +18644,7 @@

    Method List

  • -
  • +
  • #initialize Context::ContextStruct @@ -18644,7 +18652,7 @@

    Method List

  • -
  • +
  • #initialize Formula @@ -18652,7 +18660,7 @@

    Method List

  • -
  • +
  • #initialize Option @@ -18660,7 +18668,7 @@

    Method List

  • -
  • +
  • #initialize DeprecatedOption @@ -18668,7 +18676,7 @@

    Method List

  • -
  • +
  • #initialize Options @@ -18676,7 +18684,7 @@

    Method List

  • -
  • +
  • #initialize Sandbox @@ -18684,7 +18692,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Service @@ -18692,7 +18700,7 @@

    Method List

  • -
  • +
  • #initialize Version::Token @@ -18700,7 +18708,7 @@

    Method List

  • -
  • +
  • #initialize Version::StringToken @@ -18708,7 +18716,7 @@

    Method List

  • -
  • +
  • #initialize Version::NumericToken @@ -18716,7 +18724,7 @@

    Method List

  • -
  • +
  • #initialize Version @@ -18724,7 +18732,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL @@ -18732,7 +18740,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Pkg @@ -18740,7 +18748,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL::DSL @@ -18748,7 +18756,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL::BlockDSL @@ -18756,7 +18764,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL @@ -18764,7 +18772,7 @@

    Method List

  • -
  • +
  • #initialize Checksum @@ -18772,7 +18780,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::Args @@ -18780,7 +18788,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Cmd::PrettyListing @@ -18788,7 +18796,7 @@

    Method List

  • -
  • +
  • #initialize Messages @@ -18796,7 +18804,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigrationNeededError @@ -18804,7 +18812,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigratorNoOldpathError @@ -18812,7 +18820,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigratorDifferentTapsError @@ -18820,7 +18828,7 @@

    Method List

  • -
  • +
  • #initialize Migrator @@ -18828,7 +18836,7 @@

    Method List

  • -
  • +
  • #initialize Resource @@ -18836,7 +18844,7 @@

    Method List

  • -
  • +
  • #initialize Resource::PatchResource @@ -18844,7 +18852,7 @@

    Method List

  • -
  • +
  • #initialize ResourceStageContext @@ -18852,7 +18860,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Cask @@ -18860,7 +18868,7 @@

    Method List

  • -
  • +
  • #initialize CompilerSelector @@ -18868,7 +18876,7 @@

    Method List

  • -
  • +
  • #initialize CxxStdlib @@ -18876,7 +18884,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaLoader @@ -18884,7 +18892,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromBottleLoader @@ -18892,7 +18900,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromPathLoader @@ -18900,7 +18908,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromURILoader @@ -18908,7 +18916,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromTapLoader @@ -18916,7 +18924,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::NullLoader @@ -18924,7 +18932,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaContentsLoader @@ -18932,7 +18940,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromAPILoader @@ -18940,7 +18948,7 @@

    Method List

  • -
  • +
  • #initialize Livecheck @@ -18948,7 +18956,7 @@

    Method List

  • -
  • +
  • #initialize LockFile @@ -18956,7 +18964,7 @@

    Method List

  • -
  • +
  • #initialize FormulaLock @@ -18964,7 +18972,7 @@

    Method List

  • -
  • +
  • #initialize CaskLock @@ -18972,7 +18980,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Uninstall::DependentsMessage @@ -18980,7 +18988,7 @@

    Method List

  • -
  • +
  • #initialize Utils::AST::FormulaAST @@ -18988,7 +18996,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Audit @@ -18996,7 +19004,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::Parser @@ -19004,7 +19012,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::OptionConstraintError @@ -19012,7 +19020,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::OptionConflictError @@ -19020,7 +19028,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::InvalidConstraintError @@ -19028,7 +19036,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::MaxNamedArgumentsError @@ -19036,7 +19044,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::MinNamedArgumentsError @@ -19044,7 +19052,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::NumberOfNamedArgumentsError @@ -19052,7 +19060,7 @@

    Method List

  • -
  • +
  • #initialize Dependency @@ -19060,7 +19068,7 @@

    Method List

  • -
  • +
  • #initialize UsesFromMacOSDependency @@ -19068,7 +19076,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Diagnostic::Checks @@ -19076,7 +19084,7 @@

    Method List

  • -
  • +
  • #initialize UsageError @@ -19084,7 +19092,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnspecifiedError @@ -19092,7 +19100,7 @@

    Method List

  • -
  • +
  • #initialize FormulaOrCaskUnspecifiedError @@ -19100,7 +19108,7 @@

    Method List

  • -
  • +
  • #initialize KegUnspecifiedError @@ -19108,7 +19116,7 @@

    Method List

  • -
  • +
  • #initialize NoSuchKegError @@ -19116,7 +19124,7 @@

    Method List

  • -
  • +
  • #initialize FormulaValidationError @@ -19124,7 +19132,7 @@

    Method List

  • -
  • +
  • #initialize FormulaOrCaskUnavailableError @@ -19132,7 +19140,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaOrCaskUnavailableError @@ -19140,7 +19148,7 @@

    Method List

  • -
  • +
  • #initialize FormulaClassUnavailableError @@ -19148,7 +19156,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnreadableError @@ -19156,7 +19164,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaUnavailableError @@ -19164,7 +19172,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaClassUnavailableError @@ -19172,7 +19180,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaUnreadableError @@ -19180,7 +19188,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaAmbiguityError @@ -19188,7 +19196,7 @@

    Method List

  • -
  • +
  • #initialize TapUnavailableError @@ -19196,7 +19204,7 @@

    Method List

  • -
  • +
  • #initialize TapRemoteMismatchError @@ -19204,7 +19212,7 @@

    Method List

  • -
  • +
  • #initialize TapAlreadyTappedError @@ -19212,7 +19220,7 @@

    Method List

  • -
  • +
  • #initialize TapNoCustomRemoteError @@ -19220,7 +19228,7 @@

    Method List

  • -
  • +
  • #initialize OperationInProgressError @@ -19228,7 +19236,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInstallationAlreadyAttemptedError @@ -19236,7 +19244,7 @@

    Method List

  • -
  • +
  • #initialize UnsatisfiedRequirements @@ -19244,7 +19252,7 @@

    Method List

  • -
  • +
  • #initialize FormulaConflictError @@ -19252,7 +19260,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnknownPythonError @@ -19260,7 +19268,7 @@

    Method List

  • -
  • +
  • #initialize FormulaAmbiguousPythonError @@ -19268,7 +19276,7 @@

    Method List

  • -
  • +
  • #initialize BuildError @@ -19276,7 +19284,7 @@

    Method List

  • -
  • +
  • #initialize UnbottledError @@ -19284,7 +19292,7 @@

    Method List

  • -
  • +
  • #initialize BuildFlagsError @@ -19292,7 +19300,7 @@

    Method List

  • -
  • +
  • #initialize CompilerSelectionError @@ -19300,7 +19308,7 @@

    Method List

  • -
  • +
  • #initialize DownloadError @@ -19308,7 +19316,7 @@

    Method List

  • -
  • +
  • #initialize CurlDownloadStrategyError @@ -19316,7 +19324,7 @@

    Method List

  • -
  • +
  • #initialize HomebrewCurlDownloadStrategyError @@ -19324,7 +19332,7 @@

    Method List

  • -
  • +
  • #initialize ErrorDuringExecution @@ -19332,7 +19340,7 @@

    Method List

  • -
  • +
  • #initialize ChecksumMismatchError @@ -19340,7 +19348,7 @@

    Method List

  • -
  • +
  • #initialize ResourceMissingError @@ -19348,7 +19356,7 @@

    Method List

  • -
  • +
  • #initialize DuplicateResourceError @@ -19356,7 +19364,7 @@

    Method List

  • -
  • +
  • #initialize BottleFormulaUnavailableError @@ -19364,7 +19372,7 @@

    Method List

  • -
  • +
  • #initialize ChildProcessError @@ -19372,7 +19380,7 @@

    Method List

  • -
  • +
  • #initialize ShebangDetectionError @@ -19380,7 +19388,7 @@

    Method List

  • -
  • +
  • #initialize CyclicDependencyError @@ -19388,7 +19396,7 @@

    Method List

  • -
  • +
  • #initialize OS::Mac::SDK @@ -19396,7 +19404,7 @@

    Method List

  • -
  • +
  • #initialize PyPI::Package @@ -19404,7 +19412,7 @@

    Method List

  • -
  • +
  • #initialize CacheStoreDatabase @@ -19412,7 +19420,7 @@

    Method List

  • -
  • +
  • #initialize CacheStore @@ -19420,7 +19428,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Config @@ -19428,7 +19436,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::DevCmd::Irb @@ -19436,7 +19444,7 @@

    Method List

  • -
  • +
  • #initialize FormulaPin @@ -19444,7 +19452,7 @@

    Method List

  • -
  • +
  • #initialize LazyObject @@ -19452,7 +19460,7 @@

    Method List

  • -
  • +
  • #initialize PkgVersion @@ -19460,7 +19468,7 @@

    Method List

  • -
  • +
  • #initialize Requirement @@ -19468,7 +19476,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::TapAuditor @@ -19476,7 +19484,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::API::Download @@ -19484,7 +19492,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Auditor @@ -19492,7 +19500,7 @@

    Method List

  • -
  • +
  • #initialize Dependencies @@ -19500,7 +19508,7 @@

    Method List

  • -
  • +
  • #initialize Requirements @@ -19508,7 +19516,7 @@

    Method List

  • -
  • +
  • #initialize Descriptions @@ -19516,7 +19524,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::DevCmd::Bump::VersionBumpInfo @@ -19524,7 +19532,7 @@

    Method List

  • -
  • +
  • #initialize Downloadable @@ -19532,7 +19540,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInfo @@ -19540,7 +19548,7 @@

    Method List

  • -
  • +
  • #initialize Keg::Relocation @@ -19548,7 +19556,7 @@

    Method List

  • -
  • +
  • #initialize BuildOptions @@ -19556,7 +19564,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Download @@ -19564,7 +19572,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Base @@ -19572,7 +19580,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Migrator @@ -19580,7 +19588,7 @@

    Method List

  • -
  • +
  • #initialize GitHubRunner @@ -19588,7 +19596,7 @@

    Method List

  • -
  • +
  • #initialize MacOSVersion::Error @@ -19596,7 +19604,7 @@

    Method List

  • -
  • +
  • #initialize MacOSVersion @@ -19604,7 +19612,7 @@

    Method List

  • -
  • +
  • #initialize SoftwareSpec @@ -19612,7 +19620,7 @@

    Method List

  • -
  • +
  • #initialize HeadSoftwareSpec @@ -19620,7 +19628,7 @@

    Method List

  • -
  • +
  • #initialize Bottle::Filename @@ -19628,7 +19636,7 @@

    Method List

  • -
  • +
  • #initialize Bottle @@ -19636,7 +19644,7 @@

    Method List

  • -
  • +
  • #initialize BottleSpecification @@ -19644,7 +19652,7 @@

    Method List

  • -
  • +
  • #initialize PourBottleCheck @@ -19652,7 +19660,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::Tag @@ -19660,7 +19668,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::TagSpecification @@ -19668,7 +19676,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::Collector @@ -19676,7 +19684,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Shebang::RewriteInfo @@ -19684,7 +19692,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::BundleVersion @@ -19692,7 +19700,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Installer @@ -19700,7 +19708,7 @@

    Method List

  • -
  • +
  • #initialize CaskDependent @@ -19708,7 +19716,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::NamedArgs @@ -19716,7 +19724,7 @@

    Method List

  • -
  • +
  • #initialize GitRepository @@ -19724,7 +19732,7 @@

    Method List

  • -
  • +
  • #initialize SystemCommand @@ -19732,7 +19740,7 @@

    Method List

  • -
  • +
  • #initialize SystemCommand::Result @@ -19740,7 +19748,7 @@

    Method List

  • -
  • +
  • #initialize Version::RegexParser @@ -19748,7 +19756,7 @@

    Method List

  • -
  • +
  • #initialize Cask::MultipleCaskErrors @@ -19756,7 +19764,7 @@

    Method List

  • -
  • +
  • #initialize Cask::AbstractCaskErrorWithToken @@ -19764,7 +19772,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskCannotBeInstalledError @@ -19772,7 +19780,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskConflictError @@ -19780,7 +19788,7 @@

    Method List

  • -
  • +
  • #initialize Cask::TapCaskUnavailableError @@ -19788,7 +19796,7 @@

    Method List

  • -
  • +
  • #initialize Cask::TapCaskAmbiguityError @@ -19796,7 +19804,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskTokenMismatchError @@ -19804,7 +19812,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskQuarantineError @@ -19812,7 +19820,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaAuditor @@ -19820,7 +19828,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaCreator @@ -19828,7 +19836,7 @@

    Method List

  • -
  • +
  • #initialize KegOnlyReason @@ -19836,7 +19844,7 @@

    Method List

  • -
  • +
  • #initialize Language::Python::Virtualenv::Virtualenv @@ -19844,7 +19852,7 @@

    Method List

  • -
  • +
  • #initialize LinkageChecker @@ -19852,7 +19860,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::SourceLocation @@ -19860,7 +19868,7 @@

    Method List

  • -
  • +
  • #initialize UnpackStrategy @@ -19868,7 +19876,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Inreplace::Error @@ -19876,7 +19884,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::AbstractCommand @@ -19884,7 +19892,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromContentLoader @@ -19892,7 +19900,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromPathLoader @@ -19900,7 +19908,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromURILoader @@ -19908,7 +19916,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromTapLoader @@ -19916,7 +19924,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromInstanceLoader @@ -19924,7 +19932,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromAPILoader @@ -19932,7 +19940,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::NullLoader @@ -19940,7 +19948,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Caveats @@ -19948,7 +19956,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Version @@ -19956,7 +19964,7 @@

    Method List

  • -
  • +
  • #initialize FormulaVersions @@ -19964,7 +19972,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::ResourceAuditor @@ -19972,7 +19980,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::HTTPNotFoundError @@ -19980,7 +19988,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::RateLimitExceededError @@ -19988,7 +19996,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::AuthenticationFailedError @@ -19996,7 +20004,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::MissingAuthenticationError @@ -20004,7 +20012,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::ValidationFailedError @@ -20012,7 +20020,7 @@

    Method List

  • -
  • +
  • #initialize BuildEnvironment @@ -20020,7 +20028,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Pkg @@ -20028,7 +20036,7 @@

    Method List

  • -
  • +
  • #initialize Reporter::ReporterRevisionUnsetError @@ -20036,7 +20044,7 @@

    Method List

  • -
  • +
  • #initialize Reporter @@ -20044,7 +20052,7 @@

    Method List

  • -
  • +
  • #initialize ReporterHub @@ -20052,7 +20060,7 @@

    Method List

  • -
  • +
  • #initialize AbstractDownloadStrategy @@ -20060,7 +20068,7 @@

    Method List

  • -
  • +
  • #initialize VCSDownloadStrategy @@ -20068,7 +20076,7 @@

    Method List

  • -
  • +
  • #initialize CurlDownloadStrategy @@ -20076,7 +20084,7 @@

    Method List

  • -
  • +
  • #initialize CurlGitHubPackagesDownloadStrategy @@ -20084,7 +20092,7 @@

    Method List

  • -
  • +
  • #initialize LocalBottleDownloadStrategy @@ -20092,7 +20100,7 @@

    Method List

  • -
  • +
  • #initialize SubversionDownloadStrategy @@ -20100,7 +20108,7 @@

    Method List

  • -
  • +
  • #initialize GitDownloadStrategy @@ -20108,7 +20116,7 @@

    Method List

  • -
  • +
  • #initialize GitHubGitDownloadStrategy @@ -20116,7 +20124,7 @@

    Method List

  • -
  • +
  • #initialize CVSDownloadStrategy @@ -20124,7 +20132,7 @@

    Method List

  • -
  • +
  • #initialize MercurialDownloadStrategy @@ -20132,7 +20140,7 @@

    Method List

  • -
  • +
  • #initialize BazaarDownloadStrategy @@ -20140,7 +20148,7 @@

    Method List

  • -
  • +
  • #initialize FossilDownloadStrategy @@ -20148,7 +20156,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInstaller @@ -20156,7 +20164,7 @@

    Method List

  • -
  • +
  • #initialize LinuxRunnerSpec @@ -20164,7 +20172,7 @@

    Method List

  • -
  • +
  • #initialize MacOSRunnerSpec @@ -20172,7 +20180,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Container @@ -20180,7 +20188,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::BumpVersionParser @@ -20188,7 +20196,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::DependsOn @@ -20196,7 +20204,7 @@

    Method List

  • -
  • +
  • #initialize LinkageCacheStore @@ -20204,7 +20212,7 @@

    Method List

  • -
  • +
  • #initialize TestRunnerFormula @@ -20212,7 +20220,7 @@

    Method List

  • -
  • +
  • #initialize UnpackStrategy::Dmg::Bom::EmptyError @@ -20220,7 +20228,7 @@

    Method List

  • -
  • +
  • #initialize DependencyCollector @@ -20228,7 +20236,7 @@

    Method List

  • -
  • +
  • #initialize GitHubRunnerMatrix @@ -20236,7 +20244,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Manpages::Parser::Ronn @@ -20244,7 +20252,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::Actions::Annotation @@ -20252,7 +20260,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Manpage @@ -20260,7 +20268,7 @@

    Method List

  • -
  • +
  • #initialize GitHubArtifactDownloadStrategy @@ -20268,7 +20276,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Installer @@ -20276,7 +20284,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Relocated @@ -20284,7 +20292,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::ConflictsWith @@ -20292,7 +20300,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::Stanza @@ -20300,7 +20308,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::UnversionedCaskChecker @@ -20308,7 +20316,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Livecheck::LivecheckVersion @@ -20316,7 +20324,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Manpages::Converter::Kramdown @@ -20324,7 +20332,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::StanzaBlock @@ -20332,7 +20340,7 @@

    Method List

  • -
  • +
  • #initialize ArchRequirement @@ -20340,7 +20348,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::CaskHeader @@ -20348,7 +20356,7 @@

    Method List

  • -
  • +
  • #initialize MacOSRequirement @@ -20356,7 +20364,7 @@

    Method List

  • -
  • +
  • #initialize XcodeRequirement @@ -20364,7 +20372,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractArtifact @@ -20372,7 +20380,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractUninstall @@ -20380,7 +20388,7 @@

    Method List

  • -
  • +
  • #initialize StringInreplaceExtension @@ -20388,7 +20396,7 @@

    Method List

  • -
  • +
  • #initialize CodesignRequirement @@ -20396,7 +20404,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractFlightBlock @@ -20404,7 +20412,7 @@

    Method List

  • -
  • +
  • #initialize_dup Options @@ -20412,7 +20420,7 @@

    Method List

  • -
  • +
  • #initialize_dup Resource @@ -20420,7 +20428,7 @@

    Method List

  • -
  • +
  • #initialize_dup Downloadable @@ -20428,7 +20436,7 @@

    Method List

  • -
  • +
  • #initialize_dup SoftwareSpec @@ -20436,7 +20444,7 @@

    Method List

  • -
  • +
  • #initialize_dup DependencyCollector @@ -20444,7 +20452,7 @@

    Method List

  • -
  • +
  • inject_dump_stats! Homebrew @@ -20452,7 +20460,7 @@

    Method List

  • -
  • +
  • #inject_file_list Homebrew::Diagnostic::Checks @@ -20460,7 +20468,7 @@

    Method List

  • -
  • +
  • #inner ChildProcessError @@ -20468,7 +20476,7 @@

    Method List

  • -
  • +
  • #inner_class ChildProcessError @@ -20476,7 +20484,7 @@

    Method List

  • -
  • +
  • #inner_stanzas RuboCop::Cop::Cask::CaskHelp @@ -20484,7 +20492,7 @@

    Method List

  • -
  • +
  • #input_methoddir Homebrew::Cmd::Reinstall::Args @@ -20492,7 +20500,7 @@

    Method List

  • -
  • +
  • #input_methoddir Homebrew::Cmd::InstallCmd::Args @@ -20500,7 +20508,7 @@

    Method List

  • -
  • +
  • #input_methoddir Homebrew::Cmd::UpgradeCmd::Args @@ -20508,7 +20516,7 @@

    Method List

  • -
  • +
  • #input_path Homebrew::Service @@ -20516,7 +20524,7 @@

    Method List

  • -
  • +
  • #inreplace Formula @@ -20524,7 +20532,7 @@

    Method List

  • -
  • +
  • inreplace Utils::Inreplace @@ -20532,7 +20540,7 @@

    Method List

  • -
  • +
  • inreplace_pairs Utils::Inreplace @@ -20540,7 +20548,7 @@

    Method List

  • -
  • +
  • #inreplace_string StringInreplaceExtension @@ -20548,7 +20556,7 @@

    Method List

  • -
  • +
  • insecure_download_warning DevelopmentTools @@ -20556,7 +20564,7 @@

    Method List

  • -
  • +
  • #insert PATH @@ -20564,7 +20572,7 @@

    Method List

  • -
  • +
  • #insert_after! RuboCop::Cop::FormulaAudit::DependencyOrder @@ -20572,7 +20580,7 @@

    Method List

  • -
  • +
  • #inside_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -20580,7 +20588,7 @@

    Method List

  • -
  • +
  • #install Tap @@ -20588,7 +20596,7 @@

    Method List

  • -
  • +
  • #install CoreTap @@ -20596,7 +20604,7 @@

    Method List

  • -
  • +
  • #install Build @@ -20604,7 +20612,7 @@

    Method List

  • -
  • +
  • #install Debrew::Formula @@ -20612,7 +20620,7 @@

    Method List

  • -
  • +
  • #install Formula @@ -20620,7 +20628,7 @@

    Method List

  • -
  • +
  • #install Cask::Installer @@ -20628,7 +20636,7 @@

    Method List

  • -
  • +
  • #install Pathname @@ -20636,7 +20644,7 @@

    Method List

  • -
  • +
  • #install FormulaInstaller @@ -20644,7 +20652,7 @@

    Method List

  • -
  • +
  • #install_artifacts Cask::Installer @@ -20652,7 +20660,7 @@

    Method List

  • -
  • +
  • install_badge Homebrew::EnvConfig @@ -20660,7 +20668,7 @@

    Method List

  • -
  • +
  • #install_bottle_for? FormulaInstaller @@ -20668,7 +20676,7 @@

    Method List

  • -
  • +
  • install_bundler! Homebrew @@ -20676,7 +20684,7 @@

    Method List

  • -
  • +
  • install_bundler_gems! Homebrew @@ -20684,7 +20692,7 @@

    Method List

  • -
  • +
  • #install_dependencies FormulaInstaller @@ -20692,7 +20700,7 @@

    Method List

  • -
  • +
  • #install_dependencies? Homebrew::DevCmd::BumpFormulaPr::Args @@ -20700,7 +20708,7 @@

    Method List

  • -
  • +
  • #install_dependencies? Homebrew::DevCmd::UpdatePythonResources::Args @@ -20708,7 +20716,7 @@

    Method List

  • -
  • +
  • #install_dependency FormulaInstaller @@ -20716,7 +20724,7 @@

    Method List

  • -
  • +
  • #install_etc_var Formula @@ -20724,7 +20732,7 @@

    Method List

  • -
  • +
  • #install_fetch_deps FormulaInstaller @@ -20732,7 +20740,7 @@

    Method List

  • -
  • +
  • install_formula Homebrew::Upgrade @@ -20740,7 +20748,7 @@

    Method List

  • -
  • +
  • install_formula? Homebrew::Install @@ -20748,7 +20756,7 @@

    Method List

  • -
  • +
  • install_formula_clean! Homebrew::Cleanup @@ -20756,7 +20764,7 @@

    Method List

  • -
  • +
  • install_formulae Homebrew::Install @@ -20764,7 +20772,7 @@

    Method List

  • -
  • +
  • install_gem! Homebrew @@ -20772,7 +20780,7 @@

    Method List

  • -
  • +
  • install_gem_setup_path! Homebrew @@ -20780,7 +20788,7 @@

    Method List

  • -
  • +
  • #install_info Pathname @@ -20788,7 +20796,7 @@

    Method List

  • -
  • +
  • #install_info ObserverPathnameExtension @@ -20796,7 +20804,7 @@

    Method List

  • -
  • +
  • #install_metafiles Pathname @@ -20804,7 +20812,7 @@

    Method List

  • -
  • +
  • #install_p InstallRenamed @@ -20812,7 +20820,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Pkg @@ -20820,7 +20828,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Moved @@ -20828,7 +20836,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Qlplugin @@ -20836,7 +20844,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Installer::ManualInstaller @@ -20844,7 +20852,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Installer::ScriptInstaller @@ -20852,7 +20860,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Symlinked @@ -20860,7 +20868,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Mdimporter @@ -20868,7 +20876,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::KeyboardLayout @@ -20876,7 +20884,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::AbstractFlightBlock @@ -20884,7 +20892,7 @@

    Method List

  • -
  • +
  • #install_service FormulaInstaller @@ -20892,7 +20900,7 @@

    Method List

  • -
  • +
  • #install_symlink Pathname @@ -20900,7 +20908,7 @@

    Method List

  • -
  • +
  • #install_time Cask::Cask @@ -20908,7 +20916,7 @@

    Method List

  • -
  • +
  • #install_times Messages @@ -20916,7 +20924,7 @@

    Method List

  • -
  • +
  • installation_info Cask::Info @@ -20924,7 +20932,7 @@

    Method List

  • -
  • +
  • installation_instructions DevelopmentTools @@ -20932,7 +20940,7 @@

    Method List

  • -
  • +
  • installation_instructions OS::Mac::Xcode @@ -20940,7 +20948,7 @@

    Method List

  • -
  • +
  • installation_instructions OS::Mac::CLT @@ -20948,7 +20956,7 @@

    Method List

  • -
  • +
  • installed Tap @@ -20956,7 +20964,7 @@

    Method List

  • -
  • +
  • installed Formula @@ -20964,7 +20972,7 @@

    Method List

  • -
  • +
  • installed FormulaInstaller @@ -20972,7 +20980,7 @@

    Method List

  • -
  • +
  • installed? DevelopmentTools @@ -20980,7 +20988,7 @@

    Method List

  • -
  • +
  • #installed? Tap @@ -20988,7 +20996,7 @@

    Method List

  • -
  • +
  • installed? OS::Mac::Xcode @@ -20996,7 +21004,7 @@

    Method List

  • -
  • +
  • installed? OS::Mac::CLT @@ -21004,7 +21012,7 @@

    Method List

  • -
  • +
  • #installed? Cask::Cask @@ -21012,7 +21020,7 @@

    Method List

  • -
  • +
  • #installed? Dependency @@ -21020,7 +21028,7 @@

    Method List

  • -
  • +
  • #installed? UsesFromMacOSDependency @@ -21028,7 +21036,7 @@

    Method List

  • -
  • +
  • installed? Utils::Service @@ -21036,7 +21044,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::Deps::Args @@ -21044,7 +21052,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::Info::Args @@ -21052,7 +21060,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::Uses::Args @@ -21060,7 +21068,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::Prefix::Args @@ -21068,7 +21076,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::TapInfo::Args @@ -21076,7 +21084,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::DevCmd::Bump::Args @@ -21084,7 +21092,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::DevCmd::Audit::Args @@ -21092,7 +21100,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::Cmd::OptionsCmd::Args @@ -21100,7 +21108,7 @@

    Method List

  • -
  • +
  • #installed? Homebrew::DevCmd::LivecheckCmd::Args @@ -21108,7 +21116,7 @@

    Method List

  • -
  • +
  • #installed_alias_name Formula @@ -21116,7 +21124,7 @@

    Method List

  • -
  • +
  • #installed_alias_path Formula @@ -21124,7 +21132,7 @@

    Method List

  • -
  • +
  • #installed_alias_target_changed? Formula @@ -21132,7 +21140,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency Tab @@ -21140,7 +21148,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency? FormulaInstaller @@ -21148,7 +21156,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency? Cask::Installer @@ -21156,7 +21164,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency? Homebrew::Cmd::List::Args @@ -21164,7 +21172,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency? Homebrew::Cmd::Leaves::Args @@ -21172,7 +21180,7 @@

    Method List

  • -
  • +
  • #installed_caskfile Cask::Cask @@ -21180,7 +21188,7 @@

    Method List

  • -
  • +
  • #installed_casks_for Homebrew::Cmd::Untap @@ -21188,7 +21196,7 @@

    Method List

  • -
  • +
  • installed_formula_names Formula @@ -21196,7 +21204,7 @@

    Method List

  • -
  • +
  • #installed_formulae_for Homebrew::Cmd::Untap @@ -21204,7 +21212,7 @@

    Method List

  • -
  • +
  • #installed_kegs Formula @@ -21212,7 +21220,7 @@

    Method List

  • -
  • +
  • #installed_on_request Tab @@ -21220,7 +21228,7 @@

    Method List

  • -
  • +
  • #installed_on_request? FormulaInstaller @@ -21228,7 +21236,7 @@

    Method List

  • -
  • +
  • #installed_on_request? Homebrew::Cmd::List::Args @@ -21236,7 +21244,7 @@

    Method List

  • -
  • +
  • #installed_on_request? Homebrew::Cmd::Leaves::Args @@ -21244,7 +21252,7 @@

    Method List

  • -
  • +
  • #installed_prefixes Formula @@ -21252,7 +21260,7 @@

    Method List

  • -
  • +
  • #installed_specified_name Formula @@ -21260,7 +21268,7 @@

    Method List

  • -
  • +
  • #installed_version Cask::Cask @@ -21268,7 +21276,7 @@

    Method List

  • -
  • +
  • installed_with_alias_path Formula @@ -21276,7 +21284,7 @@

    Method List

  • -
  • +
  • #installer Homebrew::UnversionedCaskChecker @@ -21284,7 +21292,7 @@

    Method List

  • -
  • +
  • #installers Homebrew::UnversionedCaskChecker @@ -21292,7 +21300,7 @@

    Method List

  • -
  • +
  • instance AbstractCoreTap @@ -21300,7 +21308,7 @@

    Method List

  • -
  • +
  • #intel Homebrew::BumpVersionParser @@ -21308,7 +21316,7 @@

    Method List

  • -
  • +
  • intel? Hardware::CPU @@ -21316,7 +21324,7 @@

    Method List

  • -
  • +
  • intel_family Hardware::CPU @@ -21324,7 +21332,7 @@

    Method List

  • -
  • +
  • #interactive? FormulaInstaller @@ -21332,7 +21340,7 @@

    Method List

  • -
  • +
  • #interactive? Homebrew::Cmd::Reinstall::Args @@ -21340,7 +21348,7 @@

    Method List

  • -
  • +
  • #interactive? Homebrew::Cmd::InstallCmd::Args @@ -21348,7 +21356,7 @@

    Method List

  • -
  • +
  • #interactive? Homebrew::Cmd::UpgradeCmd::Args @@ -21356,7 +21364,7 @@

    Method List

  • -
  • +
  • #interactive_shell Kernel @@ -21364,7 +21372,7 @@

    Method List

  • -
  • +
  • internal_cmd_path Commands @@ -21372,7 +21380,7 @@

    Method List

  • -
  • +
  • internal_commands Commands @@ -21380,7 +21388,7 @@

    Method List

  • -
  • +
  • internal_commands_aliases Commands @@ -21388,7 +21396,7 @@

    Method List

  • -
  • +
  • internal_commands_paths Commands @@ -21396,7 +21404,7 @@

    Method List

  • -
  • +
  • #internal_dependencies_hash Formula @@ -21404,7 +21412,7 @@

    Method List

  • -
  • +
  • internal_dev_cmd_path Commands @@ -21412,7 +21420,7 @@

    Method List

  • -
  • +
  • internal_developer_commands Commands @@ -21420,7 +21428,7 @@

    Method List

  • -
  • +
  • internal_developer_commands_paths Commands @@ -21428,7 +21436,7 @@

    Method List

  • -
  • +
  • internal_json_v3? Homebrew::API @@ -21436,7 +21444,7 @@

    Method List

  • -
  • +
  • #internet_plugindir Homebrew::Cmd::Reinstall::Args @@ -21444,7 +21452,7 @@

    Method List

  • -
  • +
  • #internet_plugindir Homebrew::Cmd::InstallCmd::Args @@ -21452,7 +21460,7 @@

    Method List

  • -
  • +
  • #internet_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -21460,7 +21468,7 @@

    Method List

  • -
  • +
  • #interpolated_share_path_starts_with RuboCop::Cop::FormulaAuditStrict::Text @@ -21468,7 +21476,7 @@

    Method List

  • -
  • +
  • #interpreter ELFShim @@ -21476,7 +21484,7 @@

    Method List

  • -
  • +
  • #interval Homebrew::Service @@ -21484,7 +21492,7 @@

    Method List

  • -
  • +
  • invalid_cert_flags Utils::Svn @@ -21492,7 +21500,7 @@

    Method List

  • -
  • +
  • #invalid_characters Cask::DSL::Version @@ -21500,7 +21508,7 @@

    Method List

  • -
  • +
  • is_32_bit? Hardware::CPU @@ -21508,7 +21516,7 @@

    Method List

  • -
  • +
  • is_64_bit? Hardware::CPU @@ -21516,7 +21524,7 @@

    Method List

  • -
  • +
  • #issue Homebrew::DevCmd::DispatchBuildBottle::Args @@ -21524,7 +21532,7 @@

    Method List

  • -
  • +
  • #issues BuildError @@ -21532,7 +21540,7 @@

    Method List

  • -
  • +
  • issues GitHub @@ -21540,7 +21548,7 @@

    Method List

  • -
  • +
  • issues_for_formula GitHub @@ -21548,7 +21556,7 @@

    Method List

  • -
  • +
  • #issues_url Tap @@ -21556,7 +21564,7 @@

    Method List

  • -
  • +
  • #issues_url MethodDeprecatedError @@ -21564,7 +21572,7 @@

    Method List

  • -
  • +
  • italic Tty @@ -21572,7 +21580,7 @@

    Method List

  • -
  • +
  • items_from_content Homebrew::Livecheck::Strategy::Sparkle @@ -21580,7 +21588,7 @@

    Method List

  • -
  • +
  • java_home Language::Java @@ -21588,7 +21596,7 @@

    Method List

  • -
  • +
  • java_home_env Language::Java @@ -21596,7 +21604,7 @@

    Method List

  • -
  • +
  • #json Bottle::Filename @@ -21604,7 +21612,7 @@

    Method List

  • -
  • +
  • #json Homebrew::Cmd::Info::Args @@ -21612,7 +21620,7 @@

    Method List

  • -
  • +
  • #json Homebrew::Cmd::Outdated::Args @@ -21620,7 +21628,7 @@

    Method List

  • -
  • +
  • #json Homebrew::Cmd::TapInfo::Args @@ -21628,7 +21636,7 @@

    Method List

  • -
  • +
  • #json? Homebrew::DevCmd::Bottle::Args @@ -21636,7 +21644,7 @@

    Method List

  • -
  • +
  • #json? Homebrew::DevCmd::LivecheckCmd::Args @@ -21644,7 +21652,7 @@

    Method List

  • -
  • +
  • json_result! Homebrew::Style @@ -21652,7 +21660,7 @@

    Method List

  • -
  • +
  • #keep_alive Homebrew::Service @@ -21660,7 +21668,7 @@

    Method List

  • -
  • +
  • #keep_alive? Homebrew::Service @@ -21668,7 +21676,7 @@

    Method List

  • -
  • +
  • keep_but_prune_recursive_deps Dependency @@ -21676,7 +21684,7 @@

    Method List

  • -
  • +
  • #keep_old? Homebrew::DevCmd::Bottle::Args @@ -21684,7 +21692,7 @@

    Method List

  • -
  • +
  • #keep_old? Homebrew::DevCmd::PrPull::Args @@ -21692,7 +21700,7 @@

    Method List

  • -
  • +
  • #keep_old? Homebrew::DevCmd::PrUpload::Args @@ -21700,7 +21708,7 @@

    Method List

  • -
  • +
  • #keep_tmp? FormulaInstaller @@ -21708,7 +21716,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::DevCmd::Test::Args @@ -21716,7 +21724,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::Cmd::Reinstall::Args @@ -21724,7 +21732,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::Cmd::InstallCmd::Args @@ -21732,7 +21740,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::Cmd::UpgradeCmd::Args @@ -21740,7 +21748,7 @@

    Method List

  • -
  • +
  • #keep_tmp? Homebrew::DevCmd::UpdateTest::Args @@ -21748,7 +21756,7 @@

    Method List

  • -
  • +
  • #keg Keg::LinkError @@ -21756,7 +21764,7 @@

    Method List

  • -
  • +
  • #keg LinkageChecker @@ -21764,7 +21772,7 @@

    Method List

  • -
  • +
  • #keg_exists? LinkageCacheStore @@ -21772,7 +21780,7 @@

    Method List

  • -
  • +
  • keg_only Formula @@ -21780,7 +21788,7 @@

    Method List

  • -
  • +
  • #keg_only? Formula @@ -21788,7 +21796,7 @@

    Method List

  • -
  • +
  • keg_only? Formulary @@ -21796,7 +21804,7 @@

    Method List

  • -
  • +
  • #keg_only_deps Superenv @@ -21804,7 +21812,7 @@

    Method List

  • -
  • +
  • keg_only_reason Formula @@ -21812,7 +21820,7 @@

    Method List

  • -
  • +
  • #keg_only_reason Formula @@ -21820,7 +21828,7 @@

    Method List

  • -
  • +
  • #keg_only_text Caveats @@ -21828,7 +21836,7 @@

    Method List

  • -
  • +
  • kernel SystemConfig @@ -21836,7 +21844,7 @@

    Method List

  • -
  • +
  • kernel_name OS @@ -21844,7 +21852,7 @@

    Method List

  • -
  • +
  • kernel_version OS @@ -21852,7 +21860,7 @@

    Method List

  • -
  • +
  • #kext Cask::DSL::Caveats @@ -21860,7 +21868,7 @@

    Method List

  • -
  • +
  • #kext_prefix Formula @@ -21868,7 +21876,7 @@

    Method List

  • -
  • +
  • #keyboard_layoutdir Homebrew::Cmd::Reinstall::Args @@ -21876,7 +21884,7 @@

    Method List

  • -
  • +
  • #keyboard_layoutdir Homebrew::Cmd::InstallCmd::Args @@ -21884,7 +21892,7 @@

    Method List

  • -
  • +
  • #keyboard_layoutdir Homebrew::Cmd::UpgradeCmd::Args @@ -21892,7 +21900,7 @@

    Method List

  • -
  • +
  • #keyboard_layouts Homebrew::UnversionedCaskChecker @@ -21900,7 +21908,7 @@

    Method List

  • -
  • +
  • keychain_username_password GitHub::API @@ -21908,7 +21916,7 @@

    Method List

  • -
  • +
  • keys BuildEnvironment @@ -21916,7 +21924,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FormulaLoader @@ -21924,7 +21932,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FormulaContentsLoader @@ -21932,7 +21940,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FromAPILoader @@ -21940,7 +21948,7 @@

    Method List

  • -
  • +
  • #l? Homebrew::Cmd::List::Args @@ -21948,7 +21956,7 @@

    Method List

  • -
  • +
  • #language Locale @@ -21956,7 +21964,7 @@

    Method List

  • -
  • +
  • language OS::Mac @@ -21964,7 +21972,7 @@

    Method List

  • -
  • +
  • #language Cask::DSL @@ -21972,7 +21980,7 @@

    Method List

  • -
  • +
  • #language Cask::Auditor @@ -21980,7 +21988,7 @@

    Method List

  • -
  • +
  • #language Cask::Cask @@ -21988,7 +21996,7 @@

    Method List

  • -
  • +
  • #language Homebrew::Cmd::Reinstall::Args @@ -21996,7 +22004,7 @@

    Method List

  • -
  • +
  • #language Homebrew::Cmd::InstallCmd::Args @@ -22004,7 +22012,7 @@

    Method List

  • -
  • +
  • #language Homebrew::Cmd::UpgradeCmd::Args @@ -22012,7 +22020,7 @@

    Method List

  • -
  • +
  • #languageNodeModule? RuboCop::Cop::FormulaAudit::Miscellaneous @@ -22020,7 +22028,7 @@

    Method List

  • -
  • +
  • #language_eval Cask::DSL @@ -22028,7 +22036,7 @@

    Method List

  • -
  • +
  • language_info Cask::Info @@ -22036,7 +22044,7 @@

    Method List

  • -
  • +
  • languages OS::Mac @@ -22044,7 +22052,7 @@

    Method List

  • -
  • +
  • #languages Cask::DSL @@ -22052,7 +22060,7 @@

    Method List

  • -
  • +
  • #languages Cask::Cask @@ -22060,7 +22068,7 @@

    Method List

  • -
  • +
  • #languages Cask::Config @@ -22068,7 +22076,7 @@

    Method List

  • -
  • +
  • #languages= Cask::Config @@ -22076,7 +22084,7 @@

    Method List

  • -
  • +
  • #large_runner? Homebrew::DevCmd::PrPublish::Args @@ -22084,7 +22092,7 @@

    Method List

  • -
  • +
  • last_commit GitHub @@ -22092,7 +22100,7 @@

    Method List

  • -
  • +
  • last_commit SystemConfig @@ -22100,7 +22108,7 @@

    Method List

  • -
  • +
  • #last_commit VCSDownloadStrategy @@ -22108,7 +22116,7 @@

    Method List

  • -
  • +
  • #last_commit SubversionDownloadStrategy @@ -22116,7 +22124,7 @@

    Method List

  • -
  • +
  • #last_commit GitDownloadStrategy @@ -22124,7 +22132,7 @@

    Method List

  • -
  • +
  • #last_commit MercurialDownloadStrategy @@ -22132,7 +22140,7 @@

    Method List

  • -
  • +
  • #last_commit BazaarDownloadStrategy @@ -22140,7 +22148,7 @@

    Method List

  • -
  • +
  • #last_commit FossilDownloadStrategy @@ -22148,7 +22156,7 @@

    Method List

  • -
  • +
  • #last_commit_date GitRepository @@ -22156,7 +22164,7 @@

    Method List

  • -
  • +
  • #last_committed GitRepository @@ -22164,7 +22172,7 @@

    Method List

  • -
  • +
  • last_revision_commit_of_file Utils::Git @@ -22172,7 +22180,7 @@

    Method List

  • -
  • +
  • last_revision_commit_of_files Utils::Git @@ -22180,7 +22188,7 @@

    Method List

  • -
  • +
  • last_revision_of_file Utils::Git @@ -22188,7 +22196,7 @@

    Method List

  • -
  • +
  • #latest? Cask::DSL::Version @@ -22196,7 +22204,7 @@

    Method List

  • -
  • +
  • latest_clang_version OS::Mac::CLT @@ -22204,7 +22212,7 @@

    Method List

  • -
  • +
  • #latest_formula Formula @@ -22212,7 +22220,7 @@

    Method List

  • -
  • +
  • #latest_head_prefix Formula @@ -22220,7 +22228,7 @@

    Method List

  • -
  • +
  • #latest_head_version Formula @@ -22228,7 +22236,7 @@

    Method List

  • -
  • +
  • #latest_installed_prefix Formula @@ -22236,7 +22244,7 @@

    Method List

  • -
  • +
  • latest_sdk_version OS::Mac @@ -22244,7 +22252,7 @@

    Method List

  • -
  • +
  • latest_sdk_version? OS::Mac::Xcode @@ -22252,7 +22260,7 @@

    Method List

  • -
  • +
  • latest_tag SPDX @@ -22260,7 +22268,7 @@

    Method List

  • -
  • +
  • latest_version OS::Mac::Xcode @@ -22268,7 +22276,7 @@

    Method List

  • -
  • +
  • latest_version Repology @@ -22276,7 +22284,7 @@

    Method List

  • -
  • +
  • latest_version Homebrew::Livecheck @@ -22284,7 +22292,7 @@

    Method List

  • -
  • +
  • #latest_version_installed? Formula @@ -22292,7 +22300,7 @@

    Method List

  • -
  • +
  • #launch_only_once Homebrew::Service @@ -22300,7 +22308,7 @@

    Method List

  • -
  • +
  • launchctl Utils::Service @@ -22308,7 +22316,7 @@

    Method List

  • -
  • +
  • launchctl? Utils::Service @@ -22316,7 +22324,7 @@

    Method List

  • -
  • +
  • #launchd_service_path Formula @@ -22324,7 +22332,7 @@

    Method List

  • -
  • +
  • ld64_version DevelopmentTools @@ -22332,7 +22340,7 @@

    Method List

  • -
  • +
  • #ldflags SharedEnvExtension @@ -22340,7 +22348,7 @@

    Method List

  • -
  • +
  • #lead Homebrew::Manpages::Variables @@ -22348,7 +22356,7 @@

    Method List

  • -
  • +
  • left Tty @@ -22356,7 +22364,7 @@

    Method List

  • -
  • +
  • #length Checksum @@ -22364,7 +22372,7 @@

    Method List

  • -
  • +
  • #lib Formula @@ -22372,7 +22380,7 @@

    Method List

  • -
  • +
  • #lib Keg @@ -22380,7 +22388,7 @@

    Method List

  • -
  • +
  • #libcxx Stdenv @@ -22388,7 +22396,7 @@

    Method List

  • -
  • +
  • #libcxx Superenv @@ -22396,7 +22404,7 @@

    Method List

  • -
  • +
  • #libexec Formula @@ -22404,7 +22412,7 @@

    Method List

  • -
  • +
  • #libexec Keg @@ -22412,7 +22420,7 @@

    Method List

  • -
  • +
  • #libexec Homebrew::Service @@ -22420,7 +22428,7 @@

    Method List

  • -
  • +
  • library_paths OS::Linux::Ld @@ -22428,7 +22436,7 @@

    Method List

  • -
  • +
  • #libtool_files Keg @@ -22436,7 +22444,7 @@

    Method List

  • -
  • +
  • #libxml2 Stdenv @@ -22444,7 +22452,7 @@

    Method List

  • -
  • +
  • #license Formula @@ -22452,7 +22460,7 @@

    Method List

  • -
  • +
  • license Formula @@ -22460,7 +22468,7 @@

    Method List

  • -
  • +
  • license_data SPDX @@ -22468,7 +22476,7 @@

    Method List

  • -
  • +
  • #license_exception? RuboCop::Cop::FormulaAudit::Licenses @@ -22476,7 +22484,7 @@

    Method List

  • -
  • +
  • license_expression_to_string SPDX @@ -22484,7 +22492,7 @@

    Method List

  • -
  • +
  • license_version_info SPDX @@ -22492,7 +22500,7 @@

    Method List

  • -
  • +
  • licenses_forbid_installation? SPDX @@ -22500,7 +22508,7 @@

    Method List

  • -
  • +
  • #limit Homebrew::DevCmd::Bump::Args @@ -22508,7 +22516,7 @@

    Method List

  • -
  • +
  • #limit Homebrew::DevCmd::BumpUnversionedCasks::Args @@ -22516,7 +22524,7 @@

    Method List

  • -
  • +
  • #line Homebrew::SourceLocation @@ -22524,7 +22532,7 @@

    Method List

  • -
  • +
  • #line_number RuboCop::Cop::HelperFunctions @@ -22532,7 +22540,7 @@

    Method List

  • -
  • +
  • #line_start_column RuboCop::Cop::HelperFunctions @@ -22540,7 +22548,7 @@

    Method List

  • -
  • +
  • #link Keg @@ -22548,7 +22556,7 @@

    Method List

  • -
  • +
  • #link FormulaInstaller @@ -22556,7 +22564,7 @@

    Method List

  • -
  • +
  • #link Cask::Artifact::Binary @@ -22564,7 +22572,7 @@

    Method List

  • -
  • +
  • #link Homebrew::Livecheck::Strategy::Sparkle::Item @@ -22572,7 +22580,7 @@

    Method List

  • -
  • +
  • link! Homebrew::Completions @@ -22580,7 +22588,7 @@

    Method List

  • -
  • +
  • link_completions Utils::Link @@ -22588,7 +22596,7 @@

    Method List

  • -
  • +
  • link_completions? Homebrew::Completions @@ -22596,7 +22604,7 @@

    Method List

  • -
  • +
  • #link_completions_and_manpages Tap @@ -22604,7 +22612,7 @@

    Method List

  • -
  • +
  • link_docs Utils::Link @@ -22612,7 +22620,7 @@

    Method List

  • -
  • +
  • #link_keg FormulaInstaller @@ -22620,7 +22628,7 @@

    Method List

  • -
  • +
  • link_manpages Utils::Link @@ -22628,7 +22636,7 @@

    Method List

  • -
  • +
  • #link_newname Migrator @@ -22636,7 +22644,7 @@

    Method List

  • -
  • +
  • #link_oldname_cellar Migrator @@ -22644,7 +22652,7 @@

    Method List

  • -
  • +
  • #link_oldname_opt Migrator @@ -22652,7 +22660,7 @@

    Method List

  • -
  • +
  • link_overwrite Formula @@ -22660,7 +22668,7 @@

    Method List

  • -
  • +
  • #link_overwrite? Formula @@ -22668,7 +22676,7 @@

    Method List

  • -
  • +
  • link_overwrite_paths Formula @@ -22676,7 +22684,7 @@

    Method List

  • -
  • +
  • link_type_english_name Cask::Artifact::Symlinked @@ -22684,7 +22692,7 @@

    Method List

  • -
  • +
  • #linked? Keg @@ -22692,7 +22700,7 @@

    Method List

  • -
  • +
  • #linked? Formula @@ -22700,7 +22708,7 @@

    Method List

  • -
  • +
  • #linked_keg Formula @@ -22708,7 +22716,7 @@

    Method List

  • -
  • +
  • #linked_keg_record Keg @@ -22716,7 +22724,7 @@

    Method List

  • -
  • +
  • #linked_old_linked_kegs Migrator @@ -22724,7 +22732,7 @@

    Method List

  • -
  • +
  • #linked_version Formula @@ -22732,7 +22740,7 @@

    Method List

  • -
  • +
  • linux? OS @@ -22740,7 +22748,7 @@

    Method List

  • -
  • +
  • #linux? GitHubRunner @@ -22748,7 +22756,7 @@

    Method List

  • -
  • +
  • #linux? Utils::Bottles::Tag @@ -22756,7 +22764,7 @@

    Method List

  • -
  • +
  • #linux? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22764,7 +22772,7 @@

    Method List

  • -
  • +
  • #linux_compatible? TestRunnerFormula @@ -22772,7 +22780,7 @@

    Method List

  • -
  • +
  • #linux_only? TestRunnerFormula @@ -22780,7 +22788,7 @@

    Method List

  • -
  • +
  • #linux_self_hosted? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22788,7 +22796,7 @@

    Method List

  • -
  • +
  • #linux_wheezy? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -22796,7 +22804,7 @@

    Method List

  • -
  • +
  • #linuxbrew_core? CoreTap @@ -22804,7 +22812,7 @@

    Method List

  • -
  • +
  • list? Metafiles @@ -22812,7 +22820,7 @@

    Method List

  • -
  • +
  • list_artifacts Cask::List @@ -22820,7 +22828,7 @@

    Method List

  • -
  • +
  • list_casks Cask::List @@ -22828,7 +22836,7 @@

    Method List

  • -
  • +
  • #list_checks? Homebrew::Cmd::Doctor::Args @@ -22836,7 +22844,7 @@

    Method List

  • -
  • +
  • little_endian? Hardware::CPU @@ -22844,7 +22852,7 @@

    Method List

  • -
  • +
  • #livecheck Formula @@ -22852,7 +22860,7 @@

    Method List

  • -
  • +
  • livecheck Formula @@ -22860,7 +22868,7 @@

    Method List

  • -
  • +
  • #livecheck Cask::DSL @@ -22868,7 +22876,7 @@

    Method List

  • -
  • +
  • #livecheck Resource @@ -22876,7 +22884,7 @@

    Method List

  • -
  • +
  • #livecheck Cask::Cask @@ -22884,7 +22892,7 @@

    Method List

  • -
  • +
  • livecheck_strategy_names Homebrew::Livecheck @@ -22892,7 +22900,7 @@

    Method List

  • -
  • +
  • livecheck_url_to_string Homebrew::Livecheck @@ -22900,7 +22908,7 @@

    Method List

  • -
  • +
  • livecheck_watchlist Homebrew::EnvConfig @@ -22908,7 +22916,7 @@

    Method List

  • -
  • +
  • #livecheckable? Formula @@ -22916,7 +22924,7 @@

    Method List

  • -
  • +
  • livecheckable? Formula @@ -22924,7 +22932,7 @@

    Method List

  • -
  • +
  • #livecheckable? Resource @@ -22932,7 +22940,7 @@

    Method List

  • -
  • +
  • #livecheckable? Cask::Cask @@ -22940,7 +22948,7 @@

    Method List

  • -
  • +
  • #livecheckable? Cask::DSL @@ -22948,7 +22956,7 @@

    Method List

  • -
  • +
  • llvm_clang_build_version DevelopmentTools @@ -22956,7 +22964,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::ILoader @@ -22964,7 +22972,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromContentLoader @@ -22972,7 +22980,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromPathLoader @@ -22980,7 +22988,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromURILoader @@ -22988,7 +22996,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromTapLoader @@ -22996,7 +23004,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromInstanceLoader @@ -23004,7 +23012,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromAPILoader @@ -23012,7 +23020,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::NullLoader @@ -23020,7 +23028,7 @@

    Method List

  • -
  • +
  • load Cask::CaskLoader @@ -23028,7 +23036,7 @@

    Method List

  • -
  • +
  • #load Cask::DSL::DependsOn @@ -23036,7 +23044,7 @@

    Method List

  • -
  • +
  • #load_file Formulary::FromURILoader @@ -23044,7 +23052,7 @@

    Method List

  • -
  • +
  • #load_file Formulary::FromTapLoader @@ -23052,7 +23060,7 @@

    Method List

  • -
  • +
  • load_formula Formulary @@ -23060,7 +23068,7 @@

    Method List

  • -
  • +
  • load_formula_from_api Formulary @@ -23068,7 +23076,7 @@

    Method List

  • -
  • +
  • load_formula_from_path Formulary @@ -23076,7 +23084,7 @@

    Method List

  • -
  • +
  • load_other_tap_strategies Homebrew::Livecheck @@ -23084,7 +23092,7 @@

    Method List

  • -
  • +
  • load_tab Utils::Bottles @@ -23092,7 +23100,7 @@

    Method List

  • -
  • +
  • #loaded_from_api Tab @@ -23100,7 +23108,7 @@

    Method List

  • -
  • +
  • #loaded_from_api? Formula @@ -23108,7 +23116,7 @@

    Method List

  • -
  • +
  • loaded_from_api? Formula @@ -23116,7 +23124,7 @@

    Method List

  • -
  • +
  • #loaded_from_api? Cask::Cask @@ -23124,7 +23132,7 @@

    Method List

  • -
  • +
  • #loader Cask::Cask @@ -23132,7 +23140,7 @@

    Method List

  • -
  • +
  • loader_for Formulary @@ -23140,7 +23148,7 @@

    Method List

  • -
  • +
  • #loader_name_for Keg @@ -23148,7 +23156,7 @@

    Method List

  • -
  • +
  • #loader_path Formula @@ -23156,7 +23164,7 @@

    Method List

  • -
  • +
  • #loaders TapFormulaAmbiguityError @@ -23164,7 +23172,7 @@

    Method List

  • -
  • +
  • #loaders Cask::TapCaskAmbiguityError @@ -23172,7 +23180,7 @@

    Method List

  • -
  • +
  • #local_bottle_path Formula @@ -23180,7 +23188,7 @@

    Method List

  • -
  • +
  • local_npm_install_args Language::Node @@ -23188,7 +23196,7 @@

    Method List

  • -
  • +
  • locate DevelopmentTools @@ -23196,7 +23204,7 @@

    Method List

  • -
  • +
  • #location Homebrew::Style::Offense @@ -23204,7 +23212,7 @@

    Method List

  • -
  • +
  • #location Cask::URL @@ -23212,7 +23220,7 @@

    Method List

  • -
  • +
  • #location_expression RuboCop::AST::Node @@ -23220,7 +23228,7 @@

    Method List

  • -
  • +
  • #lock Keg @@ -23228,7 +23236,7 @@

    Method List

  • -
  • +
  • #lock Formula @@ -23236,7 +23244,7 @@

    Method List

  • -
  • +
  • #lock Migrator @@ -23244,7 +23252,7 @@

    Method List

  • -
  • +
  • #lock LockFile @@ -23252,7 +23260,7 @@

    Method List

  • -
  • +
  • locked FormulaInstaller @@ -23260,7 +23268,7 @@

    Method List

  • -
  • +
  • #log_path Homebrew::Service @@ -23268,7 +23276,7 @@

    Method List

  • -
  • +
  • #logs Formula @@ -23276,7 +23284,7 @@

    Method List

  • -
  • +
  • logs Homebrew::EnvConfig @@ -23284,7 +23292,7 @@

    Method List

  • -
  • +
  • lookup FormulaInfo @@ -23292,7 +23300,7 @@

    Method List

  • -
  • +
  • #lost? Homebrew::DevCmd::Unbottled::Args @@ -23300,7 +23308,7 @@

    Method List

  • -
  • +
  • mac? OS @@ -23308,7 +23316,7 @@

    Method List

  • -
  • +
  • #mach_o_bundle? MachOShim @@ -23316,7 +23324,7 @@

    Method List

  • -
  • +
  • #mach_o_bundle? Pathname @@ -23324,7 +23332,7 @@

    Method List

  • -
  • +
  • #mach_o_executable? MachOShim @@ -23332,7 +23340,7 @@

    Method List

  • -
  • +
  • #mach_o_files Keg @@ -23340,7 +23348,7 @@

    Method List

  • -
  • +
  • #macos Cask::DSL::DependsOn @@ -23348,7 +23356,7 @@

    Method List

  • -
  • +
  • #macos Homebrew::DevCmd::DispatchBuildBottle::Args @@ -23356,7 +23364,7 @@

    Method List

  • -
  • +
  • #macos? GitHubRunner @@ -23364,7 +23372,7 @@

    Method List

  • -
  • +
  • #macos? Utils::Bottles::Tag @@ -23372,7 +23380,7 @@

    Method List

  • -
  • +
  • #macos_compatible? TestRunnerFormula @@ -23380,7 +23388,7 @@

    Method List

  • -
  • +
  • #macos_legacy_timers Homebrew::Service @@ -23388,7 +23396,7 @@

    Method List

  • -
  • +
  • #macos_only? TestRunnerFormula @@ -23396,7 +23404,7 @@

    Method List

  • -
  • +
  • #macos_version GitHubRunner @@ -23404,7 +23412,7 @@

    Method List

  • -
  • +
  • #macos_version_comparison_search RuboCop::Cop::OnSystemConditionalsHelper @@ -23412,7 +23420,7 @@

    Method List

  • -
  • +
  • #macosxsdk Stdenv @@ -23420,7 +23428,7 @@

    Method List

  • -
  • +
  • #macports? Homebrew::Cmd::SearchCmd::Args @@ -23428,7 +23436,7 @@

    Method List

  • -
  • +
  • macports_or_fink OS::Mac @@ -23436,7 +23444,7 @@

    Method List

  • -
  • +
  • magenta Tty @@ -23444,7 +23452,7 @@

    Method List

  • -
  • +
  • #magic_number Pathname @@ -23452,7 +23460,7 @@

    Method List

  • -
  • +
  • #maintainers Homebrew::Manpages::Variables @@ -23460,7 +23468,7 @@

    Method List

  • -
  • +
  • #major Version @@ -23468,7 +23476,7 @@

    Method List

  • -
  • +
  • #major Cask::DSL::Version @@ -23476,7 +23484,7 @@

    Method List

  • -
  • +
  • #major PkgVersion @@ -23484,7 +23492,7 @@

    Method List

  • -
  • +
  • #major? Homebrew::DevCmd::Release::Args @@ -23492,7 +23500,7 @@

    Method List

  • -
  • +
  • #major_minor Version @@ -23500,7 +23508,7 @@

    Method List

  • -
  • +
  • #major_minor Cask::DSL::Version @@ -23508,7 +23516,7 @@

    Method List

  • -
  • +
  • #major_minor PkgVersion @@ -23516,7 +23524,7 @@

    Method List

  • -
  • +
  • #major_minor_patch Version @@ -23524,7 +23532,7 @@

    Method List

  • -
  • +
  • #major_minor_patch Cask::DSL::Version @@ -23532,7 +23540,7 @@

    Method List

  • -
  • +
  • #major_minor_patch PkgVersion @@ -23540,7 +23548,7 @@

    Method List

  • -
  • +
  • major_minor_version Language::Python @@ -23548,7 +23556,7 @@

    Method List

  • -
  • +
  • make_jobs Homebrew::EnvConfig @@ -23556,7 +23564,7 @@

    Method List

  • -
  • +
  • #make_jobs Stdenv @@ -23564,7 +23572,7 @@

    Method List

  • -
  • +
  • #make_jobs Superenv @@ -23572,7 +23580,7 @@

    Method List

  • -
  • +
  • #make_relative_symlink Pathname @@ -23580,7 +23588,7 @@

    Method List

  • -
  • +
  • #make_relative_symlink ObserverPathnameExtension @@ -23588,7 +23596,7 @@

    Method List

  • -
  • +
  • #man Formula @@ -23596,7 +23604,7 @@

    Method List

  • -
  • +
  • #man1 Formula @@ -23604,7 +23612,7 @@

    Method List

  • -
  • +
  • #man2 Formula @@ -23612,7 +23620,7 @@

    Method List

  • -
  • +
  • #man3 Formula @@ -23620,7 +23628,7 @@

    Method List

  • -
  • +
  • #man4 Formula @@ -23628,7 +23636,7 @@

    Method List

  • -
  • +
  • #man5 Formula @@ -23636,7 +23644,7 @@

    Method List

  • -
  • +
  • #man6 Formula @@ -23644,7 +23652,7 @@

    Method List

  • -
  • +
  • #man7 Formula @@ -23652,7 +23660,7 @@

    Method List

  • -
  • +
  • #man8 Formula @@ -23660,7 +23668,7 @@

    Method List

  • -
  • +
  • #manpagedir Cask::Config @@ -23668,7 +23676,7 @@

    Method List

  • -
  • +
  • #manual_command Homebrew::Service @@ -23676,7 +23684,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Git @@ -23684,7 +23692,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Gnu @@ -23692,7 +23700,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Npm @@ -23700,7 +23708,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Xml @@ -23708,7 +23716,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Cpan @@ -23716,7 +23724,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Json @@ -23724,7 +23732,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Pypi @@ -23732,7 +23740,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Xorg @@ -23740,7 +23748,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Yaml @@ -23748,7 +23756,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Crate @@ -23756,7 +23764,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Gnome @@ -23764,7 +23772,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Apache @@ -23772,7 +23780,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Hackage @@ -23780,7 +23788,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Sparkle @@ -23788,7 +23796,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Bitbucket @@ -23796,7 +23804,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Launchpad @@ -23804,7 +23812,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::PageMatch @@ -23812,7 +23820,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Sourceforge @@ -23820,7 +23828,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::HeaderMatch @@ -23828,7 +23836,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::ExtractPlist @@ -23836,7 +23844,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::GithubLatest @@ -23844,7 +23852,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::GithubReleases @@ -23852,7 +23860,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::ElectronBuilder @@ -23860,7 +23868,7 @@

    Method List

  • -
  • +
  • #max_count Homebrew::Cmd::Log::Args @@ -23868,7 +23876,7 @@

    Method List

  • -
  • +
  • #max_length Utils::Shebang::RewriteInfo @@ -23876,7 +23884,7 @@

    Method List

  • -
  • +
  • mdfind OS::Mac @@ -23884,7 +23892,7 @@

    Method List

  • -
  • +
  • mdfind_query OS::Mac @@ -23892,7 +23900,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::Reinstall::Args @@ -23900,7 +23908,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::InstallCmd::Args @@ -23908,7 +23916,7 @@

    Method List

  • -
  • +
  • #mdimporterdir Homebrew::Cmd::UpgradeCmd::Args @@ -23916,7 +23924,7 @@

    Method List

  • -
  • +
  • #mdimporters Homebrew::UnversionedCaskChecker @@ -23924,7 +23932,7 @@

    Method List

  • -
  • +
  • members_by_team GitHub @@ -23932,7 +23940,7 @@

    Method List

  • -
  • +
  • #merge Cask::Config @@ -23940,7 +23948,7 @@

    Method List

  • -
  • +
  • #merge BuildEnvironment @@ -23948,7 +23956,7 @@

    Method List

  • -
  • +
  • #merge? Homebrew::DevCmd::Bottle::Args @@ -23956,7 +23964,7 @@

    Method List

  • -
  • +
  • #merge_bottle_spec Homebrew::DevCmd::Bottle @@ -23964,7 +23972,7 @@

    Method List

  • -
  • +
  • #merge_directory Migrator @@ -23972,7 +23980,7 @@

    Method List

  • -
  • +
  • #merge_json_files Homebrew::DevCmd::Bottle @@ -23980,7 +23988,7 @@

    Method List

  • -
  • +
  • merge_pull_request GitHub @@ -23988,7 +23996,7 @@

    Method List

  • -
  • +
  • merge_repeats Dependency @@ -23996,7 +24004,7 @@

    Method List

  • -
  • +
  • merge_variations Homebrew::API @@ -24004,7 +24012,7 @@

    Method List

  • -
  • +
  • #merge_xattrs UnpackStrategy @@ -24012,7 +24020,7 @@

    Method List

  • -
  • +
  • #merged_output SystemCommand::Result @@ -24020,7 +24028,7 @@

    Method List

  • -
  • +
  • #meson? Homebrew::DevCmd::Create::Args @@ -24028,7 +24036,7 @@

    Method List

  • -
  • +
  • #message Homebrew::Style::Offense @@ -24036,7 +24044,7 @@

    Method List

  • -
  • +
  • #message TapRemoteMismatchError @@ -24044,7 +24052,7 @@

    Method List

  • -
  • +
  • #message TapCoreRemoteMismatchError @@ -24052,7 +24060,7 @@

    Method List

  • -
  • +
  • #message FormulaConflictError @@ -24060,7 +24068,7 @@

    Method List

  • -
  • +
  • #message Requirement @@ -24068,7 +24076,7 @@

    Method List

  • -
  • +
  • #message Cask::CaskCannotBeInstalledError @@ -24076,7 +24084,7 @@

    Method List

  • -
  • +
  • message DeprecateDisable @@ -24084,7 +24092,7 @@

    Method List

  • -
  • +
  • #message ArchRequirement @@ -24092,7 +24100,7 @@

    Method List

  • -
  • +
  • #message LinuxRequirement @@ -24100,7 +24108,7 @@

    Method List

  • -
  • +
  • #message MacOSRequirement @@ -24108,7 +24116,7 @@

    Method List

  • -
  • +
  • #message XcodeRequirement @@ -24116,7 +24124,7 @@

    Method List

  • -
  • +
  • #message CodesignRequirement @@ -24124,7 +24132,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::PrPull::Args @@ -24132,7 +24140,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::PrPublish::Args @@ -24140,7 +24148,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpCaskPr::Args @@ -24148,7 +24156,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpRevision::Args @@ -24156,7 +24164,7 @@

    Method List

  • -
  • +
  • #message Homebrew::DevCmd::BumpFormulaPr::Args @@ -24164,7 +24172,7 @@

    Method List

  • -
  • +
  • messages Homebrew @@ -24172,7 +24180,7 @@

    Method List

  • -
  • +
  • messages_displayed! Utils::Analytics @@ -24180,7 +24188,7 @@

    Method List

  • -
  • +
  • messages_displayed? Utils::Analytics @@ -24188,7 +24196,7 @@

    Method List

  • -
  • +
  • #metadata_main_container_path Cask::Metadata @@ -24196,7 +24204,7 @@

    Method List

  • -
  • +
  • #metadata_subdir Cask::Metadata @@ -24204,7 +24212,7 @@

    Method List

  • -
  • +
  • #metadata_subdir Cask::Installer @@ -24212,7 +24220,7 @@

    Method List

  • -
  • +
  • #metadata_timestamped_path Cask::Metadata @@ -24220,7 +24228,7 @@

    Method List

  • -
  • +
  • #metadata_versioned_path Cask::Metadata @@ -24228,7 +24236,7 @@

    Method List

  • -
  • +
  • #method_called? RuboCop::Cop::HelperFunctions @@ -24236,7 +24244,7 @@

    Method List

  • -
  • +
  • #method_called_ever? RuboCop::Cop::HelperFunctions @@ -24244,7 +24252,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::DSL @@ -24252,7 +24260,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::DSL::Base @@ -24260,7 +24268,7 @@

    Method List

  • -
  • +
  • method_missing_message Cask::Utils @@ -24268,7 +24276,7 @@

    Method List

  • -
  • +
  • method_name Commands @@ -24276,7 +24284,7 @@

    Method List

  • -
  • +
  • #method_name RuboCop::Cop::HelperFunctions @@ -24284,7 +24292,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::Cask::AST::Stanza @@ -24292,7 +24300,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::Cask::AST::CaskHeader @@ -24300,7 +24308,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::AST::Node @@ -24308,7 +24316,7 @@

    Method List

  • -
  • +
  • #method_order_index RuboCop::Cop::Cask::UninstallMethodsOrder @@ -24316,7 +24324,7 @@

    Method List

  • -
  • +
  • #migrate Migrator @@ -24324,7 +24332,7 @@

    Method List

  • -
  • +
  • #migrate Cask::Migrator @@ -24332,7 +24340,7 @@

    Method List

  • -
  • +
  • #migrate_cask_rename Reporter @@ -24340,7 +24348,7 @@

    Method List

  • -
  • +
  • #migrate_formula_rename Reporter @@ -24348,7 +24356,7 @@

    Method List

  • -
  • +
  • migrate_gcc_dependents_if_needed Homebrew @@ -24356,7 +24364,7 @@

    Method List

  • -
  • +
  • migrate_if_needed Migrator @@ -24364,7 +24372,7 @@

    Method List

  • -
  • +
  • migrate_if_needed Cask::Migrator @@ -24372,7 +24380,7 @@

    Method List

  • -
  • +
  • #migrate_tap_migration Reporter @@ -24380,7 +24388,7 @@

    Method List

  • -
  • +
  • #migration_needed? Formula @@ -24388,7 +24396,7 @@

    Method List

  • -
  • +
  • #minimum_system_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -24396,7 +24404,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Mac::Xcode @@ -24404,7 +24412,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Mac::CLT @@ -24412,7 +24420,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Linux::Glibc @@ -24420,7 +24428,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Linux::Kernel @@ -24428,7 +24436,7 @@

    Method List

  • -
  • +
  • #minor Version @@ -24436,7 +24444,7 @@

    Method List

  • -
  • +
  • #minor Cask::DSL::Version @@ -24444,7 +24452,7 @@

    Method List

  • -
  • +
  • #minor PkgVersion @@ -24452,7 +24460,7 @@

    Method List

  • -
  • +
  • #minor? Homebrew::DevCmd::Release::Args @@ -24460,7 +24468,7 @@

    Method List

  • -
  • +
  • #minor_patch Cask::DSL::Version @@ -24468,7 +24476,7 @@

    Method List

  • -
  • +
  • mirror Formula @@ -24476,7 +24484,7 @@

    Method List

  • -
  • +
  • #mirror Resource @@ -24484,7 +24492,7 @@

    Method List

  • -
  • +
  • #mirror Homebrew::DevCmd::BumpFormulaPr::Args @@ -24492,7 +24500,7 @@

    Method List

  • -
  • +
  • #mirrors Downloadable @@ -24500,7 +24508,7 @@

    Method List

  • -
  • +
  • #mirrors Homebrew::ResourceAuditor @@ -24508,7 +24516,7 @@

    Method List

  • -
  • +
  • #mirrors CurlDownloadStrategy @@ -24516,7 +24524,7 @@

    Method List

  • -
  • +
  • #mirrors CurlApacheMirrorDownloadStrategy @@ -24524,7 +24532,7 @@

    Method List

  • -
  • +
  • #missing? Homebrew::Cmd::Deps::Args @@ -24532,7 +24540,7 @@

    Method List

  • -
  • +
  • #missing? Homebrew::Cmd::Uses::Args @@ -24540,7 +24548,7 @@

    Method List

  • -
  • +
  • #missing_cask_and_formula_dependencies Cask::Installer @@ -24548,7 +24556,7 @@

    Method List

  • -
  • +
  • #missing_dependencies Formula @@ -24556,7 +24564,7 @@

    Method List

  • -
  • +
  • missing_deps Homebrew::Diagnostic @@ -24564,7 +24572,7 @@

    Method List

  • -
  • +
  • #missing_options Dependency @@ -24572,7 +24580,7 @@

    Method List

  • -
  • +
  • #mkdir Formula @@ -24580,7 +24588,7 @@

    Method List

  • -
  • +
  • #mkpath ObserverPathnameExtension @@ -24588,7 +24596,7 @@

    Method List

  • -
  • +
  • #mktemp Formula @@ -24596,7 +24604,7 @@

    Method List

  • -
  • +
  • #mktemp Requirement @@ -24604,7 +24612,7 @@

    Method List

  • -
  • +
  • #modification_date Mechanize::HTTP::ContentDisposition @@ -24612,7 +24620,7 @@

    Method List

  • -
  • +
  • #modifier? RuboCop::Cop::FormulaAudit::Miscellaneous @@ -24620,7 +24628,7 @@

    Method List

  • -
  • +
  • #modify_build_environment Requirement @@ -24628,7 +24636,7 @@

    Method List

  • -
  • +
  • #move_to_new_directory Migrator @@ -24636,7 +24644,7 @@

    Method List

  • -
  • +
  • #mtime CacheStoreDatabase @@ -24644,7 +24652,7 @@

    Method List

  • -
  • +
  • #multi_stanza_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -24652,7 +24660,7 @@

    Method List

  • -
  • +
  • #multiple? Homebrew::Cmd::List::Args @@ -24660,7 +24668,7 @@

    Method List

  • -
  • +
  • multiple_short_commits_exist? GitHub @@ -24668,7 +24676,7 @@

    Method List

  • -
  • +
  • #multiple_versions Homebrew::DevCmd::Bump::VersionBumpInfo @@ -24676,7 +24684,7 @@

    Method List

  • -
  • +
  • #must_succeed? SystemCommand @@ -24684,7 +24692,7 @@

    Method List

  • -
  • +
  • n ObserverPathnameExtension @@ -24692,7 +24700,7 @@

    Method List

  • -
  • +
  • #n Homebrew::Cmd::Log::Args @@ -24700,7 +24708,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Deps::Args @@ -24708,7 +24716,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Desc::Args @@ -24716,7 +24724,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Link::Args @@ -24724,7 +24732,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Migrate::Args @@ -24732,7 +24740,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::GistLogs::Args @@ -24740,7 +24748,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::Autoremove::Args @@ -24748,7 +24756,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::UnlinkCmd::Args @@ -24756,7 +24764,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::CleanupCmd::Args @@ -24764,7 +24772,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::InstallCmd::Args @@ -24772,7 +24780,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::Cmd::UpgradeCmd::Args @@ -24780,7 +24788,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::PrPull::Args @@ -24788,7 +24796,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::PrUpload::Args @@ -24796,7 +24804,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpCaskPr::Args @@ -24804,7 +24812,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpRevision::Args @@ -24812,7 +24820,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpFormulaPr::Args @@ -24820,7 +24828,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::GenerateCaskApi::Args @@ -24828,7 +24836,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::GenerateFormulaApi::Args @@ -24836,7 +24844,7 @@

    Method List

  • -
  • +
  • #n? Homebrew::DevCmd::BumpUnversionedCasks::Args @@ -24844,7 +24852,7 @@

    Method List

  • -
  • +
  • #name Keg @@ -24852,7 +24860,7 @@

    Method List

  • -
  • +
  • #name Tap @@ -24860,7 +24868,7 @@

    Method List

  • -
  • +
  • #name Debrew::Menu::Entry @@ -24868,7 +24876,7 @@

    Method List

  • -
  • +
  • #name Formula @@ -24876,7 +24884,7 @@

    Method List

  • -
  • +
  • #name Option @@ -24884,7 +24892,7 @@

    Method List

  • -
  • +
  • #name Homebrew::Service @@ -24892,7 +24900,7 @@

    Method List

  • -
  • +
  • #name Cask::DSL @@ -24900,7 +24908,7 @@

    Method List

  • -
  • +
  • #name Resource @@ -24908,7 +24916,7 @@

    Method List

  • -
  • +
  • #name CompilerSelector::Compiler @@ -24916,7 +24924,7 @@

    Method List

  • -
  • +
  • #name Formulary::FormulaLoader @@ -24924,7 +24932,7 @@

    Method List

  • -
  • +
  • #name Dependency @@ -24932,7 +24940,7 @@

    Method List

  • -
  • +
  • #name NoSuchKegError @@ -24940,7 +24948,7 @@

    Method List

  • -
  • +
  • #name FormulaOrCaskUnavailableError @@ -24948,7 +24956,7 @@

    Method List

  • -
  • +
  • #name TapFormulaAmbiguityError @@ -24956,7 +24964,7 @@

    Method List

  • -
  • +
  • #name TapUnavailableError @@ -24964,7 +24972,7 @@

    Method List

  • -
  • +
  • #name TapRemoteMismatchError @@ -24972,7 +24980,7 @@

    Method List

  • -
  • +
  • #name TapAlreadyTappedError @@ -24980,7 +24988,7 @@

    Method List

  • -
  • +
  • #name TapNoCustomRemoteError @@ -24988,7 +24996,7 @@

    Method List

  • -
  • +
  • #name PyPI::Package @@ -24996,7 +25004,7 @@

    Method List

  • -
  • +
  • #name Requirement @@ -25004,7 +25012,7 @@

    Method List

  • -
  • +
  • #name Homebrew::TapAuditor @@ -25012,7 +25020,7 @@

    Method List

  • -
  • +
  • #name SoftwareSpec @@ -25020,7 +25028,7 @@

    Method List

  • -
  • +
  • #name Bottle::Filename @@ -25028,7 +25036,7 @@

    Method List

  • -
  • +
  • #name Bottle @@ -25036,7 +25044,7 @@

    Method List

  • -
  • +
  • #name CaskDependent @@ -25044,7 +25052,7 @@

    Method List

  • -
  • +
  • #name Homebrew::FormulaCreator @@ -25052,7 +25060,7 @@

    Method List

  • -
  • +
  • #name FormulaConflict @@ -25060,7 +25068,7 @@

    Method List

  • -
  • +
  • #name Homebrew::ResourceAuditor @@ -25068,7 +25076,7 @@

    Method List

  • -
  • +
  • #name LinuxRunnerSpec @@ -25076,7 +25084,7 @@

    Method List

  • -
  • +
  • #name MacOSRunnerSpec @@ -25084,7 +25092,7 @@

    Method List

  • -
  • +
  • #name TestRunnerFormula @@ -25092,7 +25100,7 @@

    Method List

  • -
  • +
  • #name Cask::Cask @@ -25100,7 +25108,7 @@

    Method List

  • -
  • +
  • #name? Homebrew::Cmd::Desc::Args @@ -25108,7 +25116,7 @@

    Method List

  • -
  • +
  • name_from_url Homebrew::FormulaCreator @@ -25116,7 +25124,7 @@

    Method List

  • -
  • +
  • name_info Cask::Info @@ -25124,7 +25132,7 @@

    Method List

  • -
  • +
  • #name_to_option Homebrew::CLI::Parser @@ -25132,7 +25140,7 @@

    Method List

  • -
  • +
  • #named Homebrew::CLI::Args @@ -25140,7 +25148,7 @@

    Method List

  • -
  • +
  • #named_args Homebrew::Uninstall::DependentsMessage @@ -25148,7 +25156,7 @@

    Method List

  • -
  • +
  • #named_args Homebrew::CLI::Parser @@ -25156,7 +25164,7 @@

    Method List

  • -
  • +
  • named_args_type Commands @@ -25164,7 +25172,7 @@

    Method List

  • -
  • +
  • #named_args_type Homebrew::CLI::Parser @@ -25172,7 +25180,7 @@

    Method List

  • -
  • +
  • names Tap @@ -25180,7 +25188,7 @@

    Method List

  • -
  • +
  • names Formula @@ -25188,7 +25196,7 @@

    Method List

  • -
  • +
  • namespace_key Formulary @@ -25196,7 +25204,7 @@

    Method List

  • -
  • +
  • needs Formula @@ -25204,7 +25212,7 @@

    Method List

  • -
  • +
  • #needs SoftwareSpec @@ -25212,7 +25220,7 @@

    Method List

  • -
  • +
  • needs_build_formulae? DevelopmentTools @@ -25220,7 +25228,7 @@

    Method List

  • -
  • +
  • needs_clt_installed? OS::Mac::Xcode @@ -25228,7 +25236,7 @@

    Method List

  • -
  • +
  • needs_compiler_formula? DevelopmentTools @@ -25236,7 +25244,7 @@

    Method List

  • -
  • +
  • needs_libc_formula? DevelopmentTools @@ -25244,7 +25252,7 @@

    Method List

  • -
  • +
  • needs_migration? Migrator @@ -25252,7 +25260,7 @@

    Method List

  • -
  • +
  • #needs_python? Language::Python::Virtualenv @@ -25260,7 +25268,7 @@

    Method List

  • -
  • +
  • #negate_include_call? RuboCop::Cop::Homebrew::NegateInclude @@ -25268,7 +25276,7 @@

    Method List

  • -
  • +
  • #negate_normal_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -25276,7 +25284,7 @@

    Method List

  • -
  • +
  • #nested Cask::DSL::Container @@ -25284,7 +25292,7 @@

    Method List

  • -
  • +
  • nested_cache? Homebrew::Cleanup @@ -25292,7 +25300,7 @@

    Method List

  • -
  • +
  • network_access_allowed? Formula @@ -25300,7 +25308,7 @@

    Method List

  • -
  • +
  • #network_access_allowed? Formula @@ -25308,7 +25316,7 @@

    Method List

  • -
  • +
  • #new? Homebrew::DevCmd::Audit::Args @@ -25316,7 +25324,7 @@

    Method List

  • -
  • +
  • #new_cask Cask::Migrator @@ -25324,7 +25332,7 @@

    Method List

  • -
  • +
  • #new_cask? Cask::Audit @@ -25332,7 +25340,7 @@

    Method List

  • -
  • +
  • #new_cask_path Tap @@ -25340,7 +25348,7 @@

    Method List

  • -
  • +
  • #new_cask_path CoreCaskTap @@ -25348,7 +25356,7 @@

    Method List

  • -
  • +
  • #new_cellar Migrator @@ -25356,7 +25364,7 @@

    Method List

  • -
  • +
  • #new_cellar_existed Migrator @@ -25364,7 +25372,7 @@

    Method List

  • -
  • +
  • #new_download_sha Cask::Cask @@ -25372,7 +25380,7 @@

    Method List

  • -
  • +
  • #new_formula_available? Formula @@ -25380,7 +25388,7 @@

    Method List

  • -
  • +
  • #new_formula_path Tap @@ -25388,7 +25396,7 @@

    Method List

  • -
  • +
  • #new_formula_path CoreTap @@ -25396,7 +25404,7 @@

    Method List

  • -
  • +
  • #new_formula_problems Homebrew::FormulaAuditor @@ -25404,7 +25412,7 @@

    Method List

  • -
  • +
  • #new_issue? Homebrew::Cmd::GistLogs::Args @@ -25412,7 +25420,7 @@

    Method List

  • -
  • +
  • #new_linked_keg_record Migrator @@ -25420,7 +25428,7 @@

    Method List

  • -
  • +
  • #new_pin_record Migrator @@ -25428,7 +25436,7 @@

    Method List

  • -
  • +
  • #new_version Homebrew::DevCmd::Bump::VersionBumpInfo @@ -25436,7 +25444,7 @@

    Method List

  • -
  • +
  • #newer_only? Homebrew::DevCmd::LivecheckCmd::Args @@ -25444,7 +25452,7 @@

    Method List

  • -
  • +
  • #newname Migrator @@ -25452,7 +25460,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::BundleVersion @@ -25460,7 +25468,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -25468,7 +25476,7 @@

    Method List

  • -
  • +
  • #nil_or_empty? RuboCop::Cop::Homebrew::Blank @@ -25476,7 +25484,7 @@

    Method List

  • -
  • +
  • #no_all_checks? Homebrew::DevCmd::Bottle::Args @@ -25484,7 +25492,7 @@

    Method List

  • -
  • +
  • no_analytics? Homebrew::EnvConfig @@ -25492,7 +25500,7 @@

    Method List

  • -
  • +
  • #no_audit? Homebrew::DevCmd::BumpCaskPr::Args @@ -25500,7 +25508,7 @@

    Method List

  • -
  • +
  • #no_audit? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25508,7 +25516,7 @@

    Method List

  • -
  • +
  • no_auto_update? Homebrew::EnvConfig @@ -25516,7 +25524,7 @@

    Method List

  • -
  • +
  • no_bootsnap? Homebrew::EnvConfig @@ -25524,7 +25532,7 @@

    Method List

  • -
  • +
  • #no_browse? Homebrew::DevCmd::BumpCaskPr::Args @@ -25532,7 +25540,7 @@

    Method List

  • -
  • +
  • #no_browse? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25540,7 +25548,7 @@

    Method List

  • -
  • +
  • no_changes_message Homebrew @@ -25548,7 +25556,7 @@

    Method List

  • -
  • +
  • #no_cherry_pick? Homebrew::DevCmd::PrPull::Args @@ -25556,7 +25564,7 @@

    Method List

  • -
  • +
  • no_cleanup_formulae Homebrew::EnvConfig @@ -25564,7 +25572,7 @@

    Method List

  • -
  • +
  • no_color? Homebrew::EnvConfig @@ -25572,7 +25580,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::Bottle::Args @@ -25580,7 +25588,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::PrPull::Args @@ -25588,7 +25596,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::PrUpload::Args @@ -25596,7 +25604,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::VendorGems::Args @@ -25604,7 +25612,7 @@

    Method List

  • -
  • +
  • #no_dividers Cask::DSL::Version @@ -25612,7 +25620,7 @@

    Method List

  • -
  • +
  • no_emoji? Homebrew::EnvConfig @@ -25620,7 +25628,7 @@

    Method List

  • -
  • +
  • no_env_hints? Homebrew::EnvConfig @@ -25628,7 +25636,7 @@

    Method List

  • -
  • +
  • #no_fetch? Homebrew::DevCmd::Create::Args @@ -25636,7 +25644,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Stdenv @@ -25644,7 +25652,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Superenv @@ -25652,7 +25660,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains_support? SharedEnvExtension @@ -25660,7 +25668,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::Bump::Args @@ -25668,7 +25676,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::BumpCaskPr::Args @@ -25676,7 +25684,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25684,7 +25692,7 @@

    Method List

  • -
  • +
  • #no_git? Homebrew::DevCmd::TapNew::Args @@ -25692,7 +25700,7 @@

    Method List

  • -
  • +
  • no_github_api? Homebrew::EnvConfig @@ -25700,7 +25708,7 @@

    Method List

  • -
  • +
  • no_insecure_redirect? Homebrew::EnvConfig @@ -25708,7 +25716,7 @@

    Method List

  • -
  • +
  • no_install_cleanup? Homebrew::EnvConfig @@ -25716,7 +25724,7 @@

    Method List

  • -
  • +
  • no_install_from_api? Homebrew::EnvConfig @@ -25724,7 +25732,7 @@

    Method List

  • -
  • +
  • no_install_upgrade? Homebrew::EnvConfig @@ -25732,7 +25740,7 @@

    Method List

  • -
  • +
  • no_installed_dependents_check? Homebrew::EnvConfig @@ -25740,7 +25748,7 @@

    Method List

  • -
  • +
  • no_message_output? Utils::Analytics @@ -25748,7 +25756,7 @@

    Method List

  • -
  • +
  • #no_named? Homebrew::CLI::Args @@ -25756,7 +25764,7 @@

    Method List

  • -
  • +
  • no_proxy Homebrew::EnvConfig @@ -25764,7 +25772,7 @@

    Method List

  • -
  • +
  • #no_pull_requests? Homebrew::DevCmd::Bump::Args @@ -25772,7 +25780,7 @@

    Method List

  • -
  • +
  • #no_rebuild? Homebrew::DevCmd::Bottle::Args @@ -25780,7 +25788,7 @@

    Method List

  • -
  • +
  • #no_simulate? Homebrew::Cmd::ReadallCmd::Args @@ -25788,7 +25796,7 @@

    Method List

  • -
  • +
  • #no_style? Homebrew::DevCmd::BumpCaskPr::Args @@ -25796,7 +25804,7 @@

    Method List

  • -
  • +
  • no_underline Tty @@ -25804,7 +25812,7 @@

    Method List

  • -
  • +
  • no_update_report_new? Homebrew::EnvConfig @@ -25812,7 +25820,7 @@

    Method List

  • -
  • +
  • #no_upload? Homebrew::DevCmd::PrPull::Args @@ -25820,7 +25828,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Stdenv @@ -25828,7 +25836,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Superenv @@ -25836,7 +25844,7 @@

    Method List

  • -
  • +
  • #no_weak_imports_support? SharedEnvExtension @@ -25844,7 +25852,7 @@

    Method List

  • -
  • +
  • #node? Homebrew::DevCmd::Create::Args @@ -25852,7 +25860,7 @@

    Method List

  • -
  • +
  • #node_equals? RuboCop::Cop::HelperFunctions @@ -25860,7 +25868,7 @@

    Method List

  • -
  • +
  • #non_bundler_gems? Homebrew::DevCmd::VendorGems::Args @@ -25868,7 +25876,7 @@

    Method List

  • -
  • +
  • #none_string Homebrew::Diagnostic::Checks @@ -25876,7 +25884,7 @@

    Method List

  • -
  • +
  • normalize_python_package PyPI @@ -25884,7 +25892,7 @@

    Method List

  • -
  • +
  • not_this_run? Utils::Analytics @@ -25892,7 +25900,7 @@

    Method List

  • -
  • +
  • npm_cache_config Language::Node @@ -25900,7 +25908,7 @@

    Method List

  • -
  • +
  • #null? Version::Token @@ -25908,7 +25916,7 @@

    Method List

  • -
  • +
  • #null? Version @@ -25916,7 +25924,7 @@

    Method List

  • -
  • +
  • #number_readable Kernel @@ -25924,7 +25932,7 @@

    Method List

  • -
  • +
  • #numeric? Version::Token @@ -25932,7 +25940,7 @@

    Method List

  • -
  • +
  • #numeric? Version::NumericToken @@ -25940,7 +25948,7 @@

    Method List

  • -
  • +
  • #odebug Kernel @@ -25948,7 +25956,7 @@

    Method List

  • -
  • +
  • #odeprecated Kernel @@ -25956,7 +25964,7 @@

    Method List

  • -
  • +
  • #odie Kernel @@ -25964,7 +25972,7 @@

    Method List

  • -
  • +
  • odie_if_defined Homebrew @@ -25972,7 +25980,7 @@

    Method List

  • -
  • +
  • #odisabled Kernel @@ -25980,7 +25988,7 @@

    Method List

  • -
  • +
  • #ofail Kernel @@ -25988,7 +25996,7 @@

    Method List

  • -
  • +
  • #offending_node RuboCop::Cop::HelperFunctions @@ -25996,7 +26004,7 @@

    Method List

  • -
  • +
  • #official? Tap @@ -26004,7 +26012,7 @@

    Method List

  • -
  • +
  • #official_external_commands Homebrew::Manpages::Variables @@ -26012,7 +26020,7 @@

    Method List

  • -
  • +
  • official_external_commands_paths Commands @@ -26020,7 +26028,7 @@

    Method List

  • -
  • +
  • #oh1 Kernel @@ -26028,7 +26036,7 @@

    Method List

  • -
  • +
  • #oh1_title Kernel @@ -26036,7 +26044,7 @@

    Method List

  • -
  • +
  • #ohai Kernel @@ -26044,7 +26052,7 @@

    Method List

  • -
  • +
  • ohai_if_defined Homebrew @@ -26052,7 +26060,7 @@

    Method List

  • -
  • +
  • #ohai_title Kernel @@ -26060,7 +26068,7 @@

    Method List

  • -
  • +
  • #old DeprecatedOption @@ -26068,7 +26076,7 @@

    Method List

  • -
  • +
  • #old_cask Cask::Migrator @@ -26076,7 +26084,7 @@

    Method List

  • -
  • +
  • #old_cellar Migrator @@ -26084,7 +26092,7 @@

    Method List

  • -
  • +
  • #old_flag DeprecatedOption @@ -26092,7 +26100,7 @@

    Method List

  • -
  • +
  • #old_full_linked_kegs Migrator @@ -26100,7 +26108,7 @@

    Method List

  • -
  • +
  • #old_installed_formulae Formula @@ -26108,7 +26116,7 @@

    Method List

  • -
  • +
  • #old_linked_kegs Migrator @@ -26116,7 +26124,7 @@

    Method List

  • -
  • +
  • #old_opt_records Migrator @@ -26124,7 +26132,7 @@

    Method List

  • -
  • +
  • #old_pin_link_record Migrator @@ -26132,7 +26140,7 @@

    Method List

  • -
  • +
  • #old_pin_record Migrator @@ -26140,7 +26148,7 @@

    Method List

  • -
  • +
  • #old_tabs Migrator @@ -26148,7 +26156,7 @@

    Method List

  • -
  • +
  • #old_tap Migrator @@ -26156,7 +26164,7 @@

    Method List

  • -
  • +
  • #old_tokens Cask::Cask @@ -26164,7 +26172,7 @@

    Method List

  • -
  • +
  • oldest_cpu Hardware @@ -26172,7 +26180,7 @@

    Method List

  • -
  • +
  • #oldname Migrator @@ -26180,7 +26188,7 @@

    Method List

  • -
  • +
  • #oldname_opt_records Keg @@ -26188,7 +26196,7 @@

    Method List

  • -
  • +
  • #oldnames Formula @@ -26196,7 +26204,7 @@

    Method List

  • -
  • +
  • oldnames_needing_migration Migrator @@ -26204,7 +26212,7 @@

    Method List

  • -
  • +
  • #oldnames_to_migrate Formula @@ -26212,7 +26220,7 @@

    Method List

  • -
  • +
  • #on_and RuboCop::Cop::Homebrew::Present @@ -26220,7 +26228,7 @@

    Method List

  • -
  • +
  • #on_arch_conditional OnSystem::MacOSOnly @@ -26228,7 +26236,7 @@

    Method List

  • -
  • +
  • #on_block RuboCop::Cop::Cask::CaskHelp @@ -26236,7 +26244,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::Variables @@ -26244,7 +26252,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::NoOverrides @@ -26252,7 +26260,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::CaskHelp @@ -26260,7 +26268,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::StanzaGrouping @@ -26268,7 +26276,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnUrlStanza @@ -26276,7 +26284,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnDescStanza @@ -26284,7 +26292,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnSystemConditionals @@ -26292,7 +26300,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnHomepageStanza @@ -26300,7 +26308,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::Discontinued @@ -26308,7 +26316,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::StanzaOrder @@ -26316,7 +26324,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::CaskHelp @@ -26324,7 +26332,7 @@

    Method List

  • -
  • +
  • #on_class RuboCop::Cop::FormulaCop @@ -26332,7 +26340,7 @@

    Method List

  • -
  • +
  • #on_desc_stanza RuboCop::Cop::Cask::Desc @@ -26340,7 +26348,7 @@

    Method List

  • -
  • +
  • #on_homepage_stanza RuboCop::Cop::Cask::HomepageUrlTrailingSlash @@ -26348,7 +26356,7 @@

    Method List

  • -
  • +
  • #on_if RuboCop::Cop::Homebrew::Presence @@ -26356,7 +26364,7 @@

    Method List

  • -
  • +
  • #on_if RuboCop::Cop::Homebrew::SafeNavigationWithBlank @@ -26364,7 +26372,7 @@

    Method List

  • -
  • +
  • on_macos Formula @@ -26372,7 +26380,7 @@

    Method List

  • -
  • +
  • #on_macos_version_method_call RuboCop::Cop::OnSystemConditionalsHelper @@ -26380,7 +26388,7 @@

    Method List

  • -
  • +
  • #on_new_investigation RuboCop::Cop::Cask::StanzaOrder @@ -26388,7 +26396,7 @@

    Method List

  • -
  • +
  • #on_or RuboCop::Cop::Homebrew::Blank @@ -26396,7 +26404,7 @@

    Method List

  • -
  • +
  • #on_or RuboCop::Cop::Homebrew::Present @@ -26404,7 +26412,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::IORead @@ -26412,7 +26420,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::CompactBlank @@ -26420,7 +26428,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::NegateInclude @@ -26428,7 +26436,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ShellCommands @@ -26436,7 +26444,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ExecShellMetacharacters @@ -26444,7 +26452,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::MoveToExtendOS @@ -26452,7 +26460,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::InstallBundlerGems @@ -26460,7 +26468,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::SharedFilelistGlob @@ -26468,7 +26476,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::ArrayAlphabetization @@ -26476,7 +26484,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::UninstallMethodsOrder @@ -26484,7 +26492,7 @@

    Method List

  • -
  • +
  • #on_system_block? RuboCop::AST::Node @@ -26492,7 +26500,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Formula @@ -26500,7 +26508,7 @@

    Method List

  • -
  • +
  • on_system_blocks_exist? Formula @@ -26508,7 +26516,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Cask::Cask @@ -26516,7 +26524,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Cask::DSL @@ -26524,7 +26532,7 @@

    Method List

  • -
  • +
  • #on_system_conditional Homebrew::Service @@ -26532,7 +26540,7 @@

    Method List

  • -
  • +
  • #on_system_method_call RuboCop::Cop::OnSystemConditionalsHelper @@ -26540,7 +26548,7 @@

    Method List

  • -
  • +
  • #on_system_methods RuboCop::Cop::Cask::CaskHelp @@ -26548,7 +26556,7 @@

    Method List

  • -
  • +
  • #on_system_stanzas RuboCop::Cop::Cask::NoOverrides @@ -26556,7 +26564,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::Url @@ -26564,7 +26572,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::UrlLegacyCommaSeparators @@ -26572,7 +26580,7 @@

    Method List

  • -
  • +
  • #oneline? Homebrew::Cmd::Log::Args @@ -26580,7 +26588,7 @@

    Method List

  • -
  • +
  • #online? Cask::Audit @@ -26588,7 +26596,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::Audit::Args @@ -26596,7 +26604,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::Tests::Args @@ -26604,7 +26612,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::BumpCaskPr::Args @@ -26612,7 +26620,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::BumpFormulaPr::Args @@ -26620,7 +26628,7 @@

    Method List

  • -
  • +
  • #only Homebrew::DevCmd::Audit::Args @@ -26628,7 +26636,7 @@

    Method List

  • -
  • +
  • #only Homebrew::DevCmd::Tests::Args @@ -26636,7 +26644,7 @@

    Method List

  • -
  • +
  • #only_cops Homebrew::DevCmd::Audit::Args @@ -26644,7 +26652,7 @@

    Method List

  • -
  • +
  • #only_cops Homebrew::DevCmd::StyleCmd::Args @@ -26652,7 +26660,7 @@

    Method List

  • -
  • +
  • #only_dependencies? Homebrew::Cmd::InstallCmd::Args @@ -26660,7 +26668,7 @@

    Method List

  • -
  • +
  • #only_deps? FormulaInstaller @@ -26668,7 +26676,7 @@

    Method List

  • -
  • +
  • #only_formula_or_cask Homebrew::CLI::Args @@ -26676,7 +26684,7 @@

    Method List

  • -
  • +
  • #only_json_tab? Homebrew::DevCmd::Bottle::Args @@ -26684,7 +26692,7 @@

    Method List

  • -
  • +
  • #only_path Cask::URL::DSL @@ -26692,7 +26700,7 @@

    Method List

  • -
  • +
  • #only_public? Homebrew::DevCmd::Rubydoc::Args @@ -26700,7 +26708,7 @@

    Method List

  • -
  • +
  • #onoe Kernel @@ -26708,7 +26716,7 @@

    Method List

  • -
  • +
  • #open? Homebrew::Cmd::SearchCmd::Args @@ -26716,7 +26724,7 @@

    Method List

  • -
  • +
  • #open? Homebrew::DevCmd::Rubydoc::Args @@ -26724,7 +26732,7 @@

    Method List

  • -
  • +
  • open_graphql GitHub::API @@ -26732,7 +26740,7 @@

    Method List

  • -
  • +
  • #open_pr? Homebrew::DevCmd::Bump::Args @@ -26740,7 +26748,7 @@

    Method List

  • -
  • +
  • #open_pull_requests Homebrew::DevCmd::Bump::VersionBumpInfo @@ -26748,7 +26756,7 @@

    Method List

  • -
  • +
  • open_rest GitHub::API @@ -26756,7 +26764,7 @@

    Method List

  • -
  • +
  • #openjdk_dep_name_if_applicable Keg @@ -26764,7 +26772,7 @@

    Method List

  • -
  • +
  • #opensuse? Homebrew::Cmd::SearchCmd::Args @@ -26772,7 +26780,7 @@

    Method List

  • -
  • +
  • #opoo Kernel @@ -26780,7 +26788,7 @@

    Method List

  • -
  • +
  • opoo_if_defined Homebrew @@ -26788,7 +26796,7 @@

    Method List

  • -
  • +
  • #opt_bin Formula @@ -26796,7 +26804,7 @@

    Method List

  • -
  • +
  • #opt_bin Homebrew::Service @@ -26804,7 +26812,7 @@

    Method List

  • -
  • +
  • #opt_elisp Formula @@ -26812,7 +26820,7 @@

    Method List

  • -
  • +
  • #opt_frameworks Formula @@ -26820,7 +26828,7 @@

    Method List

  • -
  • +
  • #opt_include Formula @@ -26828,7 +26836,7 @@

    Method List

  • -
  • +
  • #opt_lib Formula @@ -26836,7 +26844,7 @@

    Method List

  • -
  • +
  • #opt_libexec Formula @@ -26844,7 +26852,7 @@

    Method List

  • -
  • +
  • #opt_libexec Homebrew::Service @@ -26852,7 +26860,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Formula @@ -26860,7 +26868,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Homebrew::Service @@ -26868,7 +26876,7 @@

    Method List

  • -
  • +
  • #opt_prefix Formula @@ -26876,7 +26884,7 @@

    Method List

  • -
  • +
  • #opt_prefix Homebrew::Service @@ -26884,7 +26892,7 @@

    Method List

  • -
  • +
  • #opt_record Keg @@ -26892,7 +26900,7 @@

    Method List

  • -
  • +
  • #opt_sbin Formula @@ -26900,7 +26908,7 @@

    Method List

  • -
  • +
  • #opt_sbin Homebrew::Service @@ -26908,7 +26916,7 @@

    Method List

  • -
  • +
  • #opt_share Formula @@ -26916,7 +26924,7 @@

    Method List

  • -
  • +
  • optimization_flags Hardware::CPU @@ -26924,7 +26932,7 @@

    Method List

  • -
  • +
  • option Formula @@ -26932,7 +26940,7 @@

    Method List

  • -
  • +
  • #option SoftwareSpec @@ -26940,7 +26948,7 @@

    Method List

  • -
  • +
  • option Formatter @@ -26948,7 +26956,7 @@

    Method List

  • -
  • +
  • option_conflicts Commands @@ -26956,7 +26964,7 @@

    Method List

  • -
  • +
  • #option_defined? Formula @@ -26964,7 +26972,7 @@

    Method List

  • -
  • +
  • #option_defined? SoftwareSpec @@ -26972,7 +26980,7 @@

    Method List

  • -
  • +
  • #option_description Homebrew::CLI::Parser @@ -26980,7 +26988,7 @@

    Method List

  • -
  • +
  • #option_names Dependency @@ -26988,7 +26996,7 @@

    Method List

  • -
  • +
  • #option_names Requirement @@ -26996,7 +27004,7 @@

    Method List

  • -
  • +
  • #option_tags Dependable @@ -27004,7 +27012,7 @@

    Method List

  • -
  • +
  • #option_to_description Homebrew::CLI::Parser @@ -27012,7 +27020,7 @@

    Method List

  • -
  • +
  • option_to_name Homebrew::CLI::Parser @@ -27020,7 +27028,7 @@

    Method List

  • -
  • +
  • #option_to_name Homebrew::CLI::Parser @@ -27028,7 +27036,7 @@

    Method List

  • -
  • +
  • #optional Dependencies @@ -27036,7 +27044,7 @@

    Method List

  • -
  • +
  • #optional? Dependable @@ -27044,7 +27052,7 @@

    Method List

  • -
  • +
  • #optional_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -27052,7 +27060,7 @@

    Method List

  • -
  • +
  • #options Dependable @@ -27060,7 +27068,7 @@

    Method List

  • -
  • +
  • #options BuildError @@ -27068,7 +27076,7 @@

    Method List

  • -
  • +
  • #options SoftwareSpec @@ -27076,7 +27084,7 @@

    Method List

  • -
  • +
  • #options FormulaInstaller @@ -27084,7 +27092,7 @@

    Method List

  • -
  • +
  • #options Formula @@ -27092,7 +27100,7 @@

    Method List

  • -
  • +
  • #options_only Homebrew::CLI::Args @@ -27100,7 +27108,7 @@

    Method List

  • -
  • +
  • #optlink Keg @@ -27108,7 +27116,7 @@

    Method List

  • -
  • +
  • #optlinked? Keg @@ -27116,7 +27124,7 @@

    Method List

  • -
  • +
  • #optlinked? Formula @@ -27124,7 +27132,7 @@

    Method List

  • -
  • +
  • origin SystemConfig @@ -27132,7 +27140,7 @@

    Method List

  • -
  • +
  • #origin_branch_name GitRepository @@ -27140,7 +27148,7 @@

    Method List

  • -
  • +
  • #origin_has_branch? GitRepository @@ -27148,7 +27156,7 @@

    Method List

  • -
  • +
  • #origin_url GitRepository @@ -27156,7 +27164,7 @@

    Method List

  • -
  • +
  • #origin_url= GitRepository @@ -27164,7 +27172,7 @@

    Method List

  • -
  • +
  • os Homebrew::SimulateSystem @@ -27172,7 +27180,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Livecheck::Strategy::Sparkle::Item @@ -27180,7 +27188,7 @@

    Method List

  • -
  • +
  • #os Homebrew::CLI::Args @@ -27188,7 +27196,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::Deps::Args @@ -27196,7 +27204,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::Cache::Args @@ -27204,7 +27212,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::FetchCmd::Args @@ -27212,7 +27220,7 @@

    Method List

  • -
  • +
  • #os Homebrew::DevCmd::Audit::Args @@ -27220,7 +27228,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::ReadallCmd::Args @@ -27228,7 +27236,7 @@

    Method List

  • -
  • +
  • #os_arch_combinations Homebrew::CLI::Args @@ -27236,7 +27244,7 @@

    Method List

  • -
  • +
  • #os_check? RuboCop::Cop::Homebrew::MoveToExtendOS @@ -27244,7 +27252,7 @@

    Method List

  • -
  • +
  • os_condition_met? OnSystem @@ -27252,7 +27260,7 @@

    Method List

  • -
  • +
  • os_version OS::Linux @@ -27260,7 +27268,7 @@

    Method List

  • -
  • +
  • #outdated? Formula @@ -27268,7 +27276,7 @@

    Method List

  • -
  • +
  • #outdated? Cask::Cask @@ -27276,7 +27284,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::Xcode @@ -27284,7 +27292,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::CLT @@ -27292,7 +27300,7 @@

    Method List

  • -
  • +
  • #outdated_download_sha? Cask::Cask @@ -27300,7 +27308,7 @@

    Method List

  • -
  • +
  • #outdated_info Cask::Cask @@ -27308,7 +27316,7 @@

    Method List

  • -
  • +
  • #outdated_kegs Formula @@ -27316,7 +27324,7 @@

    Method List

  • -
  • +
  • outdated_kegs Homebrew::Upgrade @@ -27324,7 +27332,7 @@

    Method List

  • -
  • +
  • #outdated_release? MacOSVersion @@ -27332,7 +27340,7 @@

    Method List

  • -
  • +
  • #outdated_version Cask::Cask @@ -27340,7 +27348,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::DeveloperDependentsMessage @@ -27348,7 +27356,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::NondeveloperDependentsMessage @@ -27356,7 +27364,7 @@

    Method List

  • -
  • +
  • #output ErrorDuringExecution @@ -27364,7 +27372,7 @@

    Method List

  • -
  • +
  • output Utils::Analytics @@ -27372,7 +27380,7 @@

    Method List

  • -
  • +
  • output_analytics Utils::Analytics @@ -27380,7 +27388,7 @@

    Method List

  • -
  • +
  • output_github_packages_downloads Utils::Analytics @@ -27388,7 +27396,7 @@

    Method List

  • -
  • +
  • overridable_java_home_env Language::Java @@ -27396,7 +27404,7 @@

    Method List

  • -
  • +
  • #overwrite? FormulaInstaller @@ -27404,7 +27412,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::Link::Args @@ -27412,7 +27420,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::InstallCmd::Args @@ -27420,7 +27428,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::UpgradeCmd::Args @@ -27428,7 +27436,7 @@

    Method List

  • -
  • +
  • #owner Resource @@ -27436,7 +27444,7 @@

    Method List

  • -
  • +
  • #owner SoftwareSpec @@ -27444,7 +27452,7 @@

    Method List

  • -
  • +
  • #owner Homebrew::ResourceAuditor @@ -27452,7 +27460,7 @@

    Method List

  • -
  • +
  • #owner= ExternalPatch @@ -27460,7 +27468,7 @@

    Method List

  • -
  • +
  • owner_uid Homebrew @@ -27468,7 +27476,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::Log::Args @@ -27476,7 +27484,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::Leaves::Args @@ -27484,7 +27492,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::GistLogs::Args @@ -27492,7 +27500,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::DevCmd::UpdatePythonResources::Args @@ -27500,7 +27508,7 @@

    Method List

  • -
  • +
  • pack_for_installation Language::Node @@ -27508,7 +27516,7 @@

    Method List

  • -
  • +
  • #package_count Messages @@ -27516,7 +27524,7 @@

    Method List

  • -
  • +
  • #package_id Cask::Pkg @@ -27524,7 +27532,7 @@

    Method List

  • -
  • +
  • #package_installed Messages @@ -27532,7 +27540,7 @@

    Method List

  • -
  • +
  • #package_name Homebrew::DevCmd::UpdatePythonResources::Args @@ -27540,7 +27548,7 @@

    Method List

  • -
  • +
  • package_or_resource_name Homebrew::Livecheck @@ -27548,7 +27556,7 @@

    Method List

  • -
  • +
  • package_or_resource_skip Homebrew::Livecheck::SkipConditions @@ -27556,7 +27564,7 @@

    Method List

  • -
  • +
  • page_content Homebrew::Livecheck::Strategy @@ -27564,7 +27572,7 @@

    Method List

  • -
  • +
  • page_headers Homebrew::Livecheck::Strategy @@ -27572,7 +27580,7 @@

    Method List

  • -
  • +
  • paginate_graphql GitHub::API @@ -27580,7 +27588,7 @@

    Method List

  • -
  • +
  • paginate_rest GitHub::API @@ -27588,7 +27596,7 @@

    Method List

  • -
  • +
  • #pair_node RuboCop::Cask::AST::CaskHeader @@ -27596,7 +27604,7 @@

    Method List

  • -
  • +
  • #pairs Cask::DSL::Container @@ -27604,7 +27612,7 @@

    Method List

  • -
  • +
  • #parameters RuboCop::Cop::HelperFunctions @@ -27612,7 +27620,7 @@

    Method List

  • -
  • +
  • #parameters Mechanize::HTTP::ContentDisposition @@ -27620,7 +27628,7 @@

    Method List

  • -
  • +
  • #parameters_passed? RuboCop::Cop::HelperFunctions @@ -27628,7 +27636,7 @@

    Method List

  • -
  • +
  • parent Utils::Shell @@ -27636,7 +27644,7 @@

    Method List

  • -
  • +
  • #parent Homebrew::CLI::NamedArgs @@ -27644,7 +27652,7 @@

    Method List

  • -
  • +
  • parse Locale @@ -27652,7 +27660,7 @@

    Method List

  • -
  • +
  • parse Version @@ -27660,7 +27668,7 @@

    Method List

  • -
  • +
  • #parse Homebrew::CLI::Parser @@ -27668,7 +27676,7 @@

    Method List

  • -
  • +
  • parse PkgVersion @@ -27676,7 +27684,7 @@

    Method List

  • -
  • +
  • #parse Version::Parser @@ -27684,7 +27692,7 @@

    Method List

  • -
  • +
  • #parse Version::RegexParser @@ -27692,7 +27700,7 @@

    Method List

  • -
  • +
  • #parse Mechanize::HTTP::ContentDispositionParser @@ -27700,7 +27708,7 @@

    Method List

  • -
  • +
  • parse_api_response Repology @@ -27708,7 +27716,7 @@

    Method List

  • -
  • +
  • parse_author! Utils @@ -27716,7 +27724,7 @@

    Method List

  • -
  • +
  • #parse_cask_version Homebrew::BumpVersionParser @@ -27724,7 +27732,7 @@

    Method List

  • -
  • +
  • #parse_cron Homebrew::Service @@ -27732,7 +27740,7 @@

    Method List

  • -
  • +
  • parse_curl_output Utils::Curl @@ -27740,7 +27748,7 @@

    Method List

  • -
  • +
  • parse_json Homebrew::Livecheck::Strategy::Json @@ -27748,7 +27756,7 @@

    Method List

  • -
  • +
  • #parse_json_files Homebrew::DevCmd::Bottle @@ -27756,7 +27764,7 @@

    Method List

  • -
  • +
  • parse_license_expression SPDX @@ -27764,7 +27772,7 @@

    Method List

  • -
  • +
  • #parse_remaining Homebrew::CLI::Parser @@ -27772,7 +27780,7 @@

    Method List

  • -
  • +
  • #parse_url Homebrew::FormulaCreator @@ -27780,7 +27788,7 @@

    Method List

  • -
  • +
  • #parse_variable Homebrew::Manpages::Parser::Ronn @@ -27788,7 +27796,7 @@

    Method List

  • -
  • +
  • #parse_version Homebrew::BumpVersionParser @@ -27796,7 +27804,7 @@

    Method List

  • -
  • +
  • parse_xml Homebrew::Livecheck::Strategy::Xml @@ -27804,7 +27812,7 @@

    Method List

  • -
  • +
  • parse_yaml Homebrew::Livecheck::Strategy::Yaml @@ -27812,7 +27820,7 @@

    Method List

  • -
  • +
  • #parsed_homebrew_version Tab @@ -27820,7 +27828,7 @@

    Method List

  • -
  • +
  • parser Homebrew::AbstractCommand @@ -27828,7 +27836,7 @@

    Method List

  • -
  • +
  • pat_blurb GitHub @@ -27836,7 +27844,7 @@

    Method List

  • -
  • +
  • #patch Debrew::Formula @@ -27844,7 +27852,7 @@

    Method List

  • -
  • +
  • #patch Formula @@ -27852,7 +27860,7 @@

    Method List

  • -
  • +
  • patch Formula @@ -27860,7 +27868,7 @@

    Method List

  • -
  • +
  • #patch Version @@ -27868,7 +27876,7 @@

    Method List

  • -
  • +
  • #patch Resource @@ -27876,7 +27884,7 @@

    Method List

  • -
  • +
  • #patch SoftwareSpec @@ -27884,7 +27892,7 @@

    Method List

  • -
  • +
  • #patch Cask::DSL::Version @@ -27892,7 +27900,7 @@

    Method List

  • -
  • +
  • #patch PkgVersion @@ -27900,7 +27908,7 @@

    Method List

  • -
  • +
  • #patch! ELFShim @@ -27908,7 +27916,7 @@

    Method List

  • -
  • +
  • #patch? Homebrew::Cmd::Log::Args @@ -27916,7 +27924,7 @@

    Method List

  • -
  • +
  • #patch? Homebrew::DevCmd::Unpack::Args @@ -27924,7 +27932,7 @@

    Method List

  • -
  • +
  • #patch_data? RuboCop::Cop::FormulaAudit::Patches @@ -27932,7 +27940,7 @@

    Method List

  • -
  • +
  • #patch_files Resource::PatchResource @@ -27940,7 +27948,7 @@

    Method List

  • -
  • +
  • #patchelf_patcher ELFShim @@ -27948,7 +27956,7 @@

    Method List

  • -
  • +
  • #patches Resource @@ -27956,7 +27964,7 @@

    Method List

  • -
  • +
  • #patches SoftwareSpec @@ -27964,7 +27972,7 @@

    Method List

  • -
  • +
  • #path Tap @@ -27972,7 +27980,7 @@

    Method List

  • -
  • +
  • #path DATAPatch @@ -27980,7 +27988,7 @@

    Method List

  • -
  • +
  • #path Formula @@ -27988,7 +27996,7 @@

    Method List

  • -
  • +
  • path Commands @@ -27996,7 +28004,7 @@

    Method List

  • -
  • +
  • #path Formulary::FormulaLoader @@ -28004,7 +28012,7 @@

    Method List

  • -
  • +
  • #path Formulary::FromTapLoader @@ -28012,7 +28020,7 @@

    Method List

  • -
  • +
  • path Formulary @@ -28020,7 +28028,7 @@

    Method List

  • -
  • +
  • #path LockFile @@ -28028,7 +28036,7 @@

    Method List

  • -
  • +
  • path Utils::Git @@ -28036,7 +28044,7 @@

    Method List

  • -
  • +
  • path Cask::Cache @@ -28044,7 +28052,7 @@

    Method List

  • -
  • +
  • #path FormulaClassUnavailableErrorModule @@ -28052,7 +28060,7 @@

    Method List

  • -
  • +
  • #path OS::Mac::SDK @@ -28060,7 +28068,7 @@

    Method List

  • -
  • +
  • #path FormulaPin @@ -28068,7 +28076,7 @@

    Method List

  • -
  • +
  • #path Homebrew::TapAuditor @@ -28076,7 +28084,7 @@

    Method List

  • -
  • +
  • path Cask::Caskroom @@ -28084,7 +28092,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskQuarantineError @@ -28092,7 +28100,7 @@

    Method List

  • -
  • +
  • #path UnpackStrategy @@ -28100,7 +28108,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromPathLoader @@ -28108,7 +28116,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromAPILoader @@ -28116,7 +28124,7 @@

    Method List

  • -
  • +
  • path Cask::CaskLoader @@ -28124,7 +28132,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Pkg @@ -28132,7 +28140,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Installer @@ -28140,7 +28148,7 @@

    Method List

  • -
  • +
  • path_occupied? Cask::Utils @@ -28148,7 +28156,7 @@

    Method List

  • -
  • +
  • path_relative_to_workspace GitHub::Actions::Annotation @@ -28156,7 +28164,7 @@

    Method List

  • -
  • +
  • path_resolved_basename Utils::Bottles @@ -28164,7 +28172,7 @@

    Method List

  • -
  • +
  • #path_starts_with? RuboCop::Cop::FormulaAuditStrict::Text @@ -28172,7 +28180,7 @@

    Method List

  • -
  • +
  • path_to_regex Keg::Relocation @@ -28180,7 +28188,7 @@

    Method List

  • -
  • +
  • #pathname GitRepository @@ -28188,7 +28196,7 @@

    Method List

  • -
  • +
  • #paths Kernel @@ -28196,7 +28204,7 @@

    Method List

  • -
  • +
  • perform_build_from_source_checks Homebrew::Install @@ -28204,7 +28212,7 @@

    Method List

  • -
  • +
  • perform_preinstall_checks Homebrew::Install @@ -28212,7 +28220,7 @@

    Method List

  • -
  • +
  • periodic_clean! Homebrew::Cleanup @@ -28220,7 +28228,7 @@

    Method List

  • -
  • +
  • periodic_clean_due? Homebrew::Cleanup @@ -28228,7 +28236,7 @@

    Method List

  • -
  • +
  • #perl? Homebrew::DevCmd::Create::Args @@ -28236,7 +28244,7 @@

    Method List

  • -
  • +
  • permission GitHub @@ -28244,7 +28252,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags Superenv @@ -28252,7 +28260,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags SharedEnvExtension @@ -28260,7 +28268,7 @@

    Method List

  • -
  • +
  • physical_cpu_arm64? Hardware::CPU @@ -28268,7 +28276,7 @@

    Method List

  • -
  • +
  • #pin FormulaPin @@ -28276,7 +28284,7 @@

    Method List

  • -
  • +
  • #pin Formula @@ -28284,7 +28292,7 @@

    Method List

  • -
  • +
  • #pin_at FormulaPin @@ -28292,7 +28300,7 @@

    Method List

  • -
  • +
  • #pinnable? FormulaPin @@ -28300,7 +28308,7 @@

    Method List

  • -
  • +
  • #pinnable? Formula @@ -28308,7 +28316,7 @@

    Method List

  • -
  • +
  • #pinned? Migrator @@ -28316,7 +28324,7 @@

    Method List

  • -
  • +
  • #pinned? FormulaPin @@ -28324,7 +28332,7 @@

    Method List

  • -
  • +
  • #pinned? Formula @@ -28332,7 +28340,7 @@

    Method List

  • -
  • +
  • #pinned? Homebrew::Cmd::List::Args @@ -28340,7 +28348,7 @@

    Method List

  • -
  • +
  • #pinned_version FormulaPin @@ -28348,7 +28356,7 @@

    Method List

  • -
  • +
  • #pinned_version Formula @@ -28356,7 +28364,7 @@

    Method List

  • -
  • +
  • pip_index_url Homebrew::EnvConfig @@ -28364,7 +28372,7 @@

    Method List

  • -
  • +
  • #pip_install Language::Python::Virtualenv::Virtualenv @@ -28372,7 +28380,7 @@

    Method List

  • -
  • +
  • #pip_install_and_link Language::Python::Virtualenv::Virtualenv @@ -28380,7 +28388,7 @@

    Method List

  • -
  • +
  • pip_report PyPI @@ -28388,7 +28396,7 @@

    Method List

  • -
  • +
  • pip_report_to_packages PyPI @@ -28396,7 +28404,7 @@

    Method List

  • -
  • +
  • #pipe_output Homebrew::Assertions @@ -28404,7 +28412,7 @@

    Method List

  • -
  • +
  • #pkg_version Formula @@ -28412,7 +28420,7 @@

    Method List

  • -
  • +
  • #pkg_version FormulaInfo @@ -28420,7 +28428,7 @@

    Method List

  • -
  • +
  • #pkgetc Formula @@ -28428,7 +28436,7 @@

    Method List

  • -
  • +
  • #pkgs Homebrew::UnversionedCaskChecker @@ -28436,7 +28444,7 @@

    Method List

  • -
  • +
  • #pkgshare Formula @@ -28444,7 +28452,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_all Cask::Pkg @@ -28452,7 +28460,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_dirs Cask::Pkg @@ -28460,7 +28468,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_files Cask::Pkg @@ -28468,7 +28476,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_specials Cask::Pkg @@ -28476,7 +28484,7 @@

    Method List

  • -
  • +
  • pkgutil_info OS::Mac @@ -28484,7 +28492,7 @@

    Method List

  • -
  • +
  • #plain? Homebrew::Cmd::Env::Args @@ -28492,7 +28500,7 @@

    Method List

  • -
  • +
  • #platform GitHubRunner @@ -28500,7 +28508,7 @@

    Method List

  • -
  • +
  • platform_cache Formulary @@ -28508,7 +28516,7 @@

    Method List

  • -
  • +
  • #plc Homebrew::Manpages::Variables @@ -28516,7 +28524,7 @@

    Method List

  • -
  • +
  • #please_create_pull_requests Homebrew::Diagnostic::Checks @@ -28524,7 +28532,7 @@

    Method List

  • -
  • +
  • #plist Formula @@ -28532,7 +28540,7 @@

    Method List

  • -
  • +
  • #plist SystemCommand::Result @@ -28540,7 +28548,7 @@

    Method List

  • -
  • +
  • #plist_installed? Keg @@ -28548,7 +28556,7 @@

    Method List

  • -
  • +
  • #plist_name Formula @@ -28556,7 +28564,7 @@

    Method List

  • -
  • +
  • #plist_name Homebrew::Service @@ -28564,7 +28572,7 @@

    Method List

  • -
  • +
  • pluralize Utils @@ -28572,7 +28580,7 @@

    Method List

  • -
  • +
  • popen Utils @@ -28580,7 +28588,7 @@

    Method List

  • -
  • +
  • popen_read Utils @@ -28588,7 +28596,7 @@

    Method List

  • -
  • +
  • popen_write Utils @@ -28596,7 +28604,7 @@

    Method List

  • -
  • +
  • #populate_from_api! Cask::Cask @@ -28604,7 +28612,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! DescriptionCacheStore @@ -28612,7 +28620,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! CaskDescriptionCacheStore @@ -28620,7 +28628,7 @@

    Method List

  • -
  • +
  • #possible_names Formula @@ -28628,7 +28636,7 @@

    Method List

  • -
  • +
  • #post_install Formula @@ -28636,7 +28644,7 @@

    Method List

  • -
  • +
  • #post_install FormulaInstaller @@ -28644,7 +28652,7 @@

    Method List

  • -
  • +
  • #post_install_defined? Formula @@ -28652,7 +28660,7 @@

    Method List

  • -
  • +
  • #post_install_formula_path FormulaInstaller @@ -28660,7 +28668,7 @@

    Method List

  • -
  • +
  • #post_uninstall_phase Cask::Artifact::Uninstall @@ -28668,7 +28676,7 @@

    Method List

  • -
  • +
  • #potential_formula_dirs Tap @@ -28676,7 +28684,7 @@

    Method List

  • -
  • +
  • #pour FormulaInstaller @@ -28684,7 +28692,7 @@

    Method List

  • -
  • +
  • #pour_bottle? Formula @@ -28692,7 +28700,7 @@

    Method List

  • -
  • +
  • pour_bottle? Formula @@ -28700,7 +28708,7 @@

    Method List

  • -
  • +
  • #pour_bottle? FormulaInstaller @@ -28708,7 +28716,7 @@

    Method List

  • -
  • +
  • pour_bottle_check_unsatisfied_reason Formula @@ -28716,7 +28724,7 @@

    Method List

  • -
  • +
  • #pour_bottle_check_unsatisfied_reason Formula @@ -28724,7 +28732,7 @@

    Method List

  • -
  • +
  • pour_bottle_only_if Formula @@ -28732,7 +28740,7 @@

    Method List

  • -
  • +
  • #poured_from_bottle Tab @@ -28740,7 +28748,7 @@

    Method List

  • -
  • +
  • ppc32? Hardware::CPU @@ -28748,7 +28756,7 @@

    Method List

  • -
  • +
  • ppc64? Hardware::CPU @@ -28756,7 +28764,7 @@

    Method List

  • -
  • +
  • #ppc64? MachOShim @@ -28764,7 +28772,7 @@

    Method List

  • -
  • +
  • ppc64le? Hardware::CPU @@ -28772,7 +28780,7 @@

    Method List

  • -
  • +
  • #ppc7400? MachOShim @@ -28780,7 +28788,7 @@

    Method List

  • -
  • +
  • ppc? Hardware::CPU @@ -28788,7 +28796,7 @@

    Method List

  • -
  • +
  • preferred Utils::Shell @@ -28796,7 +28804,7 @@

    Method List

  • -
  • +
  • preferred_gcc CompilerSelector @@ -28804,7 +28812,7 @@

    Method List

  • -
  • +
  • #preferred_header_str RuboCop::Cask::AST::CaskHeader @@ -28812,7 +28820,7 @@

    Method List

  • -
  • +
  • preferred_path Utils::Shell @@ -28820,7 +28828,7 @@

    Method List

  • -
  • +
  • preferred_perl_version OS::Mac @@ -28828,7 +28836,7 @@

    Method List

  • -
  • +
  • #prefix Formula @@ -28836,7 +28844,7 @@

    Method List

  • -
  • +
  • prefix OS::Mac::Xcode @@ -28844,7 +28852,7 @@

    Method List

  • -
  • +
  • #prefix_linked? Formula @@ -28852,7 +28860,7 @@

    Method List

  • -
  • +
  • #prefix_path RuboCop::Cop::FormulaAudit::Text @@ -28860,7 +28868,7 @@

    Method List

  • -
  • +
  • #prefix_to_versioned_formulae_names Tap @@ -28868,7 +28876,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::Reinstall::Args @@ -28876,7 +28884,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::InstallCmd::Args @@ -28884,7 +28892,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::UpgradeCmd::Args @@ -28892,7 +28900,7 @@

    Method List

  • -
  • +
  • #preinstall? Homebrew::Cmd::UpdateReport::Args @@ -28900,7 +28908,7 @@

    Method List

  • -
  • +
  • #prelude FormulaInstaller @@ -28908,7 +28916,7 @@

    Method List

  • -
  • +
  • #prepare_codesign_writable_files Keg @@ -28916,7 +28924,7 @@

    Method List

  • -
  • +
  • #prepare_debug_symbols Keg @@ -28924,7 +28932,7 @@

    Method List

  • -
  • +
  • #prepare_patches Resource @@ -28932,7 +28940,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_locations Keg @@ -28940,7 +28948,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_placeholders Keg @@ -28948,7 +28956,7 @@

    Method List

  • -
  • +
  • #prepend PATH @@ -28956,7 +28964,7 @@

    Method List

  • -
  • +
  • #prepend SharedEnvExtension @@ -28964,7 +28972,7 @@

    Method List

  • -
  • +
  • #prepend_create_path SharedEnvExtension @@ -28972,7 +28980,7 @@

    Method List

  • -
  • +
  • #prepend_path SharedEnvExtension @@ -28980,7 +28988,7 @@

    Method List

  • -
  • +
  • prepend_path_in_profile Utils::Shell @@ -28988,7 +28996,7 @@

    Method List

  • -
  • +
  • preprocess_url Homebrew::Livecheck @@ -28996,7 +29004,7 @@

    Method List

  • -
  • +
  • #prerelease? MacOSVersion @@ -29004,7 +29012,7 @@

    Method List

  • -
  • +
  • #presence Object @@ -29012,7 +29020,7 @@

    Method List

  • -
  • +
  • #present? Object @@ -29020,7 +29028,7 @@

    Method List

  • -
  • +
  • #present? NilClass @@ -29028,7 +29036,7 @@

    Method List

  • -
  • +
  • #present? FalseClass @@ -29036,7 +29044,7 @@

    Method List

  • -
  • +
  • #present? TrueClass @@ -29044,7 +29052,7 @@

    Method List

  • -
  • +
  • #present? Array @@ -29052,7 +29060,7 @@

    Method List

  • -
  • +
  • #present? Hash @@ -29060,7 +29068,7 @@

    Method List

  • -
  • +
  • #present? Symbol @@ -29068,7 +29076,7 @@

    Method List

  • -
  • +
  • #present? String @@ -29076,7 +29084,7 @@

    Method List

  • -
  • +
  • #present? Numeric @@ -29084,7 +29092,7 @@

    Method List

  • -
  • +
  • #present? Time @@ -29092,7 +29100,7 @@

    Method List

  • -
  • +
  • #pretty_duration Kernel @@ -29100,7 +29108,7 @@

    Method List

  • -
  • +
  • #pretty_installed Kernel @@ -29108,7 +29116,7 @@

    Method List

  • -
  • +
  • #pretty_name MacOSVersion @@ -29116,7 +29124,7 @@

    Method List

  • -
  • +
  • #pretty_outdated Kernel @@ -29124,7 +29132,7 @@

    Method List

  • -
  • +
  • #pretty_ratelimit_reset GitHub::API::RateLimitExceededError @@ -29132,7 +29140,7 @@

    Method List

  • -
  • +
  • #pretty_uninstalled Kernel @@ -29140,7 +29148,7 @@

    Method List

  • -
  • +
  • #previously_fetched_formula FormulaInstaller @@ -29148,7 +29156,7 @@

    Method List

  • -
  • +
  • #primary_container Cask::Installer @@ -29156,7 +29164,7 @@

    Method List

  • -
  • +
  • #print Descriptions @@ -29164,7 +29172,7 @@

    Method List

  • -
  • +
  • print_backtrace_message Utils::Backtrace @@ -29172,7 +29180,7 @@

    Method List

  • -
  • +
  • print_dry_run_dependencies Homebrew::Install @@ -29180,7 +29188,7 @@

    Method List

  • -
  • +
  • print_latest_version Homebrew::Livecheck @@ -29188,7 +29196,7 @@

    Method List

  • -
  • +
  • #print_only? Homebrew::DevCmd::UpdatePythonResources::Args @@ -29196,7 +29204,7 @@

    Method List

  • -
  • +
  • #print_path? Homebrew::DevCmd::Edit::Args @@ -29204,7 +29212,7 @@

    Method List

  • -
  • +
  • print_pull_requests_matching GitHub @@ -29212,7 +29220,7 @@

    Method List

  • -
  • +
  • print_resources_info Homebrew::Livecheck @@ -29220,7 +29228,7 @@

    Method List

  • -
  • +
  • print_skip_information Homebrew::Livecheck::SkipConditions @@ -29228,7 +29236,7 @@

    Method List

  • -
  • +
  • #print_tap_action Formula @@ -29236,7 +29244,7 @@

    Method List

  • -
  • +
  • print_upgrade_message Homebrew::Upgrade @@ -29244,7 +29252,7 @@

    Method List

  • -
  • +
  • #private? Tap @@ -29252,7 +29260,7 @@

    Method List

  • -
  • +
  • #private? Homebrew::Cmd::GistLogs::Args @@ -29260,7 +29268,7 @@

    Method List

  • -
  • +
  • private_repo? GitHub @@ -29268,7 +29276,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::TapAuditor @@ -29276,7 +29284,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::ResourceAuditor @@ -29284,7 +29292,7 @@

    Method List

  • -
  • +
  • #problem RuboCop::Cop::HelperFunctions @@ -29292,7 +29300,7 @@

    Method List

  • -
  • +
  • #problem_if_output Homebrew::FormulaAuditor @@ -29300,7 +29308,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaInstaller @@ -29308,7 +29316,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaCellarChecks @@ -29316,7 +29324,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::TapAuditor @@ -29324,7 +29332,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::FormulaAuditor @@ -29332,7 +29340,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::ResourceAuditor @@ -29340,7 +29348,7 @@

    Method List

  • -
  • +
  • #process Utils::AST::FormulaAST @@ -29348,7 +29356,7 @@

    Method List

  • -
  • +
  • process_source Utils::AST @@ -29356,7 +29364,7 @@

    Method List

  • -
  • +
  • process_spec Version::RegexParser @@ -29364,7 +29372,7 @@

    Method List

  • -
  • +
  • process_spec Version::UrlParser @@ -29372,7 +29380,7 @@

    Method List

  • -
  • +
  • process_spec Version::StemParser @@ -29380,7 +29388,7 @@

    Method List

  • -
  • +
  • #process_type Homebrew::Service @@ -29388,7 +29396,7 @@

    Method List

  • -
  • +
  • #processed_options Homebrew::CLI::Parser @@ -29396,7 +29404,7 @@

    Method List

  • -
  • +
  • profile Utils::Shell @@ -29404,7 +29412,7 @@

    Method List

  • -
  • +
  • #profile Homebrew::DevCmd::Tests::Args @@ -29412,7 +29420,7 @@

    Method List

  • -
  • +
  • #prompt Debrew::Menu @@ -29420,7 +29428,7 @@

    Method List

  • -
  • +
  • propagate Cask::Quarantine @@ -29428,7 +29436,7 @@

    Method List

  • -
  • +
  • #provided_by_macos? KegOnlyReason @@ -29436,7 +29444,7 @@

    Method List

  • -
  • +
  • provides_sdk? OS::Mac::CLT @@ -29444,7 +29452,7 @@

    Method List

  • -
  • +
  • prune Dependency @@ -29452,7 +29460,7 @@

    Method List

  • -
  • +
  • prune Requirement @@ -29460,7 +29468,7 @@

    Method List

  • -
  • +
  • #prune Homebrew::Cmd::CleanupCmd::Args @@ -29468,7 +29476,7 @@

    Method List

  • -
  • +
  • prune? Homebrew::Cleanup @@ -29476,7 +29484,7 @@

    Method List

  • -
  • +
  • prune? Requirement @@ -29484,7 +29492,7 @@

    Method List

  • -
  • +
  • #prune? Homebrew::Cleanup @@ -29492,7 +29500,7 @@

    Method List

  • -
  • +
  • #prune_from_option? Dependable @@ -29500,7 +29508,7 @@

    Method List

  • -
  • +
  • #prune_if_build_and_not_dependent? Dependable @@ -29508,7 +29516,7 @@

    Method List

  • -
  • +
  • #prune_prefix? Homebrew::Cmd::CleanupCmd::Args @@ -29516,7 +29524,7 @@

    Method List

  • -
  • +
  • #prune_prefix_symlinks_and_directories Homebrew::Cleanup @@ -29524,7 +29532,7 @@

    Method List

  • -
  • +
  • pry? Homebrew::EnvConfig @@ -29532,7 +29540,7 @@

    Method List

  • -
  • +
  • #pry? Homebrew::DevCmd::Irb::Args @@ -29540,7 +29548,7 @@

    Method List

  • -
  • +
  • #pub_date Homebrew::Livecheck::Strategy::Sparkle::Item @@ -29548,7 +29556,7 @@

    Method List

  • -
  • +
  • public_member_usernames GitHub @@ -29556,7 +29564,7 @@

    Method List

  • -
  • +
  • #publish? Homebrew::DevCmd::PrAutomerge::Args @@ -29564,7 +29572,7 @@

    Method List

  • -
  • +
  • #pull_label Homebrew::DevCmd::TapNew::Args @@ -29572,7 +29580,7 @@

    Method List

  • -
  • +
  • #pull_request? Homebrew::Cmd::SearchCmd::Args @@ -29580,7 +29588,7 @@

    Method List

  • -
  • +
  • pull_request_commits GitHub @@ -29588,7 +29596,7 @@

    Method List

  • -
  • +
  • pull_request_labels GitHub @@ -29596,7 +29604,7 @@

    Method List

  • -
  • +
  • pull_request_title_regex GitHub @@ -29604,7 +29612,7 @@

    Method List

  • -
  • +
  • pull_requests GitHub @@ -29612,7 +29620,7 @@

    Method List

  • -
  • +
  • #purge_backed_up_versioned_files Cask::Installer @@ -29620,7 +29628,7 @@

    Method List

  • -
  • +
  • #purge_caskroom_path Cask::Installer @@ -29628,7 +29636,7 @@

    Method List

  • -
  • +
  • #purge_versioned_files Cask::Installer @@ -29636,7 +29644,7 @@

    Method List

  • -
  • +
  • #puts Cask::DSL::Caveats @@ -29644,6 +29652,14 @@

    Method List

  • +
  • +
    + puts_annotation_if_env_set + GitHub::Actions +
    +
  • + +