From c4a07284476e597836ef44b7483f23bc677d0116 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 15 Dec 2023 23:33:16 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Homebrew/FormulaAuditor.html | 541 ++- docs/method_list.html | 7386 +++++++++++++++-------------- 2 files changed, 3978 insertions(+), 3949 deletions(-) diff --git a/docs/Homebrew/FormulaAuditor.html b/docs/Homebrew/FormulaAuditor.html index 39514d0c5..47430a7a2 100644 --- a/docs/Homebrew/FormulaAuditor.html +++ b/docs/Homebrew/FormulaAuditor.html @@ -889,6 +889,28 @@

+ private + +
+
+ + + + + +
  • + + + #audit_stable_version ⇒ Object + + + + + + + + + private
    @@ -1156,7 +1178,9 @@

    37 38 39 -40 +40 +41 +42
    # File 'formula_auditor.rb', line 18
    @@ -1183,6 +1207,8 @@ 

    @spdx_license_data = options[:spdx_license_data] @spdx_exception_data = options[:spdx_exception_data] @tap_audit = options[:tap_audit] + @previous_committed = {} + @newest_committed = {} end

    @@ -1419,13 +1445,13 @@

     
     
    -137
    -138
     139
    -140
    +140 +141 +142 -
    # File 'formula_auditor.rb', line 137
    +      
    # File 'formula_auditor.rb', line 139
     
     def self.aliases
       # core aliases + tap alias names + tap alias full name
    @@ -1472,21 +1498,21 @@ 

     
     
    -922
    -923
    -924
    -925
    -926
    -927
    -928
    -929
    -930
    -931
    -932
    -933
    +903 +904 +905 +906 +907 +908 +909 +910 +911 +912 +913 +914

    -
    # File 'formula_auditor.rb', line 922
    +      
    # File 'formula_auditor.rb', line 903
     
     def audit
       only_audits = @only
    @@ -1535,18 +1561,18 @@ 

     
     
    -636
    -637
     638
     639
     640
     641
     642
     643
    -644
    +644 +645 +646

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

     
     
    -581
    -582
     583
     584
     585
     586
     587
     588
    -589
    +589 +590 +591

    -
    # File 'formula_auditor.rb', line 581
    +      
    # File 'formula_auditor.rb', line 583
     
     def audit_bottle_spec
       # special case: new versioned formulae should be audited
    @@ -1649,8 +1675,6 @@ 

     
     
    -422
    -423
     424
     425
     426
    @@ -1684,10 +1708,12 @@ 

    454 455 456 -457

    +457 +458 +459

    -
    # File 'formula_auditor.rb', line 422
    +      
    # File 'formula_auditor.rb', line 424
     
     def audit_conflicts
       tap = formula.tap
    @@ -1760,8 +1786,6 @@ 

     
     
    -262
    -263
     264
     265
     266
    @@ -1918,10 +1942,12 @@ 

    417 418 419 -420

    +420 +421 +422

    -
    # File 'formula_auditor.rb', line 262
    +      
    # File 'formula_auditor.rb', line 264
     
     def audit_deps
       @specs.each do |spec|
    @@ -2117,17 +2143,17 @@ 

     
     
    -495
    -496
     497
     498
     499
     500
     501
    -502
    +502 +503 +504

    -
    # File 'formula_auditor.rb', line 495
    +      
    # File 'formula_auditor.rb', line 497
     
     def audit_elasticsearch_kibana
       return if formula.name != "elasticsearch" && formula.name != "kibana"
    @@ -2172,8 +2198,6 @@ 

     
     
    -53
    -54
     55
     56
     57
    @@ -2254,10 +2278,12 @@ 

    132 133 134 -135

    +135 +136 +137

    -
    # File 'formula_auditor.rb', line 53
    +      
    # File 'formula_auditor.rb', line 55
     
     def audit_file
       if formula.core_formula? && @versioned_formula
    @@ -2377,8 +2403,6 @@ 

     
     
    -169
    -170
     171
     172
     173
    @@ -2401,10 +2425,12 @@ 

    190 191 192 -193

    +193 +194 +195

    -
    # File 'formula_auditor.rb', line 169
    +      
    # File 'formula_auditor.rb', line 171
     
     def audit_formula_name
       name = formula.name
    @@ -2466,16 +2492,16 @@ 

     
     
    -459
    -460
     461
     462
     463
     464
    -465
    +465 +466 +467

    -
    # File 'formula_auditor.rb', line 459
    +      
    # File 'formula_auditor.rb', line 461
     
     def audit_gcc_dependency
       return unless @core_tap
    @@ -2519,8 +2545,6 @@ 

     
     
    -615
    -616
     617
     618
     619
    @@ -2528,10 +2552,12 @@ 

    621 622 623 -624

    +624 +625 +626

    -
    # File 'formula_auditor.rb', line 615
    +      
    # File 'formula_auditor.rb', line 617
     
     def audit_github_repository
       user, repo = get_repo_data(%r{https?://github\.com/([^/]+)/([^/]+)/?.*}) if @new_formula
    @@ -2578,8 +2604,6 @@ 

     
     
    -591
    -592
     593
     594
     595
    @@ -2588,10 +2612,12 @@ 

    598 599 600 -601

    +601 +602 +603

    -
    # File 'formula_auditor.rb', line 591
    +      
    # File 'formula_auditor.rb', line 593
     
     def audit_github_repository_archived
       return if formula.deprecated? || formula.disabled?
    @@ -2639,18 +2665,18 @@ 

     
     
    -626
    -627
     628
     629
     630
     631
     632
     633
    -634
    +634 +635 +636

    -
    # File 'formula_auditor.rb', line 626
    +      
    # File 'formula_auditor.rb', line 628
     
     def audit_gitlab_repository
       user, repo = get_repo_data(%r{https?://gitlab\.com/([^/]+)/([^/]+)/?.*}) if @new_formula
    @@ -2696,8 +2722,6 @@ 

     
     
    -603
    -604
     605
     606
     607
    @@ -2706,10 +2730,12 @@ 

    610 611 612 -613

    +613 +614 +615

    -
    # File 'formula_auditor.rb', line 603
    +      
    # File 'formula_auditor.rb', line 605
     
     def audit_gitlab_repository_archived
       return if formula.deprecated? || formula.disabled?
    @@ -2757,8 +2783,6 @@ 

     
     
    -482
    -483
     484
     485
     486
    @@ -2766,10 +2790,12 @@ 

    488 489 490 -491

    +491 +492 +493

    -
    # File 'formula_auditor.rb', line 482
    +      
    # File 'formula_auditor.rb', line 484
     
     def audit_glibc
       return unless @core_tap
    @@ -2816,8 +2842,6 @@ 

     
     
    -517
    -518
     519
     520
     521
    @@ -2825,10 +2849,12 @@ 

    523 524 525 -526

    +526 +527 +528

    -
    # File 'formula_auditor.rb', line 517
    +      
    # File 'formula_auditor.rb', line 519
     
     def audit_hashicorp_formulae
       return unless HASHICORP_RELICENSED_FORMULAE_VERSIONS.key? formula.name
    @@ -2875,8 +2901,6 @@ 

     
     
    -552
    -553
     554
     555
     556
    @@ -2902,10 +2926,12 @@ 

    576 577 578 -579

    +579 +580 +581

    -
    # File 'formula_auditor.rb', line 552
    +      
    # File 'formula_auditor.rb', line 554
     
     def audit_homepage
       homepage = formula.homepage
    @@ -2970,18 +2996,18 @@ 

     
     
    -528
    -529
     530
     531
     532
     533
     534
     535
    -536
    +536 +537 +538

    -
    # File 'formula_auditor.rb', line 528
    +      
    # File 'formula_auditor.rb', line 530
     
     def audit_keg_only_reason
       return unless @core_tap
    @@ -3027,8 +3053,6 @@ 

     
     
    -203
    -204
     205
     206
     207
    @@ -3084,10 +3108,12 @@ 

    257 258 259 -260

    +260 +261 +262

    -
    # File 'formula_auditor.rb', line 203
    +      
    # File 'formula_auditor.rb', line 205
     
     def audit_license
       if formula.license.present?
    @@ -3182,8 +3208,6 @@ 

     
     
    -467
    -468
     469
     470
     471
    @@ -3195,10 +3219,12 @@ 

    477 478 479 -480

    +480 +481 +482

    -
    # File 'formula_auditor.rb', line 467
    +      
    # File 'formula_auditor.rb', line 469
     
     def audit_postgresql
       return if formula.name != "postgresql"
    @@ -3249,19 +3275,19 @@ 

     
     
    -903
    -904
    -905
    -906
    -907
    -908
    -909
    -910
    -911
    -912
    +884 +885 +886 +887 +888 +889 +890 +891 +892 +893

    -
    # File 'formula_auditor.rb', line 903
    +      
    # File 'formula_auditor.rb', line 884
     
     def audit_prefix_has_contents
       return unless formula.prefix.directory?
    @@ -3308,21 +3334,21 @@ 

     
     
    -890
    -891
    -892
    -893
    -894
    -895
    -896
    -897
    -898
    -899
    -900
    -901
    +871 +872 +873 +874 +875 +876 +877 +878 +879 +880 +881 +882

    -
    # File 'formula_auditor.rb', line 890
    +      
    # File 'formula_auditor.rb', line 871
     
     def audit_reverse_migration
       # Only enforce for new formula being re-added to core
    @@ -3371,26 +3397,6 @@ 

     
     
    -780
    -781
    -782
    -783
    -784
    -785
    -786
    -787
    -788
    -789
    -790
    -791
    -792
    -793
    -794
    -795
    -796
    -797
    -798
    -799
     800
     801
     802
    @@ -3441,29 +3447,10 @@ 

    847 848 849 -850 -851 -852 -853 -854 -855 -856 -857 -858 -859 -860 -861 -862 -863 -864 -865 -866 -867 -868 -869

    +850

    -
    # File 'formula_auditor.rb', line 780
    +      
    # File 'formula_auditor.rb', line 800
     
     def audit_revision_and_version_scheme
       new_formula_problem("New formulae should not define a revision.") if @new_formula && !formula.revision.zero?
    @@ -3473,51 +3460,18 @@ 

    return unless formula.tap.git? # git log is required return if formula.stable.blank? - fv = FormulaVersions.new(formula) - current_version = formula.stable.version current_checksum = formula.stable.checksum current_version_scheme = formula.version_scheme current_revision = formula.revision current_url = formula.stable.url - previous_version = T.let(nil, T.nilable(Version)) - previous_version_scheme = T.let(nil, T.nilable(Integer)) - previous_revision = T.let(nil, T.nilable(Integer)) - - newest_committed_version = T.let(nil, T.nilable(Version)) - newest_committed_checksum = T.let(nil, T.nilable(String)) - newest_committed_revision = T.let(nil, T.nilable(Integer)) - newest_committed_url = T.let(nil, T.nilable(String)) - - fv.rev_list("origin/HEAD") do |revision, path| - begin - fv.formula_at_revision(revision, path) do |f| - stable = f.stable - next if stable.blank? - - previous_version = stable.version - previous_checksum = stable.checksum - previous_version_scheme = f.version_scheme - previous_revision = f.revision - - newest_committed_version ||= previous_version - newest_committed_checksum ||= previous_checksum - newest_committed_revision ||= previous_revision - newest_committed_url ||= stable.url - end - rescue MacOSVersion::Error - break - end + previous_committed, newest_committed = committed_version_info - break if previous_version && current_version != previous_version - break if previous_revision && current_revision != previous_revision - end - - if current_version == newest_committed_version && - current_url == newest_committed_url && - current_checksum != newest_committed_checksum && - current_checksum.present? && newest_committed_checksum.present? + if current_version == newest_committed[:version] && + current_url == newest_committed[:url] && + current_checksum != newest_committed[:checksum] && + current_checksum.present? && newest_committed[:checksum].present? problem( "stable sha256 changed without the url/version also changing; " \ "please create an issue upstream to rule out malicious " \ @@ -3525,33 +3479,27 @@

    ) end - if !newest_committed_version.nil? && - current_version < newest_committed_version && - current_version_scheme == previous_version_scheme - problem "stable version should not decrease (from #{newest_committed_version} to #{current_version})" - end - - unless previous_version_scheme.nil? - if current_version_scheme < previous_version_scheme - problem "version_scheme should not decrease (from #{previous_version_scheme} " \ + unless previous_committed[:version_scheme].nil? + if current_version_scheme < previous_committed[:version_scheme] + problem "version_scheme should not decrease (from #{previous_committed[:version_scheme]} " \ "to #{current_version_scheme})" - elsif current_version_scheme > (previous_version_scheme + 1) + elsif current_version_scheme > (previous_committed[:version_scheme] + 1) problem "version_schemes should only increment by 1" end end - if (previous_version != newest_committed_version || - current_version != newest_committed_version) && + if (previous_committed[:version] != newest_committed[:version] || + current_version != newest_committed[:version]) && !current_revision.zero? && - current_revision == newest_committed_revision && - current_revision == previous_revision + current_revision == newest_committed[:revision] && + current_revision == previous_committed[:revision] problem "'revision #{current_revision}' should be removed" - elsif current_version == previous_version && - !previous_revision.nil? && - current_revision < previous_revision - problem "revision should not decrease (from #{previous_revision} to #{current_revision})" - elsif newest_committed_revision && - current_revision > (newest_committed_revision + 1) + elsif current_version == previous_committed[:version] && + !previous_committed[:revision].nil? && + current_revision < previous_committed[:revision] + problem "revision should not decrease (from #{previous_committed[:revision]} to #{current_revision})" + elsif newest_committed[:revision] && + current_revision > (newest_committed[:revision] + 1) problem "revisions should only increment by 1" end end

    @@ -3590,8 +3538,6 @@

     
     
    -660
    -661
     662
     663
     664
    @@ -3708,10 +3654,12 @@ 

    775 776 777 -778

    +778 +779 +780

    -
    # File 'formula_auditor.rb', line 660
    +      
    # File 'formula_auditor.rb', line 662
     
     def audit_specs
       problem "Head-only (no stable download)" if head_only?(formula)
    @@ -3835,6 +3783,79 @@ 

    +

    + +
    +

    + + #audit_stable_versionObject + + + + + +

    +
    +

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

    + + + +
    +
    +
    + + +
    + + + + +
    +
    +
    +
    +782
    +783
    +784
    +785
    +786
    +787
    +788
    +789
    +790
    +791
    +792
    +793
    +794
    +795
    +796
    +797
    +798
    +
    +
    # File 'formula_auditor.rb', line 782
    +
    +def audit_stable_version
    +  return unless @git
    +  return unless formula.tap # skip formula not from core or any taps
    +  return unless formula.tap.git? # git log is required
    +  return if formula.stable.blank?
    +
    +  current_version = formula.stable.version
    +  current_version_scheme = formula.version_scheme
    +
    +  previous_committed, newest_committed = committed_version_info
    +
    +  if !newest_committed[:version].nil? &&
    +     current_version < newest_committed[:version] &&
    +     current_version_scheme == previous_committed[:version_scheme]
    +    problem "stable version should not decrease (from #{newest_committed[:version]} to #{current_version})"
    +  end
    +end
    +
    @@ -3867,8 +3888,6 @@

     
     
    -42
    -43
     44
     45
     46
    @@ -3876,10 +3895,12 @@ 

    48 49 50 -51

    +51 +52 +53 -
    # File 'formula_auditor.rb', line 42
    +      
    # File 'formula_auditor.rb', line 44
     
     def audit_style
       return unless @style_offenses
    @@ -3926,8 +3947,6 @@ 

     
     
    -144
    -145
     146
     147
     148
    @@ -3949,10 +3968,12 @@ 

    164 165 166 -167

    +167 +168 +169

    -
    # File 'formula_auditor.rb', line 144
    +      
    # File 'formula_auditor.rb', line 146
     
     def audit_synced_versions_formulae
       return unless formula.tap
    @@ -4013,27 +4034,27 @@ 

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

    -
    # File 'formula_auditor.rb', line 871
    +      
    # File 'formula_auditor.rb', line 852
     
     def audit_text
       bin_names = Set.new
    @@ -4088,8 +4109,6 @@ 

     
     
    -538
    -539
     540
     541
     542
    @@ -4100,10 +4119,12 @@ 

    547 548 549 -550

    +550 +551 +552

    -
    # File 'formula_auditor.rb', line 538
    +      
    # File 'formula_auditor.rb', line 540
     
     def audit_versioned_keg_only
       return unless @versioned_formula
    @@ -4153,8 +4174,6 @@ 

     
     
    -646
    -647
     648
     649
     650
    @@ -4165,10 +4184,12 @@ 

    655 656 657 -658

    +658 +659 +660

    -
    # File 'formula_auditor.rb', line 646
    +      
    # File 'formula_auditor.rb', line 648
     
     def get_repo_data(regex)
       return unless @core_tap
    @@ -4218,12 +4239,12 @@ 

     
     
    -918
    -919
    -920
    +899 +900 +901

    -
    # File 'formula_auditor.rb', line 918
    +      
    # File 'formula_auditor.rb', line 899
     
     def problem_if_output(output)
       problem(output) if output
    @@ -4263,12 +4284,12 @@ 

     
     
    -914
    -915
    -916
    +895 +896 +897

    -
    # File 'formula_auditor.rb', line 914
    +      
    # File 'formula_auditor.rb', line 895
     
     def quote_dep(dep)
       dep.is_a?(Symbol) ? dep.inspect : "'#{dep}'"
    diff --git a/docs/method_list.html b/docs/method_list.html
    index 13ee23fb5..2c8f2a4a6 100644
    --- a/docs/method_list.html
    +++ b/docs/method_list.html
    @@ -2470,7 +2470,7 @@ 

    Method List

  • - #audit_style + #audit_stable_version Homebrew::FormulaAuditor
  • @@ -2478,13 +2478,21 @@

    Method List

  • - #audit_synced_versions_formulae + #audit_style Homebrew::FormulaAuditor
  • +
    + #audit_synced_versions_formulae + Homebrew::FormulaAuditor +
    +
  • + + +
  • #audit_tap_formula_lists Homebrew::TapAuditor @@ -2492,7 +2500,7 @@

    Method List

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

    Method List

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

    Method List

  • -
  • +
  • #audit_urls RuboCop::Cop::FormulaCop @@ -2516,7 +2524,7 @@

    Method List

  • -
  • +
  • #audit_version Homebrew::ResourceAuditor @@ -2524,7 +2532,7 @@

    Method List

  • -
  • +
  • #audit_versioned_keg_only Homebrew::FormulaAuditor @@ -2532,7 +2540,7 @@

    Method List

  • -
  • +
  • auditing? Homebrew @@ -2540,7 +2548,7 @@

    Method List

  • -
  • +
  • auto_update_command? Homebrew @@ -2548,7 +2556,7 @@

    Method List

  • -
  • +
  • auto_update_header Homebrew @@ -2556,7 +2564,7 @@

    Method List

  • -
  • +
  • #auto_updates Cask::DSL @@ -2564,7 +2572,7 @@

    Method List

  • -
  • +
  • #autocorrect RuboCop::Cop::FormulaAudit::KegOnly @@ -2572,7 +2580,7 @@

    Method List

  • -
  • +
  • automatically_set_no_install_from_api? Homebrew::EnvConfig @@ -2580,7 +2588,7 @@

    Method List

  • -
  • +
  • autoremove Homebrew::Cleanup @@ -2588,7 +2596,7 @@

    Method List

  • -
  • +
  • autoremove Homebrew @@ -2596,7 +2604,7 @@

    Method List

  • -
  • +
  • autoremove_args Homebrew @@ -2604,7 +2612,7 @@

    Method List

  • -
  • +
  • autosquash! Homebrew @@ -2612,7 +2620,7 @@

    Method List

  • -
  • +
  • available? Sandbox @@ -2620,7 +2628,7 @@

    Method List

  • -
  • +
  • available? Utils::Git @@ -2628,7 +2636,7 @@

    Method List

  • -
  • +
  • available? Utils::Svn @@ -2636,7 +2644,7 @@

    Method List

  • -
  • +
  • available? Utils::Tar @@ -2644,7 +2652,7 @@

    Method List

  • -
  • +
  • available? Cask::Quarantine @@ -2652,7 +2660,7 @@

    Method List

  • -
  • +
  • avx2? Hardware::CPU @@ -2660,7 +2668,7 @@

    Method List

  • -
  • +
  • avx? Hardware::CPU @@ -2668,7 +2676,7 @@

    Method List

  • -
  • +
  • backup Homebrew @@ -2676,7 +2684,7 @@

    Method List

  • -
  • +
  • #backup Cask::Installer @@ -2684,7 +2692,7 @@

    Method List

  • -
  • +
  • #backup_metadata_path Cask::Installer @@ -2692,7 +2700,7 @@

    Method List

  • -
  • +
  • #backup_old_tabs Migrator @@ -2700,7 +2708,7 @@

    Method List

  • -
  • +
  • #backup_oldname Migrator @@ -2708,7 +2716,7 @@

    Method List

  • -
  • +
  • #backup_oldname_cellar Migrator @@ -2716,7 +2724,7 @@

    Method List

  • -
  • +
  • backup_path Homebrew @@ -2724,7 +2732,7 @@

    Method List

  • -
  • +
  • #backup_path Cask::Installer @@ -2732,7 +2740,7 @@

    Method List

  • -
  • +
  • #basename Cask::Download @@ -2740,7 +2748,7 @@

    Method List

  • -
  • +
  • #basename AbstractDownloadStrategy @@ -2748,7 +2756,7 @@

    Method List

  • -
  • +
  • #basename AbstractFileDownloadStrategy @@ -2756,7 +2764,7 @@

    Method List

  • -
  • +
  • basename_without_extension Commands @@ -2764,7 +2772,7 @@

    Method List

  • -
  • +
  • #bash_completion Formula @@ -2772,7 +2780,7 @@

    Method List

  • -
  • +
  • #before_comma Cask::DSL::Version @@ -2780,7 +2788,7 @@

    Method List

  • -
  • +
  • below_ci_version? OS::Linux::Glibc @@ -2788,7 +2796,7 @@

    Method List

  • -
  • +
  • below_minimum_version? OS::Mac::Xcode @@ -2796,7 +2804,7 @@

    Method List

  • -
  • +
  • below_minimum_version? OS::Mac::CLT @@ -2804,7 +2812,7 @@

    Method List

  • -
  • +
  • below_minimum_version? OS::Linux::Glibc @@ -2812,7 +2820,7 @@

    Method List

  • -
  • +
  • below_minimum_version? OS::Linux::Kernel @@ -2820,7 +2828,7 @@

    Method List

  • -
  • +
  • big_endian? Hardware::CPU @@ -2828,7 +2836,7 @@

    Method List

  • -
  • +
  • #bin Formula @@ -2836,7 +2844,7 @@

    Method List

  • -
  • +
  • #binary_executable? ELFShim @@ -2844,7 +2852,7 @@

    Method List

  • -
  • +
  • #binary_executable? Pathname @@ -2852,7 +2860,7 @@

    Method List

  • -
  • +
  • #binary_executable_or_library_files Keg @@ -2860,7 +2868,7 @@

    Method List

  • -
  • +
  • #binary_file? Keg @@ -2868,7 +2876,7 @@

    Method List

  • -
  • +
  • #binarydir Cask::Config @@ -2876,7 +2884,7 @@

    Method List

  • -
  • +
  • bitbucket SharedAudits @@ -2884,7 +2892,7 @@

    Method List

  • -
  • +
  • bits Hardware::CPU @@ -2892,7 +2900,7 @@

    Method List

  • -
  • +
  • #blank? Object @@ -2900,7 +2908,7 @@

    Method List

  • -
  • +
  • #blank? NilClass @@ -2908,7 +2916,7 @@

    Method List

  • -
  • +
  • #blank? FalseClass @@ -2916,7 +2924,7 @@

    Method List

  • -
  • +
  • #blank? TrueClass @@ -2924,7 +2932,7 @@

    Method List

  • -
  • +
  • #blank? String @@ -2932,7 +2940,7 @@

    Method List

  • -
  • +
  • #blank? Numeric @@ -2940,7 +2948,7 @@

    Method List

  • -
  • +
  • #blank? Time @@ -2948,7 +2956,7 @@

    Method List

  • -
  • +
  • #blank? Homebrew::BumpVersionParser @@ -2956,7 +2964,7 @@

    Method List

  • -
  • +
  • #block_method_called_in_block? RuboCop::Cop::HelperFunctions @@ -2964,7 +2972,7 @@

    Method List

  • -
  • +
  • #block_node RuboCop::Cask::AST::StanzaBlock @@ -2972,7 +2980,7 @@

    Method List

  • -
  • +
  • #block_size RuboCop::Cop::HelperFunctions @@ -2980,7 +2988,7 @@

    Method List

  • -
  • +
  • body_children Utils::AST @@ -2988,7 +2996,7 @@

    Method List

  • -
  • +
  • bom UnpackStrategy::Dmg::Bom @@ -2996,7 +3004,7 @@

    Method List

  • -
  • +
  • bottle Formula @@ -3004,7 +3012,7 @@

    Method List

  • -
  • +
  • #bottle SoftwareSpec @@ -3012,7 +3020,7 @@

    Method List

  • -
  • +
  • bottle Homebrew @@ -3020,7 +3028,7 @@

    Method List

  • -
  • +
  • #bottle? Tab @@ -3028,7 +3036,7 @@

    Method List

  • -
  • +
  • #bottle? BuildOptions @@ -3036,7 +3044,7 @@

    Method List

  • -
  • +
  • bottle_args Homebrew @@ -3044,7 +3052,7 @@

    Method List

  • -
  • +
  • #bottle_block Utils::AST::FormulaAST @@ -3052,7 +3060,7 @@

    Method List

  • -
  • +
  • #bottle_defined? SoftwareSpec @@ -3060,7 +3068,7 @@

    Method List

  • -
  • +
  • bottle_formula Homebrew @@ -3068,7 +3076,7 @@

    Method List

  • -
  • +
  • #bottle_hash Formula @@ -3076,7 +3084,7 @@

    Method List

  • -
  • +
  • #bottle_info FormulaInfo @@ -3084,7 +3092,7 @@

    Method List

  • -
  • +
  • #bottle_info_any FormulaInfo @@ -3092,7 +3100,7 @@

    Method List

  • -
  • +
  • bottle_output Homebrew @@ -3100,7 +3108,7 @@

    Method List

  • -
  • +
  • #bottle_specification SoftwareSpec @@ -3108,7 +3116,7 @@

    Method List

  • -
  • +
  • #bottle_tab_attributes Formula @@ -3116,7 +3124,7 @@

    Method List

  • -
  • +
  • #bottle_tab_runtime_dependencies FormulaInstaller @@ -3124,7 +3132,7 @@

    Method List

  • -
  • +
  • #bottle_tag? SoftwareSpec @@ -3132,7 +3140,7 @@

    Method List

  • -
  • +
  • #bottle_tags FormulaInfo @@ -3140,7 +3148,7 @@

    Method List

  • -
  • +
  • #bottled? SoftwareSpec @@ -3148,7 +3156,7 @@

    Method List

  • -
  • +
  • bottles_hash_from_json_files Homebrew @@ -3156,7 +3164,7 @@

    Method List

  • -
  • +
  • #bounds UsesFromMacOSDependency @@ -3164,7 +3172,7 @@

    Method List

  • -
  • +
  • #branch Cask::URL::DSL @@ -3172,7 +3180,7 @@

    Method List

  • -
  • +
  • branch_exists? GitHub @@ -3180,7 +3188,7 @@

    Method List

  • -
  • +
  • #branch_name GitRepository @@ -3188,7 +3196,7 @@

    Method List

  • -
  • +
  • brief_build_info Homebrew @@ -3196,7 +3204,7 @@

    Method List

  • -
  • +
  • #broken_library_linkage? LinkageChecker @@ -3204,7 +3212,7 @@

    Method List

  • -
  • +
  • #broken_tap Homebrew::Diagnostic::Checks @@ -3212,7 +3220,7 @@

    Method List

  • -
  • +
  • #build Formula @@ -3220,7 +3228,7 @@

    Method List

  • -
  • +
  • build Requirement @@ -3228,7 +3236,7 @@

    Method List

  • -
  • +
  • #build Dependencies @@ -3236,7 +3244,7 @@

    Method List

  • -
  • +
  • #build SoftwareSpec @@ -3244,7 +3252,7 @@

    Method List

  • -
  • +
  • #build FormulaInstaller @@ -3252,7 +3260,7 @@

    Method List

  • -
  • +
  • #build DependencyCollector @@ -3260,7 +3268,7 @@

    Method List

  • -
  • +
  • #build? Dependable @@ -3268,7 +3276,7 @@

    Method List

  • -
  • +
  • #build_argv FormulaInstaller @@ -3276,7 +3284,7 @@

    Method List

  • -
  • +
  • #build_bottle? FormulaInstaller @@ -3284,7 +3292,7 @@

    Method List

  • -
  • +
  • #build_bottle_postinstall FormulaInstaller @@ -3292,7 +3300,7 @@

    Method List

  • -
  • +
  • #build_bottle_preinstall FormulaInstaller @@ -3300,7 +3308,7 @@

    Method List

  • -
  • +
  • #build_error_checks Homebrew::Diagnostic::Checks @@ -3308,7 +3316,7 @@

    Method List

  • -
  • +
  • #build_from_source? FormulaInstaller @@ -3316,7 +3324,7 @@

    Method List

  • -
  • +
  • #build_from_source_checks Homebrew::Diagnostic::Checks @@ -3324,7 +3332,7 @@

    Method List

  • -
  • +
  • #build_from_source_formulae Homebrew::CLI::Args @@ -3332,7 +3340,7 @@

    Method List

  • -
  • +
  • build_man_page Homebrew::Manpages @@ -3340,7 +3348,7 @@

    Method List

  • -
  • +
  • #build_time FormulaInstaller @@ -3348,7 +3356,7 @@

    Method List

  • -
  • +
  • #build_with_dependency_name RuboCop::Cop::FormulaAudit::DependencyOrder @@ -3356,7 +3364,7 @@

    Method List

  • -
  • +
  • #buildpath Formula @@ -3364,7 +3372,7 @@

    Method List

  • -
  • +
  • built_as? Utils::Bottles @@ -3372,7 +3380,7 @@

    Method List

  • -
  • +
  • #built_as_bottle Tab @@ -3380,7 +3388,7 @@

    Method List

  • -
  • +
  • #built_bottle? Tab @@ -3388,7 +3396,7 @@

    Method List

  • -
  • +
  • #built_on Tab @@ -3396,7 +3404,7 @@

    Method List

  • -
  • +
  • #builtin_command_descriptions Homebrew::Completions::Variables @@ -3404,7 +3412,7 @@

    Method List

  • -
  • +
  • bump Homebrew @@ -3412,7 +3420,7 @@

    Method List

  • -
  • +
  • bump_args Homebrew @@ -3420,7 +3428,7 @@

    Method List

  • -
  • +
  • bump_cask_pr Homebrew @@ -3428,7 +3436,7 @@

    Method List

  • -
  • +
  • bump_cask_pr_args Homebrew @@ -3436,7 +3444,7 @@

    Method List

  • -
  • +
  • bump_formula_pr Homebrew @@ -3444,7 +3452,7 @@

    Method List

  • -
  • +
  • bump_formula_pr_args Homebrew @@ -3452,7 +3460,7 @@

    Method List

  • -
  • +
  • bump_revision Homebrew @@ -3460,7 +3468,7 @@

    Method List

  • -
  • +
  • bump_revision_args Homebrew @@ -3468,7 +3476,7 @@

    Method List

  • -
  • +
  • bump_unversioned_cask Homebrew @@ -3476,7 +3484,7 @@

    Method List

  • -
  • +
  • bump_unversioned_casks Homebrew @@ -3484,7 +3492,7 @@

    Method List

  • -
  • +
  • bump_unversioned_casks_args Homebrew @@ -3492,7 +3500,7 @@

    Method List

  • -
  • +
  • bundle_path OS::Mac::Xcode @@ -3500,7 +3508,7 @@

    Method List

  • -
  • +
  • #bundle_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -3508,7 +3516,7 @@

    Method List

  • -
  • +
  • #bundle_version Homebrew::Livecheck::Strategy::ExtractPlist::Item @@ -3516,7 +3524,7 @@

    Method List

  • -
  • +
  • bundler_definition Homebrew @@ -3524,7 +3532,7 @@

    Method List

  • -
  • +
  • #by_macos? KegOnlyReason @@ -3532,7 +3540,7 @@

    Method List

  • -
  • +
  • #bzip2_dep_if_needed DependencyCollector @@ -3540,7 +3548,7 @@

    Method List

  • -
  • +
  • #c String @@ -3548,7 +3556,7 @@

    Method List

  • -
  • +
  • #c Symbol @@ -3556,7 +3564,7 @@

    Method List

  • -
  • +
  • #cache Homebrew::Cleanup @@ -3564,7 +3572,7 @@

    Method List

  • -
  • +
  • #cache Homebrew::API::Download @@ -3572,7 +3580,7 @@

    Method List

  • -
  • +
  • #cache Cachable @@ -3580,7 +3588,7 @@

    Method List

  • -
  • +
  • #cache AbstractDownloadStrategy @@ -3588,7 +3596,7 @@

    Method List

  • -
  • +
  • #cache_files Homebrew::Cleanup @@ -3596,7 +3604,7 @@

    Method List

  • -
  • +
  • #cache_key DependencyCollector @@ -3604,7 +3612,7 @@

    Method List

  • -
  • +
  • #cached_download Downloadable @@ -3612,7 +3620,7 @@

    Method List

  • -
  • +
  • #cached_location AbstractDownloadStrategy @@ -3620,7 +3628,7 @@

    Method List

  • -
  • +
  • #cached_location AbstractFileDownloadStrategy @@ -3628,7 +3636,7 @@

    Method List

  • -
  • +
  • #call Cask::URL::BlockDSL @@ -3636,7 +3644,7 @@

    Method List

  • -
  • +
  • call_node_match? Utils::AST @@ -3644,7 +3652,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Xz @@ -3652,7 +3660,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Air @@ -3660,7 +3668,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Cab @@ -3668,7 +3676,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Cvs @@ -3676,7 +3684,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Dmg @@ -3684,7 +3692,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Git @@ -3692,7 +3700,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Jar @@ -3700,7 +3708,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Lha @@ -3708,7 +3716,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Otf @@ -3716,7 +3724,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Pax @@ -3724,7 +3732,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Pkg @@ -3732,7 +3740,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Rar @@ -3740,7 +3748,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Sit @@ -3748,7 +3756,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Tar @@ -3756,7 +3764,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Ttf @@ -3764,7 +3772,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Xar @@ -3772,7 +3780,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Zip @@ -3780,7 +3788,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Gzip @@ -3788,7 +3796,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Lzip @@ -3796,7 +3804,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Lzma @@ -3804,7 +3812,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Zstd @@ -3812,7 +3820,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Bzip2 @@ -3820,7 +3828,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::P7Zip @@ -3828,7 +3836,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Bazaar @@ -3836,7 +3844,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Fossil @@ -3844,7 +3852,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Compress @@ -3852,7 +3860,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::LuaRock @@ -3860,7 +3868,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Directory @@ -3868,7 +3876,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Mercurial @@ -3876,7 +3884,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Executable @@ -3884,7 +3892,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::Subversion @@ -3892,7 +3900,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::GenericUnar @@ -3900,7 +3908,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::MicrosoftOfficeXml @@ -3908,7 +3916,7 @@

    Method List

  • -
  • +
  • can_extract? UnpackStrategy::SelfExtractingExecutable @@ -3916,7 +3924,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::FromContentLoader @@ -3924,7 +3932,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::FromPathLoader @@ -3932,7 +3940,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::FromURILoader @@ -3940,7 +3948,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::FromTapPathLoader @@ -3948,7 +3956,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::FromTapLoader @@ -3956,7 +3964,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::FromDefaultTapPathLoader @@ -3964,7 +3972,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::FromInstanceLoader @@ -3972,7 +3980,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::FromAPILoader @@ -3980,7 +3988,7 @@

    Method List

  • -
  • +
  • can_load? Cask::CaskLoader::NullLoader @@ -3988,7 +3996,7 @@

    Method List

  • -
  • +
  • canonical_name Formulary @@ -3996,7 +4004,7 @@

    Method List

  • -
  • +
  • canonicalize Cask::Config @@ -4004,7 +4012,7 @@

    Method List

  • -
  • +
  • #cask Cask::DSL @@ -4012,7 +4020,7 @@

    Method List

  • -
  • +
  • #cask Livecheck @@ -4020,7 +4028,7 @@

    Method List

  • -
  • +
  • #cask Cask::Audit @@ -4028,7 +4036,7 @@

    Method List

  • -
  • +
  • #cask Requirement @@ -4036,7 +4044,7 @@

    Method List

  • -
  • +
  • #cask Cask::Auditor @@ -4044,7 +4052,7 @@

    Method List

  • -
  • +
  • #cask Cask::Download @@ -4052,7 +4060,7 @@

    Method List

  • -
  • +
  • #cask CaskDependent @@ -4060,7 +4068,7 @@

    Method List

  • -
  • +
  • #cask Cask::DSL::DependsOn @@ -4068,7 +4076,7 @@

    Method List

  • -
  • +
  • #cask Homebrew::UnversionedCaskChecker @@ -4076,7 +4084,7 @@

    Method List

  • -
  • +
  • #cask Cask::Artifact::AbstractArtifact @@ -4084,7 +4092,7 @@

    Method List

  • -
  • +
  • cask! Cask::Quarantine @@ -4092,7 +4100,7 @@

    Method List

  • -
  • +
  • #cask_and_formula_dependencies Cask::Installer @@ -4100,7 +4108,7 @@

    Method List

  • -
  • +
  • #cask_checks Homebrew::Diagnostic::Checks @@ -4108,7 +4116,7 @@

    Method List

  • -
  • +
  • #cask_dir Tap @@ -4116,7 +4124,7 @@

    Method List

  • -
  • +
  • cask_discontinued Homebrew::Livecheck::SkipConditions @@ -4124,7 +4132,7 @@

    Method List

  • -
  • +
  • #cask_files Tap @@ -4132,7 +4140,7 @@

    Method List

  • -
  • +
  • #cask_files CoreCaskTap @@ -4140,7 +4148,7 @@

    Method List

  • -
  • +
  • cask_files_by_name Tap @@ -4148,7 +4156,7 @@

    Method List

  • -
  • +
  • cask_name Homebrew::Livecheck @@ -4156,7 +4164,7 @@

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

  • -
  • +
  • #comparator MacOSRequirement @@ -6348,7 +6356,7 @@

    Method List

  • -
  • +
  • #compare Version @@ -6356,7 +6364,7 @@

    Method List

  • -
  • +
  • #compatible_locations? Bottle @@ -6364,7 +6372,7 @@

    Method List

  • -
  • +
  • #compatible_locations? BottleSpecification @@ -6372,7 +6380,7 @@

    Method List

  • -
  • +
  • #compatible_with? TestRunnerFormula @@ -6380,7 +6388,7 @@

    Method List

  • -
  • +
  • #compiler Tab @@ -6388,7 +6396,7 @@

    Method List

  • -
  • +
  • #compiler CompilerSelector @@ -6396,7 +6404,7 @@

    Method List

  • -
  • +
  • #compiler CxxStdlib @@ -6404,7 +6412,7 @@

    Method List

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

    Method List

  • -
  • +
  • #compiler_failures SoftwareSpec @@ -6420,7 +6428,7 @@

    Method List

  • -
  • +
  • compilers CompilerSelector @@ -6428,7 +6436,7 @@

    Method List

  • -
  • +
  • #compilers CompilerSelector @@ -6436,7 +6444,7 @@

    Method List

  • -
  • +
  • #completion_functions Homebrew::Completions::Variables @@ -6444,7 +6452,7 @@

    Method List

  • -
  • +
  • #completion_installed? Keg @@ -6452,7 +6460,7 @@

    Method List

  • -
  • +
  • completions Homebrew @@ -6460,7 +6468,7 @@

    Method List

  • -
  • +
  • completions_args Homebrew @@ -6468,7 +6476,7 @@

    Method List

  • -
  • +
  • completions_to_link? Homebrew::Completions @@ -6476,7 +6484,7 @@

    Method List

  • -
  • +
  • component_match? Utils::AST @@ -6484,7 +6492,7 @@

    Method List

  • -
  • +
  • #component_precedes? RuboCop::Cop::HelperFunctions @@ -6492,7 +6500,7 @@

    Method List

  • -
  • +
  • #component_problem RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -6500,7 +6508,7 @@

    Method List

  • -
  • +
  • compress Utils::Gzip @@ -6508,7 +6516,7 @@

    Method List

  • -
  • +
  • compress_with_options Utils::Gzip @@ -6516,7 +6524,7 @@

    Method List

  • -
  • +
  • #compute_and_install_dependencies FormulaInstaller @@ -6524,7 +6532,7 @@

    Method List

  • -
  • +
  • #compute_dependencies FormulaInstaller @@ -6532,7 +6540,7 @@

    Method List

  • -
  • +
  • condense_requirements Homebrew @@ -6540,7 +6548,7 @@

    Method List

  • -
  • +
  • condition_from_method_name OnSystem @@ -6548,7 +6556,7 @@

    Method List

  • -
  • +
  • #config Tap @@ -6556,7 +6564,7 @@

    Method List

  • -
  • +
  • #config Cask::Cask @@ -6564,7 +6572,7 @@

    Method List

  • -
  • +
  • config Homebrew @@ -6572,7 +6580,7 @@

    Method List

  • -
  • +
  • #config Cask::Artifact::AbstractArtifact @@ -6580,7 +6588,7 @@

    Method List

  • -
  • +
  • config_args Homebrew @@ -6588,7 +6596,7 @@

    Method List

  • -
  • +
  • #config_path Cask::Cask @@ -6596,7 +6604,7 @@

    Method List

  • -
  • +
  • config_true? Utils::Analytics @@ -6604,7 +6612,7 @@

    Method List

  • -
  • +
  • #conflict_message FormulaConflictError @@ -6612,7 +6620,7 @@

    Method List

  • -
  • +
  • #conflicting_cask Cask::CaskConflictError @@ -6620,7 +6628,7 @@

    Method List

  • -
  • +
  • #conflicts Homebrew::CLI::Parser @@ -6628,7 +6636,7 @@

    Method List

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

    Method List

  • -
  • +
  • conflicts_with Formula @@ -6644,7 +6652,7 @@

    Method List

  • -
  • +
  • #conflicts_with Cask::DSL @@ -6652,7 +6660,7 @@

    Method List

  • -
  • +
  • #consistent_reproducible_symlink_permissions! Keg @@ -6660,7 +6668,7 @@

    Method List

  • -
  • +
  • #const_missing MacOSVersionErrorCompat @@ -6668,7 +6676,7 @@

    Method List

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

    Method List

  • -
  • +
  • #container LinuxRunnerSpec @@ -6684,7 +6692,7 @@

    Method List

  • -
  • +
  • #content Cask::CaskLoader::AbstractContentLoader @@ -6692,7 +6700,7 @@

    Method List

  • -
  • +
  • #contents Tap @@ -6700,7 +6708,7 @@

    Method List

  • -
  • +
  • #contents EmbeddedPatch @@ -6708,7 +6716,7 @@

    Method List

  • -
  • +
  • #contents DATAPatch @@ -6716,7 +6724,7 @@

    Method List

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

    Method List

  • -
  • +
  • #contents Formulary::FormulaContentsLoader @@ -6732,7 +6740,7 @@

    Method List

  • -
  • +
  • #context Homebrew::CLI::Args @@ -6740,7 +6748,7 @@

    Method List

  • -
  • +
  • #continuation Ignorable::ExceptionMixin @@ -6748,7 +6756,7 @@

    Method List

  • -
  • +
  • contributions Homebrew @@ -6756,7 +6764,7 @@

    Method List

  • -
  • +
  • contributions_args Homebrew @@ -6764,7 +6772,7 @@

    Method List

  • -
  • +
  • convert_man_page Homebrew::Manpages @@ -6772,7 +6780,7 @@

    Method List

  • -
  • +
  • convert_to_deprecate_disable_reason_string_or_symbol Formulary @@ -6780,7 +6788,7 @@

    Method List

  • -
  • +
  • convert_to_string_or_symbol Formulary @@ -6788,7 +6796,7 @@

    Method List

  • -
  • +
  • #cookies Cask::URL::DSL @@ -6796,7 +6804,7 @@

    Method List

  • -
  • +
  • #cop_name Homebrew::Style::Offense @@ -6804,7 +6812,7 @@

    Method List

  • -
  • +
  • copy? Metafiles @@ -6812,7 +6820,7 @@

    Method List

  • -
  • +
  • copy_xattrs Cask::Quarantine @@ -6820,7 +6828,7 @@

    Method List

  • -
  • +
  • core_alias_path Formulary @@ -6828,7 +6836,7 @@

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

  • -
  • +
  • core_tap_branch SystemConfig @@ -6876,7 +6884,7 @@

    Method List

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

    Method List

  • -
  • +
  • core_tap_head SystemConfig @@ -6892,7 +6900,7 @@

    Method List

  • -
  • +
  • core_tap_last_commit SystemConfig @@ -6900,7 +6908,7 @@

    Method List

  • -
  • +
  • core_tap_origin SystemConfig @@ -6908,7 +6916,7 @@

    Method List

  • -
  • +
  • cores Hardware::CPU @@ -6916,7 +6924,7 @@

    Method List

  • -
  • +
  • cores_as_words Hardware @@ -6924,7 +6932,7 @@

    Method List

  • -
  • +
  • #corrected Homebrew::Style::Offense @@ -6932,7 +6940,7 @@

    Method List

  • -
  • +
  • #corrected? Homebrew::Style::Offense @@ -6940,7 +6948,7 @@

    Method List

  • -
  • +
  • count_issues GitHub @@ -6948,7 +6956,7 @@

    Method List

  • -
  • +
  • count_repo_commits GitHub @@ -6956,7 +6964,7 @@

    Method List

  • -
  • +
  • count_reviews Homebrew @@ -6964,7 +6972,7 @@

    Method List

  • -
  • +
  • #cp_path_sub InstallRenamed @@ -6972,7 +6980,7 @@

    Method List

  • -
  • +
  • #cppflags SharedEnvExtension @@ -6980,7 +6988,7 @@

    Method List

  • -
  • +
  • create Tab @@ -6988,7 +6996,7 @@

    Method List

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

    Method List

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

    Method List

  • -
  • +
  • create Version::Token @@ -7012,7 +7020,7 @@

    Method List

  • -
  • +
  • create Version @@ -7020,7 +7028,7 @@

    Method List

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

    Method List

  • -
  • +
  • create CxxStdlib @@ -7036,7 +7044,7 @@

    Method List

  • -
  • +
  • create Bottle::Filename @@ -7044,7 +7052,7 @@

    Method List

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

    Method List

  • -
  • +
  • #create Language::Python::Virtualenv::Virtualenv @@ -7060,7 +7068,7 @@

    Method List

  • -
  • +
  • create Homebrew::Livecheck::LivecheckVersion @@ -7068,7 +7076,7 @@

    Method List

  • -
  • +
  • create_args Homebrew @@ -7076,7 +7084,7 @@

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

  • -
  • +
  • create_formula Homebrew @@ -7116,7 +7124,7 @@

    Method List

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

    Method List

  • -
  • +
  • create_issue GitHub @@ -7132,7 +7140,7 @@

    Method List

  • -
  • +
  • create_or_update_release GitHub @@ -7140,7 +7148,7 @@

    Method List

  • -
  • +
  • create_pull_request GitHub @@ -7148,7 +7156,7 @@

    Method List

  • -
  • +
  • #created? CacheStoreDatabase @@ -7156,7 +7164,7 @@

    Method List

  • -
  • +
  • credentials GitHub::API @@ -7164,7 +7172,7 @@

    Method List

  • -
  • +
  • credentials_error_message GitHub::API @@ -7172,7 +7180,7 @@

    Method List

  • -
  • +
  • credentials_type GitHub::API @@ -7180,7 +7188,7 @@

    Method List

  • -
  • +
  • #cron Homebrew::Service @@ -7188,7 +7196,7 @@

    Method List

  • -
  • +
  • csh_quote Utils::Shell @@ -7196,7 +7204,7 @@

    Method List

  • -
  • +
  • #csv Cask::DSL::Version @@ -7204,7 +7212,7 @@

    Method List

  • -
  • +
  • curl Utils::Curl @@ -7212,7 +7220,7 @@

    Method List

  • -
  • +
  • curl_args Utils::Curl @@ -7220,7 +7228,7 @@

    Method List

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

    Method List

  • -
  • +
  • #curl_dep_if_needed DependencyCollector @@ -7236,7 +7244,7 @@

    Method List

  • -
  • +
  • curl_deps Homebrew::ResourceAuditor @@ -7244,7 +7252,7 @@

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

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

    Method List

  • -
  • +
  • curl_path Utils::Curl @@ -7292,7 +7300,7 @@

    Method List

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

    Method List

  • -
  • +
  • curl_response_last_location Utils::Curl @@ -7308,7 +7316,7 @@

    Method List

  • -
  • +
  • curl_supports_tls13? Utils::Curl @@ -7316,7 +7324,7 @@

    Method List

  • -
  • +
  • curl_with_workarounds Utils::Curl @@ -7324,7 +7332,7 @@

    Method List

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

    Method List

  • -
  • +
  • #current DeprecatedOption @@ -7340,7 +7348,7 @@

    Method List

  • -
  • +
  • current User @@ -7348,7 +7356,7 @@

    Method List

  • -
  • +
  • current= Context @@ -7356,7 +7364,7 @@

    Method List

  • -
  • +
  • current_arch Homebrew::SimulateSystem @@ -7364,7 +7372,7 @@

    Method List

  • -
  • +
  • current_escape_sequence Tty @@ -7372,7 +7380,7 @@

    Method List

  • -
  • +
  • #current_flag DeprecatedOption @@ -7380,7 +7388,7 @@

    Method List

  • -
  • +
  • #current_installed_alias_target Formula @@ -7388,7 +7396,7 @@

    Method List

  • -
  • +
  • current_os Homebrew::SimulateSystem @@ -7396,7 +7404,7 @@

    Method List

  • -
  • +
  • #current_user Homebrew::Diagnostic::Checks @@ -7404,7 +7412,7 @@

    Method List

  • -
  • +
  • #current_version Homebrew::VersionBumpInfo @@ -7412,7 +7420,7 @@

    Method List

  • -
  • +
  • #custom_remote? Tap @@ -7420,7 +7428,7 @@

    Method List

  • -
  • +
  • #cvs_dep_if_needed DependencyCollector @@ -7428,7 +7436,7 @@

    Method List

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

    Method List

  • -
  • +
  • #cxx11 Stdenv @@ -7444,7 +7452,7 @@

    Method List

  • -
  • +
  • #cxx11 Superenv @@ -7452,7 +7460,7 @@

    Method List

  • -
  • +
  • #cxxflags SharedEnvExtension @@ -7460,7 +7468,7 @@

    Method List

  • -
  • +
  • #cxxstdlib Tab @@ -7468,7 +7476,7 @@

    Method List

  • -
  • +
  • cxxstdlib_check Formula @@ -7476,7 +7484,7 @@

    Method List

  • -
  • +
  • #data Cask::URL::DSL @@ -7484,7 +7492,7 @@

    Method List

  • -
  • +
  • #days Homebrew::Cleanup @@ -7492,7 +7500,7 @@

    Method List

  • -
  • +
  • debrew Debrew @@ -7500,7 +7508,7 @@

    Method List

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

    Method List

  • -
  • +
  • #debug? Context::ContextStruct @@ -7516,7 +7524,7 @@

    Method List

  • -
  • +
  • #debug? Context @@ -7524,7 +7532,7 @@

    Method List

  • -
  • +
  • debugged_exceptions Debrew @@ -7532,7 +7540,7 @@

    Method List

  • -
  • +
  • #declared_deps SoftwareSpec @@ -7540,7 +7548,7 @@

    Method List

  • -
  • +
  • deconstantize Utils @@ -7548,7 +7556,7 @@

    Method List

  • -
  • +
  • decorate_dependencies Homebrew @@ -7556,7 +7564,7 @@

    Method List

  • -
  • +
  • decorate_requirements Homebrew @@ -7564,7 +7572,7 @@

    Method List

  • -
  • +
  • #default Cask::Config @@ -7572,7 +7580,7 @@

    Method List

  • -
  • +
  • #default Dependencies @@ -7580,7 +7588,7 @@

    Method List

  • -
  • +
  • #default_branch GitHubGitDownloadStrategy @@ -7588,7 +7596,7 @@

    Method List

  • -
  • +
  • default_cask_tap Tap @@ -7596,7 +7604,7 @@

    Method List

  • -
  • +
  • #default_cellar Utils::Bottles::Tag @@ -7604,7 +7612,7 @@

    Method List

  • -
  • +
  • #default_config Cask::Cask @@ -7612,7 +7620,7 @@

    Method List

  • -
  • +
  • #default_cron_values Homebrew::Service @@ -7620,7 +7628,7 @@

    Method List

  • -
  • +
  • default_fields_influx Utils::Analytics @@ -7628,7 +7636,7 @@

    Method List

  • -
  • +
  • #default_origin_branch? GitRepository @@ -7636,7 +7644,7 @@

    Method List

  • -
  • +
  • default_path Cask::CaskLoader @@ -7644,7 +7652,7 @@

    Method List

  • -
  • +
  • #default_plist_name Homebrew::Service @@ -7652,7 +7660,7 @@

    Method List

  • -
  • +
  • #default_prefix Utils::Bottles::Tag @@ -7660,7 +7668,7 @@

    Method List

  • -
  • +
  • default_prefix? Homebrew @@ -7668,7 +7676,7 @@

    Method List

  • -
  • +
  • default_prefix? OS::Mac::Xcode @@ -7676,7 +7684,7 @@

    Method List

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

    Method List

  • -
  • +
  • #default_remote Tap @@ -7692,7 +7700,7 @@

    Method List

  • -
  • +
  • #default_service_name Homebrew::Service @@ -7700,7 +7708,7 @@

    Method List

  • -
  • +
  • default_tags_influx Utils::Analytics @@ -7708,7 +7716,7 @@

    Method List

  • -
  • +
  • defaults Cask::Config @@ -7716,7 +7724,7 @@

    Method List

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

    Method List

  • -
  • +
  • #define_cflags Stdenv @@ -7732,7 +7740,7 @@

    Method List

  • -
  • +
  • #delete TapConfig @@ -7740,7 +7748,7 @@

    Method List

  • -
  • +
  • delete Homebrew::Settings @@ -7748,7 +7756,7 @@

    Method List

  • -
  • +
  • #delete CacheStoreDatabase @@ -7756,7 +7764,7 @@

    Method List

  • -
  • +
  • #delete! CacheStore @@ -7764,7 +7772,7 @@

    Method List

  • -
  • +
  • #delete! LinkageCacheStore @@ -7772,7 +7780,7 @@

    Method List

  • -
  • +
  • #delete! DescriptionCacheStore @@ -7780,7 +7788,7 @@

    Method List

  • -
  • +
  • #delete_from_formula_names! DescriptionCacheStore @@ -7788,7 +7796,7 @@

    Method List

  • -
  • +
  • #delete_pyc_files! Keg @@ -7796,7 +7804,7 @@

    Method List

  • -
  • +
  • #delete_rpath Keg @@ -7804,7 +7812,7 @@

    Method List

  • -
  • +
  • #delete_rpath MachOShim @@ -7812,7 +7820,7 @@

    Method List

  • -
  • +
  • delete_uuid! Utils::Analytics @@ -7820,7 +7828,7 @@

    Method List

  • -
  • +
  • deleted_reason Homebrew::MissingFormula @@ -7828,7 +7836,7 @@

    Method List

  • -
  • +
  • demodulize Utils @@ -7836,7 +7844,7 @@

    Method List

  • -
  • +
  • #deny_write Sandbox @@ -7844,7 +7852,7 @@

    Method List

  • -
  • +
  • #deny_write_homebrew_repository Sandbox @@ -7852,7 +7860,7 @@

    Method List

  • -
  • +
  • #deny_write_path Sandbox @@ -7860,7 +7868,7 @@

    Method List

  • -
  • +
  • dep_display_name Homebrew @@ -7868,7 +7876,7 @@

    Method List

  • -
  • +
  • dep_display_s Homebrew @@ -7876,7 +7884,7 @@

    Method List

  • -
  • +
  • #deparallelize Stdenv @@ -7884,7 +7892,7 @@

    Method List

  • -
  • +
  • #deparallelize Superenv @@ -7892,7 +7900,7 @@

    Method List

  • -
  • +
  • dependables Homebrew @@ -7900,7 +7908,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy @@ -7908,7 +7916,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Xz @@ -7916,7 +7924,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Air @@ -7924,7 +7932,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Cab @@ -7932,7 +7940,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lha @@ -7940,7 +7948,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Rar @@ -7948,7 +7956,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lzip @@ -7956,7 +7964,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Lzma @@ -7964,7 +7972,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::Zstd @@ -7972,7 +7980,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::P7Zip @@ -7980,7 +7988,7 @@

    Method List

  • -
  • +
  • #dependencies UnpackStrategy::GenericUnar @@ -7988,7 +7996,7 @@

    Method List

  • -
  • +
  • #dependency_collector SoftwareSpec @@ -7996,7 +8004,7 @@

    Method List

  • -
  • +
  • #dependency_name RuboCop::Cop::FormulaAudit::DependencyOrder @@ -8004,7 +8012,7 @@

    Method List

  • -
  • +
  • #dependent FormulaUnavailableError @@ -8012,7 +8020,7 @@

    Method List

  • -
  • +
  • #dependent_s FormulaUnavailableError @@ -8020,7 +8028,7 @@

    Method List

  • -
  • +
  • #dependents TestRunnerFormula @@ -8028,7 +8036,7 @@

    Method List

  • -
  • +
  • dependents DependenciesHelpers @@ -8036,7 +8044,7 @@

    Method List

  • -
  • +
  • depends_on Formula @@ -8044,7 +8052,7 @@

    Method List

  • -
  • +
  • #depends_on Cask::DSL @@ -8052,7 +8060,7 @@

    Method List

  • -
  • +
  • #depends_on SoftwareSpec @@ -8060,7 +8068,7 @@

    Method List

  • -
  • +
  • #depends_on? RuboCop::Cop::FormulaCop @@ -8068,7 +8076,7 @@

    Method List

  • -
  • +
  • #depends_on_name_type? RuboCop::Cop::FormulaCop @@ -8076,7 +8084,7 @@

    Method List

  • -
  • +
  • deprecate! Formula @@ -8084,7 +8092,7 @@

    Method List

  • -
  • +
  • deprecate_disable_info DeprecateDisable @@ -8092,7 +8100,7 @@

    Method List

  • -
  • +
  • #deprecated? Formula @@ -8100,7 +8108,7 @@

    Method List

  • -
  • +
  • deprecated? Formula @@ -8108,7 +8116,7 @@

    Method List

  • -
  • +
  • #deprecated_flags SoftwareSpec @@ -8116,7 +8124,7 @@

    Method List

  • -
  • +
  • deprecated_license? SPDX @@ -8124,7 +8132,7 @@

    Method List

  • -
  • +
  • deprecated_option Formula @@ -8132,7 +8140,7 @@

    Method List

  • -
  • +
  • #deprecated_option SoftwareSpec @@ -8140,7 +8148,7 @@

    Method List

  • -
  • +
  • #deprecated_options SoftwareSpec @@ -8148,7 +8156,7 @@

    Method List

  • -
  • +
  • #deprecation_date Formula @@ -8156,7 +8164,7 @@

    Method List

  • -
  • +
  • deprecation_date Formula @@ -8164,7 +8172,7 @@

    Method List

  • -
  • +
  • #deprecation_reason Formula @@ -8172,7 +8180,7 @@

    Method List

  • -
  • +
  • deprecation_reason Formula @@ -8180,7 +8188,7 @@

    Method List

  • -
  • +
  • #deps Build @@ -8188,7 +8196,7 @@

    Method List

  • -
  • +
  • deps Homebrew @@ -8196,7 +8204,7 @@

    Method List

  • -
  • +
  • #deps Homebrew::Uninstall::DependentsMessage @@ -8204,7 +8212,7 @@

    Method List

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

    Method List

  • -
  • +
  • #deps CaskDependent @@ -8220,7 +8228,7 @@

    Method List

  • -
  • +
  • #deps DependencyCollector @@ -8228,7 +8236,7 @@

    Method List

  • -
  • +
  • deps_args Homebrew @@ -8236,7 +8244,7 @@

    Method List

  • -
  • +
  • deps_for_dependent Homebrew @@ -8244,7 +8252,7 @@

    Method List

  • -
  • +
  • deps_for_dependents Homebrew @@ -8252,7 +8260,7 @@

    Method List

  • -
  • +
  • deps_uses_from_formulae Homebrew @@ -8260,7 +8268,7 @@

    Method List

  • -
  • +
  • #desc Formula @@ -8268,7 +8276,7 @@

    Method List

  • -
  • +
  • #desc Cask::DSL @@ -8276,7 +8284,7 @@

    Method List

  • -
  • +
  • desc Homebrew @@ -8284,7 +8292,7 @@

    Method List

  • -
  • +
  • desc_args Homebrew @@ -8292,7 +8300,7 @@

    Method List

  • -
  • +
  • desc_info Cask::Info @@ -8300,7 +8308,7 @@

    Method List

  • -
  • +
  • #desc_problem RuboCop::Cop::DescHelper @@ -8308,7 +8316,7 @@

    Method List

  • -
  • +
  • describe_clang SystemConfig @@ -8316,7 +8324,7 @@

    Method List

  • -
  • +
  • describe_curl SystemConfig @@ -8324,7 +8332,7 @@

    Method List

  • -
  • +
  • describe_git SystemConfig @@ -8332,7 +8340,7 @@

    Method List

  • -
  • +
  • describe_homebrew_ruby SystemConfig @@ -8340,7 +8348,7 @@

    Method List

  • -
  • +
  • describe_path SystemConfig @@ -8348,7 +8356,7 @@

    Method List

  • -
  • +
  • #description Option @@ -8356,7 +8364,7 @@

    Method List

  • -
  • +
  • #description Homebrew::CLI::Parser @@ -8364,7 +8372,7 @@

    Method List

  • -
  • +
  • deserialize Homebrew::Service @@ -8372,7 +8380,7 @@

    Method List

  • -
  • +
  • #detect Locale @@ -8380,7 +8388,7 @@

    Method List

  • -
  • +
  • detect Version @@ -8388,7 +8396,7 @@

    Method List

  • -
  • +
  • detect Cask::Quarantine @@ -8396,7 +8404,7 @@

    Method List

  • -
  • +
  • detect UnpackStrategy @@ -8404,7 +8412,7 @@

    Method List

  • -
  • +
  • detect DownloadStrategyDetector @@ -8412,7 +8420,7 @@

    Method List

  • -
  • +
  • detect_clang_version OS::Mac::CLT @@ -8420,7 +8428,7 @@

    Method List

  • -
  • +
  • #detect_cxx_stdlibs Keg @@ -8428,7 +8436,7 @@

    Method List

  • -
  • +
  • detect_from_symbol DownloadStrategyDetector @@ -8436,7 +8444,7 @@

    Method List

  • -
  • +
  • detect_from_url DownloadStrategyDetector @@ -8444,7 +8452,7 @@

    Method List

  • -
  • +
  • #detect_stdlibs Build @@ -8452,7 +8460,7 @@

    Method List

  • -
  • +
  • detect_version OS::Mac::Xcode @@ -8460,7 +8468,7 @@

    Method List

  • -
  • +
  • detect_version OS::Mac::CLT @@ -8468,7 +8476,7 @@

    Method List

  • -
  • +
  • detect_version_from_clang_version OS::Mac::Xcode @@ -8476,7 +8484,7 @@

    Method List

  • -
  • +
  • detect_version_from_clang_version OS::Mac::CLT @@ -8484,7 +8492,7 @@

    Method List

  • -
  • +
  • #detected_from_url? Version @@ -8492,7 +8500,7 @@

    Method List

  • -
  • +
  • detected_node_shebang Language::Node::Shebang @@ -8500,7 +8508,7 @@

    Method List

  • -
  • +
  • detected_perl_shebang Language::Perl::Shebang @@ -8508,7 +8516,7 @@

    Method List

  • -
  • +
  • detected_python_shebang Language::Python::Shebang @@ -8516,7 +8524,7 @@

    Method List

  • -
  • +
  • determine_bump_subject Homebrew @@ -8524,7 +8532,7 @@

    Method List

  • -
  • +
  • #determine_cccfg Superenv @@ -8532,7 +8540,7 @@

    Method List

  • -
  • +
  • #determine_dynamic_linker_path Superenv @@ -8540,7 +8548,7 @@

    Method List

  • -
  • +
  • determine_mirror Homebrew @@ -8548,7 +8556,7 @@

    Method List

  • -
  • +
  • #determine_pkg_config_libdir Stdenv @@ -8556,7 +8564,7 @@

    Method List

  • -
  • +
  • #determine_rpath_paths Superenv @@ -8564,7 +8572,7 @@

    Method List

  • -
  • +
  • determine_test_runners Homebrew @@ -8572,7 +8580,7 @@

    Method List

  • -
  • +
  • determine_test_runners_args Homebrew @@ -8580,7 +8588,7 @@

    Method List

  • -
  • +
  • #deuniversalize_machos Formula @@ -8588,7 +8596,7 @@

    Method List

  • -
  • +
  • developer Homebrew @@ -8596,7 +8604,7 @@

    Method List

  • -
  • +
  • developer_args Homebrew @@ -8604,7 +8612,7 @@

    Method List

  • -
  • +
  • #developer_commands Homebrew::Manpages::Variables @@ -8612,7 +8620,7 @@

    Method List

  • -
  • +
  • #dictionaries Homebrew::UnversionedCaskChecker @@ -8620,7 +8628,7 @@

    Method List

  • -
  • +
  • #did_you_mean FormulaOrCaskUnavailableError @@ -8628,7 +8636,7 @@

    Method List

  • -
  • +
  • #directives Cask::Artifact::AbstractUninstall @@ -8636,7 +8644,7 @@

    Method List

  • -
  • +
  • #directives Cask::Artifact::AbstractFlightBlock @@ -8644,7 +8652,7 @@

    Method List

  • -
  • +
  • #directory Resource::PatchResource @@ -8652,7 +8660,7 @@

    Method List

  • -
  • +
  • dirmethod Cask::Artifact::Suite @@ -8660,7 +8668,7 @@

    Method List

  • -
  • +
  • dirmethod Cask::Artifact::AbstractArtifact @@ -8668,7 +8676,7 @@

    Method List

  • -
  • +
  • disable! Formula @@ -8676,7 +8684,7 @@

    Method List

  • -
  • +
  • disable! Utils::Analytics @@ -8684,7 +8692,7 @@

    Method List

  • -
  • +
  • #disable_date Formula @@ -8692,7 +8700,7 @@

    Method List

  • -
  • +
  • disable_date Formula @@ -8700,7 +8708,7 @@

    Method List

  • -
  • +
  • #disable_reason Formula @@ -8708,7 +8716,7 @@

    Method List

  • -
  • +
  • disable_reason Formula @@ -8716,7 +8724,7 @@

    Method List

  • -
  • +
  • #disabled? Formula @@ -8724,7 +8732,7 @@

    Method List

  • -
  • +
  • disabled? Formula @@ -8732,7 +8740,7 @@

    Method List

  • -
  • +
  • disabled? Utils::Analytics @@ -8740,7 +8748,7 @@

    Method List

  • -
  • +
  • disallowed_reason Homebrew::MissingFormula @@ -8748,7 +8756,7 @@

    Method List

  • -
  • +
  • #discontinued? Cask::DSL @@ -8756,7 +8764,7 @@

    Method List

  • -
  • +
  • #disk_cleanup_size Homebrew::Cleanup @@ -8764,7 +8772,7 @@

    Method List

  • -
  • +
  • #disk_usage DiskUsageExtension @@ -8772,7 +8780,7 @@

    Method List

  • -
  • +
  • #disk_usage_readable Kernel @@ -8780,7 +8788,7 @@

    Method List

  • -
  • +
  • dispatch_build_bottle Homebrew @@ -8788,7 +8796,7 @@

    Method List

  • -
  • +
  • dispatch_build_bottle_args Homebrew @@ -8796,7 +8804,7 @@

    Method List

  • -
  • +
  • dispatch_event GitHub @@ -8804,7 +8812,7 @@

    Method List

  • -
  • +
  • #display_caveats Messages @@ -8812,7 +8820,7 @@

    Method List

  • -
  • +
  • #display_install_times Messages @@ -8820,7 +8828,7 @@

    Method List

  • -
  • +
  • #display_messages Messages @@ -8828,7 +8836,7 @@

    Method List

  • -
  • +
  • #display_normal_output LinkageChecker @@ -8836,7 +8844,7 @@

    Method List

  • -
  • +
  • #display_options FormulaInstaller @@ -8844,7 +8852,7 @@

    Method List

  • -
  • +
  • #display_reverse_output LinkageChecker @@ -8852,7 +8860,7 @@

    Method List

  • -
  • +
  • #display_s Requirement @@ -8860,7 +8868,7 @@

    Method List

  • -
  • +
  • #display_s ArchRequirement @@ -8868,7 +8876,7 @@

    Method List

  • -
  • +
  • #display_s MacOSRequirement @@ -8876,7 +8884,7 @@

    Method List

  • -
  • +
  • #display_s XcodeRequirement @@ -8884,7 +8892,7 @@

    Method List

  • -
  • +
  • #display_test_output LinkageChecker @@ -8892,7 +8900,7 @@

    Method List

  • -
  • +
  • dmg_metadata? UnpackStrategy::Dmg::Bom @@ -8900,7 +8908,7 @@

    Method List

  • -
  • +
  • #doc Formula @@ -8908,7 +8916,7 @@

    Method List

  • -
  • +
  • docs Homebrew @@ -8916,7 +8924,7 @@

    Method List

  • -
  • +
  • docs_args Homebrew @@ -8924,7 +8932,7 @@

    Method List

  • -
  • +
  • doctor Homebrew @@ -8932,7 +8940,7 @@

    Method List

  • -
  • +
  • doctor_args Homebrew @@ -8940,7 +8948,7 @@

    Method List

  • -
  • +
  • donation_message Homebrew @@ -8948,7 +8956,7 @@

    Method List

  • -
  • +
  • dot_code Homebrew @@ -8956,7 +8964,7 @@

    Method List

  • -
  • +
  • #download Cask::Cask @@ -8964,7 +8972,7 @@

    Method List

  • -
  • +
  • #download Cask::Audit @@ -8972,7 +8980,7 @@

    Method List

  • -
  • +
  • #download Requirement @@ -8980,7 +8988,7 @@

    Method List

  • -
  • +
  • #download Cask::Installer @@ -8988,7 +8996,7 @@

    Method List

  • -
  • +
  • download_and_cache_data! Homebrew::API::Cask @@ -8996,7 +9004,7 @@

    Method List

  • -
  • +
  • download_and_cache_data! Homebrew::API::Formula @@ -9004,7 +9012,7 @@

    Method List

  • -
  • +
  • download_artifact GitHub @@ -9012,7 +9020,7 @@

    Method List

  • -
  • +
  • download_latest_license_data! SPDX @@ -9020,7 +9028,7 @@

    Method List

  • -
  • +
  • #download_name Resource @@ -9028,7 +9036,7 @@

    Method List

  • -
  • +
  • #download_name Downloadable @@ -9036,7 +9044,7 @@

    Method List

  • -
  • +
  • #download_name Cask::Download @@ -9044,7 +9052,7 @@

    Method List

  • -
  • +
  • #download_sha_path Cask::Cask @@ -9052,7 +9060,7 @@

    Method List

  • -
  • +
  • #download_strategy URL @@ -9060,7 +9068,7 @@

    Method List

  • -
  • +
  • #download_strategy Resource @@ -9068,7 +9076,7 @@

    Method List

  • -
  • +
  • #download_strategy Downloadable @@ -9076,7 +9084,7 @@

    Method List

  • -
  • +
  • #downloaded? Downloadable @@ -9084,7 +9092,7 @@

    Method List

  • -
  • +
  • #downloader Downloadable @@ -9092,7 +9100,7 @@

    Method List

  • -
  • +
  • #downloader Cask::Installer @@ -9100,7 +9108,7 @@

    Method List

  • -
  • +
  • #downloader FormulaInstaller @@ -9108,7 +9116,7 @@

    Method List

  • -
  • +
  • #ds_store? Pathname @@ -9116,7 +9124,7 @@

    Method List

  • -
  • +
  • dsl_key Cask::Artifact::AbstractArtifact @@ -9124,7 +9132,7 @@

    Method List

  • -
  • +
  • dsl_key Cask::Artifact::AbstractFlightBlock @@ -9132,7 +9140,7 @@

    Method List

  • -
  • +
  • #dst Keg::LinkError @@ -9140,7 +9148,7 @@

    Method List

  • -
  • +
  • #dump BuildError @@ -9148,7 +9156,7 @@

    Method List

  • -
  • +
  • dump BuildEnvironment @@ -9156,7 +9164,7 @@

    Method List

  • -
  • +
  • #dump ReporterHub @@ -9164,7 +9172,7 @@

    Method List

  • -
  • +
  • dump_for_formula Options @@ -9172,7 +9180,7 @@

    Method List

  • -
  • +
  • dump_verbose_config SystemConfig @@ -9180,7 +9188,7 @@

    Method List

  • -
  • +
  • #dup_with_formula_name Dependency @@ -9188,7 +9196,7 @@

    Method List

  • -
  • +
  • #dup_with_formula_name UsesFromMacOSDependency @@ -9196,7 +9204,7 @@

    Method List

  • -
  • +
  • #dup_without_system_deps Dependencies @@ -9204,7 +9212,7 @@

    Method List

  • -
  • +
  • #dylib? MachOShim @@ -9212,7 +9220,7 @@

    Method List

  • -
  • +
  • #dylib? ELFShim @@ -9220,7 +9228,7 @@

    Method List

  • -
  • +
  • #dylib? Pathname @@ -9228,7 +9236,7 @@

    Method List

  • -
  • +
  • #dylib_id ELFShim @@ -9236,7 +9244,7 @@

    Method List

  • -
  • +
  • #dylib_id_for Keg @@ -9244,7 +9252,7 @@

    Method List

  • -
  • +
  • #dynamic_elf? ELFShim @@ -9252,7 +9260,7 @@

    Method List

  • -
  • +
  • #dynamically_linked_libraries MachOShim @@ -9260,7 +9268,7 @@

    Method List

  • -
  • +
  • #dynamically_linked_libraries ELFShim @@ -9268,7 +9276,7 @@

    Method List

  • -
  • +
  • each Tap @@ -9276,7 +9284,7 @@

    Method List

  • -
  • +
  • #each Homebrew::Style::Offenses @@ -9284,7 +9292,7 @@

    Method List

  • -
  • +
  • #each Options @@ -9292,7 +9300,7 @@

    Method List

  • -
  • +
  • #each Cask::ArtifactSet @@ -9300,7 +9308,7 @@

    Method List

  • -
  • +
  • #each_directory UnpackStrategy @@ -9308,7 +9316,7 @@

    Method List

  • -
  • +
  • #each_key CacheStoreDatabase @@ -9316,7 +9324,7 @@

    Method List

  • -
  • +
  • #each_linkage_for Keg @@ -9324,7 +9332,7 @@

    Method List

  • -
  • +
  • each_python Language::Python @@ -9332,7 +9340,7 @@

    Method List

  • -
  • +
  • #each_tag Utils::Bottles::Collector @@ -9340,7 +9348,7 @@

    Method List

  • -
  • +
  • #each_unique_file_matching Keg @@ -9348,7 +9356,7 @@

    Method List

  • -
  • +
  • edit Homebrew @@ -9356,7 +9364,7 @@

    Method List

  • -
  • +
  • edit_args Homebrew @@ -9364,7 +9372,7 @@

    Method List

  • -
  • +
  • #effective_build_options_for Build @@ -9372,7 +9380,7 @@

    Method List

  • -
  • +
  • #effective_build_options_for FormulaInstaller @@ -9380,7 +9388,7 @@

    Method List

  • -
  • +
  • #egrep_args Keg @@ -9388,7 +9396,7 @@

    Method List

  • -
  • +
  • element_text Homebrew::Livecheck::Strategy::Xml @@ -9396,7 +9404,7 @@

    Method List

  • -
  • +
  • #elf? ELFShim @@ -9404,7 +9412,7 @@

    Method List

  • -
  • +
  • #elf_files Keg @@ -9412,7 +9420,7 @@

    Method List

  • -
  • +
  • #elf_type ELFShim @@ -9420,7 +9428,7 @@

    Method List

  • -
  • +
  • #elisp Formula @@ -9428,7 +9436,7 @@

    Method List

  • -
  • +
  • #elisp_installed? Keg @@ -9436,7 +9444,7 @@

    Method List

  • -
  • +
  • empty Tab @@ -9444,7 +9452,7 @@

    Method List

  • -
  • +
  • #empty? PATH @@ -9452,7 +9460,7 @@

    Method List

  • -
  • +
  • #empty? Options @@ -9460,7 +9468,7 @@

    Method List

  • -
  • +
  • #empty? CacheStoreDatabase @@ -9468,7 +9476,7 @@

    Method List

  • -
  • +
  • #empty? ReporterHub @@ -9476,7 +9484,7 @@

    Method List

  • -
  • +
  • #empty_installation? Keg @@ -9484,7 +9492,7 @@

    Method List

  • -
  • +
  • enable! Utils::Analytics @@ -9492,7 +9500,7 @@

    Method List

  • -
  • +
  • enable_factory_cache! Formulary @@ -9500,7 +9508,7 @@

    Method List

  • -
  • +
  • #end_column RuboCop::Cop::HelperFunctions @@ -9508,7 +9516,7 @@

    Method List

  • -
  • +
  • english_article Cask::Artifact::AbstractArtifact @@ -9516,7 +9524,7 @@

    Method List

  • -
  • +
  • english_description Cask::Artifact::Moved @@ -9524,7 +9532,7 @@

    Method List

  • -
  • +
  • english_description Cask::Artifact::Symlinked @@ -9532,7 +9540,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Suite @@ -9540,7 +9548,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Artifact @@ -9548,7 +9556,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Prefpane @@ -9556,7 +9564,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Qlplugin @@ -9564,7 +9572,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Mdimporter @@ -9572,7 +9580,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::VstPlugin @@ -9580,7 +9588,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::Vst3Plugin @@ -9588,7 +9596,7 @@

    Method List

  • -
  • +
  • english_name Cask::Artifact::AbstractArtifact @@ -9596,7 +9604,7 @@

    Method List

  • -
  • +
  • ensure_caskroom_exists Cask::Caskroom @@ -9604,7 +9612,7 @@

    Method List

  • -
  • +
  • #ensure_dependency_order RuboCop::Cop::FormulaAudit::DependencyOrder @@ -9612,7 +9620,7 @@

    Method List

  • -
  • +
  • #ensure_executable! Kernel @@ -9620,7 +9628,7 @@

    Method List

  • -
  • +
  • #ensure_formula_installed! Kernel @@ -9628,7 +9636,7 @@

    Method List

  • -
  • +
  • #ensure_installed! Tap @@ -9636,7 +9644,7 @@

    Method List

  • -
  • +
  • #ensure_installed! AbstractCoreTap @@ -9644,7 +9652,7 @@

    Method List

  • -
  • +
  • ensure_installed! AbstractCoreTap @@ -9652,7 +9660,7 @@

    Method List

  • -
  • +
  • #ensure_installed! CoreTap @@ -9660,7 +9668,7 @@

    Method List

  • -
  • +
  • ensure_installed! Utils::Git @@ -9668,7 +9676,7 @@

    Method List

  • -
  • +
  • ensure_utf8_encoding Formulary @@ -9676,7 +9684,7 @@

    Method List

  • -
  • +
  • #entries Debrew::Menu @@ -9684,7 +9692,7 @@

    Method List

  • -
  • +
  • #env BuildError @@ -9692,7 +9700,7 @@

    Method List

  • -
  • +
  • #env Cask::Config @@ -9700,7 +9708,7 @@

    Method List

  • -
  • +
  • #env Requirement @@ -9708,7 +9716,7 @@

    Method List

  • -
  • +
  • env Requirement @@ -9716,7 +9724,7 @@

    Method List

  • -
  • +
  • #env BuildEnvironment::DSL @@ -9724,7 +9732,7 @@

    Method List

  • -
  • +
  • env_method_name Homebrew::EnvConfig @@ -9732,7 +9740,7 @@

    Method List

  • -
  • +
  • #env_proc Dependency @@ -9740,7 +9748,7 @@

    Method List

  • -
  • +
  • #env_proc Requirement @@ -9748,7 +9756,7 @@

    Method List

  • -
  • +
  • env_proc Requirement @@ -9756,7 +9764,7 @@

    Method List

  • -
  • +
  • #env_script_all_files Pathname @@ -9764,7 +9772,7 @@

    Method List

  • -
  • +
  • env_vars_manpage Homebrew::Manpages @@ -9772,7 +9780,7 @@

    Method List

  • -
  • +
  • #environment_variables Homebrew::Service @@ -9780,7 +9788,7 @@

    Method List

  • -
  • +
  • #environment_variables Homebrew::Manpages::Variables @@ -9788,7 +9796,7 @@

    Method List

  • -
  • +
  • #eql? Locale @@ -9796,7 +9804,7 @@

    Method List

  • -
  • +
  • #eql? Cask::Cask @@ -9804,7 +9812,7 @@

    Method List

  • -
  • +
  • #eql? Utils::Bottles::Tag @@ -9812,7 +9820,7 @@

    Method List

  • -
  • +
  • error Formatter @@ -9820,7 +9828,7 @@

    Method List

  • -
  • +
  • #error_log_path Homebrew::Service @@ -9828,7 +9836,7 @@

    Method List

  • -
  • +
  • error_message_with_suggestions Cask::Utils @@ -9836,7 +9844,7 @@

    Method List

  • -
  • +
  • #errors Cask::Audit @@ -9844,7 +9852,7 @@

    Method List

  • -
  • +
  • #errors StringInreplaceExtension @@ -9852,7 +9860,7 @@

    Method List

  • -
  • +
  • #errors? Cask::Audit @@ -9860,7 +9868,7 @@

    Method List

  • -
  • +
  • escape GitHub::Actions @@ -9868,7 +9876,7 @@

    Method List

  • -
  • +
  • #escaped_name Resource @@ -9876,7 +9884,7 @@

    Method List

  • -
  • +
  • #etc Formula @@ -9884,7 +9892,7 @@

    Method List

  • -
  • +
  • #eval_all TestRunnerFormula @@ -9892,7 +9900,7 @@

    Method List

  • -
  • +
  • #eval_caveats Cask::DSL::Caveats @@ -9900,7 +9908,7 @@

    Method List

  • -
  • +
  • #examine_git_origin Homebrew::Diagnostic::Checks @@ -9908,7 +9916,7 @@

    Method List

  • -
  • +
  • exception_data SPDX @@ -9916,7 +9924,7 @@

    Method List

  • -
  • +
  • #exec Sandbox @@ -9924,7 +9932,7 @@

    Method List

  • -
  • +
  • #exec_browser Kernel @@ -9932,7 +9940,7 @@

    Method List

  • -
  • +
  • #exec_editor Kernel @@ -9940,7 +9948,7 @@

    Method List

  • -
  • +
  • executable Utils::Tar @@ -9948,7 +9956,7 @@

    Method List

  • -
  • +
  • #existing PATH @@ -9956,7 +9964,7 @@

    Method List

  • -
  • +
  • #exit_status SystemCommand::Result @@ -9964,7 +9972,7 @@

    Method List

  • -
  • +
  • expand Dependency @@ -9972,7 +9980,7 @@

    Method List

  • -
  • +
  • expand Requirement @@ -9980,7 +9988,7 @@

    Method List

  • -
  • +
  • #expand_dependencies FormulaInstaller @@ -9988,7 +9996,7 @@

    Method List

  • -
  • +
  • #expand_dependencies_for_formula FormulaInstaller @@ -9996,7 +10004,7 @@

    Method List

  • -
  • +
  • #expand_deps Build @@ -10004,7 +10012,7 @@

    Method List

  • -
  • +
  • #expand_reqs Build @@ -10012,7 +10020,7 @@

    Method List

  • -
  • +
  • #expand_requirements FormulaInstaller @@ -10020,7 +10028,7 @@

    Method List

  • -
  • +
  • #expected ChecksumMismatchError @@ -10028,7 +10036,7 @@

    Method List

  • -
  • +
  • #expected_remote TapRemoteMismatchError @@ -10036,7 +10044,7 @@

    Method List

  • -
  • +
  • #explicit Cask::Config @@ -10044,7 +10052,7 @@

    Method List

  • -
  • +
  • #explicit_s Cask::Config @@ -10052,7 +10060,7 @@

    Method List

  • -
  • +
  • export_value Utils::Shell @@ -10060,7 +10068,7 @@

    Method List

  • -
  • +
  • #expression_negated? RuboCop::Cop::HelperFunctions @@ -10068,7 +10076,7 @@

    Method List

  • -
  • +
  • extended Superenv @@ -10076,7 +10084,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Xz @@ -10084,7 +10092,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Air @@ -10092,7 +10100,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Cab @@ -10100,7 +10108,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Dmg @@ -10108,7 +10116,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Jar @@ -10116,7 +10124,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lha @@ -10124,7 +10132,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Otf @@ -10132,7 +10140,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Pax @@ -10140,7 +10148,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Pkg @@ -10148,7 +10156,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Rar @@ -10156,7 +10164,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Sit @@ -10164,7 +10172,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Tar @@ -10172,7 +10180,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Ttf @@ -10180,7 +10188,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Xar @@ -10188,7 +10196,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Zip @@ -10196,7 +10204,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Gzip @@ -10204,7 +10212,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lzip @@ -10212,7 +10220,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Lzma @@ -10220,7 +10228,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Zstd @@ -10228,7 +10236,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Bzip2 @@ -10236,7 +10244,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::P7Zip @@ -10244,7 +10252,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Fossil @@ -10252,7 +10260,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Compress @@ -10260,7 +10268,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::LuaRock @@ -10268,7 +10276,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Directory @@ -10276,7 +10284,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::Executable @@ -10284,7 +10292,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::GenericUnar @@ -10292,7 +10300,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::MicrosoftOfficeXml @@ -10300,7 +10308,7 @@

    Method List

  • -
  • +
  • extensions UnpackStrategy::SelfExtractingExecutable @@ -10308,7 +10316,7 @@

    Method List

  • -
  • +
  • #external? EmbeddedPatch @@ -10316,7 +10324,7 @@

    Method List

  • -
  • +
  • #external? ExternalPatch @@ -10324,7 +10332,7 @@

    Method List

  • -
  • +
  • external_cmd_path Commands @@ -10332,7 +10340,7 @@

    Method List

  • -
  • +
  • external_commands Commands @@ -10340,7 +10348,7 @@

    Method List

  • -
  • +
  • external_ruby_cmd_path Commands @@ -10348,7 +10356,7 @@

    Method List

  • -
  • +
  • external_ruby_v2_cmd_path Commands @@ -10356,7 +10364,7 @@

    Method List

  • -
  • +
  • extmodel Hardware::CPU @@ -10364,7 +10372,7 @@

    Method List

  • -
  • +
  • #extname Bottle::Filename @@ -10372,7 +10380,7 @@

    Method List

  • -
  • +
  • #extname Pathname @@ -10380,7 +10388,7 @@

    Method List

  • -
  • +
  • extname_tag_rebuild Utils::Bottles @@ -10388,7 +10396,7 @@

    Method List

  • -
  • +
  • extract Homebrew @@ -10396,7 +10404,7 @@

    Method List

  • -
  • +
  • #extract UnpackStrategy @@ -10404,7 +10412,7 @@

    Method List

  • -
  • +
  • extract_args Homebrew @@ -10412,7 +10420,7 @@

    Method List

  • -
  • +
  • #extract_nestedly UnpackStrategy @@ -10420,7 +10428,7 @@

    Method List

  • -
  • +
  • #extract_nestedly UnpackStrategy::Uncompressed @@ -10428,7 +10436,7 @@

    Method List

  • -
  • +
  • #extract_primary_container Cask::Installer @@ -10436,7 +10444,7 @@

    Method List

  • -
  • +
  • #extract_to_dir UnpackStrategy::Cab @@ -10444,7 +10452,7 @@

    Method List

  • -
  • +
  • #extras PyPI::Package @@ -10452,7 +10460,7 @@

    Method List

  • -
  • +
  • #f Homebrew::Service @@ -10460,7 +10468,7 @@

    Method List

  • -
  • +
  • #f String @@ -10468,7 +10476,7 @@

    Method List

  • -
  • +
  • #f Symbol @@ -10476,7 +10484,7 @@

    Method List

  • -
  • +
  • factory Formulary @@ -10484,7 +10492,7 @@

    Method List

  • -
  • +
  • factory_cached? Formulary @@ -10492,7 +10500,7 @@

    Method List

  • -
  • +
  • failed? Homebrew @@ -10500,7 +10508,7 @@

    Method List

  • -
  • +
  • fails_with Formula @@ -10508,7 +10516,7 @@

    Method List

  • -
  • +
  • #fails_with SoftwareSpec @@ -10516,7 +10524,7 @@

    Method List

  • -
  • +
  • #fails_with? CompilerFailure @@ -10524,7 +10532,7 @@

    Method List

  • -
  • +
  • #failures CompilerSelector @@ -10532,7 +10540,7 @@

    Method List

  • -
  • +
  • family Hardware::CPU @@ -10540,7 +10548,7 @@

    Method List

  • -
  • +
  • #fatal? Requirement @@ -10548,7 +10556,7 @@

    Method List

  • -
  • +
  • #fatal_build_from_source_checks Homebrew::Diagnostic::Checks @@ -10556,7 +10564,7 @@

    Method List

  • -
  • +
  • #fatal_preinstall_checks Homebrew::Diagnostic::Checks @@ -10564,7 +10572,7 @@

    Method List

  • -
  • +
  • #fatal_setup_build_environment_checks Homebrew::Diagnostic::Checks @@ -10572,7 +10580,7 @@

    Method List

  • -
  • +
  • #fc SharedEnvExtension @@ -10580,7 +10588,7 @@

    Method List

  • -
  • +
  • #fcflags SharedEnvExtension @@ -10588,7 +10596,7 @@

    Method List

  • -
  • +
  • feature? Hardware::CPU @@ -10596,7 +10604,7 @@

    Method List

  • -
  • +
  • features Hardware::CPU @@ -10604,7 +10612,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API @@ -10612,7 +10620,7 @@

    Method List

  • -
  • +
  • fetch Tap @@ -10620,7 +10628,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Cask @@ -10628,7 +10636,7 @@

    Method List

  • -
  • +
  • #fetch Resource @@ -10636,7 +10644,7 @@

    Method List

  • -
  • +
  • fetch Homebrew @@ -10644,7 +10652,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Formula @@ -10652,7 +10660,7 @@

    Method List

  • -
  • +
  • #fetch CacheStore @@ -10660,7 +10668,7 @@

    Method List

  • -
  • +
  • #fetch Downloadable @@ -10668,7 +10676,7 @@

    Method List

  • -
  • +
  • fetch Homebrew::API::Analytics @@ -10676,7 +10684,7 @@

    Method List

  • -
  • +
  • #fetch Cask::Download @@ -10684,7 +10692,7 @@

    Method List

  • -
  • +
  • #fetch Bottle @@ -10692,7 +10700,7 @@

    Method List

  • -
  • +
  • #fetch Cask::Installer @@ -10700,7 +10708,7 @@

    Method List

  • -
  • +
  • #fetch AbstractDownloadStrategy @@ -10708,7 +10716,7 @@

    Method List

  • -
  • +
  • #fetch VCSDownloadStrategy @@ -10716,7 +10724,7 @@

    Method List

  • -
  • +
  • #fetch CurlDownloadStrategy @@ -10724,7 +10732,7 @@

    Method List

  • -
  • +
  • #fetch SubversionDownloadStrategy @@ -10732,7 +10740,7 @@

    Method List

  • -
  • +
  • #fetch FormulaInstaller @@ -10740,7 +10748,7 @@

    Method List

  • -
  • +
  • #fetch LinkageCacheStore @@ -10748,7 +10756,7 @@

    Method List

  • -
  • +
  • #fetch DependencyCollector @@ -10756,7 +10764,7 @@

    Method List

  • -
  • +
  • #fetch GitHubArtifactDownloadStrategy @@ -10764,7 +10772,7 @@

    Method List

  • -
  • +
  • fetch_args Homebrew @@ -10772,7 +10780,7 @@

    Method List

  • -
  • +
  • #fetch_bottle? Homebrew::Fetch @@ -10780,7 +10788,7 @@

    Method List

  • -
  • +
  • #fetch_bottle_tab Formula @@ -10788,7 +10796,7 @@

    Method List

  • -
  • +
  • #fetch_bottle_tab FormulaInstaller @@ -10796,7 +10804,7 @@

    Method List

  • -
  • +
  • fetch_cask Homebrew @@ -10804,7 +10812,7 @@

    Method List

  • -
  • +
  • #fetch_dependencies FormulaInstaller @@ -10812,7 +10820,7 @@

    Method List

  • -
  • +
  • #fetch_dependency FormulaInstaller @@ -10820,7 +10828,7 @@

    Method List

  • -
  • +
  • fetch_fetchable Homebrew @@ -10828,7 +10836,7 @@

    Method List

  • -
  • +
  • fetch_formula Homebrew @@ -10836,7 +10844,7 @@

    Method List

  • -
  • +
  • #fetch_issues BuildError @@ -10844,7 +10852,7 @@

    Method List

  • -
  • +
  • fetch_json_api_file Homebrew::API @@ -10852,7 +10860,7 @@

    Method List

  • -
  • +
  • #fetch_last_commit VCSDownloadStrategy @@ -10860,7 +10868,7 @@

    Method List

  • -
  • +
  • fetch_open_pull_requests GitHub @@ -10868,7 +10876,7 @@

    Method List

  • -
  • +
  • fetch_patch Homebrew @@ -10876,7 +10884,7 @@

    Method List

  • -
  • +
  • #fetch_patches Formula @@ -10884,7 +10892,7 @@

    Method List

  • -
  • +
  • #fetch_patches Resource @@ -10892,7 +10900,7 @@

    Method List

  • -
  • +
  • fetch_pull_requests GitHub @@ -10900,7 +10908,7 @@

    Method List

  • -
  • +
  • fetch_resource Homebrew @@ -10908,7 +10916,7 @@

    Method List

  • -
  • +
  • fetch_resource_and_forced_version Homebrew @@ -10916,7 +10924,7 @@

    Method List

  • -
  • +
  • #fetch_tab Bottle @@ -10924,7 +10932,7 @@

    Method List

  • -
  • +
  • fetched FormulaInstaller @@ -10932,7 +10940,7 @@

    Method List

  • -
  • +
  • #fflags SharedEnvExtension @@ -10940,7 +10948,7 @@

    Method List

  • -
  • +
  • file_at_commit Utils::Git @@ -10948,7 +10956,7 @@

    Method List

  • -
  • +
  • #file_count DiskUsageExtension @@ -10956,7 +10964,7 @@

    Method List

  • -
  • +
  • file_from_bottle Utils::Bottles @@ -10964,7 +10972,7 @@

    Method List

  • -
  • +
  • file_linked_libraries Keg @@ -10972,7 +10980,7 @@

    Method List

  • -
  • +
  • file_outdated? Utils::Bottles @@ -10980,7 +10988,7 @@

    Method List

  • -
  • +
  • #file_path RuboCop::Cop::FormulaCop @@ -10988,7 +10996,7 @@

    Method List

  • -
  • +
  • #file_type Pathname @@ -10996,7 +11004,7 @@

    Method List

  • -
  • +
  • #files Resource::Partial @@ -11004,7 +11012,7 @@

    Method List

  • -
  • +
  • #files Resource @@ -11012,7 +11020,7 @@

    Method List

  • -
  • +
  • filter_items Homebrew::Livecheck::Strategy::Sparkle @@ -11020,7 +11028,7 @@

    Method List

  • -
  • +
  • filtered_list Homebrew @@ -11028,7 +11036,7 @@

    Method List

  • -
  • +
  • #finalize_upgrade Cask::Installer @@ -11036,7 +11044,7 @@

    Method List

  • -
  • +
  • #find_all_blocks RuboCop::Cop::HelperFunctions @@ -11044,7 +11052,7 @@

    Method List

  • -
  • +
  • #find_block RuboCop::Cop::HelperFunctions @@ -11052,7 +11060,7 @@

    Method List

  • -
  • +
  • #find_blocks RuboCop::Cop::HelperFunctions @@ -11060,7 +11068,7 @@

    Method List

  • -
  • +
  • find_cask_in_tap Cask::CaskLoader @@ -11068,7 +11076,7 @@

    Method List

  • -
  • +
  • find_commands Commands @@ -11076,7 +11084,7 @@

    Method List

  • -
  • +
  • #find_const RuboCop::Cop::HelperFunctions @@ -11084,7 +11092,7 @@

    Method List

  • -
  • +
  • #find_dylib Keg @@ -11092,7 +11100,7 @@

    Method List

  • -
  • +
  • #find_dylib_suffix_from Keg @@ -11100,7 +11108,7 @@

    Method List

  • -
  • +
  • #find_end_line RuboCop::Cop::Cask::CaskHelp @@ -11108,7 +11116,7 @@

    Method List

  • -
  • +
  • #find_every_func_call_by_name RuboCop::Cop::HelperFunctions @@ -11116,7 +11124,7 @@

    Method List

  • -
  • +
  • #find_every_method_call_by_name RuboCop::Cop::HelperFunctions @@ -11124,7 +11132,7 @@

    Method List

  • -
  • +
  • find_formula_in_tap Formulary @@ -11132,7 +11140,7 @@

    Method List

  • -
  • +
  • find_in_path Homebrew @@ -11140,7 +11148,7 @@

    Method List

  • -
  • +
  • #find_instance_call RuboCop::Cop::HelperFunctions @@ -11148,7 +11156,7 @@

    Method List

  • -
  • +
  • #find_instance_method_call RuboCop::Cop::HelperFunctions @@ -11156,7 +11164,7 @@

    Method List

  • -
  • +
  • find_internal_commands Commands @@ -11164,7 +11172,7 @@

    Method List

  • -
  • +
  • #find_method_calls_by_name RuboCop::Cop::HelperFunctions @@ -11172,7 +11180,7 @@

    Method List

  • -
  • +
  • #find_method_def RuboCop::Cop::HelperFunctions @@ -11180,7 +11188,7 @@

    Method List

  • -
  • +
  • #find_method_with_args RuboCop::Cop::HelperFunctions @@ -11188,7 +11196,7 @@

    Method List

  • -
  • +
  • #find_node_method_by_name RuboCop::Cop::HelperFunctions @@ -11196,7 +11204,7 @@

    Method List

  • -
  • +
  • #find_relative_paths Homebrew::Diagnostic::Checks @@ -11204,7 +11212,7 @@

    Method List

  • -
  • +
  • find_repo_path_for_repo Homebrew @@ -11212,7 +11220,7 @@

    Method List

  • -
  • +
  • find_some_installed_dependents InstalledDependents @@ -11220,7 +11228,7 @@

    Method List

  • -
  • +
  • #find_strings RuboCop::Cop::HelperFunctions @@ -11228,7 +11236,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Git @@ -11236,7 +11244,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Gnu @@ -11244,7 +11252,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Npm @@ -11252,7 +11260,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Xml @@ -11260,7 +11268,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Cpan @@ -11268,7 +11276,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Json @@ -11276,7 +11284,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Pypi @@ -11284,7 +11292,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Xorg @@ -11292,7 +11300,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Yaml @@ -11300,7 +11308,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Gnome @@ -11308,7 +11316,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Apache @@ -11316,7 +11324,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Hackage @@ -11324,7 +11332,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Sparkle @@ -11332,7 +11340,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Bitbucket @@ -11340,7 +11348,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Launchpad @@ -11348,7 +11356,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::PageMatch @@ -11356,7 +11364,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::Sourceforge @@ -11364,7 +11372,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::HeaderMatch @@ -11372,7 +11380,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::ExtractPlist @@ -11380,7 +11388,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::GithubLatest @@ -11388,7 +11396,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::GithubReleases @@ -11396,7 +11404,7 @@

    Method List

  • -
  • +
  • find_versions Homebrew::Livecheck::Strategy::ElectronBuilder @@ -11404,7 +11412,7 @@

    Method List

  • -
  • +
  • #finish FormulaInstaller @@ -11412,7 +11420,7 @@

    Method List

  • -
  • +
  • #fish_completion Formula @@ -11420,7 +11428,7 @@

    Method List

  • -
  • +
  • #fish_function Formula @@ -11428,7 +11436,7 @@

    Method List

  • -
  • +
  • #fix_dynamic_linkage Keg @@ -11436,7 +11444,7 @@

    Method List

  • -
  • +
  • #fix_dynamic_linkage FormulaInstaller @@ -11444,7 +11452,7 @@

    Method List

  • -
  • +
  • #fix_remote_configuration Tap @@ -11452,7 +11460,7 @@

    Method List

  • -
  • +
  • #fix_tabs Migrator @@ -11460,7 +11468,7 @@

    Method List

  • -
  • +
  • #fixed_name Keg @@ -11468,7 +11476,7 @@

    Method List

  • -
  • +
  • #fixopt Build @@ -11476,7 +11484,7 @@

    Method List

  • -
  • +
  • #flag Option @@ -11484,7 +11492,7 @@

    Method List

  • -
  • +
  • #flag Homebrew::CLI::Parser @@ -11492,7 +11500,7 @@

    Method List

  • -
  • +
  • flags Hardware::CPU @@ -11500,7 +11508,7 @@

    Method List

  • -
  • +
  • #flags_only Homebrew::CLI::Args @@ -11508,7 +11516,7 @@

    Method List

  • -
  • +
  • #follow_installed_alias Formula @@ -11516,7 +11524,7 @@

    Method List

  • -
  • +
  • for Keg @@ -11524,7 +11532,7 @@

    Method List

  • -
  • +
  • for Cask::CaskLoader @@ -11532,7 +11540,7 @@

    Method List

  • -
  • +
  • for_formula Tab @@ -11540,7 +11548,7 @@

    Method List

  • -
  • +
  • for_keg Tab @@ -11548,7 +11556,7 @@

    Method List

  • -
  • +
  • for_name Tab @@ -11556,7 +11564,7 @@

    Method List

  • -
  • +
  • #for_path Homebrew::Style::Offenses @@ -11564,7 +11572,7 @@

    Method List

  • -
  • +
  • for_standard CompilerFailure @@ -11572,7 +11580,7 @@

    Method List

  • -
  • +
  • forbidden_licenses_include? SPDX @@ -11580,7 +11588,7 @@

    Method List

  • -
  • +
  • force_utf8! FormulaInfo @@ -11588,7 +11596,7 @@

    Method List

  • -
  • +
  • #forget Cask::Pkg @@ -11596,7 +11604,7 @@

    Method List

  • -
  • +
  • forget_user_gem_groups! Homebrew @@ -11604,7 +11612,7 @@

    Method List

  • -
  • +
  • fork_exists? GitHub @@ -11612,7 +11620,7 @@

    Method List

  • -
  • +
  • forked_repo_info! GitHub @@ -11620,7 +11628,7 @@

    Method List

  • -
  • +
  • #format_component RuboCop::Cop::HelperFunctions @@ -11628,7 +11636,7 @@

    Method List

  • -
  • +
  • format_count Utils::Analytics @@ -11636,7 +11644,7 @@

    Method List

  • -
  • +
  • format_description Homebrew::Completions @@ -11644,7 +11652,7 @@

    Method List

  • -
  • +
  • format_help_text Formatter @@ -11652,7 +11660,7 @@

    Method List

  • -
  • +
  • format_multiline_string GitHub::Actions @@ -11660,7 +11668,7 @@

    Method List

  • -
  • +
  • format_opt Homebrew::Manpages @@ -11668,7 +11676,7 @@

    Method List

  • -
  • +
  • format_percent Utils::Analytics @@ -11676,7 +11684,7 @@

    Method List

  • -
  • +
  • format_problem_lines Homebrew @@ -11684,7 +11692,7 @@

    Method List

  • -
  • +
  • format_usage_banner Homebrew::Manpages @@ -11692,7 +11700,7 @@

    Method List

  • -
  • +
  • format_versioned Cask::List @@ -11700,7 +11708,7 @@

    Method List

  • -
  • +
  • #formula Build @@ -11708,7 +11716,7 @@

    Method List

  • -
  • +
  • #formula Caveats @@ -11716,7 +11724,7 @@

    Method List

  • -
  • +
  • #formula Migrator @@ -11724,7 +11732,7 @@

    Method List

  • -
  • +
  • #formula CompilerSelector @@ -11732,7 +11740,7 @@

    Method List

  • -
  • +
  • #formula Livecheck @@ -11740,7 +11748,7 @@

    Method List

  • -
  • +
  • #formula FormulaValidationError @@ -11748,7 +11756,7 @@

    Method List

  • -
  • +
  • #formula FormulaConflictError @@ -11756,7 +11764,7 @@

    Method List

  • -
  • +
  • #formula BuildError @@ -11764,7 +11772,7 @@

    Method List

  • -
  • +
  • formula Homebrew @@ -11772,7 +11780,7 @@

    Method List

  • -
  • +
  • #formula Homebrew::FormulaAuditor @@ -11780,7 +11788,7 @@

    Method List

  • -
  • +
  • #formula LinkageChecker @@ -11788,7 +11796,7 @@

    Method List

  • -
  • +
  • #formula FormulaInstaller @@ -11796,7 +11804,7 @@

    Method List

  • -
  • +
  • #formula Cask::DSL::DependsOn @@ -11804,7 +11812,7 @@

    Method List

  • -
  • +
  • #formula TestRunnerFormula @@ -11812,7 +11820,7 @@

    Method List

  • -
  • +
  • #formula FormulaCellarChecks @@ -11820,7 +11828,7 @@

    Method List

  • -
  • +
  • #formula_aliases Homebrew::TapAuditor @@ -11828,7 +11836,7 @@

    Method List

  • -
  • +
  • formula_args Homebrew @@ -11836,7 +11844,7 @@

    Method List

  • -
  • +
  • #formula_at_revision FormulaVersions @@ -11844,7 +11852,7 @@

    Method List

  • -
  • +
  • formula_class_defined_from_api? Formulary @@ -11852,7 +11860,7 @@

    Method List

  • -
  • +
  • formula_class_defined_from_path? Formulary @@ -11860,7 +11868,7 @@

    Method List

  • -
  • +
  • formula_class_get_from_api Formulary @@ -11868,7 +11876,7 @@

    Method List

  • -
  • +
  • formula_class_get_from_path Formulary @@ -11876,7 +11884,7 @@

    Method List

  • -
  • +
  • formula_contents Utils::Bottles @@ -11884,7 +11892,7 @@

    Method List

  • -
  • +
  • formula_deprecated Homebrew::Livecheck::SkipConditions @@ -11892,7 +11900,7 @@

    Method List

  • -
  • +
  • #formula_dir Tap @@ -11900,7 +11908,7 @@

    Method List

  • -
  • +
  • formula_disabled Homebrew::Livecheck::SkipConditions @@ -11908,7 +11916,7 @@

    Method List

  • -
  • +
  • #formula_error FormulaUnreadableErrorModule @@ -11916,7 +11924,7 @@

    Method List

  • -
  • +
  • #formula_files Tap @@ -11924,7 +11932,7 @@

    Method List

  • -
  • +
  • formula_files_by_name Tap @@ -11932,7 +11940,7 @@

    Method List

  • -
  • +
  • formula_head_only Homebrew::Livecheck::SkipConditions @@ -11940,7 +11948,7 @@

    Method List

  • -
  • +
  • formula_ignores Homebrew @@ -11948,7 +11956,7 @@

    Method List

  • -
  • +
  • formula_linked_version SystemConfig @@ -11956,7 +11964,7 @@

    Method List

  • -
  • +
  • formula_name Homebrew::Livecheck @@ -11964,7 +11972,7 @@

    Method List

  • -
  • +
  • #formula_names Tap @@ -11972,7 +11980,7 @@

    Method List

  • -
  • +
  • #formula_names Homebrew::TapAuditor @@ -11980,7 +11988,7 @@

    Method List

  • -
  • +
  • #formula_oldnames Tap @@ -11988,7 +11996,7 @@

    Method List

  • -
  • +
  • formula_optionally_versioned_regex Version @@ -11996,7 +12004,7 @@

    Method List

  • -
  • +
  • #formula_options Homebrew::CLI::Parser @@ -12004,7 +12012,7 @@

    Method List

  • -
  • +
  • formula_output Utils::Analytics @@ -12012,7 +12020,7 @@

    Method List

  • -
  • +
  • #formula_renames Tap @@ -12020,7 +12028,7 @@

    Method List

  • -
  • +
  • #formula_tap RuboCop::Cop::FormulaCop @@ -12028,7 +12036,7 @@

    Method List

  • -
  • +
  • formula_version Homebrew @@ -12036,7 +12044,7 @@

    Method List

  • -
  • +
  • formula_versioned Homebrew::Livecheck::SkipConditions @@ -12044,7 +12052,7 @@

    Method List

  • -
  • +
  • #formulae TapFormulaAmbiguityError @@ -12052,7 +12060,7 @@

    Method List

  • -
  • +
  • formulae_all_installs_from_args Homebrew @@ -12060,7 +12068,7 @@

    Method List

  • -
  • +
  • formulae_need_bottles? Homebrew @@ -12068,7 +12076,7 @@

    Method List

  • -
  • +
  • #fortran SharedEnvExtension @@ -12076,7 +12084,7 @@

    Method List

  • -
  • +
  • #frameworks Formula @@ -12084,7 +12092,7 @@

    Method List

  • -
  • +
  • #free_port Homebrew::FreePort @@ -12092,7 +12100,7 @@

    Method List

  • -
  • +
  • freeze Formula @@ -12100,7 +12108,7 @@

    Method List

  • -
  • +
  • #freeze Options @@ -12108,7 +12116,7 @@

    Method List

  • -
  • +
  • #freeze Version @@ -12116,7 +12124,7 @@

    Method List

  • -
  • +
  • #freeze Resource @@ -12124,7 +12132,7 @@

    Method List

  • -
  • +
  • #freeze Downloadable @@ -12132,7 +12140,7 @@

    Method List

  • -
  • +
  • #freeze Keg::Relocation @@ -12140,7 +12148,7 @@

    Method List

  • -
  • +
  • #freeze SoftwareSpec @@ -12148,7 +12156,7 @@

    Method List

  • -
  • +
  • #freeze DependencyCollector @@ -12156,7 +12164,7 @@

    Method List

  • -
  • +
  • #freeze_named_args! Homebrew::CLI::Args @@ -12164,7 +12172,7 @@

    Method List

  • -
  • +
  • #freeze_processed_options! Homebrew::CLI::Args @@ -12172,7 +12180,7 @@

    Method List

  • -
  • +
  • #freeze_remaining_args! Homebrew::CLI::Args @@ -12180,7 +12188,7 @@

    Method List

  • -
  • +
  • #fresh_install? FormulaInstaller @@ -12188,7 +12196,7 @@

    Method List

  • -
  • +
  • from Version::Token @@ -12196,7 +12204,7 @@

    Method List

  • -
  • +
  • from_args Cask::Config @@ -12204,7 +12212,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Pkg @@ -12212,7 +12220,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Manpage @@ -12220,7 +12228,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Artifact @@ -12228,7 +12236,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Installer @@ -12236,7 +12244,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::Relocated @@ -12244,7 +12252,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::StageOnly @@ -12252,7 +12260,7 @@

    Method List

  • -
  • +
  • from_args Cask::Artifact::AbstractUninstall @@ -12260,7 +12268,7 @@

    Method List

  • -
  • +
  • #from_block? Cask::URL @@ -12268,7 +12276,7 @@

    Method List

  • -
  • +
  • from_cmd_path Homebrew::CLI::Parser @@ -12276,7 +12284,7 @@

    Method List

  • -
  • +
  • from_contents Formulary @@ -12284,7 +12292,7 @@

    Method List

  • -
  • +
  • from_extension UnpackStrategy @@ -12292,7 +12300,7 @@

    Method List

  • -
  • +
  • from_file Tab @@ -12300,7 +12308,7 @@

    Method List

  • -
  • +
  • from_file_content Tab @@ -12308,7 +12316,7 @@

    Method List

  • -
  • +
  • #from_h_array_gsubs Cask::CaskLoader::FromAPILoader @@ -12316,7 +12324,7 @@

    Method List

  • -
  • +
  • #from_h_gsubs Cask::CaskLoader::FromAPILoader @@ -12324,7 +12332,7 @@

    Method List

  • -
  • +
  • #from_h_hash_gsubs Cask::CaskLoader::FromAPILoader @@ -12332,7 +12340,7 @@

    Method List

  • -
  • +
  • #from_h_string_gsubs Cask::CaskLoader::FromAPILoader @@ -12340,7 +12348,7 @@

    Method List

  • -
  • +
  • from_info_plist Homebrew::BundleVersion @@ -12348,7 +12356,7 @@

    Method List

  • -
  • +
  • from_info_plist_content Homebrew::BundleVersion @@ -12356,7 +12364,7 @@

    Method List

  • -
  • +
  • from_json Cask::Config @@ -12364,7 +12372,7 @@

    Method List

  • -
  • +
  • from_keg Formulary @@ -12372,7 +12380,7 @@

    Method List

  • -
  • +
  • from_magic UnpackStrategy @@ -12380,7 +12388,7 @@

    Method List

  • -
  • +
  • from_package_info Homebrew::BundleVersion @@ -12388,7 +12396,7 @@

    Method List

  • -
  • +
  • from_path Tap @@ -12396,7 +12404,7 @@

    Method List

  • -
  • +
  • from_path Utils::Shell @@ -12404,7 +12412,7 @@

    Method List

  • -
  • +
  • from_rack Formulary @@ -12412,7 +12420,7 @@

    Method List

  • -
  • +
  • #from_same_tap_user? Migrator @@ -12420,7 +12428,7 @@

    Method List

  • -
  • +
  • from_symbol MacOSVersion @@ -12428,7 +12436,7 @@

    Method List

  • -
  • +
  • from_symbol Utils::Bottles::Tag @@ -12436,7 +12444,7 @@

    Method List

  • -
  • +
  • from_symbol Homebrew::Livecheck::Strategy @@ -12444,7 +12452,7 @@

    Method List

  • -
  • +
  • from_type UnpackStrategy @@ -12452,7 +12460,7 @@

    Method List

  • -
  • +
  • from_url Homebrew::Livecheck::Strategy @@ -12460,7 +12468,7 @@

    Method List

  • -
  • +
  • #full_alias_name Formula @@ -12468,7 +12476,7 @@

    Method List

  • -
  • +
  • #full_installed_alias_name Formula @@ -12476,7 +12484,7 @@

    Method List

  • -
  • +
  • #full_installed_specified_name Formula @@ -12484,7 +12492,7 @@

    Method List

  • -
  • +
  • #full_name Tap @@ -12492,7 +12500,7 @@

    Method List

  • -
  • +
  • #full_name Formula @@ -12500,7 +12508,7 @@

    Method List

  • -
  • +
  • #full_name Cask::Cask @@ -12508,7 +12516,7 @@

    Method List

  • -
  • +
  • #full_name SoftwareSpec @@ -12516,7 +12524,7 @@

    Method List

  • -
  • +
  • #full_name CaskDependent @@ -12524,7 +12532,7 @@

    Method List

  • -
  • +
  • #full_specified_name Formula @@ -12532,7 +12540,7 @@

    Method List

  • -
  • +
  • full_version OS::Mac @@ -12540,7 +12548,7 @@

    Method List

  • -
  • +
  • full_version= OS::Mac @@ -12548,7 +12556,7 @@

    Method List

  • -
  • +
  • #function_mappings Homebrew::Completions::Variables @@ -12556,7 +12564,7 @@

    Method List

  • -
  • +
  • #functions_installed? Keg @@ -12564,7 +12572,7 @@

    Method List

  • -
  • +
  • gain_permissions Cask::Utils @@ -12572,7 +12580,7 @@

    Method List

  • -
  • +
  • gain_permissions_mkpath Cask::Utils @@ -12580,7 +12588,7 @@

    Method List

  • -
  • +
  • gain_permissions_remove Cask::Utils @@ -12588,7 +12596,7 @@

    Method List

  • -
  • +
  • #gain_permissions_remove Cask::Installer @@ -12596,7 +12604,7 @@

    Method List

  • -
  • +
  • gain_permissions_rmdir Cask::Utils @@ -12604,7 +12612,7 @@

    Method List

  • -
  • +
  • #gcc_dep_if_needed DependencyCollector @@ -12612,7 +12620,7 @@

    Method List

  • -
  • +
  • gemfile Homebrew @@ -12620,7 +12628,7 @@

    Method List

  • -
  • +
  • #general Homebrew::BumpVersionParser @@ -12628,7 +12636,7 @@

    Method List

  • -
  • +
  • #generate Attr @@ -12636,7 +12644,7 @@

    Method List

  • -
  • +
  • generate_bash_completion_file Homebrew::Completions @@ -12644,7 +12652,7 @@

    Method List

  • -
  • +
  • generate_bash_subcommand_completion Homebrew::Completions @@ -12652,7 +12660,7 @@

    Method List

  • -
  • +
  • generate_cask_api Homebrew @@ -12660,7 +12668,7 @@

    Method List

  • -
  • +
  • generate_cask_api_args Homebrew @@ -12668,7 +12676,7 @@

    Method List

  • -
  • +
  • generate_cmd_manpages Homebrew::Manpages @@ -12676,7 +12684,7 @@

    Method List

  • -
  • +
  • #generate_completions_from_executable Formula @@ -12684,7 +12692,7 @@

    Method List

  • -
  • +
  • generate_csv Homebrew @@ -12692,7 +12700,7 @@

    Method List

  • -
  • +
  • generate_fish_completion_file Homebrew::Completions @@ -12700,7 +12708,7 @@

    Method List

  • -
  • +
  • generate_fish_subcommand_completion Homebrew::Completions @@ -12708,7 +12716,7 @@

    Method List

  • -
  • +
  • generate_formula_api Homebrew @@ -12716,7 +12724,7 @@

    Method List

  • -
  • +
  • generate_formula_api_args Homebrew @@ -12724,7 +12732,7 @@

    Method List

  • -
  • +
  • #generate_help_text Homebrew::CLI::Parser @@ -12732,7 +12740,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Gnu @@ -12740,7 +12748,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Npm @@ -12748,7 +12756,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Cpan @@ -12756,7 +12764,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Pypi @@ -12764,7 +12772,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Xorg @@ -12772,7 +12780,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Gnome @@ -12780,7 +12788,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Apache @@ -12788,7 +12796,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Hackage @@ -12796,7 +12804,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Bitbucket @@ -12804,7 +12812,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Launchpad @@ -12812,7 +12820,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::Sourceforge @@ -12820,7 +12828,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::GithubLatest @@ -12828,7 +12836,7 @@

    Method List

  • -
  • +
  • generate_input_values Homebrew::Livecheck::Strategy::GithubReleases @@ -12836,7 +12844,7 @@

    Method List

  • -
  • +
  • generate_man_completions Homebrew @@ -12844,7 +12852,7 @@

    Method List

  • -
  • +
  • generate_man_completions_args Homebrew @@ -12852,7 +12860,7 @@

    Method List

  • -
  • +
  • generate_option_doc Homebrew::Manpages @@ -12860,7 +12868,7 @@

    Method List

  • -
  • +
  • generate_release_notes GitHub @@ -12868,7 +12876,7 @@

    Method List

  • -
  • +
  • generate_sha256_line Homebrew @@ -12876,7 +12884,7 @@

    Method List

  • -
  • +
  • generate_zsh_completion_file Homebrew::Completions @@ -12884,7 +12892,7 @@

    Method List

  • -
  • +
  • generate_zsh_option_exclusions Homebrew::Completions @@ -12892,7 +12900,7 @@

    Method List

  • -
  • +
  • generate_zsh_subcommand_completion Homebrew::Completions @@ -12900,7 +12908,7 @@

    Method List

  • -
  • +
  • #generated_hash! APIHashable @@ -12908,7 +12916,7 @@

    Method List

  • -
  • +
  • #generating_hash! APIHashable @@ -12916,7 +12924,7 @@

    Method List

  • -
  • +
  • #generating_hash? APIHashable @@ -12924,7 +12932,7 @@

    Method List

  • -
  • +
  • generic_git_tags Homebrew @@ -12932,7 +12940,7 @@

    Method List

  • -
  • +
  • #get CacheStoreDatabase @@ -12940,7 +12948,7 @@

    Method List

  • -
  • +
  • get_artifact_url GitHub @@ -12948,7 +12956,7 @@

    Method List

  • -
  • +
  • #get_checksum_node RuboCop::Cop::FormulaCop @@ -12956,7 +12964,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::FormulaLoader @@ -12964,7 +12972,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::BottleLoader @@ -12972,7 +12980,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::TapLoader @@ -12980,7 +12988,7 @@

    Method List

  • -
  • +
  • #get_formula Formulary::NullLoader @@ -12988,7 +12996,7 @@

    Method List

  • -
  • +
  • get_info Cask::Info @@ -12996,7 +13004,7 @@

    Method List

  • -
  • +
  • get_latest_release GitHub @@ -13004,7 +13012,7 @@

    Method List

  • -
  • +
  • #get_make_var StringInreplaceExtension @@ -13012,7 +13020,7 @@

    Method List

  • -
  • +
  • #get_mounts Homebrew::Diagnostic::Volumes @@ -13020,7 +13028,7 @@

    Method List

  • -
  • +
  • get_package Homebrew @@ -13028,7 +13036,7 @@

    Method List

  • -
  • +
  • get_pull_request_changed_files GitHub @@ -13036,7 +13044,7 @@

    Method List

  • -
  • +
  • #get_pypi_url RuboCop::Cop::FormulaAudit::PyPiUrls @@ -13044,7 +13052,7 @@

    Method List

  • -
  • +
  • get_release GitHub @@ -13052,7 +13060,7 @@

    Method List

  • -
  • +
  • #get_repo_data Homebrew::FormulaAuditor @@ -13060,7 +13068,7 @@

    Method List

  • -
  • +
  • get_repo_license GitHub @@ -13068,7 +13076,7 @@

    Method List

  • -
  • +
  • #get_state RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -13076,7 +13084,7 @@

    Method List

  • -
  • +
  • get_workflow_run GitHub @@ -13084,7 +13092,7 @@

    Method List

  • -
  • +
  • gist_logs Homebrew @@ -13092,7 +13100,7 @@

    Method List

  • -
  • +
  • gist_logs_args Homebrew @@ -13100,7 +13108,7 @@

    Method List

  • -
  • +
  • gistify_logs Homebrew @@ -13108,7 +13116,7 @@

    Method List

  • -
  • +
  • git Utils::Git @@ -13116,7 +13124,7 @@

    Method List

  • -
  • +
  • #git? Tap @@ -13124,7 +13132,7 @@

    Method List

  • -
  • +
  • #git_branch Tap @@ -13132,7 +13140,7 @@

    Method List

  • -
  • +
  • git_branch Utils @@ -13140,7 +13148,7 @@

    Method List

  • -
  • +
  • git_commit_message Utils @@ -13148,7 +13156,7 @@

    Method List

  • -
  • +
  • #git_dep_if_needed DependencyCollector @@ -13156,7 +13164,7 @@

    Method List

  • -
  • +
  • #git_head Tap @@ -13164,7 +13172,7 @@

    Method List

  • -
  • +
  • git_head Utils @@ -13172,7 +13180,7 @@

    Method List

  • -
  • +
  • #git_last_commit Tap @@ -13180,7 +13188,7 @@

    Method List

  • -
  • +
  • git_log Homebrew @@ -13188,7 +13196,7 @@

    Method List

  • -
  • +
  • git_log_trailers_cmd Homebrew @@ -13196,7 +13204,7 @@

    Method List

  • -
  • +
  • #git_repo Tap @@ -13204,7 +13212,7 @@

    Method List

  • -
  • +
  • #git_repo? GitRepository @@ -13212,7 +13220,7 @@

    Method List

  • -
  • +
  • git_short_head Utils @@ -13220,7 +13228,7 @@

    Method List

  • -
  • +
  • git_tags Homebrew @@ -13228,7 +13236,7 @@

    Method List

  • -
  • +
  • github SharedAudits @@ -13236,7 +13244,7 @@

    Method List

  • -
  • +
  • github_cli_token GitHub::API @@ -13244,7 +13252,7 @@

    Method List

  • -
  • +
  • github_info Homebrew @@ -13252,7 +13260,7 @@

    Method List

  • -
  • +
  • #github_message GitHub::API::Error @@ -13260,7 +13268,7 @@

    Method List

  • -
  • +
  • #github_packages Bottle::Filename @@ -13268,7 +13276,7 @@

    Method List

  • -
  • +
  • github_packages? Homebrew @@ -13276,7 +13284,7 @@

    Method List

  • -
  • +
  • github_release SharedAudits @@ -13284,7 +13292,7 @@

    Method List

  • -
  • +
  • github_release_data SharedAudits @@ -13292,7 +13300,7 @@

    Method List

  • -
  • +
  • github_releases? Homebrew @@ -13300,7 +13308,7 @@

    Method List

  • -
  • +
  • github_remote_path Homebrew @@ -13308,7 +13316,7 @@

    Method List

  • -
  • +
  • github_repo_data SharedAudits @@ -13316,7 +13324,7 @@

    Method List

  • -
  • +
  • github_tag_from_url SharedAudits @@ -13324,7 +13332,7 @@

    Method List

  • -
  • +
  • gitlab SharedAudits @@ -13332,7 +13340,7 @@

    Method List

  • -
  • +
  • gitlab_release SharedAudits @@ -13340,7 +13348,7 @@

    Method List

  • -
  • +
  • gitlab_release_data SharedAudits @@ -13348,7 +13356,7 @@

    Method List

  • -
  • +
  • gitlab_repo_data SharedAudits @@ -13356,7 +13364,7 @@

    Method List

  • -
  • +
  • gitlab_tag_from_url SharedAudits @@ -13364,7 +13372,7 @@

    Method List

  • -
  • +
  • #glibc_dep_if_needed DependencyCollector @@ -13372,7 +13380,7 @@

    Method List

  • -
  • +
  • #global_cask_options Homebrew::Manpages::Variables @@ -13380,7 +13388,7 @@

    Method List

  • -
  • +
  • global_cask_options Homebrew::CLI::Parser @@ -13388,7 +13396,7 @@

    Method List

  • -
  • +
  • global_cask_options_manpage Homebrew::Manpages @@ -13396,7 +13404,7 @@

    Method List

  • -
  • +
  • #global_options Homebrew::Manpages::Variables @@ -13404,7 +13412,7 @@

    Method List

  • -
  • +
  • global_options Homebrew::CLI::Parser @@ -13412,7 +13420,7 @@

    Method List

  • -
  • +
  • global_options_manpage Homebrew::Manpages @@ -13420,7 +13428,7 @@

    Method List

  • -
  • +
  • global_post_install Homebrew::Install @@ -13428,7 +13436,7 @@

    Method List

  • -
  • +
  • gnu_tar Homebrew @@ -13436,7 +13444,7 @@

    Method List

  • -
  • +
  • gnu_tar_formula_ensure_installed_if_needed! Homebrew @@ -13444,7 +13452,7 @@

    Method List

  • -
  • +
  • go_cache_directory? Homebrew::Cleanup @@ -13452,7 +13460,7 @@

    Method List

  • -
  • +
  • go_resource Formula @@ -13460,7 +13468,7 @@

    Method List

  • -
  • +
  • #go_resource SoftwareSpec @@ -13468,7 +13476,7 @@

    Method List

  • -
  • +
  • grand_total_row Homebrew @@ -13476,7 +13484,7 @@

    Method List

  • -
  • +
  • graph_deps Homebrew @@ -13484,7 +13492,7 @@

    Method List

  • -
  • +
  • graph_package_dependencies Utils::TopologicalHash @@ -13492,7 +13500,7 @@

    Method List

  • -
  • +
  • #gsub! StringInreplaceExtension @@ -13500,7 +13508,7 @@

    Method List

  • -
  • +
  • #guess_cask_version Homebrew::UnversionedCaskChecker @@ -13508,7 +13516,7 @@

    Method List

  • -
  • +
  • #gui? User @@ -13516,7 +13524,7 @@

    Method List

  • -
  • +
  • handle_api_response Homebrew @@ -13524,7 +13532,7 @@

    Method List

  • -
  • +
  • handle_block_return Homebrew::Livecheck::Strategy @@ -13532,7 +13540,7 @@

    Method List

  • -
  • +
  • handle_formula_and_casks Homebrew @@ -13540,7 +13548,7 @@

    Method List

  • -
  • +
  • handle_unsatisfied_dependents Homebrew::Uninstall @@ -13548,7 +13556,7 @@

    Method List

  • -
  • +
  • hardware SystemConfig @@ -13556,7 +13564,7 @@

    Method List

  • -
  • +
  • #hash Option @@ -13564,7 +13572,7 @@

    Method List

  • -
  • +
  • #hash Version::Token @@ -13572,7 +13580,7 @@

    Method List

  • -
  • +
  • #hash Version @@ -13580,7 +13588,7 @@

    Method List

  • -
  • +
  • #hash Cask::Cask @@ -13588,7 +13596,7 @@

    Method List

  • -
  • +
  • #hash Dependency @@ -13596,7 +13604,7 @@

    Method List

  • -
  • +
  • #hash UsesFromMacOSDependency @@ -13604,7 +13612,7 @@

    Method List

  • -
  • +
  • #hash PyPI::Package @@ -13612,7 +13620,7 @@

    Method List

  • -
  • +
  • #hash PkgVersion @@ -13620,7 +13628,7 @@

    Method List

  • -
  • +
  • #hash Requirement @@ -13628,7 +13636,7 @@

    Method List

  • -
  • +
  • #hash Utils::Bottles::Tag @@ -13636,7 +13644,7 @@

    Method List

  • -
  • +
  • #hash MacOSRequirement @@ -13644,7 +13652,7 @@

    Method List

  • -
  • +
  • #hash_node RuboCop::Cask::AST::CaskHeader @@ -13652,7 +13660,7 @@

    Method List

  • -
  • +
  • head Formula @@ -13660,7 +13668,7 @@

    Method List

  • -
  • +
  • head SystemConfig @@ -13668,7 +13676,7 @@

    Method List

  • -
  • +
  • #head? Tab @@ -13676,7 +13684,7 @@

    Method List

  • -
  • +
  • #head? Version @@ -13684,7 +13692,7 @@

    Method List

  • -
  • +
  • #head? PkgVersion @@ -13692,7 +13700,7 @@

    Method List

  • -
  • +
  • #head? BuildOptions @@ -13700,7 +13708,7 @@

    Method List

  • -
  • +
  • #head? VCSDownloadStrategy @@ -13708,7 +13716,7 @@

    Method List

  • -
  • +
  • #head_ref GitRepository @@ -13716,7 +13724,7 @@

    Method List

  • -
  • +
  • #head_version Tab @@ -13724,7 +13732,7 @@

    Method List

  • -
  • +
  • #head_version_outdated? Formula @@ -13732,7 +13740,7 @@

    Method List

  • -
  • +
  • #header Cask::URL::DSL @@ -13740,7 +13748,7 @@

    Method List

  • -
  • +
  • #header RuboCop::Cask::AST::CaskBlock @@ -13748,7 +13756,7 @@

    Method List

  • -
  • +
  • #header_str RuboCop::Cask::AST::CaskHeader @@ -13756,7 +13764,7 @@

    Method List

  • -
  • +
  • headline Formatter @@ -13764,7 +13772,7 @@

    Method List

  • -
  • +
  • help Homebrew::Help @@ -13772,7 +13780,7 @@

    Method List

  • -
  • +
  • #help Homebrew @@ -13780,7 +13788,7 @@

    Method List

  • -
  • +
  • #heredoc? RuboCop::AST::Node @@ -13788,7 +13796,7 @@

    Method List

  • -
  • +
  • #hexdigest Checksum @@ -13796,7 +13804,7 @@

    Method List

  • -
  • +
  • #hide_from_man_page Homebrew::CLI::Parser @@ -13804,7 +13812,7 @@

    Method List

  • -
  • +
  • #hide_from_man_page! Homebrew::CLI::Parser @@ -13812,7 +13820,7 @@

    Method List

  • -
  • +
  • home Homebrew @@ -13820,7 +13828,7 @@

    Method List

  • -
  • +
  • home_args Homebrew @@ -13828,7 +13836,7 @@

    Method List

  • -
  • +
  • homebrew_config SystemConfig @@ -13836,7 +13844,7 @@

    Method List

  • -
  • +
  • homebrew_env_config SystemConfig @@ -13844,7 +13852,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_frameworks_paths Superenv @@ -13852,7 +13860,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_include_paths Superenv @@ -13860,7 +13868,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_cmake_library_paths Superenv @@ -13868,7 +13876,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_isystem_paths Superenv @@ -13876,7 +13884,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_library_paths Superenv @@ -13884,7 +13892,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_paths Superenv @@ -13892,7 +13900,7 @@

    Method List

  • -
  • +
  • #homebrew_extra_pkg_config_paths Stdenv @@ -13900,7 +13908,7 @@

    Method List

  • -
  • +
  • homebrew_repo SystemConfig @@ -13908,7 +13916,7 @@

    Method List

  • -
  • +
  • homebrew_site_packages Language::Python @@ -13916,7 +13924,7 @@

    Method List

  • -
  • +
  • #homebrew_tap_cask_names Homebrew::CLI::NamedArgs @@ -13924,7 +13932,7 @@

    Method List

  • -
  • +
  • #homebrew_version Tab @@ -13932,7 +13940,7 @@

    Method List

  • -
  • +
  • #homepage Formula @@ -13940,7 +13948,7 @@

    Method List

  • -
  • +
  • #homepage Cask::DSL @@ -13948,7 +13956,7 @@

    Method List

  • -
  • +
  • hook_raise Ignorable @@ -13956,7 +13964,7 @@

    Method List

  • -
  • +
  • host_gcc_version SystemConfig @@ -13964,7 +13972,7 @@

    Method List

  • -
  • +
  • host_glibc_version SystemConfig @@ -13972,7 +13980,7 @@

    Method List

  • -
  • +
  • host_ruby_version SystemConfig @@ -13980,7 +13988,7 @@

    Method List

  • -
  • +
  • host_software_config SystemConfig @@ -13988,7 +13996,7 @@

    Method List

  • -
  • +
  • html_template Homebrew @@ -13996,7 +14004,7 @@

    Method List

  • -
  • +
  • http_status_ok? Utils::Curl @@ -14004,7 +14012,7 @@

    Method List

  • -
  • +
  • #i386? MachOShim @@ -14012,7 +14020,7 @@

    Method List

  • -
  • +
  • identifier Formatter @@ -14020,7 +14028,7 @@

    Method List

  • -
  • +
  • ignore Warnings @@ -14028,7 +14036,7 @@

    Method List

  • -
  • +
  • #ignore Ignorable::ExceptionMixin @@ -14036,7 +14044,7 @@

    Method List

  • -
  • +
  • #ignore_interrupts Kernel @@ -14044,7 +14052,7 @@

    Method List

  • -
  • +
  • image_formula_name GitHubPackages @@ -14052,7 +14060,7 @@

    Method List

  • -
  • +
  • image_version_rebuild GitHubPackages @@ -14060,7 +14068,7 @@

    Method List

  • -
  • +
  • #implicit? Dependable @@ -14068,7 +14076,7 @@

    Method List

  • -
  • +
  • in_rosetta2? Hardware::CPU @@ -14076,7 +14084,7 @@

    Method List

  • -
  • +
  • in_sys_path? Language::Python @@ -14084,7 +14092,7 @@

    Method List

  • -
  • +
  • #include Formula @@ -14092,7 +14100,7 @@

    Method List

  • -
  • +
  • #include? Tab @@ -14100,7 +14108,7 @@

    Method List

  • -
  • +
  • #include? Locale @@ -14108,7 +14116,7 @@

    Method List

  • -
  • +
  • #include? Options @@ -14116,7 +14124,7 @@

    Method List

  • -
  • +
  • #include? Homebrew::FormulaTextAuditor @@ -14124,7 +14132,7 @@

    Method List

  • -
  • +
  • #include_test? FormulaInstaller @@ -14132,7 +14140,7 @@

    Method List

  • -
  • +
  • #include_test_formulae Homebrew::CLI::Args @@ -14140,7 +14148,7 @@

    Method List

  • -
  • +
  • included OnSystem @@ -14148,7 +14156,7 @@

    Method List

  • -
  • +
  • included OnSystem::MacOSAndLinux @@ -14156,7 +14164,7 @@

    Method List

  • -
  • +
  • included OnSystem::MacOSOnly @@ -14164,7 +14172,7 @@

    Method List

  • -
  • +
  • incomplete? Homebrew::Cleanup @@ -14172,7 +14180,7 @@

    Method List

  • -
  • +
  • influx_message_displayed? Utils::Analytics @@ -14180,7 +14188,7 @@

    Method List

  • -
  • +
  • #info Formula @@ -14188,7 +14196,7 @@

    Method List

  • -
  • +
  • #info Cask::Pkg @@ -14196,7 +14204,7 @@

    Method List

  • -
  • +
  • info Homebrew @@ -14204,7 +14212,7 @@

    Method List

  • -
  • +
  • info Cask::Info @@ -14212,7 +14220,7 @@

    Method List

  • -
  • +
  • #info FormulaInfo @@ -14220,7 +14228,7 @@

    Method List

  • -
  • +
  • info_args Homebrew @@ -14228,7 +14236,7 @@

    Method List

  • -
  • +
  • info_cask Homebrew @@ -14236,7 +14244,7 @@

    Method List

  • -
  • +
  • info_formula Homebrew @@ -14244,7 +14252,7 @@

    Method List

  • -
  • +
  • inherited Formula @@ -14252,7 +14260,7 @@

    Method List

  • -
  • +
  • #inherited BuildEnvironment::DSL @@ -14260,7 +14268,7 @@

    Method List

  • -
  • +
  • #inherited_options_for FormulaInstaller @@ -14268,7 +14276,7 @@

    Method List

  • -
  • +
  • #init Top Level Namespace @@ -14276,7 +14284,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Diagnostic::Volumes @@ -14284,7 +14292,7 @@

    Method List

  • -
  • +
  • #initialize Keg::AlreadyLinkedError @@ -14292,7 +14300,7 @@

    Method List

  • -
  • +
  • #initialize Keg::LinkError @@ -14300,7 +14308,7 @@

    Method List

  • -
  • +
  • #initialize Keg @@ -14308,7 +14316,7 @@

    Method List

  • -
  • +
  • #initialize Tab @@ -14316,7 +14324,7 @@

    Method List

  • -
  • +
  • #initialize TapConfig @@ -14324,7 +14332,7 @@

    Method List

  • -
  • +
  • #initialize URL @@ -14332,7 +14340,7 @@

    Method List

  • -
  • +
  • #initialize PATH @@ -14340,7 +14348,7 @@

    Method List

  • -
  • +
  • #initialize Build @@ -14348,7 +14356,7 @@

    Method List

  • -
  • +
  • #initialize EmbeddedPatch @@ -14356,7 +14364,7 @@

    Method List

  • -
  • +
  • #initialize DATAPatch @@ -14364,7 +14372,7 @@

    Method List

  • -
  • +
  • #initialize StringPatch @@ -14372,7 +14380,7 @@

    Method List

  • -
  • +
  • #initialize ExternalPatch @@ -14380,7 +14388,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Style::Offenses @@ -14388,7 +14396,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Style::Offense @@ -14396,7 +14404,7 @@

    Method List

  • -
  • +
  • #initialize Debrew::Menu @@ -14404,7 +14412,7 @@

    Method List

  • -
  • +
  • #initialize Locale @@ -14412,7 +14420,7 @@

    Method List

  • -
  • +
  • #initialize Mktemp @@ -14420,7 +14428,7 @@

    Method List

  • -
  • +
  • #initialize Caveats @@ -14428,7 +14436,7 @@

    Method List

  • -
  • +
  • #initialize Cleaner @@ -14436,7 +14444,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Cleanup @@ -14444,7 +14452,7 @@

    Method List

  • -
  • +
  • #initialize Context::ContextStruct @@ -14452,7 +14460,7 @@

    Method List

  • -
  • +
  • #initialize Option @@ -14460,7 +14468,7 @@

    Method List

  • -
  • +
  • #initialize DeprecatedOption @@ -14468,7 +14476,7 @@

    Method List

  • -
  • +
  • #initialize Options @@ -14476,7 +14484,7 @@

    Method List

  • -
  • +
  • #initialize Sandbox @@ -14484,7 +14492,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Service @@ -14492,7 +14500,7 @@

    Method List

  • -
  • +
  • #initialize Version::Token @@ -14500,7 +14508,7 @@

    Method List

  • -
  • +
  • #initialize Version::StringToken @@ -14508,7 +14516,7 @@

    Method List

  • -
  • +
  • #initialize Version::NumericToken @@ -14516,7 +14524,7 @@

    Method List

  • -
  • +
  • #initialize Version @@ -14524,7 +14532,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL @@ -14532,7 +14540,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Pkg @@ -14540,7 +14548,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL::DSL @@ -14548,7 +14556,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL::BlockDSL @@ -14556,7 +14564,7 @@

    Method List

  • -
  • +
  • #initialize Cask::URL @@ -14564,7 +14572,7 @@

    Method List

  • -
  • +
  • #initialize Checksum @@ -14572,7 +14580,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::Args @@ -14580,7 +14588,7 @@

    Method List

  • -
  • +
  • #initialize PrettyListing @@ -14588,7 +14596,7 @@

    Method List

  • -
  • +
  • #initialize Messages @@ -14596,7 +14604,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigrationNeededError @@ -14604,7 +14612,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigratorNoOldpathError @@ -14612,7 +14620,7 @@

    Method List

  • -
  • +
  • #initialize Migrator::MigratorDifferentTapsError @@ -14620,7 +14628,7 @@

    Method List

  • -
  • +
  • #initialize Migrator @@ -14628,7 +14636,7 @@

    Method List

  • -
  • +
  • #initialize Resource @@ -14636,7 +14644,7 @@

    Method List

  • -
  • +
  • #initialize Resource::PatchResource @@ -14644,7 +14652,7 @@

    Method List

  • -
  • +
  • #initialize ResourceStageContext @@ -14652,7 +14660,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Cask @@ -14660,7 +14668,7 @@

    Method List

  • -
  • +
  • #initialize CompilerSelector @@ -14668,7 +14676,7 @@

    Method List

  • -
  • +
  • #initialize CxxStdlib @@ -14676,7 +14684,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaLoader @@ -14684,7 +14692,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::BottleLoader @@ -14692,7 +14700,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::AliasLoader @@ -14700,7 +14708,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromPathLoader @@ -14708,7 +14716,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FromUrlLoader @@ -14716,7 +14724,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::NullLoader @@ -14724,7 +14732,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaContentsLoader @@ -14732,7 +14740,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::FormulaAPILoader @@ -14740,7 +14748,7 @@

    Method List

  • -
  • +
  • #initialize Formulary::AliasAPILoader @@ -14748,7 +14756,7 @@

    Method List

  • -
  • +
  • #initialize Livecheck @@ -14756,7 +14764,7 @@

    Method List

  • -
  • +
  • #initialize LockFile @@ -14764,7 +14772,7 @@

    Method List

  • -
  • +
  • #initialize FormulaLock @@ -14772,7 +14780,7 @@

    Method List

  • -
  • +
  • #initialize CaskLock @@ -14780,7 +14788,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Uninstall::DependentsMessage @@ -14788,7 +14796,7 @@

    Method List

  • -
  • +
  • #initialize Utils::AST::FormulaAST @@ -14796,7 +14804,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Audit @@ -14804,7 +14812,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::Parser @@ -14812,7 +14820,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::OptionConstraintError @@ -14820,7 +14828,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::OptionConflictError @@ -14828,7 +14836,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::InvalidConstraintError @@ -14836,7 +14844,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::MaxNamedArgumentsError @@ -14844,7 +14852,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::MinNamedArgumentsError @@ -14852,7 +14860,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::NumberOfNamedArgumentsError @@ -14860,7 +14868,7 @@

    Method List

  • -
  • +
  • #initialize Dependency @@ -14868,7 +14876,7 @@

    Method List

  • -
  • +
  • #initialize UsesFromMacOSDependency @@ -14876,7 +14884,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Diagnostic::Checks @@ -14884,7 +14892,7 @@

    Method List

  • -
  • +
  • #initialize UsageError @@ -14892,7 +14900,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnspecifiedError @@ -14900,7 +14908,7 @@

    Method List

  • -
  • +
  • #initialize FormulaOrCaskUnspecifiedError @@ -14908,7 +14916,7 @@

    Method List

  • -
  • +
  • #initialize KegUnspecifiedError @@ -14916,7 +14924,7 @@

    Method List

  • -
  • +
  • #initialize NoSuchKegError @@ -14924,7 +14932,7 @@

    Method List

  • -
  • +
  • #initialize FormulaValidationError @@ -14932,7 +14940,7 @@

    Method List

  • -
  • +
  • #initialize FormulaOrCaskUnavailableError @@ -14940,7 +14948,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaOrCaskUnavailableError @@ -14948,7 +14956,7 @@

    Method List

  • -
  • +
  • #initialize FormulaClassUnavailableError @@ -14956,7 +14964,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnreadableError @@ -14964,7 +14972,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaUnavailableError @@ -14972,7 +14980,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaClassUnavailableError @@ -14980,7 +14988,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaUnreadableError @@ -14988,7 +14996,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaAmbiguityError @@ -14996,7 +15004,7 @@

    Method List

  • -
  • +
  • #initialize TapFormulaWithOldnameAmbiguityError @@ -15004,7 +15012,7 @@

    Method List

  • -
  • +
  • #initialize TapUnavailableError @@ -15012,7 +15020,7 @@

    Method List

  • -
  • +
  • #initialize TapRemoteMismatchError @@ -15020,7 +15028,7 @@

    Method List

  • -
  • +
  • #initialize TapAlreadyTappedError @@ -15028,7 +15036,7 @@

    Method List

  • -
  • +
  • #initialize TapNoCustomRemoteError @@ -15036,7 +15044,7 @@

    Method List

  • -
  • +
  • #initialize OperationInProgressError @@ -15044,7 +15052,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInstallationAlreadyAttemptedError @@ -15052,7 +15060,7 @@

    Method List

  • -
  • +
  • #initialize UnsatisfiedRequirements @@ -15060,7 +15068,7 @@

    Method List

  • -
  • +
  • #initialize FormulaConflictError @@ -15068,7 +15076,7 @@

    Method List

  • -
  • +
  • #initialize FormulaUnknownPythonError @@ -15076,7 +15084,7 @@

    Method List

  • -
  • +
  • #initialize FormulaAmbiguousPythonError @@ -15084,7 +15092,7 @@

    Method List

  • -
  • +
  • #initialize BuildError @@ -15092,7 +15100,7 @@

    Method List

  • -
  • +
  • #initialize UnbottledError @@ -15100,7 +15108,7 @@

    Method List

  • -
  • +
  • #initialize BuildFlagsError @@ -15108,7 +15116,7 @@

    Method List

  • -
  • +
  • #initialize CompilerSelectionError @@ -15116,7 +15124,7 @@

    Method List

  • -
  • +
  • #initialize DownloadError @@ -15124,7 +15132,7 @@

    Method List

  • -
  • +
  • #initialize CurlDownloadStrategyError @@ -15132,7 +15140,7 @@

    Method List

  • -
  • +
  • #initialize HomebrewCurlDownloadStrategyError @@ -15140,7 +15148,7 @@

    Method List

  • -
  • +
  • #initialize ErrorDuringExecution @@ -15148,7 +15156,7 @@

    Method List

  • -
  • +
  • #initialize ChecksumMismatchError @@ -15156,7 +15164,7 @@

    Method List

  • -
  • +
  • #initialize ResourceMissingError @@ -15164,7 +15172,7 @@

    Method List

  • -
  • +
  • #initialize DuplicateResourceError @@ -15172,7 +15180,7 @@

    Method List

  • -
  • +
  • #initialize BottleFormulaUnavailableError @@ -15180,7 +15188,7 @@

    Method List

  • -
  • +
  • #initialize ChildProcessError @@ -15188,7 +15196,7 @@

    Method List

  • -
  • +
  • #initialize ShebangDetectionError @@ -15196,7 +15204,7 @@

    Method List

  • -
  • +
  • #initialize CyclicDependencyError @@ -15204,7 +15212,7 @@

    Method List

  • -
  • +
  • #initialize OS::Mac::SDK @@ -15212,7 +15220,7 @@

    Method List

  • -
  • +
  • #initialize PyPI::Package @@ -15220,7 +15228,7 @@

    Method List

  • -
  • +
  • #initialize CacheStoreDatabase @@ -15228,7 +15236,7 @@

    Method List

  • -
  • +
  • #initialize CacheStore @@ -15236,7 +15244,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Config @@ -15244,7 +15252,7 @@

    Method List

  • -
  • +
  • #initialize FormulaPin @@ -15252,7 +15260,7 @@

    Method List

  • -
  • +
  • #initialize LazyObject @@ -15260,7 +15268,7 @@

    Method List

  • -
  • +
  • #initialize PkgVersion @@ -15268,7 +15276,7 @@

    Method List

  • -
  • +
  • #initialize Requirement @@ -15276,7 +15284,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::TapAuditor @@ -15284,7 +15292,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::API::Download @@ -15292,7 +15300,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Auditor @@ -15300,7 +15308,7 @@

    Method List

  • -
  • +
  • #initialize Dependencies @@ -15308,7 +15316,7 @@

    Method List

  • -
  • +
  • #initialize Requirements @@ -15316,7 +15324,7 @@

    Method List

  • -
  • +
  • #initialize Descriptions @@ -15324,7 +15332,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::VersionBumpInfo @@ -15332,7 +15340,7 @@

    Method List

  • -
  • +
  • #initialize Downloadable @@ -15340,7 +15348,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInfo @@ -15348,7 +15356,7 @@

    Method List

  • -
  • +
  • #initialize Keg::Relocation @@ -15356,7 +15364,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Download @@ -15364,7 +15372,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Base @@ -15372,7 +15380,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Migrator @@ -15380,7 +15388,7 @@

    Method List

  • -
  • +
  • #initialize GitHubRunner @@ -15388,7 +15396,7 @@

    Method List

  • -
  • +
  • #initialize MacOSVersion::Error @@ -15396,7 +15404,7 @@

    Method List

  • -
  • +
  • #initialize MacOSVersion @@ -15404,7 +15412,7 @@

    Method List

  • -
  • +
  • #initialize SoftwareSpec @@ -15412,7 +15420,7 @@

    Method List

  • -
  • +
  • #initialize HeadSoftwareSpec @@ -15420,7 +15428,7 @@

    Method List

  • -
  • +
  • #initialize Bottle::Filename @@ -15428,7 +15436,7 @@

    Method List

  • -
  • +
  • #initialize Bottle @@ -15436,7 +15444,7 @@

    Method List

  • -
  • +
  • #initialize BottleSpecification @@ -15444,7 +15452,7 @@

    Method List

  • -
  • +
  • #initialize PourBottleCheck @@ -15452,7 +15460,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::Tag @@ -15460,7 +15468,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::TagSpecification @@ -15468,7 +15476,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Bottles::Collector @@ -15476,7 +15484,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Shebang::RewriteInfo @@ -15484,7 +15492,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::BundleVersion @@ -15492,7 +15500,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Installer @@ -15500,7 +15508,7 @@

    Method List

  • -
  • +
  • #initialize CaskDependent @@ -15508,7 +15516,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::CLI::NamedArgs @@ -15516,7 +15524,7 @@

    Method List

  • -
  • +
  • #initialize GitRepository @@ -15524,7 +15532,7 @@

    Method List

  • -
  • +
  • #initialize SystemCommand @@ -15532,7 +15540,7 @@

    Method List

  • -
  • +
  • #initialize SystemCommand::Result @@ -15540,7 +15548,7 @@

    Method List

  • -
  • +
  • #initialize Version::RegexParser @@ -15548,7 +15556,7 @@

    Method List

  • -
  • +
  • #initialize Cask::MultipleCaskErrors @@ -15556,7 +15564,7 @@

    Method List

  • -
  • +
  • #initialize Cask::AbstractCaskErrorWithToken @@ -15564,7 +15572,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskConflictError @@ -15572,7 +15580,7 @@

    Method List

  • -
  • +
  • #initialize Cask::TapCaskUnavailableError @@ -15580,7 +15588,7 @@

    Method List

  • -
  • +
  • #initialize Cask::TapCaskAmbiguityError @@ -15588,7 +15596,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskTokenMismatchError @@ -15596,7 +15604,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskQuarantineError @@ -15604,7 +15612,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaAuditor @@ -15612,7 +15620,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaCreator @@ -15620,7 +15628,7 @@

    Method List

  • -
  • +
  • #initialize KegOnlyReason @@ -15628,7 +15636,7 @@

    Method List

  • -
  • +
  • #initialize Language::Python::Virtualenv::Virtualenv @@ -15636,7 +15644,7 @@

    Method List

  • -
  • +
  • #initialize LinkageChecker @@ -15644,7 +15652,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::SourceLocation @@ -15652,7 +15660,7 @@

    Method List

  • -
  • +
  • #initialize UnpackStrategy @@ -15660,7 +15668,7 @@

    Method List

  • -
  • +
  • #initialize Utils::Inreplace::Error @@ -15668,7 +15676,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromContentLoader @@ -15676,7 +15684,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromPathLoader @@ -15684,7 +15692,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromURILoader @@ -15692,7 +15700,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromTapPathLoader @@ -15700,7 +15708,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromTapLoader @@ -15708,7 +15716,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromDefaultTapPathLoader @@ -15716,7 +15724,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromInstanceLoader @@ -15724,7 +15732,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::FromAPILoader @@ -15732,7 +15740,7 @@

    Method List

  • -
  • +
  • #initialize Cask::CaskLoader::NullLoader @@ -15740,7 +15748,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Caveats @@ -15748,7 +15756,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Version @@ -15756,7 +15764,7 @@

    Method List

  • -
  • +
  • #initialize FormulaVersions @@ -15764,7 +15772,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::ResourceAuditor @@ -15772,7 +15780,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::HTTPNotFoundError @@ -15780,7 +15788,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::RateLimitExceededError @@ -15788,7 +15796,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::AuthenticationFailedError @@ -15796,7 +15804,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::MissingAuthenticationError @@ -15804,7 +15812,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::API::ValidationFailedError @@ -15812,7 +15820,7 @@

    Method List

  • -
  • +
  • #initialize BuildEnvironment @@ -15820,7 +15828,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Pkg @@ -15828,7 +15836,7 @@

    Method List

  • -
  • +
  • #initialize Reporter::ReporterRevisionUnsetError @@ -15836,7 +15844,7 @@

    Method List

  • -
  • +
  • #initialize Reporter @@ -15844,7 +15852,7 @@

    Method List

  • -
  • +
  • #initialize ReporterHub @@ -15852,7 +15860,7 @@

    Method List

  • -
  • +
  • #initialize AbstractDownloadStrategy @@ -15860,7 +15868,7 @@

    Method List

  • -
  • +
  • #initialize VCSDownloadStrategy @@ -15868,7 +15876,7 @@

    Method List

  • -
  • +
  • #initialize CurlDownloadStrategy @@ -15876,7 +15884,7 @@

    Method List

  • -
  • +
  • #initialize CurlGitHubPackagesDownloadStrategy @@ -15884,7 +15892,7 @@

    Method List

  • -
  • +
  • #initialize LocalBottleDownloadStrategy @@ -15892,7 +15900,7 @@

    Method List

  • -
  • +
  • #initialize SubversionDownloadStrategy @@ -15900,7 +15908,7 @@

    Method List

  • -
  • +
  • #initialize GitDownloadStrategy @@ -15908,7 +15916,7 @@

    Method List

  • -
  • +
  • #initialize GitHubGitDownloadStrategy @@ -15916,7 +15924,7 @@

    Method List

  • -
  • +
  • #initialize CVSDownloadStrategy @@ -15924,7 +15932,7 @@

    Method List

  • -
  • +
  • #initialize MercurialDownloadStrategy @@ -15932,7 +15940,7 @@

    Method List

  • -
  • +
  • #initialize BazaarDownloadStrategy @@ -15940,7 +15948,7 @@

    Method List

  • -
  • +
  • #initialize FossilDownloadStrategy @@ -15948,7 +15956,7 @@

    Method List

  • -
  • +
  • #initialize FormulaInstaller @@ -15956,7 +15964,7 @@

    Method List

  • -
  • +
  • #initialize LinuxRunnerSpec @@ -15964,7 +15972,7 @@

    Method List

  • -
  • +
  • #initialize MacOSRunnerSpec @@ -15972,7 +15980,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::Container @@ -15980,7 +15988,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::BumpVersionParser @@ -15988,7 +15996,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::DependsOn @@ -15996,7 +16004,7 @@

    Method List

  • -
  • +
  • #initialize LinkageCacheStore @@ -16004,7 +16012,7 @@

    Method List

  • -
  • +
  • #initialize TestRunnerFormula @@ -16012,7 +16020,7 @@

    Method List

  • -
  • +
  • #initialize UnpackStrategy::Dmg::Bom::EmptyError @@ -16020,7 +16028,7 @@

    Method List

  • -
  • +
  • #initialize DependencyCollector @@ -16028,7 +16036,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::FormulaTextAuditor @@ -16036,7 +16044,7 @@

    Method List

  • -
  • +
  • #initialize GitHubRunnerMatrix @@ -16044,7 +16052,7 @@

    Method List

  • -
  • +
  • #initialize GitHub::Actions::Annotation @@ -16052,7 +16060,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Manpage @@ -16060,7 +16068,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Artifact @@ -16068,7 +16076,7 @@

    Method List

  • -
  • +
  • #initialize GitHubArtifactDownloadStrategy @@ -16076,7 +16084,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Installer @@ -16084,7 +16092,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::Relocated @@ -16092,7 +16100,7 @@

    Method List

  • -
  • +
  • #initialize Cask::DSL::ConflictsWith @@ -16100,7 +16108,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::Stanza @@ -16108,7 +16116,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::UnversionedCaskChecker @@ -16116,7 +16124,7 @@

    Method List

  • -
  • +
  • #initialize Homebrew::Livecheck::LivecheckVersion @@ -16124,7 +16132,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::StanzaBlock @@ -16132,7 +16140,7 @@

    Method List

  • -
  • +
  • #initialize ArchRequirement @@ -16140,7 +16148,7 @@

    Method List

  • -
  • +
  • #initialize RuboCop::Cask::AST::CaskHeader @@ -16148,7 +16156,7 @@

    Method List

  • -
  • +
  • #initialize MacOSRequirement @@ -16156,7 +16164,7 @@

    Method List

  • -
  • +
  • #initialize XcodeRequirement @@ -16164,7 +16172,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractArtifact @@ -16172,7 +16180,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractUninstall @@ -16180,7 +16188,7 @@

    Method List

  • -
  • +
  • #initialize StringInreplaceExtension @@ -16188,7 +16196,7 @@

    Method List

  • -
  • +
  • #initialize CodesignRequirement @@ -16196,7 +16204,7 @@

    Method List

  • -
  • +
  • #initialize Cask::Artifact::AbstractFlightBlock @@ -16204,7 +16212,7 @@

    Method List

  • -
  • +
  • #initialize_dup Options @@ -16212,7 +16220,7 @@

    Method List

  • -
  • +
  • #initialize_dup Resource @@ -16220,7 +16228,7 @@

    Method List

  • -
  • +
  • #initialize_dup Downloadable @@ -16228,7 +16236,7 @@

    Method List

  • -
  • +
  • #initialize_dup SoftwareSpec @@ -16236,7 +16244,7 @@

    Method List

  • -
  • +
  • #initialize_dup DependencyCollector @@ -16244,7 +16252,7 @@

    Method List

  • -
  • +
  • inject_dump_stats! Homebrew @@ -16252,7 +16260,7 @@

    Method List

  • -
  • +
  • #inject_file_list Homebrew::Diagnostic::Checks @@ -16260,7 +16268,7 @@

    Method List

  • -
  • +
  • #inner ChildProcessError @@ -16268,7 +16276,7 @@

    Method List

  • -
  • +
  • #inner_class ChildProcessError @@ -16276,7 +16284,7 @@

    Method List

  • -
  • +
  • #inner_stanzas RuboCop::Cop::Cask::CaskHelp @@ -16284,7 +16292,7 @@

    Method List

  • -
  • +
  • #input_path Homebrew::Service @@ -16292,7 +16300,7 @@

    Method List

  • -
  • +
  • #inreplace Formula @@ -16300,7 +16308,7 @@

    Method List

  • -
  • +
  • inreplace Utils::Inreplace @@ -16308,7 +16316,7 @@

    Method List

  • -
  • +
  • inreplace_pairs Utils::Inreplace @@ -16316,7 +16324,7 @@

    Method List

  • -
  • +
  • #inreplace_string StringInreplaceExtension @@ -16324,7 +16332,7 @@

    Method List

  • -
  • +
  • #insert PATH @@ -16332,7 +16340,7 @@

    Method List

  • -
  • +
  • #insert_after! RuboCop::Cop::FormulaAudit::DependencyOrder @@ -16340,7 +16348,7 @@

    Method List

  • -
  • +
  • #inside_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -16348,7 +16356,7 @@

    Method List

  • -
  • +
  • #inspect Keg @@ -16356,7 +16364,7 @@

    Method List

  • -
  • +
  • #inspect EmbeddedPatch @@ -16364,7 +16372,7 @@

    Method List

  • -
  • +
  • #inspect ExternalPatch @@ -16372,7 +16380,7 @@

    Method List

  • -
  • +
  • #inspect Option @@ -16380,7 +16388,7 @@

    Method List

  • -
  • +
  • #inspect Options @@ -16388,7 +16396,7 @@

    Method List

  • -
  • +
  • #inspect Version::Token @@ -16396,7 +16404,7 @@

    Method List

  • -
  • +
  • #inspect Version @@ -16404,7 +16412,7 @@

    Method List

  • -
  • +
  • #inspect Cask::Cask @@ -16412,7 +16420,7 @@

    Method List

  • -
  • +
  • #inspect CompilerFailure @@ -16420,7 +16428,7 @@

    Method List

  • -
  • +
  • #inspect CxxStdlib @@ -16428,7 +16436,7 @@

    Method List

  • -
  • +
  • #inspect Dependency @@ -16436,7 +16444,7 @@

    Method List

  • -
  • +
  • #inspect UsesFromMacOSDependency @@ -16444,7 +16452,7 @@

    Method List

  • -
  • +
  • #inspect Requirement @@ -16452,7 +16460,7 @@

    Method List

  • -
  • +
  • #inspect Dependencies @@ -16460,7 +16468,7 @@

    Method List

  • -
  • +
  • #inspect Requirements @@ -16468,7 +16476,7 @@

    Method List

  • -
  • +
  • #inspect ArchRequirement @@ -16476,7 +16484,7 @@

    Method List

  • -
  • +
  • #inspect MacOSRequirement @@ -16484,7 +16492,7 @@

    Method List

  • -
  • +
  • #inspect XcodeRequirement @@ -16492,7 +16500,7 @@

    Method List

  • -
  • +
  • #install Tap @@ -16500,7 +16508,7 @@

    Method List

  • -
  • +
  • #install CoreTap @@ -16508,7 +16516,7 @@

    Method List

  • -
  • +
  • #install Build @@ -16516,7 +16524,7 @@

    Method List

  • -
  • +
  • #install Debrew::Formula @@ -16524,7 +16532,7 @@

    Method List

  • -
  • +
  • #install Formula @@ -16532,7 +16540,7 @@

    Method List

  • -
  • +
  • install Homebrew @@ -16540,7 +16548,7 @@

    Method List

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

    Method List

  • -
  • +
  • #install Pathname @@ -16556,7 +16564,7 @@

    Method List

  • -
  • +
  • #install FormulaInstaller @@ -16564,7 +16572,7 @@

    Method List

  • -
  • +
  • install_args Homebrew @@ -16572,7 +16580,7 @@

    Method List

  • -
  • +
  • #install_artifacts Cask::Installer @@ -16580,7 +16588,7 @@

    Method List

  • -
  • +
  • #install_bottle_for? FormulaInstaller @@ -16588,7 +16596,7 @@

    Method List

  • -
  • +
  • install_bundler! Homebrew @@ -16596,7 +16604,7 @@

    Method List

  • -
  • +
  • install_bundler_gems Homebrew @@ -16604,7 +16612,7 @@

    Method List

  • -
  • +
  • install_bundler_gems! Homebrew @@ -16612,7 +16620,7 @@

    Method List

  • -
  • +
  • install_bundler_gems_args Homebrew @@ -16620,7 +16628,7 @@

    Method List

  • -
  • +
  • install_default_cask_tap_if_necessary Tap @@ -16628,7 +16636,7 @@

    Method List

  • -
  • +
  • #install_dependencies FormulaInstaller @@ -16636,7 +16644,7 @@

    Method List

  • -
  • +
  • #install_dependency FormulaInstaller @@ -16644,7 +16652,7 @@

    Method List

  • -
  • +
  • #install_fetch_deps FormulaInstaller @@ -16652,7 +16660,7 @@

    Method List

  • -
  • +
  • install_formula Homebrew::Upgrade @@ -16660,7 +16668,7 @@

    Method List

  • -
  • +
  • install_formula? Homebrew::Install @@ -16668,7 +16676,7 @@

    Method List

  • -
  • +
  • install_formula_clean! Homebrew::Cleanup @@ -16676,7 +16684,7 @@

    Method List

  • -
  • +
  • install_formulae Homebrew::Install @@ -16684,7 +16692,7 @@

    Method List

  • -
  • +
  • install_from_api_message Homebrew @@ -16692,7 +16700,7 @@

    Method List

  • -
  • +
  • install_gem! Homebrew @@ -16700,7 +16708,7 @@

    Method List

  • -
  • +
  • install_gem_setup_path! Homebrew @@ -16708,7 +16716,7 @@

    Method List

  • -
  • +
  • #install_metafiles Pathname @@ -16716,7 +16724,7 @@

    Method List

  • -
  • +
  • #install_p InstallRenamed @@ -16724,7 +16732,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Pkg @@ -16732,7 +16740,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Moved @@ -16740,7 +16748,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Qlplugin @@ -16748,7 +16756,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Installer::ManualInstaller @@ -16756,7 +16764,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Installer::ScriptInstaller @@ -16764,7 +16772,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Symlinked @@ -16772,7 +16780,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::Mdimporter @@ -16780,7 +16788,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::KeyboardLayout @@ -16788,7 +16796,7 @@

    Method List

  • -
  • +
  • #install_phase Cask::Artifact::AbstractFlightBlock @@ -16796,7 +16804,7 @@

    Method List

  • -
  • +
  • #install_service FormulaInstaller @@ -16804,7 +16812,7 @@

    Method List

  • -
  • +
  • #install_symlink Pathname @@ -16812,7 +16820,7 @@

    Method List

  • -
  • +
  • #install_time Cask::Cask @@ -16820,7 +16828,7 @@

    Method List

  • -
  • +
  • #install_times Messages @@ -16828,7 +16836,7 @@

    Method List

  • -
  • +
  • installation_info Cask::Info @@ -16836,7 +16844,7 @@

    Method List

  • -
  • +
  • installation_instructions OS::Mac::Xcode @@ -16844,7 +16852,7 @@

    Method List

  • -
  • +
  • installation_instructions OS::Mac::CLT @@ -16852,7 +16860,7 @@

    Method List

  • -
  • +
  • installed FormulaInstaller @@ -16860,7 +16868,7 @@

    Method List

  • -
  • +
  • #installed? Tap @@ -16868,7 +16876,7 @@

    Method List

  • -
  • +
  • installed? OS::Mac::Xcode @@ -16876,7 +16884,7 @@

    Method List

  • -
  • +
  • installed? OS::Mac::CLT @@ -16884,7 +16892,7 @@

    Method List

  • -
  • +
  • #installed? Cask::Cask @@ -16892,7 +16900,7 @@

    Method List

  • -
  • +
  • #installed? Dependency @@ -16900,7 +16908,7 @@

    Method List

  • -
  • +
  • #installed? UsesFromMacOSDependency @@ -16908,7 +16916,7 @@

    Method List

  • -
  • +
  • installed? Utils::Service @@ -16916,7 +16924,7 @@

    Method List

  • -
  • +
  • #installed_alias_name Formula @@ -16924,7 +16932,7 @@

    Method List

  • -
  • +
  • #installed_alias_path Formula @@ -16932,7 +16940,7 @@

    Method List

  • -
  • +
  • #installed_alias_target_changed? Formula @@ -16940,7 +16948,7 @@

    Method List

  • -
  • +
  • #installed_as_dependency Tab @@ -16948,7 +16956,7 @@

    Method List

  • -
  • +
  • installed_as_dependency? Homebrew @@ -16956,7 +16964,7 @@

    Method List

  • -
  • +
  • #installed_caskfile Cask::Cask @@ -16964,7 +16972,7 @@

    Method List

  • -
  • +
  • #installed_on_request Tab @@ -16972,7 +16980,7 @@

    Method List

  • -
  • +
  • installed_on_request? Homebrew @@ -16980,7 +16988,7 @@

    Method List

  • -
  • +
  • #installed_specified_name Formula @@ -16988,7 +16996,7 @@

    Method List

  • -
  • +
  • #installed_version Cask::Cask @@ -16996,7 +17004,7 @@

    Method List

  • -
  • +
  • installed_with_alias_path Formula @@ -17004,7 +17012,7 @@

    Method List

  • -
  • +
  • #installer Homebrew::UnversionedCaskChecker @@ -17012,7 +17020,7 @@

    Method List

  • -
  • +
  • #installers Homebrew::UnversionedCaskChecker @@ -17020,7 +17028,7 @@

    Method List

  • -
  • +
  • instance AbstractCoreTap @@ -17028,7 +17036,7 @@

    Method List

  • -
  • +
  • #intel Homebrew::BumpVersionParser @@ -17036,7 +17044,7 @@

    Method List

  • -
  • +
  • intel? Hardware::CPU @@ -17044,7 +17052,7 @@

    Method List

  • -
  • +
  • intel_family Hardware::CPU @@ -17052,7 +17060,7 @@

    Method List

  • -
  • +
  • #interactive_shell Kernel @@ -17060,7 +17068,7 @@

    Method List

  • -
  • +
  • #internal Top Level Namespace @@ -17068,7 +17076,7 @@

    Method List

  • -
  • +
  • internal_cmd_path Commands @@ -17076,7 +17084,7 @@

    Method List

  • -
  • +
  • internal_commands Commands @@ -17084,7 +17092,7 @@

    Method List

  • -
  • +
  • internal_commands_aliases Commands @@ -17092,7 +17100,7 @@

    Method List

  • -
  • +
  • internal_commands_paths Commands @@ -17100,7 +17108,7 @@

    Method List

  • -
  • +
  • internal_dev_cmd_path Commands @@ -17108,7 +17116,7 @@

    Method List

  • -
  • +
  • internal_developer_commands Commands @@ -17116,7 +17124,7 @@

    Method List

  • -
  • +
  • internal_developer_commands_paths Commands @@ -17124,7 +17132,7 @@

    Method List

  • -
  • +
  • #interpreter ELFShim @@ -17132,7 +17140,7 @@

    Method List

  • -
  • +
  • intersection_of_dependents Homebrew @@ -17140,7 +17148,7 @@

    Method List

  • -
  • +
  • #interval Homebrew::Service @@ -17148,7 +17156,7 @@

    Method List

  • -
  • +
  • invalid_cert_flags Utils::Svn @@ -17156,7 +17164,7 @@

    Method List

  • -
  • +
  • #invalid_characters Cask::DSL::Version @@ -17164,7 +17172,7 @@

    Method List

  • -
  • +
  • irb Homebrew @@ -17172,7 +17180,7 @@

    Method List

  • -
  • +
  • irb_args Homebrew @@ -17180,7 +17188,7 @@

    Method List

  • -
  • +
  • is_32_bit? Hardware::CPU @@ -17188,7 +17196,7 @@

    Method List

  • -
  • +
  • is_64_bit? Hardware::CPU @@ -17196,7 +17204,7 @@

    Method List

  • -
  • +
  • #is_a? LazyObject @@ -17204,7 +17212,7 @@

    Method List

  • -
  • +
  • #issues BuildError @@ -17212,7 +17220,7 @@

    Method List

  • -
  • +
  • issues GitHub @@ -17220,7 +17228,7 @@

    Method List

  • -
  • +
  • issues_for_formula GitHub @@ -17228,7 +17236,7 @@

    Method List

  • -
  • +
  • #issues_url Tap @@ -17236,7 +17244,7 @@

    Method List

  • -
  • +
  • #issues_url MethodDeprecatedError @@ -17244,7 +17252,7 @@

    Method List

  • -
  • +
  • items_from_content Homebrew::Livecheck::Strategy::Sparkle @@ -17252,7 +17260,7 @@

    Method List

  • -
  • +
  • java_home Language::Java @@ -17260,7 +17268,7 @@

    Method List

  • -
  • +
  • java_home_env Language::Java @@ -17268,7 +17276,7 @@

    Method List

  • -
  • +
  • #json Bottle::Filename @@ -17276,7 +17284,7 @@

    Method List

  • -
  • +
  • json_info Homebrew @@ -17284,7 +17292,7 @@

    Method List

  • -
  • +
  • json_result! Homebrew::Style @@ -17292,7 +17300,7 @@

    Method List

  • -
  • +
  • json_version Homebrew @@ -17300,7 +17308,7 @@

    Method List

  • -
  • +
  • #keep_alive Homebrew::Service @@ -17308,7 +17316,7 @@

    Method List

  • -
  • +
  • #keep_alive? Homebrew::Service @@ -17316,7 +17324,7 @@

    Method List

  • -
  • +
  • keep_but_prune_recursive_deps Dependency @@ -17324,7 +17332,7 @@

    Method List

  • -
  • +
  • #keg Keg::LinkError @@ -17332,7 +17340,7 @@

    Method List

  • -
  • +
  • #keg LinkageChecker @@ -17340,7 +17348,7 @@

    Method List

  • -
  • +
  • keg_contain? Homebrew @@ -17348,7 +17356,7 @@

    Method List

  • -
  • +
  • keg_contain_absolute_symlink_starting_with? Homebrew @@ -17356,7 +17364,7 @@

    Method List

  • -
  • +
  • #keg_exists? LinkageCacheStore @@ -17364,7 +17372,7 @@

    Method List

  • -
  • +
  • keg_only Formula @@ -17372,7 +17380,7 @@

    Method List

  • -
  • +
  • #keg_only? Formula @@ -17380,7 +17388,7 @@

    Method List

  • -
  • +
  • keg_only? Formulary @@ -17388,7 +17396,7 @@

    Method List

  • -
  • +
  • #keg_only_text Caveats @@ -17396,7 +17404,7 @@

    Method List

  • -
  • +
  • kernel SystemConfig @@ -17404,7 +17412,7 @@

    Method List

  • -
  • +
  • kernel_name OS @@ -17412,7 +17420,7 @@

    Method List

  • -
  • +
  • kernel_version OS @@ -17420,7 +17428,7 @@

    Method List

  • -
  • +
  • #kext_prefix Formula @@ -17428,7 +17436,7 @@

    Method List

  • -
  • +
  • #keyboard_layouts Homebrew::UnversionedCaskChecker @@ -17436,7 +17444,7 @@

    Method List

  • -
  • +
  • keychain_username_password GitHub::API @@ -17444,7 +17452,7 @@

    Method List

  • -
  • +
  • keys BuildEnvironment @@ -17452,7 +17460,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FormulaLoader @@ -17460,7 +17468,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FormulaContentsLoader @@ -17468,7 +17476,7 @@

    Method List

  • -
  • +
  • #klass Formulary::FormulaAPILoader @@ -17476,7 +17484,7 @@

    Method List

  • -
  • +
  • #language Locale @@ -17484,7 +17492,7 @@

    Method List

  • -
  • +
  • language OS::Mac @@ -17492,7 +17500,7 @@

    Method List

  • -
  • +
  • #language Cask::DSL @@ -17500,7 +17508,7 @@

    Method List

  • -
  • +
  • #language Cask::Auditor @@ -17508,7 +17516,7 @@

    Method List

  • -
  • +
  • #language_eval Cask::DSL @@ -17516,7 +17524,7 @@

    Method List

  • -
  • +
  • language_info Cask::Info @@ -17524,7 +17532,7 @@

    Method List

  • -
  • +
  • languages OS::Mac @@ -17532,7 +17540,7 @@

    Method List

  • -
  • +
  • #languages Cask::DSL @@ -17540,7 +17548,7 @@

    Method List

  • -
  • +
  • #languages Cask::Cask @@ -17548,7 +17556,7 @@

    Method List

  • -
  • +
  • #languages Cask::Config @@ -17556,7 +17564,7 @@

    Method List

  • -
  • +
  • #languages= Cask::Config @@ -17564,7 +17572,7 @@

    Method List

  • -
  • +
  • last_commit GitHub @@ -17572,7 +17580,7 @@

    Method List

  • -
  • +
  • last_commit SystemConfig @@ -17580,7 +17588,7 @@

    Method List

  • -
  • +
  • #last_commit VCSDownloadStrategy @@ -17588,7 +17596,7 @@

    Method List

  • -
  • +
  • #last_commit SubversionDownloadStrategy @@ -17596,7 +17604,7 @@

    Method List

  • -
  • +
  • #last_commit GitDownloadStrategy @@ -17604,7 +17612,7 @@

    Method List

  • -
  • +
  • #last_commit MercurialDownloadStrategy @@ -17612,7 +17620,7 @@

    Method List

  • -
  • +
  • #last_commit BazaarDownloadStrategy @@ -17620,7 +17628,7 @@

    Method List

  • -
  • +
  • #last_commit FossilDownloadStrategy @@ -17628,7 +17636,7 @@

    Method List

  • -
  • +
  • #last_commit_date GitRepository @@ -17636,7 +17644,7 @@

    Method List

  • -
  • +
  • #last_committed GitRepository @@ -17644,7 +17652,7 @@

    Method List

  • -
  • +
  • last_revision_commit_of_file Utils::Git @@ -17652,7 +17660,7 @@

    Method List

  • -
  • +
  • last_revision_commit_of_files Utils::Git @@ -17660,7 +17668,7 @@

    Method List

  • -
  • +
  • last_revision_of_file Utils::Git @@ -17668,7 +17676,7 @@

    Method List

  • -
  • +
  • #latest? Cask::DSL::Version @@ -17676,7 +17684,7 @@

    Method List

  • -
  • +
  • latest_clang_version OS::Mac::CLT @@ -17684,7 +17692,7 @@

    Method List

  • -
  • +
  • #latest_formula Formula @@ -17692,7 +17700,7 @@

    Method List

  • -
  • +
  • #latest_head_prefix Formula @@ -17700,7 +17708,7 @@

    Method List

  • -
  • +
  • #latest_head_version Formula @@ -17708,7 +17716,7 @@

    Method List

  • -
  • +
  • latest_sdk_version OS::Mac @@ -17716,7 +17724,7 @@

    Method List

  • -
  • +
  • latest_sdk_version? OS::Mac::Xcode @@ -17724,7 +17732,7 @@

    Method List

  • -
  • +
  • latest_tag SPDX @@ -17732,7 +17740,7 @@

    Method List

  • -
  • +
  • latest_version OS::Mac::Xcode @@ -17740,7 +17748,7 @@

    Method List

  • -
  • +
  • latest_version Repology @@ -17748,7 +17756,7 @@

    Method List

  • -
  • +
  • latest_version Homebrew::Livecheck @@ -17756,7 +17764,7 @@

    Method List

  • -
  • +
  • #launch_only_once Homebrew::Service @@ -17764,7 +17772,7 @@

    Method List

  • -
  • +
  • launchctl Utils::Service @@ -17772,7 +17780,7 @@

    Method List

  • -
  • +
  • launchctl? Utils::Service @@ -17780,7 +17788,7 @@

    Method List

  • -
  • +
  • #launchd_service_path Formula @@ -17788,7 +17796,7 @@

    Method List

  • -
  • +
  • #ldflags SharedEnvExtension @@ -17796,7 +17804,7 @@

    Method List

  • -
  • +
  • #lead Homebrew::Manpages::Variables @@ -17804,7 +17812,7 @@

    Method List

  • -
  • +
  • leaves Homebrew @@ -17812,7 +17820,7 @@

    Method List

  • -
  • +
  • leaves_args Homebrew @@ -17820,7 +17828,7 @@

    Method List

  • -
  • +
  • #lib Formula @@ -17828,7 +17836,7 @@

    Method List

  • -
  • +
  • #lib Keg @@ -17836,7 +17844,7 @@

    Method List

  • -
  • +
  • #libcxx Stdenv @@ -17844,7 +17852,7 @@

    Method List

  • -
  • +
  • #libcxx Superenv @@ -17852,7 +17860,7 @@

    Method List

  • -
  • +
  • #libexec Formula @@ -17860,7 +17868,7 @@

    Method List

  • -
  • +
  • #libexec Keg @@ -17868,7 +17876,7 @@

    Method List

  • -
  • +
  • #libtool_files Keg @@ -17876,7 +17884,7 @@

    Method List

  • -
  • +
  • #libxml2 Stdenv @@ -17884,7 +17892,7 @@

    Method List

  • -
  • +
  • #license Formula @@ -17892,7 +17900,7 @@

    Method List

  • -
  • +
  • license Formula @@ -17900,7 +17908,7 @@

    Method List

  • -
  • +
  • license_data SPDX @@ -17908,7 +17916,7 @@

    Method List

  • -
  • +
  • license_expression_to_string SPDX @@ -17916,7 +17924,7 @@

    Method List

  • -
  • +
  • license_version_info SPDX @@ -17924,7 +17932,7 @@

    Method List

  • -
  • +
  • licenses_forbid_installation? SPDX @@ -17932,7 +17940,7 @@

    Method List

  • -
  • +
  • #line Homebrew::SourceLocation @@ -17940,7 +17948,7 @@

    Method List

  • -
  • +
  • #line_number Homebrew::FormulaTextAuditor @@ -17948,7 +17956,7 @@

    Method List

  • -
  • +
  • #line_number RuboCop::Cop::HelperFunctions @@ -17956,7 +17964,7 @@

    Method List

  • -
  • +
  • #line_start_column RuboCop::Cop::HelperFunctions @@ -17964,7 +17972,7 @@

    Method List

  • -
  • +
  • #link Keg @@ -17972,7 +17980,7 @@

    Method List

  • -
  • +
  • link Homebrew @@ -17980,7 +17988,7 @@

    Method List

  • -
  • +
  • #link FormulaInstaller @@ -17988,7 +17996,7 @@

    Method List

  • -
  • +
  • #link Cask::Artifact::Binary @@ -17996,7 +18004,7 @@

    Method List

  • -
  • +
  • #link Homebrew::Livecheck::Strategy::Sparkle::Item @@ -18004,7 +18012,7 @@

    Method List

  • -
  • +
  • link! Homebrew::Completions @@ -18012,7 +18020,7 @@

    Method List

  • -
  • +
  • link_args Homebrew @@ -18020,7 +18028,7 @@

    Method List

  • -
  • +
  • link_completions Utils::Link @@ -18028,7 +18036,7 @@

    Method List

  • -
  • +
  • link_completions? Homebrew::Completions @@ -18036,7 +18044,7 @@

    Method List

  • -
  • +
  • #link_completions_and_manpages Tap @@ -18044,7 +18052,7 @@

    Method List

  • -
  • +
  • link_completions_manpages_and_docs Homebrew @@ -18052,7 +18060,7 @@

    Method List

  • -
  • +
  • link_docs Utils::Link @@ -18060,7 +18068,7 @@

    Method List

  • -
  • +
  • #link_keg FormulaInstaller @@ -18068,7 +18076,7 @@

    Method List

  • -
  • +
  • link_manpages Utils::Link @@ -18076,7 +18084,7 @@

    Method List

  • -
  • +
  • #link_newname Migrator @@ -18084,7 +18092,7 @@

    Method List

  • -
  • +
  • link_nodenv_versions Homebrew @@ -18092,7 +18100,7 @@

    Method List

  • -
  • +
  • #link_oldname_cellar Migrator @@ -18100,7 +18108,7 @@

    Method List

  • -
  • +
  • #link_oldname_opt Migrator @@ -18108,7 +18116,7 @@

    Method List

  • -
  • +
  • link_overwrite Formula @@ -18116,7 +18124,7 @@

    Method List

  • -
  • +
  • link_pyenv_versions Homebrew @@ -18124,7 +18132,7 @@

    Method List

  • -
  • +
  • link_rbenv_versions Homebrew @@ -18132,7 +18140,7 @@

    Method List

  • -
  • +
  • link_type_english_name Cask::Artifact::Symlinked @@ -18140,7 +18148,7 @@

    Method List

  • -
  • +
  • linkage Homebrew @@ -18148,7 +18156,7 @@

    Method List

  • -
  • +
  • linkage_args Homebrew @@ -18156,7 +18164,7 @@

    Method List

  • -
  • +
  • #linked? Keg @@ -18164,7 +18172,7 @@

    Method List

  • -
  • +
  • #linked? Formula @@ -18172,7 +18180,7 @@

    Method List

  • -
  • +
  • #linked_keg_record Keg @@ -18180,7 +18188,7 @@

    Method List

  • -
  • +
  • #linked_old_linked_kegs Migrator @@ -18188,7 +18196,7 @@

    Method List

  • -
  • +
  • #linked_version Formula @@ -18196,7 +18204,7 @@

    Method List

  • -
  • +
  • linux? OS @@ -18204,7 +18212,7 @@

    Method List

  • -
  • +
  • #linux? GitHubRunner @@ -18212,7 +18220,7 @@

    Method List

  • -
  • +
  • #linux? Utils::Bottles::Tag @@ -18220,7 +18228,7 @@

    Method List

  • -
  • +
  • #linux_compatible? TestRunnerFormula @@ -18228,7 +18236,7 @@

    Method List

  • -
  • +
  • #linux_only? TestRunnerFormula @@ -18236,7 +18244,7 @@

    Method List

  • -
  • +
  • list Homebrew @@ -18244,7 +18252,7 @@

    Method List

  • -
  • +
  • list? Metafiles @@ -18252,7 +18260,7 @@

    Method List

  • -
  • +
  • list_args Homebrew @@ -18260,7 +18268,7 @@

    Method List

  • -
  • +
  • list_artifacts Cask::List @@ -18268,7 +18276,7 @@

    Method List

  • -
  • +
  • list_casks Homebrew @@ -18276,7 +18284,7 @@

    Method List

  • -
  • +
  • list_casks Cask::List @@ -18284,7 +18292,7 @@

    Method List

  • -
  • +
  • list_unbrewed Homebrew @@ -18292,7 +18300,7 @@

    Method List

  • -
  • +
  • little_endian? Hardware::CPU @@ -18300,7 +18308,7 @@

    Method List

  • -
  • +
  • #livecheck Formula @@ -18308,7 +18316,7 @@

    Method List

  • -
  • +
  • livecheck Formula @@ -18316,7 +18324,7 @@

    Method List

  • -
  • +
  • #livecheck Cask::DSL @@ -18324,7 +18332,7 @@

    Method List

  • -
  • +
  • #livecheck Resource @@ -18332,7 +18340,7 @@

    Method List

  • -
  • +
  • livecheck Homebrew @@ -18340,7 +18348,7 @@

    Method List

  • -
  • +
  • livecheck_args Homebrew @@ -18348,7 +18356,7 @@

    Method List

  • -
  • +
  • livecheck_result Homebrew @@ -18356,7 +18364,7 @@

    Method List

  • -
  • +
  • livecheck_strategy_names Homebrew::Livecheck @@ -18364,7 +18372,7 @@

    Method List

  • -
  • +
  • livecheck_url_to_string Homebrew::Livecheck @@ -18372,7 +18380,7 @@

    Method List

  • -
  • +
  • #livecheckable? Formula @@ -18380,7 +18388,7 @@

    Method List

  • -
  • +
  • livecheckable? Formula @@ -18388,7 +18396,7 @@

    Method List

  • -
  • +
  • #livecheckable? Cask::DSL @@ -18396,7 +18404,7 @@

    Method List

  • -
  • +
  • #livecheckable? Resource @@ -18404,7 +18412,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::ILoader @@ -18412,7 +18420,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromContentLoader @@ -18420,7 +18428,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromPathLoader @@ -18428,7 +18436,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromURILoader @@ -18436,7 +18444,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromTapLoader @@ -18444,7 +18452,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromInstanceLoader @@ -18452,7 +18460,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::FromAPILoader @@ -18460,7 +18468,7 @@

    Method List

  • -
  • +
  • #load Cask::CaskLoader::NullLoader @@ -18468,7 +18476,7 @@

    Method List

  • -
  • +
  • load Cask::CaskLoader @@ -18476,7 +18484,7 @@

    Method List

  • -
  • +
  • #load Cask::DSL::DependsOn @@ -18484,7 +18492,7 @@

    Method List

  • -
  • +
  • #load_file Formulary::FromUrlLoader @@ -18492,7 +18500,7 @@

    Method List

  • -
  • +
  • #load_file Formulary::TapLoader @@ -18500,7 +18508,7 @@

    Method List

  • -
  • +
  • load_formula Formulary @@ -18508,7 +18516,7 @@

    Method List

  • -
  • +
  • load_formula_from_api Formulary @@ -18516,7 +18524,7 @@

    Method List

  • -
  • +
  • load_formula_from_path Formulary @@ -18524,7 +18532,7 @@

    Method List

  • -
  • +
  • load_logs Homebrew @@ -18532,7 +18540,7 @@

    Method List

  • -
  • +
  • load_other_tap_strategies Homebrew::Livecheck @@ -18540,7 +18548,7 @@

    Method List

  • -
  • +
  • load_tab Utils::Bottles @@ -18548,7 +18556,7 @@

    Method List

  • -
  • +
  • #loaded_from_api Tab @@ -18556,7 +18564,7 @@

    Method List

  • -
  • +
  • #loader Cask::Cask @@ -18564,7 +18572,7 @@

    Method List

  • -
  • +
  • loader_for Formulary @@ -18572,7 +18580,7 @@

    Method List

  • -
  • +
  • #loader_name_for Keg @@ -18580,7 +18588,7 @@

    Method List

  • -
  • +
  • #loader_path Formula @@ -18588,7 +18596,7 @@

    Method List

  • -
  • +
  • local_npm_install_args Language::Node @@ -18596,7 +18604,7 @@

    Method List

  • -
  • +
  • #location Homebrew::Style::Offense @@ -18604,7 +18612,7 @@

    Method List

  • -
  • +
  • #location Cask::URL @@ -18612,7 +18620,7 @@

    Method List

  • -
  • +
  • #location_expression RuboCop::AST::Node @@ -18620,7 +18628,7 @@

    Method List

  • -
  • +
  • #lock Keg @@ -18628,7 +18636,7 @@

    Method List

  • -
  • +
  • #lock Migrator @@ -18636,7 +18644,7 @@

    Method List

  • -
  • +
  • #lock LockFile @@ -18644,7 +18652,7 @@

    Method List

  • -
  • +
  • locked FormulaInstaller @@ -18652,7 +18660,7 @@

    Method List

  • -
  • +
  • log Homebrew @@ -18660,7 +18668,7 @@

    Method List

  • -
  • +
  • log_args Homebrew @@ -18668,7 +18676,7 @@

    Method List

  • -
  • +
  • #log_path Homebrew::Service @@ -18676,7 +18684,7 @@

    Method List

  • -
  • +
  • lookup FormulaInfo @@ -18684,7 +18692,7 @@

    Method List

  • -
  • +
  • mac? OS @@ -18692,7 +18700,7 @@

    Method List

  • -
  • +
  • #mach_o_bundle? MachOShim @@ -18700,7 +18708,7 @@

    Method List

  • -
  • +
  • #mach_o_bundle? Pathname @@ -18708,7 +18716,7 @@

    Method List

  • -
  • +
  • #mach_o_executable? MachOShim @@ -18716,7 +18724,7 @@

    Method List

  • -
  • +
  • #mach_o_files Keg @@ -18724,7 +18732,7 @@

    Method List

  • -
  • +
  • #macos Cask::DSL::DependsOn @@ -18732,7 +18740,7 @@

    Method List

  • -
  • +
  • #macos? GitHubRunner @@ -18740,7 +18748,7 @@

    Method List

  • -
  • +
  • #macos? Utils::Bottles::Tag @@ -18748,7 +18756,7 @@

    Method List

  • -
  • +
  • #macos_compatible? TestRunnerFormula @@ -18756,7 +18764,7 @@

    Method List

  • -
  • +
  • #macos_legacy_timers Homebrew::Service @@ -18764,7 +18772,7 @@

    Method List

  • -
  • +
  • #macos_only? TestRunnerFormula @@ -18772,7 +18780,7 @@

    Method List

  • -
  • +
  • #macos_version GitHubRunner @@ -18780,7 +18788,7 @@

    Method List

  • -
  • +
  • #macosxsdk Stdenv @@ -18788,7 +18796,7 @@

    Method List

  • -
  • +
  • macports_or_fink OS::Mac @@ -18796,7 +18804,7 @@

    Method List

  • -
  • +
  • #magic_number Pathname @@ -18804,7 +18812,7 @@

    Method List

  • -
  • +
  • #maintainers Homebrew::Manpages::Variables @@ -18812,7 +18820,7 @@

    Method List

  • -
  • +
  • #major Version @@ -18820,7 +18828,7 @@

    Method List

  • -
  • +
  • #major Cask::DSL::Version @@ -18828,7 +18836,7 @@

    Method List

  • -
  • +
  • #major_minor Version @@ -18836,7 +18844,7 @@

    Method List

  • -
  • +
  • #major_minor Cask::DSL::Version @@ -18844,7 +18852,7 @@

    Method List

  • -
  • +
  • #major_minor_patch Version @@ -18852,7 +18860,7 @@

    Method List

  • -
  • +
  • #major_minor_patch Cask::DSL::Version @@ -18860,7 +18868,7 @@

    Method List

  • -
  • +
  • major_minor_version Language::Python @@ -18868,7 +18876,7 @@

    Method List

  • -
  • +
  • make_jobs Homebrew::EnvConfig @@ -18876,7 +18884,7 @@

    Method List

  • -
  • +
  • #make_jobs Stdenv @@ -18884,7 +18892,7 @@

    Method List

  • -
  • +
  • #make_jobs Superenv @@ -18892,7 +18900,7 @@

    Method List

  • -
  • +
  • #man Formula @@ -18900,7 +18908,7 @@

    Method List

  • -
  • +
  • #man1 Formula @@ -18908,7 +18916,7 @@

    Method List

  • -
  • +
  • #man2 Formula @@ -18916,7 +18924,7 @@

    Method List

  • -
  • +
  • #man3 Formula @@ -18924,7 +18932,7 @@

    Method List

  • -
  • +
  • #man4 Formula @@ -18932,7 +18940,7 @@

    Method List

  • -
  • +
  • #man5 Formula @@ -18940,7 +18948,7 @@

    Method List

  • -
  • +
  • #man6 Formula @@ -18948,7 +18956,7 @@

    Method List

  • -
  • +
  • #man7 Formula @@ -18956,7 +18964,7 @@

    Method List

  • -
  • +
  • #man8 Formula @@ -18964,7 +18972,7 @@

    Method List

  • -
  • +
  • #manpagedir Cask::Config @@ -18972,7 +18980,7 @@

    Method List

  • -
  • +
  • #manual_command Homebrew::Service @@ -18980,7 +18988,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Git @@ -18988,7 +18996,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Gnu @@ -18996,7 +19004,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Npm @@ -19004,7 +19012,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Xml @@ -19012,7 +19020,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Cpan @@ -19020,7 +19028,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Json @@ -19028,7 +19036,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Pypi @@ -19036,7 +19044,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Xorg @@ -19044,7 +19052,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Yaml @@ -19052,7 +19060,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Gnome @@ -19060,7 +19068,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Apache @@ -19068,7 +19076,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Hackage @@ -19076,7 +19084,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Sparkle @@ -19084,7 +19092,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Bitbucket @@ -19092,7 +19100,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Launchpad @@ -19100,7 +19108,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::PageMatch @@ -19108,7 +19116,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::Sourceforge @@ -19116,7 +19124,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::HeaderMatch @@ -19124,7 +19132,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::ExtractPlist @@ -19132,7 +19140,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::GithubLatest @@ -19140,7 +19148,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::GithubReleases @@ -19148,7 +19156,7 @@

    Method List

  • -
  • +
  • match? Homebrew::Livecheck::Strategy::ElectronBuilder @@ -19156,7 +19164,7 @@

    Method List

  • -
  • +
  • #max_length Utils::Shebang::RewriteInfo @@ -19164,7 +19172,7 @@

    Method List

  • -
  • +
  • mdfind OS::Mac @@ -19172,7 +19180,7 @@

    Method List

  • -
  • +
  • mdfind_query OS::Mac @@ -19180,7 +19188,7 @@

    Method List

  • -
  • +
  • #mdimporters Homebrew::UnversionedCaskChecker @@ -19188,7 +19196,7 @@

    Method List

  • -
  • +
  • members_by_team GitHub @@ -19196,7 +19204,7 @@

    Method List

  • -
  • +
  • #merge Cask::Config @@ -19204,7 +19212,7 @@

    Method List

  • -
  • +
  • merge Homebrew @@ -19212,7 +19220,7 @@

    Method List

  • -
  • +
  • #merge BuildEnvironment @@ -19220,7 +19228,7 @@

    Method List

  • -
  • +
  • merge_bottle_spec Homebrew @@ -19228,7 +19236,7 @@

    Method List

  • -
  • +
  • #merge_directory Migrator @@ -19236,7 +19244,7 @@

    Method List

  • -
  • +
  • merge_json_files Homebrew @@ -19244,7 +19252,7 @@

    Method List

  • -
  • +
  • merge_pull_request GitHub @@ -19252,7 +19260,7 @@

    Method List

  • -
  • +
  • merge_repeats Dependency @@ -19260,7 +19268,7 @@

    Method List

  • -
  • +
  • merge_variations Homebrew::API @@ -19268,7 +19276,7 @@

    Method List

  • -
  • +
  • #merge_xattrs UnpackStrategy @@ -19276,7 +19284,7 @@

    Method List

  • -
  • +
  • #merged_output SystemCommand::Result @@ -19284,7 +19292,7 @@

    Method List

  • -
  • +
  • #message Homebrew::Style::Offense @@ -19292,7 +19300,7 @@

    Method List

  • -
  • +
  • #message TapRemoteMismatchError @@ -19300,7 +19308,7 @@

    Method List

  • -
  • +
  • #message TapCoreRemoteMismatchError @@ -19308,7 +19316,7 @@

    Method List

  • -
  • +
  • #message FormulaConflictError @@ -19316,7 +19324,7 @@

    Method List

  • -
  • +
  • #message Requirement @@ -19324,7 +19332,7 @@

    Method List

  • -
  • +
  • #message ArchRequirement @@ -19332,7 +19340,7 @@

    Method List

  • -
  • +
  • #message LinuxRequirement @@ -19340,7 +19348,7 @@

    Method List

  • -
  • +
  • #message MacOSRequirement @@ -19348,7 +19356,7 @@

    Method List

  • -
  • +
  • #message XcodeRequirement @@ -19356,7 +19364,7 @@

    Method List

  • -
  • +
  • #message CodesignRequirement @@ -19364,7 +19372,7 @@

    Method List

  • -
  • +
  • messages Homebrew @@ -19372,7 +19380,7 @@

    Method List

  • -
  • +
  • messages_displayed! Utils::Analytics @@ -19380,7 +19388,7 @@

    Method List

  • -
  • +
  • messages_displayed? Utils::Analytics @@ -19388,7 +19396,7 @@

    Method List

  • -
  • +
  • #metadata_main_container_path Cask::Metadata @@ -19396,7 +19404,7 @@

    Method List

  • -
  • +
  • #metadata_subdir Cask::Metadata @@ -19404,7 +19412,7 @@

    Method List

  • -
  • +
  • #metadata_subdir Cask::Installer @@ -19412,7 +19420,7 @@

    Method List

  • -
  • +
  • #metadata_timestamped_path Cask::Metadata @@ -19420,7 +19428,7 @@

    Method List

  • -
  • +
  • #metadata_versioned_path Cask::Metadata @@ -19428,7 +19436,7 @@

    Method List

  • -
  • +
  • #method_called? RuboCop::Cop::HelperFunctions @@ -19436,7 +19444,7 @@

    Method List

  • -
  • +
  • #method_called_ever? RuboCop::Cop::HelperFunctions @@ -19444,7 +19452,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::DSL @@ -19452,7 +19460,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::URL::BlockDSL @@ -19460,7 +19468,7 @@

    Method List

  • -
  • +
  • #method_missing Cask::DSL::Base @@ -19468,7 +19476,7 @@

    Method List

  • -
  • +
  • method_missing_message Cask::Utils @@ -19476,7 +19484,7 @@

    Method List

  • -
  • +
  • method_name Commands @@ -19484,7 +19492,7 @@

    Method List

  • -
  • +
  • #method_name RuboCop::Cop::HelperFunctions @@ -19492,7 +19500,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::Cask::AST::Stanza @@ -19500,7 +19508,7 @@

    Method List

  • -
  • +
  • #method_node RuboCop::Cask::AST::CaskHeader @@ -19508,7 +19516,7 @@

    Method List

  • -
  • +
  • #migrate Migrator @@ -19516,7 +19524,7 @@

    Method List

  • -
  • +
  • migrate Homebrew @@ -19524,7 +19532,7 @@

    Method List

  • -
  • +
  • #migrate Cask::Migrator @@ -19532,7 +19540,7 @@

    Method List

  • -
  • +
  • migrate_args Homebrew @@ -19540,7 +19548,7 @@

    Method List

  • -
  • +
  • #migrate_cask_rename Reporter @@ -19548,7 +19556,7 @@

    Method List

  • -
  • +
  • #migrate_formula_rename Reporter @@ -19556,7 +19564,7 @@

    Method List

  • -
  • +
  • migrate_gcc_dependents_if_needed Homebrew @@ -19564,7 +19572,7 @@

    Method List

  • -
  • +
  • migrate_if_needed Migrator @@ -19572,7 +19580,7 @@

    Method List

  • -
  • +
  • migrate_if_needed Cask::Migrator @@ -19580,7 +19588,7 @@

    Method List

  • -
  • +
  • #migrate_tap_migration Reporter @@ -19588,7 +19596,7 @@

    Method List

  • -
  • +
  • #migration_needed? Formula @@ -19596,7 +19604,7 @@

    Method List

  • -
  • +
  • #minimum_system_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -19604,7 +19612,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Mac::Xcode @@ -19612,7 +19620,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Mac::CLT @@ -19620,7 +19628,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Linux::Glibc @@ -19628,7 +19636,7 @@

    Method List

  • -
  • +
  • minimum_version OS::Linux::Kernel @@ -19636,7 +19644,7 @@

    Method List

  • -
  • +
  • #minor Version @@ -19644,7 +19652,7 @@

    Method List

  • -
  • +
  • #minor Cask::DSL::Version @@ -19652,7 +19660,7 @@

    Method List

  • -
  • +
  • #minor_patch Cask::DSL::Version @@ -19660,7 +19668,7 @@

    Method List

  • -
  • +
  • mirror Formula @@ -19668,7 +19676,7 @@

    Method List

  • -
  • +
  • #mirror Resource @@ -19676,7 +19684,7 @@

    Method List

  • -
  • +
  • #mirrors Downloadable @@ -19684,7 +19692,7 @@

    Method List

  • -
  • +
  • #mirrors Homebrew::ResourceAuditor @@ -19692,7 +19700,7 @@

    Method List

  • -
  • +
  • #mirrors CurlDownloadStrategy @@ -19700,7 +19708,7 @@

    Method List

  • -
  • +
  • #mirrors CurlApacheMirrorDownloadStrategy @@ -19708,7 +19716,7 @@

    Method List

  • -
  • +
  • missing Homebrew @@ -19716,7 +19724,7 @@

    Method List

  • -
  • +
  • missing_args Homebrew @@ -19724,7 +19732,7 @@

    Method List

  • -
  • +
  • #missing_cask_and_formula_dependencies Cask::Installer @@ -19732,7 +19740,7 @@

    Method List

  • -
  • +
  • #missing_dependencies Formula @@ -19740,7 +19748,7 @@

    Method List

  • -
  • +
  • missing_deps Homebrew::Diagnostic @@ -19748,7 +19756,7 @@

    Method List

  • -
  • +
  • #missing_options Dependency @@ -19756,7 +19764,7 @@

    Method List

  • -
  • +
  • #mkdir Formula @@ -19764,7 +19772,7 @@

    Method List

  • -
  • +
  • #mktemp Formula @@ -19772,7 +19780,7 @@

    Method List

  • -
  • +
  • #mktemp Requirement @@ -19780,7 +19788,7 @@

    Method List

  • -
  • +
  • #modifier? RuboCop::Cop::FormulaAudit::Miscellaneous @@ -19788,7 +19796,7 @@

    Method List

  • -
  • +
  • #modify_build_environment Dependency @@ -19796,7 +19804,7 @@

    Method List

  • -
  • +
  • #modify_build_environment Requirement @@ -19804,7 +19812,7 @@

    Method List

  • -
  • +
  • #move_to_new_directory Migrator @@ -19812,7 +19820,7 @@

    Method List

  • -
  • +
  • #mtime CacheStoreDatabase @@ -19820,7 +19828,7 @@

    Method List

  • -
  • +
  • #multi_stanza_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -19828,7 +19836,7 @@

    Method List

  • -
  • +
  • multiple_short_commits_exist? GitHub @@ -19836,7 +19844,7 @@

    Method List

  • -
  • +
  • #multiple_versions Homebrew::VersionBumpInfo @@ -19844,7 +19852,7 @@

    Method List

  • -
  • +
  • #name Keg @@ -19852,7 +19860,7 @@

    Method List

  • -
  • +
  • #name Tap @@ -19860,7 +19868,7 @@

    Method List

  • -
  • +
  • #name Debrew::Menu::Entry @@ -19868,7 +19876,7 @@

    Method List

  • -
  • +
  • #name Formula @@ -19876,7 +19884,7 @@

    Method List

  • -
  • +
  • #name Option @@ -19884,7 +19892,7 @@

    Method List

  • -
  • +
  • #name Homebrew::Service @@ -19892,7 +19900,7 @@

    Method List

  • -
  • +
  • #name Cask::DSL @@ -19900,7 +19908,7 @@

    Method List

  • -
  • +
  • #name Resource @@ -19908,7 +19916,7 @@

    Method List

  • -
  • +
  • #name CompilerSelector::Compiler @@ -19916,7 +19924,7 @@

    Method List

  • -
  • +
  • #name Formulary::FormulaLoader @@ -19924,7 +19932,7 @@

    Method List

  • -
  • +
  • #name Dependency @@ -19932,7 +19940,7 @@

    Method List

  • -
  • +
  • #name NoSuchKegError @@ -19940,7 +19948,7 @@

    Method List

  • -
  • +
  • #name FormulaOrCaskUnavailableError @@ -19948,7 +19956,7 @@

    Method List

  • -
  • +
  • #name TapFormulaAmbiguityError @@ -19956,7 +19964,7 @@

    Method List

  • -
  • +
  • #name TapFormulaWithOldnameAmbiguityError @@ -19964,7 +19972,7 @@

    Method List

  • -
  • +
  • #name TapUnavailableError @@ -19972,7 +19980,7 @@

    Method List

  • -
  • +
  • #name TapRemoteMismatchError @@ -19980,7 +19988,7 @@

    Method List

  • -
  • +
  • #name TapAlreadyTappedError @@ -19988,7 +19996,7 @@

    Method List

  • -
  • +
  • #name TapNoCustomRemoteError @@ -19996,7 +20004,7 @@

    Method List

  • -
  • +
  • #name PyPI::Package @@ -20004,7 +20012,7 @@

    Method List

  • -
  • +
  • #name Requirement @@ -20012,7 +20020,7 @@

    Method List

  • -
  • +
  • #name Homebrew::TapAuditor @@ -20020,7 +20028,7 @@

    Method List

  • -
  • +
  • #name SoftwareSpec @@ -20028,7 +20036,7 @@

    Method List

  • -
  • +
  • #name Bottle::Filename @@ -20036,7 +20044,7 @@

    Method List

  • -
  • +
  • #name Bottle @@ -20044,7 +20052,7 @@

    Method List

  • -
  • +
  • #name CaskDependent @@ -20052,7 +20060,7 @@

    Method List

  • -
  • +
  • #name Homebrew::FormulaCreator @@ -20060,7 +20068,7 @@

    Method List

  • -
  • +
  • #name FormulaConflict @@ -20068,7 +20076,7 @@

    Method List

  • -
  • +
  • #name Homebrew::ResourceAuditor @@ -20076,7 +20084,7 @@

    Method List

  • -
  • +
  • #name LinuxRunnerSpec @@ -20084,7 +20092,7 @@

    Method List

  • -
  • +
  • #name MacOSRunnerSpec @@ -20092,7 +20100,7 @@

    Method List

  • -
  • +
  • #name TestRunnerFormula @@ -20100,7 +20108,7 @@

    Method List

  • -
  • +
  • name_from_url Homebrew::FormulaCreator @@ -20108,7 +20116,7 @@

    Method List

  • -
  • +
  • name_info Cask::Info @@ -20116,7 +20124,7 @@

    Method List

  • -
  • +
  • name_of Homebrew @@ -20124,7 +20132,7 @@

    Method List

  • -
  • +
  • #name_to_option Homebrew::CLI::Parser @@ -20132,7 +20140,7 @@

    Method List

  • -
  • +
  • #named Homebrew::CLI::Args @@ -20140,7 +20148,7 @@

    Method List

  • -
  • +
  • #named_args Homebrew::Uninstall::DependentsMessage @@ -20148,7 +20156,7 @@

    Method List

  • -
  • +
  • #named_args Homebrew::CLI::Parser @@ -20156,7 +20164,7 @@

    Method List

  • -
  • +
  • named_args_type Commands @@ -20164,7 +20172,7 @@

    Method List

  • -
  • +
  • #named_args_type Homebrew::CLI::Parser @@ -20172,7 +20180,7 @@

    Method List

  • -
  • +
  • names Tap @@ -20180,7 +20188,7 @@

    Method List

  • -
  • +
  • needs Formula @@ -20188,7 +20196,7 @@

    Method List

  • -
  • +
  • #needs SoftwareSpec @@ -20196,7 +20204,7 @@

    Method List

  • -
  • +
  • needs_clt_installed? OS::Mac::Xcode @@ -20204,7 +20212,7 @@

    Method List

  • -
  • +
  • needs_migration? Migrator @@ -20212,7 +20220,7 @@

    Method List

  • -
  • +
  • #needs_python? Language::Python::Virtualenv @@ -20220,7 +20228,7 @@

    Method List

  • -
  • +
  • #nested Cask::DSL::Container @@ -20228,7 +20236,7 @@

    Method List

  • -
  • +
  • nested_cache? Homebrew::Cleanup @@ -20236,7 +20244,7 @@

    Method List

  • -
  • +
  • #new_cask Cask::Migrator @@ -20244,7 +20252,7 @@

    Method List

  • -
  • +
  • #new_cask_path Tap @@ -20252,7 +20260,7 @@

    Method List

  • -
  • +
  • #new_cask_path CoreCaskTap @@ -20260,7 +20268,7 @@

    Method List

  • -
  • +
  • #new_cellar Migrator @@ -20268,7 +20276,7 @@

    Method List

  • -
  • +
  • #new_cellar_existed Migrator @@ -20276,7 +20284,7 @@

    Method List

  • -
  • +
  • #new_download_sha Cask::Cask @@ -20284,7 +20292,7 @@

    Method List

  • -
  • +
  • #new_formula_available? Formula @@ -20292,7 +20300,7 @@

    Method List

  • -
  • +
  • #new_formula_path Tap @@ -20300,7 +20308,7 @@

    Method List

  • -
  • +
  • #new_formula_path CoreTap @@ -20308,7 +20316,7 @@

    Method List

  • -
  • +
  • #new_formula_problems Homebrew::FormulaAuditor @@ -20316,7 +20324,7 @@

    Method List

  • -
  • +
  • #new_linked_keg_record Migrator @@ -20324,7 +20332,7 @@

    Method List

  • -
  • +
  • #new_pin_record Migrator @@ -20332,7 +20340,7 @@

    Method List

  • -
  • +
  • #new_version Homebrew::VersionBumpInfo @@ -20340,7 +20348,7 @@

    Method List

  • -
  • +
  • #newname Migrator @@ -20348,7 +20356,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::BundleVersion @@ -20356,7 +20364,7 @@

    Method List

  • -
  • +
  • no_changes_message Homebrew @@ -20364,7 +20372,7 @@

    Method List

  • -
  • +
  • #no_dividers Cask::DSL::Version @@ -20372,7 +20380,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Stdenv @@ -20380,7 +20388,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Superenv @@ -20388,7 +20396,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains_support? SharedEnvExtension @@ -20396,7 +20404,7 @@

    Method List

  • -
  • +
  • no_message_output? Utils::Analytics @@ -20404,7 +20412,7 @@

    Method List

  • -
  • +
  • #no_named? Homebrew::CLI::Args @@ -20412,7 +20420,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Stdenv @@ -20420,7 +20428,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Superenv @@ -20428,7 +20436,7 @@

    Method List

  • -
  • +
  • #no_weak_imports_support? SharedEnvExtension @@ -20436,7 +20444,7 @@

    Method List

  • -
  • +
  • #node_equals? RuboCop::Cop::HelperFunctions @@ -20444,7 +20452,7 @@

    Method List

  • -
  • +
  • nodenv_sync Homebrew @@ -20452,7 +20460,7 @@

    Method List

  • -
  • +
  • nodenv_sync_args Homebrew @@ -20460,7 +20468,7 @@

    Method List

  • -
  • +
  • noecho_gets Homebrew @@ -20468,7 +20476,7 @@

    Method List

  • -
  • +
  • #none_string Homebrew::Diagnostic::Checks @@ -20476,7 +20484,7 @@

    Method List

  • -
  • +
  • normalize_python_package PyPI @@ -20484,7 +20492,7 @@

    Method List

  • -
  • +
  • not_this_run? Utils::Analytics @@ -20492,7 +20500,7 @@

    Method List

  • -
  • +
  • npm_cache_config Language::Node @@ -20500,7 +20508,7 @@

    Method List

  • -
  • +
  • #null? Version::Token @@ -20508,7 +20516,7 @@

    Method List

  • -
  • +
  • #null? Version @@ -20516,7 +20524,7 @@

    Method List

  • -
  • +
  • #number_readable Kernel @@ -20524,7 +20532,7 @@

    Method List

  • -
  • +
  • #numeric? Version::Token @@ -20532,7 +20540,7 @@

    Method List

  • -
  • +
  • #numeric? Version::NumericToken @@ -20540,7 +20548,7 @@

    Method List

  • -
  • +
  • #odebug Kernel @@ -20548,7 +20556,7 @@

    Method List

  • -
  • +
  • #odeprecated Kernel @@ -20556,7 +20564,7 @@

    Method List

  • -
  • +
  • #odie Kernel @@ -20564,7 +20572,7 @@

    Method List

  • -
  • +
  • odie_if_defined Homebrew @@ -20572,7 +20580,7 @@

    Method List

  • -
  • +
  • #odisabled Kernel @@ -20580,7 +20588,7 @@

    Method List

  • -
  • +
  • #ofail Kernel @@ -20588,7 +20596,7 @@

    Method List

  • -
  • +
  • #offending_node RuboCop::Cop::HelperFunctions @@ -20596,7 +20604,7 @@

    Method List

  • -
  • +
  • #official? Tap @@ -20604,7 +20612,7 @@

    Method List

  • -
  • +
  • #official_external_commands Homebrew::Manpages::Variables @@ -20612,7 +20620,7 @@

    Method List

  • -
  • +
  • official_external_commands_paths Commands @@ -20620,7 +20628,7 @@

    Method List

  • -
  • +
  • #oh1 Kernel @@ -20628,7 +20636,7 @@

    Method List

  • -
  • +
  • #oh1_title Kernel @@ -20636,7 +20644,7 @@

    Method List

  • -
  • +
  • #ohai Kernel @@ -20644,7 +20652,7 @@

    Method List

  • -
  • +
  • ohai_if_defined Homebrew @@ -20652,7 +20660,7 @@

    Method List

  • -
  • +
  • #ohai_title Kernel @@ -20660,7 +20668,7 @@

    Method List

  • -
  • +
  • #old DeprecatedOption @@ -20668,7 +20676,7 @@

    Method List

  • -
  • +
  • #old_cask Cask::Migrator @@ -20676,7 +20684,7 @@

    Method List

  • -
  • +
  • #old_cellar Migrator @@ -20684,7 +20692,7 @@

    Method List

  • -
  • +
  • old_checksums Homebrew @@ -20692,7 +20700,7 @@

    Method List

  • -
  • +
  • #old_flag DeprecatedOption @@ -20700,7 +20708,7 @@

    Method List

  • -
  • +
  • #old_full_linked_kegs Migrator @@ -20708,7 +20716,7 @@

    Method List

  • -
  • +
  • #old_installed_formulae Formula @@ -20716,7 +20724,7 @@

    Method List

  • -
  • +
  • #old_linked_kegs Migrator @@ -20724,7 +20732,7 @@

    Method List

  • -
  • +
  • #old_opt_records Migrator @@ -20732,7 +20740,7 @@

    Method List

  • -
  • +
  • #old_pin_link_record Migrator @@ -20740,7 +20748,7 @@

    Method List

  • -
  • +
  • #old_pin_record Migrator @@ -20748,7 +20756,7 @@

    Method List

  • -
  • +
  • #old_tabs Migrator @@ -20756,7 +20764,7 @@

    Method List

  • -
  • +
  • #old_tap Migrator @@ -20764,7 +20772,7 @@

    Method List

  • -
  • +
  • #old_tokens Cask::Cask @@ -20772,7 +20780,7 @@

    Method List

  • -
  • +
  • oldest_cpu Hardware @@ -20780,7 +20788,7 @@

    Method List

  • -
  • +
  • #oldname Formula @@ -20788,7 +20796,7 @@

    Method List

  • -
  • +
  • #oldname Migrator @@ -20796,7 +20804,7 @@

    Method List

  • -
  • +
  • #oldname_opt_records Keg @@ -20804,7 +20812,7 @@

    Method List

  • -
  • +
  • #oldnames Formula @@ -20812,7 +20820,7 @@

    Method List

  • -
  • +
  • oldnames_needing_migration Migrator @@ -20820,7 +20828,7 @@

    Method List

  • -
  • +
  • #on_block RuboCop::Cop::Cask::CaskHelp @@ -20828,7 +20836,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::Variables @@ -20836,7 +20844,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::NoOverrides @@ -20844,7 +20852,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::CaskHelp @@ -20852,7 +20860,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::StanzaGrouping @@ -20860,7 +20868,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnUrlStanza @@ -20868,7 +20876,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnDescStanza @@ -20876,7 +20884,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnSystemConditionals @@ -20884,7 +20892,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnHomepageStanza @@ -20892,7 +20900,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::StanzaOrder @@ -20900,7 +20908,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::CaskHelp @@ -20908,7 +20916,7 @@

    Method List

  • -
  • +
  • #on_class RuboCop::Cop::FormulaCop @@ -20916,7 +20924,7 @@

    Method List

  • -
  • +
  • #on_desc_stanza RuboCop::Cop::Cask::Desc @@ -20924,7 +20932,7 @@

    Method List

  • -
  • +
  • #on_homepage_stanza RuboCop::Cop::Cask::HomepageUrlTrailingSlash @@ -20932,7 +20940,7 @@

    Method List

  • -
  • +
  • #on_new_investigation RuboCop::Cop::Cask::StanzaOrder @@ -20940,7 +20948,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::IORead @@ -20948,7 +20956,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ShellCommands @@ -20956,7 +20964,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ExecShellMetacharacters @@ -20964,7 +20972,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::MoveToExtendOS @@ -20972,7 +20980,7 @@

    Method List

  • -
  • +
  • #on_system_methods RuboCop::Cop::Cask::CaskHelp @@ -20980,7 +20988,7 @@

    Method List

  • -
  • +
  • #on_system_stanzas RuboCop::Cop::Cask::NoOverrides @@ -20988,7 +20996,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::Url @@ -20996,7 +21004,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::UrlLegacyCommaSeparators @@ -21004,7 +21012,7 @@

    Method List

  • -
  • +
  • #only_formula_or_cask Homebrew::CLI::Args @@ -21012,7 +21020,7 @@

    Method List

  • -
  • +
  • #only_path Cask::URL::DSL @@ -21020,7 +21028,7 @@

    Method List

  • -
  • +
  • #onoe Kernel @@ -21028,7 +21036,7 @@

    Method List

  • -
  • +
  • open_graphql GitHub::API @@ -21036,7 +21044,7 @@

    Method List

  • -
  • +
  • #open_pull_requests Homebrew::VersionBumpInfo @@ -21044,7 +21052,7 @@

    Method List

  • -
  • +
  • open_rest GitHub::API @@ -21052,7 +21060,7 @@

    Method List

  • -
  • +
  • #openjdk_dep_name_if_applicable Keg @@ -21060,7 +21068,7 @@

    Method List

  • -
  • +
  • #opoo Kernel @@ -21068,7 +21076,7 @@

    Method List

  • -
  • +
  • opoo_if_defined Homebrew @@ -21076,7 +21084,7 @@

    Method List

  • -
  • +
  • #opt_bin Formula @@ -21084,7 +21092,7 @@

    Method List

  • -
  • +
  • #opt_elisp Formula @@ -21092,7 +21100,7 @@

    Method List

  • -
  • +
  • #opt_frameworks Formula @@ -21100,7 +21108,7 @@

    Method List

  • -
  • +
  • #opt_include Formula @@ -21108,7 +21116,7 @@

    Method List

  • -
  • +
  • #opt_lib Formula @@ -21116,7 +21124,7 @@

    Method List

  • -
  • +
  • #opt_libexec Formula @@ -21124,7 +21132,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Formula @@ -21132,7 +21140,7 @@

    Method List

  • -
  • +
  • #opt_prefix Formula @@ -21140,7 +21148,7 @@

    Method List

  • -
  • +
  • #opt_record Keg @@ -21148,7 +21156,7 @@

    Method List

  • -
  • +
  • #opt_sbin Formula @@ -21156,7 +21164,7 @@

    Method List

  • -
  • +
  • #opt_share Formula @@ -21164,7 +21172,7 @@

    Method List

  • -
  • +
  • optimization_flags Hardware::CPU @@ -21172,7 +21180,7 @@

    Method List

  • -
  • +
  • option Formula @@ -21180,7 +21188,7 @@

    Method List

  • -
  • +
  • #option SoftwareSpec @@ -21188,7 +21196,7 @@

    Method List

  • -
  • +
  • option Formatter @@ -21196,7 +21204,7 @@

    Method List

  • -
  • +
  • option_conflicts Commands @@ -21204,7 +21212,7 @@

    Method List

  • -
  • +
  • #option_defined? Formula @@ -21212,7 +21220,7 @@

    Method List

  • -
  • +
  • #option_defined? SoftwareSpec @@ -21220,7 +21228,7 @@

    Method List

  • -
  • +
  • #option_description Homebrew::CLI::Parser @@ -21228,7 +21236,7 @@

    Method List

  • -
  • +
  • #option_names Dependency @@ -21236,7 +21244,7 @@

    Method List

  • -
  • +
  • #option_names Requirement @@ -21244,7 +21252,7 @@

    Method List

  • -
  • +
  • #option_tags Dependable @@ -21252,7 +21260,7 @@

    Method List

  • -
  • +
  • #option_to_description Homebrew::CLI::Parser @@ -21260,7 +21268,7 @@

    Method List

  • -
  • +
  • #option_to_name Homebrew::CLI::Parser @@ -21268,7 +21276,7 @@

    Method List

  • -
  • +
  • #optional Dependencies @@ -21276,7 +21284,7 @@

    Method List

  • -
  • +
  • #optional? Dependable @@ -21284,7 +21292,7 @@

    Method List

  • -
  • +
  • #options Dependable @@ -21292,7 +21300,7 @@

    Method List

  • -
  • +
  • #options BuildError @@ -21300,7 +21308,7 @@

    Method List

  • -
  • +
  • options Homebrew @@ -21308,7 +21316,7 @@

    Method List

  • -
  • +
  • #options SoftwareSpec @@ -21316,7 +21324,7 @@

    Method List

  • -
  • +
  • #options FormulaInstaller @@ -21324,7 +21332,7 @@

    Method List

  • -
  • +
  • options_args Homebrew @@ -21332,7 +21340,7 @@

    Method List

  • -
  • +
  • #options_only Homebrew::CLI::Args @@ -21340,7 +21348,7 @@

    Method List

  • -
  • +
  • #optlink Keg @@ -21348,7 +21356,7 @@

    Method List

  • -
  • +
  • #optlinked? Keg @@ -21356,7 +21364,7 @@

    Method List

  • -
  • +
  • #optlinked? Formula @@ -21364,7 +21372,7 @@

    Method List

  • -
  • +
  • origin SystemConfig @@ -21372,7 +21380,7 @@

    Method List

  • -
  • +
  • #origin_branch_name GitRepository @@ -21380,7 +21388,7 @@

    Method List

  • -
  • +
  • #origin_has_branch? GitRepository @@ -21388,7 +21396,7 @@

    Method List

  • -
  • +
  • #origin_url GitRepository @@ -21396,7 +21404,7 @@

    Method List

  • -
  • +
  • #origin_url= GitRepository @@ -21404,7 +21412,7 @@

    Method List

  • -
  • +
  • os Homebrew::SimulateSystem @@ -21412,7 +21420,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Livecheck::Strategy::Sparkle::Item @@ -21420,7 +21428,7 @@

    Method List

  • -
  • +
  • #os_arch_combinations Homebrew::CLI::Args @@ -21428,7 +21436,7 @@

    Method List

  • -
  • +
  • os_condition_met? OnSystem @@ -21436,7 +21444,7 @@

    Method List

  • -
  • +
  • os_version OS::Linux @@ -21444,7 +21452,7 @@

    Method List

  • -
  • +
  • outdated Homebrew @@ -21452,7 +21460,7 @@

    Method List

  • -
  • +
  • #outdated? Cask::Cask @@ -21460,7 +21468,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::Xcode @@ -21468,7 +21476,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::CLT @@ -21476,7 +21484,7 @@

    Method List

  • -
  • +
  • outdated_args Homebrew @@ -21484,7 +21492,7 @@

    Method List

  • -
  • +
  • outdated_casks Homebrew @@ -21492,7 +21500,7 @@

    Method List

  • -
  • +
  • #outdated_download_sha? Cask::Cask @@ -21500,7 +21508,7 @@

    Method List

  • -
  • +
  • outdated_formulae Homebrew @@ -21508,7 +21516,7 @@

    Method List

  • -
  • +
  • outdated_formulae_casks Homebrew @@ -21516,7 +21524,7 @@

    Method List

  • -
  • +
  • #outdated_info Cask::Cask @@ -21524,7 +21532,7 @@

    Method List

  • -
  • +
  • outdated_kegs Homebrew::Upgrade @@ -21532,7 +21540,7 @@

    Method List

  • -
  • +
  • #outdated_release? MacOSVersion @@ -21540,7 +21548,7 @@

    Method List

  • -
  • +
  • #outdated_version Cask::Cask @@ -21548,7 +21556,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::DeveloperDependentsMessage @@ -21556,7 +21564,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::NondeveloperDependentsMessage @@ -21564,7 +21572,7 @@

    Method List

  • -
  • +
  • #output ErrorDuringExecution @@ -21572,7 +21580,7 @@

    Method List

  • -
  • +
  • output Utils::Analytics @@ -21580,7 +21588,7 @@

    Method List

  • -
  • +
  • output_analytics Utils::Analytics @@ -21588,7 +21596,7 @@

    Method List

  • -
  • +
  • output_github_packages_downloads Utils::Analytics @@ -21596,7 +21604,7 @@

    Method List

  • -
  • +
  • output_lost_bottles Homebrew @@ -21604,7 +21612,7 @@

    Method List

  • -
  • +
  • output_total Homebrew @@ -21612,7 +21620,7 @@

    Method List

  • -
  • +
  • output_unbottled Homebrew @@ -21620,7 +21628,7 @@

    Method List

  • -
  • +
  • output_update_report Homebrew @@ -21628,7 +21636,7 @@

    Method List

  • -
  • +
  • overridable_java_home_env Language::Java @@ -21636,7 +21644,7 @@

    Method List

  • -
  • +
  • #owner Resource @@ -21644,7 +21652,7 @@

    Method List

  • -
  • +
  • #owner SoftwareSpec @@ -21652,7 +21660,7 @@

    Method List

  • -
  • +
  • #owner Homebrew::ResourceAuditor @@ -21660,7 +21668,7 @@

    Method List

  • -
  • +
  • #owner= ExternalPatch @@ -21668,7 +21676,7 @@

    Method List

  • -
  • +
  • owner_uid Homebrew @@ -21676,7 +21684,7 @@

    Method List

  • -
  • +
  • pack_for_installation Language::Node @@ -21684,7 +21692,7 @@

    Method List

  • -
  • +
  • #package_count Messages @@ -21692,7 +21700,7 @@

    Method List

  • -
  • +
  • #package_id Cask::Pkg @@ -21700,7 +21708,7 @@

    Method List

  • -
  • +
  • #package_installed Messages @@ -21708,7 +21716,7 @@

    Method List

  • -
  • +
  • package_or_resource_name Homebrew::Livecheck @@ -21716,7 +21724,7 @@

    Method List

  • -
  • +
  • package_or_resource_skip Homebrew::Livecheck::SkipConditions @@ -21724,7 +21732,7 @@

    Method List

  • -
  • +
  • page_content Homebrew::Livecheck::Strategy @@ -21732,7 +21740,7 @@

    Method List

  • -
  • +
  • page_headers Homebrew::Livecheck::Strategy @@ -21740,7 +21748,7 @@

    Method List

  • -
  • +
  • paginate_rest GitHub::API @@ -21748,7 +21756,7 @@

    Method List

  • -
  • +
  • #pair_node RuboCop::Cask::AST::CaskHeader @@ -21756,7 +21764,7 @@

    Method List

  • -
  • +
  • #pairs Cask::DSL::Container @@ -21764,7 +21772,7 @@

    Method List

  • -
  • +
  • #parameters RuboCop::Cop::HelperFunctions @@ -21772,7 +21780,7 @@

    Method List

  • -
  • +
  • #parameters_passed? RuboCop::Cop::HelperFunctions @@ -21780,7 +21788,7 @@

    Method List

  • -
  • +
  • parent Utils::Shell @@ -21788,7 +21796,7 @@

    Method List

  • -
  • +
  • #parent Homebrew::CLI::NamedArgs @@ -21796,7 +21804,7 @@

    Method List

  • -
  • +
  • parse Locale @@ -21804,7 +21812,7 @@

    Method List

  • -
  • +
  • parse Version @@ -21812,7 +21820,7 @@

    Method List

  • -
  • +
  • #parse Homebrew::CLI::Parser @@ -21820,7 +21828,7 @@

    Method List

  • -
  • +
  • parse PkgVersion @@ -21828,7 +21836,7 @@

    Method List

  • -
  • +
  • #parse Version::Parser @@ -21836,7 +21844,7 @@

    Method List

  • -
  • +
  • #parse Version::RegexParser @@ -21844,7 +21852,7 @@

    Method List

  • -
  • +
  • parse_api_response Repology @@ -21852,7 +21860,7 @@

    Method List

  • -
  • +
  • parse_author! Utils @@ -21860,7 +21868,7 @@

    Method List

  • -
  • +
  • #parse_cask_version Homebrew::BumpVersionParser @@ -21868,7 +21876,7 @@

    Method List

  • -
  • +
  • #parse_content IgnoreDirectiveDocstringParser @@ -21876,7 +21884,7 @@

    Method List

  • -
  • +
  • #parse_cron Homebrew::Service @@ -21884,7 +21892,7 @@

    Method List

  • -
  • +
  • parse_curl_output Utils::Curl @@ -21892,7 +21900,7 @@

    Method List

  • -
  • +
  • parse_json Homebrew::Livecheck::Strategy::Json @@ -21900,7 +21908,7 @@

    Method List

  • -
  • +
  • parse_json_files Homebrew @@ -21908,7 +21916,7 @@

    Method List

  • -
  • +
  • parse_license_expression SPDX @@ -21916,7 +21924,7 @@

    Method List

  • -
  • +
  • #parse_remaining Homebrew::CLI::Parser @@ -21924,7 +21932,7 @@

    Method List

  • -
  • +
  • #parse_url Homebrew::FormulaCreator @@ -21932,7 +21940,7 @@

    Method List

  • -
  • +
  • #parse_version Homebrew::BumpVersionParser @@ -21940,7 +21948,7 @@

    Method List

  • -
  • +
  • parse_xml Homebrew::Livecheck::Strategy::Xml @@ -21948,7 +21956,7 @@

    Method List

  • -
  • +
  • parse_yaml Homebrew::Livecheck::Strategy::Yaml @@ -21956,7 +21964,7 @@

    Method List

  • -
  • +
  • #parsed_homebrew_version Tab @@ -21964,7 +21972,7 @@

    Method List

  • -
  • +
  • pat_blurb GitHub @@ -21972,7 +21980,7 @@

    Method List

  • -
  • +
  • #patch Debrew::Formula @@ -21980,7 +21988,7 @@

    Method List

  • -
  • +
  • patch Formula @@ -21988,7 +21996,7 @@

    Method List

  • -
  • +
  • #patch Version @@ -21996,7 +22004,7 @@

    Method List

  • -
  • +
  • #patch Resource @@ -22004,7 +22012,7 @@

    Method List

  • -
  • +
  • #patch SoftwareSpec @@ -22012,7 +22020,7 @@

    Method List

  • -
  • +
  • #patch Cask::DSL::Version @@ -22020,7 +22028,7 @@

    Method List

  • -
  • +
  • #patch! ELFShim @@ -22028,7 +22036,7 @@

    Method List

  • -
  • +
  • #patch_files Resource::PatchResource @@ -22036,7 +22044,7 @@

    Method List

  • -
  • +
  • #patchelf_patcher ELFShim @@ -22044,7 +22052,7 @@

    Method List

  • -
  • +
  • #patches Resource @@ -22052,7 +22060,7 @@

    Method List

  • -
  • +
  • #patches SoftwareSpec @@ -22060,7 +22068,7 @@

    Method List

  • -
  • +
  • #path Tap @@ -22068,7 +22076,7 @@

    Method List

  • -
  • +
  • #path DATAPatch @@ -22076,7 +22084,7 @@

    Method List

  • -
  • +
  • #path Formula @@ -22084,7 +22092,7 @@

    Method List

  • -
  • +
  • path Commands @@ -22092,7 +22100,7 @@

    Method List

  • -
  • +
  • #path Formulary::FormulaLoader @@ -22100,7 +22108,7 @@

    Method List

  • -
  • +
  • path Formulary @@ -22108,7 +22116,7 @@

    Method List

  • -
  • +
  • #path LockFile @@ -22116,7 +22124,7 @@

    Method List

  • -
  • +
  • path Utils::Git @@ -22124,7 +22132,7 @@

    Method List

  • -
  • +
  • path Cask::Cache @@ -22132,7 +22140,7 @@

    Method List

  • -
  • +
  • #path FormulaClassUnavailableErrorModule @@ -22140,7 +22148,7 @@

    Method List

  • -
  • +
  • #path OS::Mac::SDK @@ -22148,7 +22156,7 @@

    Method List

  • -
  • +
  • #path FormulaPin @@ -22156,7 +22164,7 @@

    Method List

  • -
  • +
  • #path Homebrew::TapAuditor @@ -22164,7 +22172,7 @@

    Method List

  • -
  • +
  • path Cask::Caskroom @@ -22172,7 +22180,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskQuarantineError @@ -22180,7 +22188,7 @@

    Method List

  • -
  • +
  • #path UnpackStrategy @@ -22188,7 +22196,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromPathLoader @@ -22196,7 +22204,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromAPILoader @@ -22204,7 +22212,7 @@

    Method List

  • -
  • +
  • path Cask::CaskLoader @@ -22212,7 +22220,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Pkg @@ -22220,7 +22228,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Installer @@ -22228,7 +22236,7 @@

    Method List

  • -
  • +
  • path_occupied? Cask::Utils @@ -22236,7 +22244,7 @@

    Method List

  • -
  • +
  • path_relative_to_workspace GitHub::Actions::Annotation @@ -22244,7 +22252,7 @@

    Method List

  • -
  • +
  • path_resolved_basename Utils::Bottles @@ -22252,7 +22260,7 @@

    Method List

  • -
  • +
  • #path_starts_with? RuboCop::Cop::FormulaAuditStrict::Text @@ -22260,7 +22268,7 @@

    Method List

  • -
  • +
  • path_to_regex Keg::Relocation @@ -22268,7 +22276,7 @@

    Method List

  • -
  • +
  • #pathname GitRepository @@ -22276,7 +22284,7 @@

    Method List

  • -
  • +
  • #paths TapFormulaAmbiguityError @@ -22284,7 +22292,7 @@

    Method List

  • -
  • +
  • #paths Kernel @@ -22292,7 +22300,7 @@

    Method List

  • -
  • +
  • perform_build_from_source_checks Homebrew::Install @@ -22300,7 +22308,7 @@

    Method List

  • -
  • +
  • perform_preinstall_checks Homebrew::Install @@ -22308,7 +22316,7 @@

    Method List

  • -
  • +
  • periodic_clean! Homebrew::Cleanup @@ -22316,7 +22324,7 @@

    Method List

  • -
  • +
  • periodic_clean_due? Homebrew::Cleanup @@ -22324,7 +22332,7 @@

    Method List

  • -
  • +
  • permission GitHub @@ -22332,7 +22340,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags Superenv @@ -22340,7 +22348,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags SharedEnvExtension @@ -22348,7 +22356,7 @@

    Method List

  • -
  • +
  • physical_cpu_arm64? Hardware::CPU @@ -22356,7 +22364,7 @@

    Method List

  • -
  • +
  • pin Homebrew @@ -22364,7 +22372,7 @@

    Method List

  • -
  • +
  • #pin FormulaPin @@ -22372,7 +22380,7 @@

    Method List

  • -
  • +
  • pin_args Homebrew @@ -22380,7 +22388,7 @@

    Method List

  • -
  • +
  • #pin_at FormulaPin @@ -22388,7 +22396,7 @@

    Method List

  • -
  • +
  • #pinnable? FormulaPin @@ -22396,7 +22404,7 @@

    Method List

  • -
  • +
  • #pinned? Migrator @@ -22404,7 +22412,7 @@

    Method List

  • -
  • +
  • #pinned? FormulaPin @@ -22412,7 +22420,7 @@

    Method List

  • -
  • +
  • #pinned_version FormulaPin @@ -22420,7 +22428,7 @@

    Method List

  • -
  • +
  • #pip_install Language::Python::Virtualenv::Virtualenv @@ -22428,7 +22436,7 @@

    Method List

  • -
  • +
  • #pip_install_and_link Language::Python::Virtualenv::Virtualenv @@ -22436,7 +22444,7 @@

    Method List

  • -
  • +
  • pip_report PyPI @@ -22444,7 +22452,7 @@

    Method List

  • -
  • +
  • pip_report_to_packages PyPI @@ -22452,7 +22460,7 @@

    Method List

  • -
  • +
  • #pipe_output Homebrew::Assertions @@ -22460,7 +22468,7 @@

    Method List

  • -
  • +
  • #pkg_version Formula @@ -22468,7 +22476,7 @@

    Method List

  • -
  • +
  • #pkg_version FormulaInfo @@ -22476,7 +22484,7 @@

    Method List

  • -
  • +
  • #pkgetc Formula @@ -22484,7 +22492,7 @@

    Method List

  • -
  • +
  • #pkgs Homebrew::UnversionedCaskChecker @@ -22492,7 +22500,7 @@

    Method List

  • -
  • +
  • #pkgshare Formula @@ -22500,7 +22508,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_all Cask::Pkg @@ -22508,7 +22516,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_dirs Cask::Pkg @@ -22516,7 +22524,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_files Cask::Pkg @@ -22524,7 +22532,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_specials Cask::Pkg @@ -22532,7 +22540,7 @@

    Method List

  • -
  • +
  • pkgutil_info OS::Mac @@ -22540,7 +22548,7 @@

    Method List

  • -
  • +
  • #platform GitHubRunner @@ -22548,7 +22556,7 @@

    Method List

  • -
  • +
  • #plc Homebrew::Manpages::Variables @@ -22556,7 +22564,7 @@

    Method List

  • -
  • +
  • #please_create_pull_requests Homebrew::Diagnostic::Checks @@ -22564,7 +22572,7 @@

    Method List

  • -
  • +
  • #plist Formula @@ -22572,7 +22580,7 @@

    Method List

  • -
  • +
  • #plist SystemCommand::Result @@ -22580,7 +22588,7 @@

    Method List

  • -
  • +
  • #plist_installed? Keg @@ -22588,7 +22596,7 @@

    Method List

  • -
  • +
  • #plist_name Formula @@ -22596,7 +22604,7 @@

    Method List

  • -
  • +
  • #plist_name Homebrew::Service @@ -22604,7 +22612,7 @@

    Method List

  • -
  • +
  • pluralize Utils @@ -22612,7 +22620,7 @@

    Method List

  • -
  • +
  • popen Utils @@ -22620,7 +22628,7 @@

    Method List

  • -
  • +
  • popen_read Utils @@ -22628,7 +22636,7 @@

    Method List

  • -
  • +
  • popen_write Utils @@ -22636,7 +22644,7 @@

    Method List

  • -
  • +
  • #populate_from_api! Cask::Cask @@ -22644,7 +22652,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! DescriptionCacheStore @@ -22652,7 +22660,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! CaskDescriptionCacheStore @@ -22660,7 +22668,7 @@

    Method List

  • -
  • +
  • #possible_tap_newname_formulae TapFormulaWithOldnameAmbiguityError @@ -22668,7 +22676,7 @@

    Method List

  • -
  • +
  • #post_install Formula @@ -22676,7 +22684,7 @@

    Method List

  • -
  • +
  • #post_install FormulaInstaller @@ -22684,7 +22692,7 @@

    Method List

  • -
  • +
  • #post_install_formula_path FormulaInstaller @@ -22692,7 +22700,7 @@

    Method List

  • -
  • +
  • #post_uninstall_phase Cask::Artifact::Uninstall @@ -22700,7 +22708,7 @@

    Method List

  • -
  • +
  • postgresql_upgrade_database Homebrew @@ -22708,7 +22716,7 @@

    Method List

  • -
  • +
  • postgresql_upgrade_database_args Homebrew @@ -22716,7 +22724,7 @@

    Method List

  • -
  • +
  • postinstall Homebrew @@ -22724,7 +22732,7 @@

    Method List

  • -
  • +
  • postinstall_args Homebrew @@ -22732,7 +22740,7 @@

    Method List

  • -
  • +
  • #potential_formula_dirs Tap @@ -22740,7 +22748,7 @@

    Method List

  • -
  • +
  • #pour FormulaInstaller @@ -22748,7 +22756,7 @@

    Method List

  • -
  • +
  • #pour_bottle? Formula @@ -22756,7 +22764,7 @@

    Method List

  • -
  • +
  • pour_bottle? Formula @@ -22764,7 +22772,7 @@

    Method List

  • -
  • +
  • #pour_bottle? FormulaInstaller @@ -22772,7 +22780,7 @@

    Method List

  • -
  • +
  • #poured_from_bottle Tab @@ -22780,7 +22788,7 @@

    Method List

  • -
  • +
  • ppc32? Hardware::CPU @@ -22788,7 +22796,7 @@

    Method List

  • -
  • +
  • ppc64? Hardware::CPU @@ -22796,7 +22804,7 @@

    Method List

  • -
  • +
  • #ppc64? MachOShim @@ -22804,7 +22812,7 @@

    Method List

  • -
  • +
  • ppc64le? Hardware::CPU @@ -22812,7 +22820,7 @@

    Method List

  • -
  • +
  • #ppc7400? MachOShim @@ -22820,7 +22828,7 @@

    Method List

  • -
  • +
  • ppc? Hardware::CPU @@ -22828,7 +22836,7 @@

    Method List

  • -
  • +
  • pr_automerge Homebrew @@ -22836,7 +22844,7 @@

    Method List

  • -
  • +
  • pr_automerge_args Homebrew @@ -22844,7 +22852,7 @@

    Method List

  • -
  • +
  • pr_check_conflicts Homebrew @@ -22852,7 +22860,7 @@

    Method List

  • -
  • +
  • pr_publish Homebrew @@ -22860,7 +22868,7 @@

    Method List

  • -
  • +
  • pr_publish_args Homebrew @@ -22868,7 +22876,7 @@

    Method List

  • -
  • +
  • pr_pull Homebrew @@ -22876,7 +22884,7 @@

    Method List

  • -
  • +
  • pr_pull_args Homebrew @@ -22884,7 +22892,7 @@

    Method List

  • -
  • +
  • pr_upload Homebrew @@ -22892,7 +22900,7 @@

    Method List

  • -
  • +
  • pr_upload_args Homebrew @@ -22900,7 +22908,7 @@

    Method List

  • -
  • +
  • preferred Utils::Shell @@ -22908,7 +22916,7 @@

    Method List

  • -
  • +
  • preferred_gcc CompilerSelector @@ -22916,7 +22924,7 @@

    Method List

  • -
  • +
  • #preferred_header_str RuboCop::Cask::AST::CaskHeader @@ -22924,7 +22932,7 @@

    Method List

  • -
  • +
  • preferred_path Utils::Shell @@ -22932,7 +22940,7 @@

    Method List

  • -
  • +
  • preferred_perl_version OS::Mac @@ -22940,7 +22948,7 @@

    Method List

  • -
  • +
  • #prefix Formula @@ -22948,7 +22956,7 @@

    Method List

  • -
  • +
  • prefix OS::Mac::Xcode @@ -22956,7 +22964,7 @@

    Method List

  • -
  • +
  • #prefix_linked? Formula @@ -22964,7 +22972,7 @@

    Method List

  • -
  • +
  • #prelude FormulaInstaller @@ -22972,7 +22980,7 @@

    Method List

  • -
  • +
  • #prepare_codesign_writable_files Keg @@ -22980,7 +22988,7 @@

    Method List

  • -
  • +
  • #prepare_debug_symbols Keg @@ -22988,7 +22996,7 @@

    Method List

  • -
  • +
  • #prepare_patches Resource @@ -22996,7 +23004,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_locations Keg @@ -23004,7 +23012,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_placeholders Keg @@ -23012,7 +23020,7 @@

    Method List

  • -
  • +
  • #prepend PATH @@ -23020,7 +23028,7 @@

    Method List

  • -
  • +
  • #prepend SharedEnvExtension @@ -23028,7 +23036,7 @@

    Method List

  • -
  • +
  • #prepend_create_path SharedEnvExtension @@ -23036,7 +23044,7 @@

    Method List

  • -
  • +
  • #prepend_path SharedEnvExtension @@ -23044,7 +23052,7 @@

    Method List

  • -
  • +
  • prepend_path_in_profile Utils::Shell @@ -23052,7 +23060,7 @@

    Method List

  • -
  • +
  • preprocess_url Homebrew::Livecheck @@ -23060,7 +23068,7 @@

    Method List

  • -
  • +
  • #prerelease? MacOSVersion @@ -23068,7 +23076,7 @@

    Method List

  • -
  • +
  • #presence Object @@ -23076,7 +23084,7 @@

    Method List

  • -
  • +
  • #present? Object @@ -23084,7 +23092,7 @@

    Method List

  • -
  • +
  • #present? NilClass @@ -23092,7 +23100,7 @@

    Method List

  • -
  • +
  • #present? FalseClass @@ -23100,7 +23108,7 @@

    Method List

  • -
  • +
  • #present? TrueClass @@ -23108,7 +23116,7 @@

    Method List

  • -
  • +
  • #present? Array @@ -23116,7 +23124,7 @@

    Method List

  • -
  • +
  • #present? Hash @@ -23124,7 +23132,7 @@

    Method List

  • -
  • +
  • #present? Symbol @@ -23132,7 +23140,7 @@

    Method List

  • -
  • +
  • #present? String @@ -23140,7 +23148,7 @@

    Method List

  • -
  • +
  • #present? Numeric @@ -23148,7 +23156,7 @@

    Method List

  • -
  • +
  • #present? Time @@ -23156,7 +23164,7 @@

    Method List

  • -
  • +
  • #pretty_duration Kernel @@ -23164,7 +23172,7 @@

    Method List

  • -
  • +
  • #pretty_installed Kernel @@ -23172,7 +23180,7 @@

    Method List

  • -
  • +
  • #pretty_name MacOSVersion @@ -23180,7 +23188,7 @@

    Method List

  • -
  • +
  • #pretty_outdated Kernel @@ -23188,7 +23196,7 @@

    Method List

  • -
  • +
  • #pretty_ratelimit_reset GitHub::API::RateLimitExceededError @@ -23196,7 +23204,7 @@

    Method List

  • -
  • +
  • #pretty_uninstalled Kernel @@ -23204,7 +23212,7 @@

    Method List

  • -
  • +
  • #previously_fetched_formula FormulaInstaller @@ -23212,7 +23220,7 @@

    Method List

  • -
  • +
  • #primary_container Cask::Installer @@ -23220,7 +23228,7 @@

    Method List

  • -
  • +
  • #print Descriptions @@ -23228,7 +23236,7 @@

    Method List

  • -
  • +
  • print_analytics Homebrew @@ -23236,7 +23244,7 @@

    Method List

  • -
  • +
  • print_backtrace_message Utils::Backtrace @@ -23244,7 +23252,7 @@

    Method List

  • -
  • +
  • print_cask_cache Homebrew @@ -23252,7 +23260,7 @@

    Method List

  • -
  • +
  • #print_dir PrettyListing @@ -23260,7 +23268,7 @@

    Method List

  • -
  • +
  • print_dry_run_dependencies Homebrew::Install @@ -23268,7 +23276,7 @@

    Method List

  • -
  • +
  • print_formula_cache Homebrew @@ -23276,7 +23284,7 @@

    Method List

  • -
  • +
  • print_info Homebrew @@ -23284,7 +23292,7 @@

    Method List

  • -
  • +
  • print_json Homebrew @@ -23292,7 +23300,7 @@

    Method List

  • -
  • +
  • print_latest_version Homebrew::Livecheck @@ -23300,7 +23308,7 @@

    Method List

  • -
  • +
  • print_missing_formula_help Homebrew @@ -23308,7 +23316,7 @@

    Method List

  • -
  • +
  • print_outdated Homebrew @@ -23316,7 +23324,7 @@

    Method List

  • -
  • +
  • print_problems Homebrew @@ -23324,7 +23332,7 @@

    Method List

  • -
  • +
  • print_pull_requests_matching GitHub @@ -23332,7 +23340,7 @@

    Method List

  • -
  • +
  • print_regex_help Homebrew @@ -23340,7 +23348,7 @@

    Method List

  • -
  • +
  • #print_remaining_files PrettyListing @@ -23348,7 +23356,7 @@

    Method List

  • -
  • +
  • print_resources_info Homebrew::Livecheck @@ -23356,7 +23364,7 @@

    Method List

  • -
  • +
  • print_results Homebrew @@ -23364,7 +23372,7 @@

    Method List

  • -
  • +
  • print_skip_information Homebrew::Livecheck::SkipConditions @@ -23372,7 +23380,7 @@

    Method List

  • -
  • +
  • print_statistics Homebrew @@ -23380,7 +23388,7 @@

    Method List

  • -
  • +
  • print_tap_info Homebrew @@ -23388,7 +23396,7 @@

    Method List

  • -
  • +
  • print_tap_json Homebrew @@ -23396,7 +23404,7 @@

    Method List

  • -
  • +
  • print_upgrade_message Homebrew::Upgrade @@ -23404,7 +23412,7 @@

    Method List

  • -
  • +
  • #private? Tap @@ -23412,7 +23420,7 @@

    Method List

  • -
  • +
  • private_repo? GitHub @@ -23420,7 +23428,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::TapAuditor @@ -23428,7 +23436,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::ResourceAuditor @@ -23436,7 +23444,7 @@

    Method List

  • -
  • +
  • #problem RuboCop::Cop::HelperFunctions @@ -23444,7 +23452,7 @@

    Method List

  • -
  • +
  • #problem_if_output Homebrew::FormulaAuditor @@ -23452,7 +23460,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaInstaller @@ -23460,7 +23468,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaCellarChecks @@ -23468,7 +23476,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::TapAuditor @@ -23476,7 +23484,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::FormulaAuditor @@ -23484,7 +23492,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::ResourceAuditor @@ -23492,7 +23500,7 @@

    Method List

  • -
  • +
  • process_source Utils::AST @@ -23500,7 +23508,7 @@

    Method List

  • -
  • +
  • process_spec Version::RegexParser @@ -23508,7 +23516,7 @@

    Method List

  • -
  • +
  • process_spec Version::UrlParser @@ -23516,7 +23524,7 @@

    Method List

  • -
  • +
  • process_spec Version::StemParser @@ -23524,7 +23532,7 @@

    Method List

  • -
  • +
  • #process_type Homebrew::Service @@ -23532,7 +23540,7 @@

    Method List

  • -
  • +
  • #processed_options Homebrew::CLI::Parser @@ -23540,7 +23548,7 @@

    Method List

  • -
  • +
  • prof Homebrew @@ -23548,7 +23556,7 @@

    Method List

  • -
  • +
  • prof_args Homebrew @@ -23556,7 +23564,7 @@

    Method List

  • -
  • +
  • profile Utils::Shell @@ -23564,7 +23572,7 @@

    Method List

  • -
  • +
  • #prompt Debrew::Menu @@ -23572,7 +23580,7 @@

    Method List

  • -
  • +
  • propagate Cask::Quarantine @@ -23580,7 +23588,7 @@

    Method List

  • -
  • +
  • #provided_by_macos? KegOnlyReason @@ -23588,7 +23596,7 @@

    Method List

  • -
  • +
  • provides_sdk? OS::Mac::CLT @@ -23596,7 +23604,7 @@

    Method List

  • -
  • +
  • prune Dependency @@ -23604,7 +23612,7 @@

    Method List

  • -
  • +
  • prune Requirement @@ -23612,7 +23620,7 @@

    Method List

  • -
  • +
  • prune? Homebrew::Cleanup @@ -23620,7 +23628,7 @@

    Method List

  • -
  • +
  • prune? Requirement @@ -23628,7 +23636,7 @@

    Method List

  • -
  • +
  • #prune_from_option? Dependable @@ -23636,7 +23644,7 @@

    Method List

  • -
  • +
  • #prune_if_build_and_not_dependent? Dependable @@ -23644,7 +23652,7 @@

    Method List

  • -
  • +
  • #prune_prefix_symlinks_and_directories Homebrew::Cleanup @@ -23652,7 +23660,7 @@

    Method List

  • -
  • +
  • #pub_date Homebrew::Livecheck::Strategy::Sparkle::Item @@ -23660,7 +23668,7 @@

    Method List

  • -
  • +
  • public_member_usernames GitHub @@ -23668,7 +23676,7 @@

    Method List

  • -
  • +
  • pull_request_commits GitHub @@ -23676,7 +23684,7 @@

    Method List

  • -
  • +
  • pull_request_labels GitHub @@ -23684,7 +23692,7 @@

    Method List

  • -
  • +
  • pull_request_title_regex GitHub @@ -23692,7 +23700,7 @@

    Method List

  • -
  • +
  • pull_requests GitHub @@ -23700,7 +23708,7 @@

    Method List

  • -
  • +
  • #purge_backed_up_versioned_files Cask::Installer @@ -23708,7 +23716,7 @@

    Method List

  • -
  • +
  • #purge_caskroom_path Cask::Installer @@ -23716,7 +23724,7 @@

    Method List

  • -
  • +
  • #purge_versioned_files Cask::Installer @@ -23724,7 +23732,7 @@

    Method List

  • -
  • +
  • #puts Cask::DSL::Caveats @@ -23732,7 +23740,7 @@

    Method List

  • -
  • +
  • puts_deps Homebrew @@ -23740,7 +23748,7 @@

    Method List

  • -
  • +
  • puts_deps_tree Homebrew @@ -23748,7 +23756,7 @@

    Method List

  • -
  • +
  • puts_keg_only_path_message Homebrew @@ -23756,7 +23764,7 @@

    Method List

  • -
  • +
  • puts_no_install_cleanup_disable_message Homebrew::Cleanup @@ -23764,7 +23772,7 @@

    Method List

  • -
  • +
  • puts_no_install_cleanup_disable_message_if_not_already! Homebrew::Cleanup @@ -23772,7 +23780,7 @@

    Method List

  • -
  • +
  • puts_no_installed_dependents_check_disable_message_if_not_already! Homebrew::Upgrade @@ -23780,7 +23788,7 @@

    Method List

  • -
  • +
  • puts_options Homebrew @@ -23788,7 +23796,7 @@

    Method List

  • -
  • +
  • pyenv_sync Homebrew @@ -23796,7 +23804,7 @@

    Method List

  • -
  • +
  • pyenv_sync_args Homebrew @@ -23804,7 +23812,7 @@

    Method List

  • -
  • +
  • #pypi_formula_mappings Tap @@ -23812,7 +23820,7 @@

    Method List

  • -
  • +
  • #pypi_info PyPI::Package @@ -23820,7 +23828,7 @@

    Method List

  • -
  • +
  • #python_names Language::Python::Virtualenv @@ -23828,7 +23836,7 @@

    Method List

  • -
  • +
  • #python_pth_files_installed? Keg @@ -23836,7 +23844,7 @@

    Method List

  • -
  • +
  • #python_site_packages_installed? Keg @@ -23844,7 +23852,7 @@

    Method List

  • -
  • +
  • #qlplugins Homebrew::UnversionedCaskChecker @@ -23852,7 +23860,7 @@

    Method List

  • -
  • +
  • query_api Repology @@ -23860,7 +23868,7 @@

    Method List

  • -
  • +
  • query_regexp Homebrew::Search @@ -23868,7 +23876,7 @@

    Method List

  • -
  • +
  • #quiet! Mktemp @@ -23876,7 +23884,7 @@

    Method List

  • -
  • +
  • #quiet! AbstractDownloadStrategy @@ -23884,7 +23892,7 @@

    Method List

  • -
  • +
  • #quiet? Context::ContextStruct @@ -23892,7 +23900,7 @@

    Method List

  • -
  • +
  • #quiet? Context @@ -23900,7 +23908,7 @@

    Method List

  • -
  • +
  • #quiet? AbstractDownloadStrategy @@ -23908,7 +23916,7 @@

    Method List

  • -
  • +
  • #quiet_system Kernel @@ -23916,7 +23924,7 @@

    Method List

  • -
  • +
  • #quote_dep Homebrew::FormulaAuditor @@ -23924,7 +23932,7 @@

    Method List

  • -
  • +
  • #rack Keg @@ -23932,7 +23940,7 @@

    Method List

  • -
  • +
  • raise_deprecation_exceptions? Homebrew @@ -23940,7 +23948,7 @@

    Method List

  • -
  • +
  • raise_error GitHub::API @@ -23948,7 +23956,7 @@

    Method List

  • -
  • +
  • raise_with_message! Homebrew @@ -23956,7 +23964,7 @@

    Method List

  • -
  • +
  • #raw_version Cask::DSL::Version @@ -23964,7 +23972,7 @@

    Method List

  • -
  • +
  • rbenv_sync Homebrew @@ -23972,7 +23980,7 @@

    Method List

  • -
  • +
  • rbenv_sync_args Homebrew @@ -23980,7 +23988,7 @@

    Method List

  • -
  • +
  • read Homebrew::Settings @@ -23988,7 +23996,7 @@

    Method List

  • -
  • +
  • read_script_arguments Cask::Artifact::AbstractArtifact @@ -23996,7 +24004,7 @@

    Method List

  • -
  • +
  • #read_uint16 ELFShim @@ -24004,7 +24012,7 @@

    Method List

  • -
  • +
  • #read_uint8 ELFShim @@ -24012,7 +24020,7 @@

    Method List

  • -
  • +
  • readall Homebrew @@ -24020,7 +24028,7 @@

    Method List

  • -
  • +
  • readall_args Homebrew @@ -24028,7 +24036,7 @@

    Method List

  • -
  • +
  • #readline_nonblock IO @@ -24036,7 +24044,7 @@

    Method List

  • -
  • +
  • reads_brewed_pth_files? Language::Python @@ -24044,7 +24052,7 @@

    Method List

  • -
  • +
  • #reason UsageError @@ -24052,7 +24060,7 @@

    Method List

  • -
  • +
  • reason Cask::Denylist @@ -24060,7 +24068,7 @@

    Method List

  • -
  • +
  • #reason PourBottleCheck @@ -24068,7 +24076,7 @@

    Method List

  • -
  • +
  • #reason Cask::AbstractCaskErrorWithToken @@ -24076,7 +24084,7 @@

    Method List

  • -
  • +
  • #reason Cask::CaskQuarantineError @@ -24084,7 +24092,7 @@

    Method List

  • -
  • +
  • #reason FormulaConflict @@ -24092,7 +24100,7 @@

    Method List

  • -
  • +
  • #reason KegOnlyReason @@ -24100,7 +24108,7 @@

    Method List

  • -
  • +
  • reason Homebrew::MissingFormula @@ -24108,7 +24116,7 @@

    Method List

  • -
  • +
  • #rebuild Bottle::Filename @@ -24116,7 +24124,7 @@

    Method List

  • -
  • +
  • #rebuild Bottle @@ -24124,7 +24132,7 @@

    Method List

  • -
  • +
  • rebuild_commands_completion_list Commands @@ -24132,7 +24140,7 @@

    Method List

  • -
  • +
  • rebuild_internal_commands_completion_list Commands @@ -24140,7 +24148,7 @@

    Method List

  • -
  • +
  • receipt_path Utils::Bottles @@ -24148,7 +24156,7 @@

    Method List

  • -
  • +
  • #recommended Dependencies @@ -24156,7 +24164,7 @@

    Method List

  • -
  • +
  • #recommended? Dependable @@ -24164,7 +24172,7 @@

    Method List

  • -
  • +
  • #record_caveats Messages @@ -24172,7 +24180,7 @@

    Method List

  • -
  • +
  • #record_log Sandbox @@ -24180,7 +24188,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies SoftwareSpec @@ -24188,7 +24196,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies CaskDependent @@ -24196,7 +24204,7 @@

    Method List

  • -
  • +
  • recursive_deps_tree Homebrew @@ -24204,7 +24212,7 @@

    Method List

  • -
  • +
  • #recursive_fgrep_args Keg @@ -24212,7 +24220,7 @@

    Method List

  • -
  • +
  • #recursive_includes DependenciesHelpers @@ -24220,7 +24228,7 @@

    Method List

  • -
  • +
  • #recursive_requirements SoftwareSpec @@ -24228,7 +24236,7 @@

    Method List

  • -
  • +
  • #recursive_requirements CaskDependent @@ -24236,7 +24244,7 @@

    Method List

  • -
  • +
  • #redact_secrets Kernel @@ -24244,7 +24252,7 @@

    Method List

  • -
  • +
  • #redirect_stdout Kernel @@ -24252,7 +24260,7 @@

    Method List

  • -
  • +
  • referenced_skip_information Homebrew::Livecheck::SkipConditions @@ -24260,7 +24268,7 @@

    Method List

  • -
  • +
  • #referer Cask::URL::DSL @@ -24268,7 +24276,7 @@

    Method List

  • -
  • +
  • #refresh Cask::Cask @@ -24276,7 +24284,7 @@

    Method List

  • -
  • +
  • regenerate_man_pages Homebrew::Manpages @@ -24284,7 +24292,7 @@

    Method List

  • -
  • +
  • #regex Livecheck @@ -24292,7 +24300,7 @@

    Method List

  • -
  • +
  • #regex Utils::Shebang::RewriteInfo @@ -24300,7 +24308,7 @@

    Method List

  • -
  • +
  • #regex_match_group RuboCop::Cop::HelperFunctions @@ -24308,7 +24316,7 @@

    Method List

  • -
  • +
  • #region Locale @@ -24316,7 +24324,7 @@

    Method List

  • -
  • +
  • reinstall Homebrew @@ -24324,7 +24332,7 @@

    Method List

  • -
  • +
  • reinstall_args Homebrew @@ -24332,7 +24340,7 @@

    Method List

  • -
  • +
  • reinstall_casks Cask::Reinstall @@ -24340,7 +24348,7 @@

    Method List

  • -
  • +
  • reinstall_formula Homebrew @@ -24348,7 +24356,7 @@

    Method List

  • -
  • +
  • #reject PATH @@ -24356,7 +24364,7 @@

    Method List

  • -
  • +
  • #relative_cask_path Tap @@ -24364,7 +24372,7 @@

    Method List

  • -
  • +
  • release Homebrew @@ -24372,7 +24380,7 @@

    Method List

  • -
  • +
  • release! Cask::Quarantine @@ -24380,7 +24388,7 @@

    Method List

  • -
  • +
  • release_args Homebrew @@ -24388,7 +24396,7 @@

    Method List

  • -
  • +
  • #release_notes_link Homebrew::Livecheck::Strategy::Sparkle::Item @@ -24396,7 +24404,7 @@

    Method List

  • -
  • +
  • #relevant? GitHub::Actions::Annotation @@ -24404,7 +24412,7 @@

    Method List

  • -
  • +
  • #relocate_build_prefix Keg @@ -24412,7 +24420,7 @@

    Method List

  • -
  • +
  • #relocate_dynamic_linkage Keg @@ -24420,7 +24428,7 @@

    Method List

  • -
  • +
  • #relocated_name_for Keg @@ -24428,7 +24436,7 @@

    Method List

  • -
  • +
  • remap_deprecated_options Tab @@ -24436,7 +24444,7 @@

    Method List

  • -
  • +
  • #remote Tap @@ -24444,7 +24452,7 @@

    Method List

  • -
  • +
  • #remote CoreTap @@ -24452,7 +24460,7 @@

    Method List

  • -
  • +
  • remote_exists? Utils::Git @@ -24460,7 +24468,7 @@

    Method List

  • -
  • +
  • remote_exists? Utils::Svn @@ -24468,7 +24476,7 @@

    Method List

  • -
  • +
  • #remote_repo Tap @@ -24476,7 +24484,7 @@

    Method List

  • -
  • +
  • #remove SharedEnvExtension @@ -24484,7 +24492,7 @@

    Method List

  • -
  • +
  • #remove_cc_etc SharedEnvExtension @@ -24492,7 +24500,7 @@

    Method List

  • -
  • +
  • #remove_config_file Cask::Installer @@ -24500,7 +24508,7 @@

    Method List

  • -
  • +
  • #remove_conflicts Migrator @@ -24508,7 +24516,7 @@

    Method List

  • -
  • +
  • #remove_download_sha Cask::Installer @@ -24516,7 +24524,7 @@

    Method List

  • -
  • +
  • #remove_from_cflags SharedEnvExtension @@ -24524,7 +24532,7 @@

    Method List

  • -
  • +
  • #remove_linked_keg_record Keg @@ -24532,7 +24540,7 @@

    Method List

  • -
  • +
  • #remove_macosxsdk Stdenv @@ -24540,7 +24548,7 @@

    Method List

  • -
  • +
  • #remove_make_var! StringInreplaceExtension @@ -24548,7 +24556,7 @@

    Method List

  • -
  • +
  • #remove_old_aliases Keg @@ -24556,7 +24564,7 @@

    Method List

  • -
  • +
  • #remove_oldname_opt_records Keg @@ -24564,7 +24572,7 @@

    Method List

  • -
  • +
  • #remove_opt_record Keg @@ -24572,7 +24580,7 @@

    Method List

  • -
  • +
  • #remove_stanza Utils::AST::FormulaAST @@ -24580,7 +24588,7 @@

    Method List

  • -
  • +
  • #rename_branch GitRepository @@ -24588,7 +24596,7 @@

    Method List

  • -
  • +
  • #reorder_components RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -24596,7 +24604,7 @@

    Method List

  • -
  • +
  • #repin Migrator @@ -24604,7 +24612,7 @@

    Method List

  • -
  • +
  • #replace_bottle_block Utils::AST::FormulaAST @@ -24612,7 +24620,7 @@

    Method List

  • -
  • +
  • replace_caskfile_token Cask::Migrator @@ -24620,7 +24628,7 @@

    Method List

  • -
  • +
  • #replace_locations_with_placeholders Keg @@ -24628,7 +24636,7 @@

    Method List

  • -
  • +
  • replace_placeholders Homebrew::Service @@ -24636,7 +24644,7 @@

    Method List

  • -
  • +
  • #replace_placeholders_with_locations Keg @@ -24644,7 +24652,7 @@

    Method List

  • -
  • +
  • #replace_stanza Utils::AST::FormulaAST @@ -24652,7 +24660,7 @@

    Method List

  • -
  • +
  • #replace_text Keg::Relocation @@ -24660,7 +24668,7 @@

    Method List

  • -
  • +
  • #replace_text_in_files Keg @@ -24668,7 +24676,7 @@

    Method List

  • -
  • +
  • replace_version_and_checksum Homebrew @@ -24676,7 +24684,7 @@

    Method List

  • -
  • +
  • #replacement Utils::Shebang::RewriteInfo @@ -24684,7 +24692,7 @@

    Method List

  • -
  • +
  • #replacement_pair_for Keg::Relocation @@ -24692,7 +24700,7 @@

    Method List

  • -
  • +
  • #repo Tap @@ -24700,7 +24708,7 @@

    Method List

  • -
  • +
  • #repo TapFormulaUnavailableError @@ -24708,7 +24716,7 @@

    Method List

  • -
  • +
  • repo_commits_for_user GitHub @@ -24716,7 +24724,7 @@

    Method List

  • -
  • +
  • repo_info Cask::Info @@ -24724,7 +24732,7 @@

    Method List

  • -
  • +
  • #repo_valid? FossilDownloadStrategy @@ -24732,7 +24740,7 @@

    Method List

  • -
  • +
  • #repo_var Tap @@ -24740,7 +24748,7 @@

    Method List

  • -
  • +
  • repo_without_prefix GitHubPackages @@ -24748,7 +24756,7 @@

    Method List

  • -
  • +
  • #repology_latest Homebrew::VersionBumpInfo @@ -24756,7 +24764,7 @@

    Method List

  • -
  • +
  • #report Reporter @@ -24764,7 +24772,7 @@

    Method List

  • -
  • +
  • report_build_error Utils::Analytics @@ -24772,7 +24780,7 @@

    Method List

  • -
  • +
  • report_event Utils::Analytics @@ -24780,7 +24788,7 @@

    Method List

  • -
  • +
  • report_influx Utils::Analytics @@ -24788,7 +24796,7 @@

    Method List

  • -
  • +
  • report_influx_error Utils::Analytics @@ -24796,7 +24804,7 @@

    Method List

  • -
  • +
  • report_influx_event Utils::Analytics @@ -24804,7 +24812,7 @@

    Method List

  • -
  • +
  • #reporters ReporterHub @@ -24812,7 +24820,7 @@

    Method List

  • -
  • +
  • repository GitHub @@ -24820,7 +24828,7 @@

    Method List

  • -
  • +
  • #repository BottleSpecification @@ -24828,7 +24836,7 @@

    Method List

  • -
  • +
  • reproducible_gnutar_args Homebrew @@ -24836,7 +24844,7 @@

    Method List

  • -
  • +
  • #reqs Build @@ -24844,7 +24852,7 @@

    Method List

  • -
  • +
  • #reqs Homebrew::Uninstall::DependentsMessage @@ -24852,7 +24860,7 @@

    Method List

  • -
  • +
  • #require? Kernel @@ -24860,7 +24868,7 @@

    Method List

  • -
  • +
  • #require_relocation? Keg @@ -24868,7 +24876,7 @@

    Method List

  • -
  • +
  • #require_root Homebrew::Service @@ -24876,7 +24884,7 @@

    Method List

  • -
  • +
  • #required Dependencies @@ -24884,7 +24892,7 @@

    Method List

  • -
  • +
  • #required? Dependable @@ -24892,7 +24900,7 @@

    Method List

  • -
  • +
  • #requirements SoftwareSpec @@ -24900,7 +24908,7 @@

    Method List

  • -
  • +
  • #requirements CaskDependent @@ -24908,7 +24916,7 @@

    Method List

  • -
  • +
  • #requirements DependencyCollector @@ -24916,7 +24924,7 @@

    Method List

  • -
  • +
  • #requires_nehalem_cpu? MacOSVersion @@ -24924,7 +24932,7 @@

    Method List

  • -
  • +
  • #requires_root? Homebrew::Service @@ -24932,7 +24940,7 @@

    Method List

  • -
  • +
  • #reset Superenv @@ -24940,7 +24948,7 @@

    Method List

  • -
  • +
  • reset_escape_sequence! Tty @@ -24948,7 +24956,7 @@

    Method List

  • -
  • +
  • resolve Formulary @@ -24956,7 +24964,7 @@

    Method List

  • -
  • +
  • resolve_formula_names Utils::Bottles @@ -24964,7 +24972,7 @@

    Method List

  • -
  • +
  • resolve_livecheck_reference Homebrew::Livecheck @@ -24972,7 +24980,7 @@

    Method List

  • -
  • +
  • #resolve_rpath MachOShim @@ -24980,7 +24988,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Manpage @@ -24988,7 +24996,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Artifact @@ -24996,7 +25004,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Relocated @@ -25004,7 +25012,7 @@

    Method List

  • -
  • +
  • #resolve_variable_name MachOShim @@ -25012,7 +25020,7 @@

    Method List

  • -
  • +
  • resolve_version Utils::Bottles @@ -25020,7 +25028,7 @@

    Method List

  • -
  • +
  • #resolved_time_file_size CurlDownloadStrategy @@ -25028,7 +25036,7 @@

    Method List

  • -
  • +
  • #resource ExternalPatch @@ -25036,7 +25044,7 @@

    Method List

  • -
  • +
  • #resource Formula @@ -25044,7 +25052,7 @@

    Method List

  • -
  • +
  • resource Formula @@ -25052,7 +25060,7 @@

    Method List

  • -
  • +
  • #resource Resource::Partial @@ -25060,7 +25068,7 @@

    Method List

  • -
  • +
  • #resource ResourceStageContext @@ -25068,7 +25076,7 @@

    Method List

  • -
  • +
  • #resource SoftwareSpec @@ -25076,7 +25084,7 @@

    Method List

  • -
  • +
  • #resource Bottle @@ -25084,7 +25092,7 @@

    Method List

  • -
  • +
  • #resource_defined? SoftwareSpec @@ -25092,7 +25100,7 @@

    Method List

  • -
  • +
  • resource_version Homebrew::Livecheck @@ -25100,7 +25108,7 @@

    Method List

  • -
  • +
  • #resources Formula @@ -25108,7 +25116,7 @@

    Method List

  • -
  • +
  • #resources SoftwareSpec @@ -25116,7 +25124,7 @@

    Method List

  • -
  • +
  • #respond_to? Version @@ -25124,7 +25132,7 @@

    Method List

  • -
  • +
  • #respond_to_missing? Cask::DSL @@ -25132,7 +25140,7 @@

    Method List

  • -
  • +
  • #respond_to_missing? Cask::URL::BlockDSL @@ -25140,7 +25148,7 @@

    Method List

  • -
  • +
  • #restart_delay Homebrew::Service @@ -25148,7 +25156,7 @@

    Method List

  • -
  • +
  • restore_backup Homebrew @@ -25156,7 +25164,7 @@

    Method List

  • -
  • +
  • #restore_backup Cask::Installer @@ -25164,7 +25172,7 @@

    Method List

  • -
  • +
  • #result Cask::Audit @@ -25172,7 +25180,7 @@

    Method List

  • -
  • +
  • #retain! Mktemp @@ -25180,7 +25188,7 @@

    Method List

  • -
  • +
  • #retain? Mktemp @@ -25188,7 +25196,7 @@

    Method List

  • -
  • +
  • #retain_in_cache? Mktemp @@ -25196,7 +25204,7 @@

    Method List

  • -
  • +
  • retrieve_and_display_info_and_open_pr Homebrew @@ -25204,7 +25212,7 @@

    Method List

  • -
  • +
  • retrieve_pull_requests Homebrew @@ -25212,7 +25220,7 @@

    Method List

  • -
  • +
  • retrieve_versions_by_arch Homebrew @@ -25220,7 +25228,7 @@

    Method List

  • -
  • +
  • retry_fetch? Homebrew @@ -25228,7 +25236,7 @@

    Method List

  • -
  • +
  • retry_test? Homebrew @@ -25236,7 +25244,7 @@

    Method List

  • -
  • +
  • #rev Version::CompositeToken @@ -25244,7 +25252,7 @@

    Method List

  • -
  • +
  • #rev_list FormulaVersions @@ -25252,7 +25260,7 @@

    Method List

  • -
  • +
  • #reverse_line_number Homebrew::FormulaTextAuditor @@ -25260,7 +25268,7 @@

    Method List

  • -
  • +
  • #revert_upgrade Cask::Installer @@ -25268,7 +25276,7 @@

    Method List

  • -
  • +
  • #revision Formula @@ -25276,7 +25284,7 @@

    Method List

  • -
  • +
  • #revision Cask::URL::DSL @@ -25284,7 +25292,7 @@

    Method List

  • -
  • +
  • #revision PkgVersion @@ -25292,7 +25300,7 @@

    Method List

  • -
  • +
  • #revision FormulaInfo @@ -25300,7 +25308,7 @@

    Method List

  • -
  • +
  • #revisions Cask::URL::DSL @@ -25308,7 +25316,7 @@

    Method List

  • -
  • +
  • reword_package_commit Homebrew @@ -25316,7 +25324,7 @@

    Method List

  • -
  • +
  • rewrite_child_error Utils @@ -25324,7 +25332,7 @@

    Method List

  • -
  • +
  • rewrite_shebang Utils::Shebang @@ -25332,7 +25340,7 @@

    Method List

  • -
  • +
  • #rm_ds_store Homebrew::Cleanup @@ -25340,7 +25348,7 @@

    Method List

  • -
  • +
  • rm_pin Homebrew::Uninstall @@ -25348,7 +25356,7 @@

    Method List

  • -
  • +
  • #root Cask::Pkg @@ -25356,7 +25364,7 @@

    Method List

  • -
  • +
  • #root_dir Homebrew::Service @@ -25364,7 +25372,7 @@

    Method List

  • -
  • +
  • #root_url BottleSpecification @@ -25372,7 +25380,7 @@

    Method List

  • -
  • +
  • root_url GitHubPackages @@ -25380,7 +25388,7 @@

    Method List

  • -
  • +
  • root_url_if_match GitHubPackages @@ -25388,7 +25396,7 @@

    Method List

  • -
  • +
  • #root_url_specs BottleSpecification @@ -25396,7 +25404,7 @@

    Method List

  • -
  • +
  • #rpath Formula @@ -25404,7 +25412,7 @@

    Method List

  • -
  • +
  • #rpath ELFShim @@ -25412,7 +25420,7 @@

    Method List

  • -
  • +
  • #rpath_using_patchelf_rb ELFShim @@ -25420,7 +25428,7 @@

    Method List

  • -
  • +
  • #rpaths MachOShim @@ -25428,7 +25436,7 @@

    Method List

  • -
  • +
  • #rpaths ELFShim @@ -25436,7 +25444,7 @@

    Method List

  • -
  • +
  • #rpaths Pathname @@ -25444,7 +25452,7 @@

    Method List

  • -
  • +
  • ruby Homebrew @@ -25452,7 +25460,7 @@

    Method List

  • -
  • +
  • ruby_args Homebrew @@ -25460,7 +25468,7 @@

    Method List

  • -
  • +
  • ruby_bindir Homebrew @@ -25468,7 +25476,7 @@

    Method List

  • -
  • +
  • #ruby_source_checksum Cask::Cask @@ -25476,7 +25484,7 @@

    Method List

  • -
  • +
  • #ruby_source_path Cask::Cask @@ -25484,7 +25492,7 @@

    Method List

  • -
  • +
  • #run Mktemp @@ -25492,7 +25500,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Service @@ -25500,7 +25508,7 @@

    Method List

  • -
  • +
  • run SystemCommand @@ -25508,7 +25516,7 @@

    Method List

  • -
  • +
  • #run! Cask::Audit @@ -25516,7 +25524,7 @@

    Method List

  • -
  • +
  • run! SystemCommand @@ -25524,7 +25532,7 @@

    Method List

  • -
  • +
  • #run! SystemCommand @@ -25532,7 +25540,7 @@

    Method List

  • -
  • +
  • #run_at_load Homebrew::Service @@ -25540,7 +25548,7 @@

    Method List

  • -
  • +
  • run_audit Homebrew @@ -25548,7 +25556,7 @@

    Method List

  • -
  • +
  • run_buildpulse Homebrew @@ -25556,7 +25564,7 @@

    Method List

  • -
  • +
  • run_cask_audit Homebrew @@ -25564,7 +25572,7 @@

    Method List

  • -
  • +
  • run_cask_style Homebrew @@ -25572,7 +25580,7 @@

    Method List

  • -
  • +
  • run_checks Homebrew::Livecheck @@ -25580,7 +25588,7 @@

    Method List

  • -
  • +
  • run_rubocop Homebrew::Style @@ -25588,7 +25596,7 @@

    Method List

  • -
  • +
  • run_shellcheck Homebrew::Style @@ -25596,7 +25604,7 @@

    Method List

  • -
  • +
  • run_shfmt Homebrew::Style @@ -25604,7 +25612,7 @@

    Method List

  • -
  • +
  • #run_type Homebrew::Service @@ -25612,7 +25620,7 @@

    Method List

  • -
  • +
  • #runner LinuxRunnerSpec @@ -25620,7 +25628,7 @@

    Method List

  • -
  • +
  • #runner MacOSRunnerSpec @@ -25628,7 +25636,7 @@

    Method List

  • -
  • +
  • #runners GitHubRunnerMatrix @@ -25636,7 +25644,7 @@

    Method List

  • -
  • +
  • running? Utils::Service @@ -25644,7 +25652,7 @@

    Method List

  • -
  • +
  • running_as_root? Homebrew @@ -25652,7 +25660,7 @@

    Method List

  • -
  • +
  • running_as_root_but_not_owned_by_root? Homebrew @@ -25660,7 +25668,7 @@

    Method List

  • -
  • +
  • #runtime_cpu_detection Superenv @@ -25668,7 +25676,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies Keg @@ -25676,7 +25684,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies Tab @@ -25684,7 +25692,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies CaskDependent @@ -25692,7 +25700,7 @@

    Method List

  • -
  • +
  • runtime_deps_hash Tab @@ -25700,7 +25708,7 @@

    Method List

  • -
  • +
  • #runtime_installed_formula_dependents Formula @@ -25708,7 +25716,7 @@

    Method List

  • -
  • +
  • #runtime_requirements FormulaInstaller @@ -25716,7 +25724,7 @@

    Method List

  • -
  • +
  • rustflags_target_cpu Hardware @@ -25724,7 +25732,7 @@

    Method List

  • -
  • +
  • safe_fork Utils @@ -25732,7 +25740,7 @@

    Method List

  • -
  • +
  • safe_popen_read Utils @@ -25740,7 +25748,7 @@

    Method List

  • -
  • +
  • safe_popen_write Utils @@ -25748,7 +25756,7 @@

    Method List

  • -
  • +
  • #safe_system Kernel @@ -25756,7 +25764,7 @@

    Method List

  • -
  • +
  • #same_group? RuboCop::Cask::AST::Stanza @@ -25764,7 +25772,7 @@

    Method List

  • -
  • +
  • #same_package? PyPI::Package @@ -25772,7 +25780,7 @@

    Method List

  • -
  • +
  • #sanitized_argv_options FormulaInstaller @@ -25780,7 +25788,7 @@

    Method List

  • -
  • +
  • #satisfied? Dependency @@ -25788,7 +25796,7 @@

    Method List

  • -
  • +
  • #satisfied? Requirement @@ -25796,7 +25804,7 @@

    Method List

  • -
  • +
  • #satisfied_result_parent Requirement @@ -25804,7 +25812,7 @@

    Method List

  • -
  • +
  • satisfy Requirement @@ -25812,7 +25820,7 @@

    Method List

  • -
  • +
  • #satisfy PourBottleCheck @@ -25820,7 +25828,7 @@

    Method List

  • -
  • +
  • #satisfy_cask_and_formula_dependencies Cask::Installer @@ -25828,7 +25836,7 @@

    Method List

  • -
  • +
  • #save_caskfile Cask::Installer @@ -25836,7 +25844,7 @@

    Method List

  • -
  • +
  • #save_config_file Cask::Installer @@ -25844,7 +25852,7 @@

    Method List

  • -
  • +
  • #save_download_sha Cask::Installer @@ -25852,7 +25860,7 @@

    Method List

  • -
  • +
  • #save_using_patchelf_rb ELFShim @@ -25860,7 +25868,7 @@

    Method List

  • -
  • +
  • #sbin Formula @@ -25868,7 +25876,7 @@

    Method List

  • -
  • +
  • scan_repositories Homebrew @@ -25876,7 +25884,7 @@

    Method List

  • -
  • +
  • #screen_savers Homebrew::UnversionedCaskChecker @@ -25884,7 +25892,7 @@

    Method List

  • -
  • +
  • #script Locale @@ -25892,7 +25900,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac @@ -25900,7 +25908,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac::Xcode @@ -25908,7 +25916,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac::CLT @@ -25916,7 +25924,7 @@

    Method List

  • -
  • +
  • sdk_for_formula OS::Mac @@ -25924,7 +25932,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac @@ -25932,7 +25940,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac::Xcode @@ -25940,7 +25948,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac::CLT @@ -25948,7 +25956,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac @@ -25956,7 +25964,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac::Xcode @@ -25964,7 +25972,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac::CLT @@ -25972,7 +25980,7 @@

    Method List

  • -
  • +
  • sdk_path_if_needed OS::Mac @@ -25980,7 +25988,7 @@

    Method List

  • -
  • +
  • sdk_root_needed? OS::Mac @@ -25988,7 +25996,7 @@

    Method List

  • -
  • +
  • search Homebrew::Search @@ -25996,7 +26004,7 @@

    Method List

  • -
  • +
  • search Homebrew @@ -26004,7 +26012,7 @@

    Method List

  • -
  • +
  • search Descriptions @@ -26012,7 +26020,7 @@

    Method List

  • -
  • +
  • search GitHub @@ -26020,7 +26028,7 @@

    Method List

  • -
  • +
  • search_args Homebrew @@ -26028,7 +26036,7 @@

    Method List

  • -
  • +
  • search_casks Homebrew::Search @@ -26036,7 +26044,7 @@

    Method List

  • -
  • +
  • search_descriptions Homebrew::Search @@ -26044,7 +26052,7 @@

    Method List

  • -
  • +
  • search_formulae Homebrew::Search @@ -26052,7 +26060,7 @@

    Method List

  • -
  • +
  • search_issues GitHub @@ -26060,7 +26068,7 @@

    Method List

  • -
  • +
  • search_names Homebrew::Search @@ -26068,7 +26076,7 @@

    Method List

  • -
  • +
  • search_package_manager Homebrew @@ -26076,7 +26084,7 @@

    Method List

  • -
  • +
  • search_pull_requests Homebrew @@ -26084,7 +26092,7 @@

    Method List

  • -
  • +
  • search_query_string GitHub @@ -26092,7 +26100,7 @@

    Method List

  • -
  • +
  • search_regex Homebrew::Search @@ -26100,7 +26108,7 @@

    Method List

  • -
  • +
  • search_results_count GitHub @@ -26108,7 +26116,7 @@

    Method List

  • -
  • +
  • search_results_items GitHub @@ -26116,7 +26124,7 @@

    Method List

  • -
  • +
  • search_string Homebrew::Search @@ -26124,7 +26132,7 @@

    Method List

  • -
  • +
  • #section Cask::Artifact::Manpage @@ -26132,7 +26140,7 @@

    Method List

  • -
  • +
  • #select PATH @@ -26140,7 +26148,7 @@

    Method List

  • -
  • +
  • #select CacheStoreDatabase @@ -26148,7 +26156,7 @@

    Method List

  • -
  • +
  • #select DescriptionCacheStore @@ -26156,7 +26164,7 @@

    Method List

  • -
  • +
  • select_for CompilerSelector @@ -26164,7 +26172,7 @@

    Method List

  • -
  • +
  • #select_formula_or_cask ReporterHub @@ -26172,7 +26180,7 @@

    Method List

  • -
  • +
  • #select_includes DependenciesHelpers @@ -26180,7 +26188,7 @@

    Method List

  • -
  • +
  • select_outdated Homebrew @@ -26188,7 +26196,7 @@

    Method List

  • -
  • +
  • select_used_dependents Homebrew @@ -26196,7 +26204,7 @@

    Method List

  • -
  • +
  • #sensitive? EnvActivation @@ -26204,7 +26212,7 @@

    Method List

  • -
  • +
  • #sensitive_environment EnvActivation @@ -26212,7 +26220,7 @@

    Method List

  • -
  • +
  • separate_commit_message Homebrew @@ -26220,7 +26228,7 @@

    Method List

  • -
  • +
  • separate_header_package? OS::Mac::CLT @@ -26228,7 +26236,7 @@

    Method List

  • -
  • +
  • #serialize Homebrew::Service @@ -26236,7 +26244,7 @@

    Method List

  • -
  • +
  • #service Formula @@ -26244,7 +26252,7 @@

    Method List

  • -
  • +
  • service Formula @@ -26252,7 +26260,7 @@

    Method List

  • -
  • +
  • #service? Formula @@ -26260,7 +26268,7 @@

    Method List

  • -
  • +
  • service? Formula @@ -26268,7 +26276,7 @@

    Method List

  • -
  • +
  • #service_name Formula @@ -26276,7 +26284,7 @@

    Method List

  • -
  • +
  • #service_name Homebrew::Service @@ -26284,7 +26292,7 @@

    Method List

  • -
  • +
  • #set CacheStoreDatabase @@ -26292,7 +26300,7 @@

    Method List

  • -
  • +
  • #set_debug_symbols Superenv @@ -26300,7 +26308,7 @@

    Method List

  • -
  • +
  • #set_default_options Homebrew::CLI::Parser @@ -26308,7 +26316,7 @@

    Method List

  • -
  • +
  • #set_head_origin_auto GitRepository @@ -26316,7 +26324,7 @@

    Method List

  • -
  • +
  • set_name_email! Utils::Git @@ -26324,7 +26332,7 @@

    Method List

  • -
  • +
  • #set_ownership Cask::Staged @@ -26332,7 +26340,7 @@

    Method List

  • -
  • +
  • #set_permissions Cask::Staged @@ -26340,7 +26348,7 @@

    Method List

  • -
  • +
  • #set_unique_stanza Cask::DSL @@ -26348,7 +26356,7 @@

    Method List

  • -
  • +
  • #set_upstream_branch GitRepository @@ -26356,7 +26364,7 @@

    Method List

  • -
  • +
  • set_variable_in_profile Utils::Shell @@ -26364,7 +26372,7 @@

    Method List

  • -
  • +
  • setup_arch_methods OnSystem @@ -26372,7 +26380,7 @@

    Method List

  • -
  • +
  • setup_base_os_methods OnSystem @@ -26380,7 +26388,7 @@

    Method List

  • -
  • +
  • setup_environment! Homebrew @@ -26388,7 +26396,7 @@

    Method List

  • -
  • +
  • setup_gem_environment! Homebrew @@ -26396,7 +26404,7 @@

    Method List

  • -
  • +
  • setup_gpg! Utils::Git @@ -26404,7 +26412,7 @@

    Method List

  • -
  • +
  • setup_install_args Language::Python @@ -26412,7 +26420,7 @@

    Method List

  • -
  • +
  • setup_macos_methods OnSystem @@ -26420,7 +26428,7 @@

    Method List

  • -
  • +
  • setup_npm_environment Language::Node @@ -26428,7 +26436,7 @@

    Method List

  • -
  • +
  • setup_tar_and_args! Homebrew @@ -26436,7 +26444,7 @@

    Method List

  • -
  • +
  • #severity Homebrew::Style::Offense @@ -26444,7 +26452,7 @@

    Method List

  • -
  • +
  • #severity_code Homebrew::Style::Offense @@ -26452,7 +26460,7 @@

    Method List

  • -
  • +
  • sh Homebrew @@ -26460,7 +26468,7 @@

    Method List

  • -
  • +
  • sh_args Homebrew @@ -26468,7 +26476,7 @@

    Method List

  • -
  • +
  • sh_quote Utils::Shell @@ -26476,7 +26484,7 @@

    Method List

  • -
  • +
  • sha256 Formula @@ -26484,7 +26492,7 @@

    Method List

  • -
  • +
  • #sha256 Cask::DSL @@ -26492,7 +26500,7 @@

    Method List

  • -
  • +
  • #sha256 Resource @@ -26500,7 +26508,7 @@

    Method List

  • -
  • +
  • #sha256 BottleSpecification @@ -26508,7 +26516,7 @@

    Method List

  • -
  • +
  • #sha256 Pathname @@ -26516,7 +26524,7 @@

    Method List

  • -
  • +
  • #sha256_bottle_tag RuboCop::Cop::FormulaAudit::BottleOrder @@ -26524,7 +26532,7 @@

    Method List

  • -
  • +
  • #sha256_order RuboCop::Cop::FormulaAudit::BottleOrder @@ -26532,7 +26540,7 @@

    Method List

  • -
  • +
  • #shadowed_by_macos? KegOnlyReason @@ -26540,7 +26548,7 @@

    Method List

  • -
  • +
  • #shallow? Tap @@ -26548,7 +26556,7 @@

    Method List

  • -
  • +
  • #share Formula @@ -26556,7 +26564,7 @@

    Method List

  • -
  • +
  • #shared_library Formula @@ -26564,7 +26572,7 @@

    Method List

  • -
  • +
  • #shell_output Homebrew::Assertions @@ -26572,7 +26580,7 @@

    Method List

  • -
  • +
  • shell_scripts Homebrew::Style @@ -26580,7 +26588,7 @@

    Method List

  • -
  • +
  • shellcheck Homebrew::Style @@ -26588,7 +26596,7 @@

    Method List

  • -
  • +
  • shfmt Homebrew::Style @@ -26596,7 +26604,7 @@

    Method List

  • -
  • +
  • shims_path Superenv @@ -26604,7 +26612,7 @@

    Method List

  • -
  • +
  • #short_head_ref GitRepository @@ -26612,7 +26620,7 @@

    Method List

  • -
  • +
  • #short_version Homebrew::BundleVersion @@ -26620,7 +26628,7 @@

    Method List

  • -
  • +
  • shorten_revision Homebrew @@ -26628,7 +26636,7 @@

    Method List

  • -
  • +
  • shortened_version Homebrew @@ -26636,7 +26644,7 @@

    Method List

  • -
  • +
  • show_completions_message_if_needed Homebrew::Completions @@ -26644,7 +26652,7 @@

    Method List

  • -
  • +
  • #shutup! AbstractDownloadStrategy @@ -26652,7 +26660,7 @@

    Method List

  • -
  • +
  • signoff! Homebrew @@ -26660,7 +26668,7 @@

    Method List

  • -
  • +
  • simplify_string Homebrew::Search @@ -26668,7 +26676,7 @@

    Method List

  • -
  • +
  • simulating_or_running_on_linux? Homebrew::SimulateSystem @@ -26676,7 +26684,7 @@

    Method List

  • -
  • +
  • simulating_or_running_on_macos? Homebrew::SimulateSystem @@ -26684,7 +26692,7 @@

    Method List

  • -
  • +
  • #single_app_cask? Homebrew::UnversionedCaskChecker @@ -26692,7 +26700,7 @@

    Method List

  • -
  • +
  • single_package_query Repology @@ -26700,7 +26708,7 @@

    Method List

  • -
  • +
  • #single_pkg_cask? Homebrew::UnversionedCaskChecker @@ -26708,7 +26716,7 @@

    Method List

  • -
  • +
  • #single_qlplugin_cask? Homebrew::UnversionedCaskChecker @@ -26716,7 +26724,7 @@

    Method List

  • -
  • +
  • #single_stanza_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -26724,7 +26732,7 @@

    Method List

  • -
  • +
  • site_packages Language::Python @@ -26732,7 +26740,7 @@

    Method List

  • -
  • +
  • #size RuboCop::Cop::HelperFunctions @@ -26740,7 +26748,7 @@

    Method List

  • -
  • +
  • #skip Livecheck @@ -26748,7 +26756,7 @@

    Method List

  • -
  • +
  • skip Dependency @@ -26756,7 +26764,7 @@

    Method List

  • -
  • +
  • #skip? Livecheck @@ -26764,7 +26772,7 @@

    Method List

  • -
  • +
  • skip_clean Formula @@ -26772,7 +26780,7 @@

    Method List

  • -
  • +
  • skip_clean_formula? Homebrew::Cleanup @@ -26780,7 +26788,7 @@

    Method List

  • -
  • +
  • #skip_cxxstdlib_check? Formula @@ -26788,7 +26796,7 @@

    Method List

  • -
  • +
  • skip_ineligible_formulae Homebrew @@ -26796,7 +26804,7 @@

    Method List

  • -
  • +
  • skip_information Homebrew::Livecheck::SkipConditions @@ -26804,7 +26812,7 @@

    Method List

  • -
  • +
  • #skip_msg Livecheck @@ -26812,7 +26820,7 @@

    Method List

  • -
  • +
  • #skip_post_install? FormulaInstaller @@ -26820,7 +26828,7 @@

    Method List

  • -
  • +
  • #skip_relocation? BottleSpecification @@ -26828,7 +26836,7 @@

    Method List

  • -
  • +
  • #skip_relocation? Bottle @@ -26836,7 +26844,7 @@

    Method List

  • -
  • +
  • #sockets Homebrew::Service @@ -26844,7 +26852,7 @@

    Method List

  • -
  • +
  • sorbet_runtime_path Utils::Backtrace @@ -26852,7 +26860,7 @@

    Method List

  • -
  • +
  • #sort_conditional_dependencies! RuboCop::Cop::FormulaAudit::DependencyOrder @@ -26860,7 +26868,7 @@

    Method List

  • -
  • +
  • #sort_dependencies_by_type RuboCop::Cop::FormulaAudit::DependencyOrder @@ -26868,7 +26876,7 @@

    Method List

  • -
  • +
  • sort_items Homebrew::Livecheck::Strategy::Sparkle @@ -26876,7 +26884,7 @@

    Method List

  • -
  • +
  • sort_key_for_path Homebrew::Manpages @@ -26884,7 +26892,7 @@

    Method List

  • -
  • +
  • sorted_dependents Homebrew @@ -26892,7 +26900,7 @@

    Method List

  • -
  • +
  • #source Tab @@ -26900,7 +26908,7 @@

    Method List

  • -
  • +
  • #source Cask::Cask @@ -26908,7 +26916,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::SDK @@ -26916,7 +26924,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::XcodeSDKLocator @@ -26924,7 +26932,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::CLTSDKLocator @@ -26932,7 +26940,7 @@

    Method List

  • -
  • +
  • #source Cask::Artifact::Relocated @@ -26940,7 +26948,7 @@

    Method List

  • -
  • +
  • #source_buffer RuboCop::Cop::HelperFunctions @@ -26948,7 +26956,7 @@

    Method List

  • -
  • +
  • source_download Homebrew::API::Cask @@ -26956,7 +26964,7 @@

    Method List

  • -
  • +
  • source_download Homebrew::API::Formula @@ -26964,7 +26972,7 @@

    Method List

  • -
  • +
  • #source_modified_time Tab @@ -26972,7 +26980,7 @@

    Method List

  • -
  • +
  • #source_modified_time Resource @@ -26980,7 +26988,7 @@

    Method List

  • -
  • +
  • #source_modified_time AbstractDownloadStrategy @@ -26988,7 +26996,7 @@

    Method List

  • -
  • +
  • #source_modified_time SubversionDownloadStrategy @@ -26996,7 +27004,7 @@

    Method List

  • -
  • +
  • #source_modified_time GitDownloadStrategy @@ -27004,7 +27012,7 @@

    Method List

  • -
  • +
  • #source_modified_time CVSDownloadStrategy @@ -27012,7 +27020,7 @@

    Method List

  • -
  • +
  • #source_modified_time MercurialDownloadStrategy @@ -27020,7 +27028,7 @@

    Method List

  • -
  • +
  • #source_modified_time BazaarDownloadStrategy @@ -27028,7 +27036,7 @@

    Method List

  • -
  • +
  • #source_modified_time FossilDownloadStrategy @@ -27036,7 +27044,7 @@

    Method List

  • -
  • +
  • #source_range RuboCop::Cask::AST::Stanza @@ -27044,7 +27052,7 @@

    Method List

  • -
  • +
  • #source_range RuboCop::Cask::AST::CaskHeader @@ -27052,7 +27060,7 @@

    Method List

  • -
  • +
  • #source_range_with_comments RuboCop::Cask::AST::Stanza @@ -27060,7 +27068,7 @@

    Method List

  • -
  • +
  • #sourcefile_path Cask::Cask @@ -27068,7 +27076,7 @@

    Method List

  • -
  • +
  • #spec Tab @@ -27076,7 +27084,7 @@

    Method List

  • -
  • +
  • #spec GitHubRunner @@ -27084,7 +27092,7 @@

    Method List

  • -
  • +
  • #spec_name Homebrew::ResourceAuditor @@ -27092,7 +27100,7 @@

    Method List

  • -
  • +
  • #specification_for Utils::Bottles::Collector @@ -27100,7 +27108,7 @@

    Method List

  • -
  • +
  • #specified_name Formula @@ -27108,7 +27116,7 @@

    Method List

  • -
  • +
  • #specified_path Formula @@ -27116,7 +27124,7 @@

    Method List

  • -
  • +
  • #specs URL @@ -27124,7 +27132,7 @@

    Method List

  • -
  • +
  • #specs Cask::URL::DSL @@ -27132,7 +27140,7 @@

    Method List

  • -
  • +
  • #specs Resource @@ -27140,7 +27148,7 @@

    Method List

  • -
  • +
  • #specs Homebrew::ResourceAuditor @@ -27148,7 +27156,7 @@

    Method List

  • -
  • +
  • sponsor_logo Homebrew @@ -27156,7 +27164,7 @@

    Method List

  • -
  • +
  • sponsor_name Homebrew @@ -27164,7 +27172,7 @@

    Method List

  • -
  • +
  • sponsor_url Homebrew @@ -27172,7 +27180,7 @@

    Method List

  • -
  • +
  • sponsorships GitHub @@ -27180,7 +27188,7 @@

    Method List

  • -
  • +
  • squash_package_commits Homebrew @@ -27188,7 +27196,7 @@

    Method List

  • -
  • +
  • #src Keg::LinkError @@ -27196,7 +27204,7 @@

    Method List

  • -
  • +
  • sse3? Hardware::CPU @@ -27204,7 +27212,7 @@

    Method List

  • -
  • +
  • sse4? Hardware::CPU @@ -27212,7 +27220,7 @@

    Method List

  • -
  • +
  • sse4_2? Hardware::CPU @@ -27220,7 +27228,7 @@

    Method List

  • -
  • +
  • ssse3? Hardware::CPU @@ -27228,7 +27236,7 @@

    Method List

  • -
  • +
  • stable Formula @@ -27236,7 +27244,7 @@

    Method List

  • -
  • +
  • #stable? Tab @@ -27244,7 +27252,7 @@

    Method List

  • -
  • +
  • #stable? BuildOptions @@ -27252,7 +27260,7 @@

    Method List

  • -
  • +
  • #stable_version Tab @@ -27260,7 +27268,7 @@

    Method List

  • -
  • +
  • #stage Resource @@ -27268,7 +27276,7 @@

    Method List

  • -
  • +
  • #stage Resource::Go @@ -27276,7 +27284,7 @@

    Method List

  • -
  • +
  • #stage Bottle @@ -27284,7 +27292,7 @@

    Method List

  • -
  • +
  • #stage Cask::Installer @@ -27292,7 +27300,7 @@

    Method List

  • -
  • +
  • #stage AbstractDownloadStrategy::Pourable @@ -27300,7 +27308,7 @@

    Method List

  • -
  • +
  • #stage AbstractDownloadStrategy @@ -27308,7 +27316,7 @@

    Method List

  • -
  • +
  • #stage NoUnzipCurlDownloadStrategy @@ -27316,7 +27324,7 @@

    Method List

  • -
  • +
  • stage_deps Language::Go @@ -27324,7 +27332,7 @@

    Method List

  • -
  • +
  • #staged_path Cask::DSL @@ -27332,7 +27340,7 @@

    Method List

  • -
  • +
  • #staged_path_join_executable Cask::Artifact::AbstractArtifact @@ -27340,7 +27348,7 @@

    Method List

  • -
  • +
  • #staging ResourceStageContext @@ -27348,7 +27356,7 @@

    Method List

  • -
  • +
  • stale? Homebrew::Cleanup @@ -27356,7 +27364,7 @@

    Method List

  • -
  • +
  • #standardized_arch Utils::Bottles::Tag @@ -27364,7 +27372,7 @@

    Method List

  • -
  • +
  • #stanza Utils::AST::FormulaAST @@ -27372,7 +27380,7 @@

    Method List

  • -
  • +
  • #stanza? RuboCop::AST::Node @@ -27380,7 +27388,7 @@

    Method List

  • -
  • +
  • #stanza_group RuboCop::Cask::AST::Stanza @@ -27388,7 +27396,7 @@

    Method List

  • -
  • +
  • #stanza_index RuboCop::Cask::AST::Stanza @@ -27396,7 +27404,7 @@

    Method List

  • -
  • +
  • #stanza_name RuboCop::Cask::AST::Stanza @@ -27404,7 +27412,7 @@

    Method List

  • -
  • +
  • #stanza_options Cask::Artifact::Pkg @@ -27412,7 +27420,7 @@

    Method List

  • -
  • +
  • stanza_text Utils::AST @@ -27420,7 +27428,7 @@

    Method List

  • -
  • +
  • #stanzas RuboCop::Cask::AST::StanzaBlock @@ -27428,7 +27436,7 @@

    Method List

  • -
  • +
  • #stanzas RuboCop::Cask::AST::CaskBlock @@ -27436,7 +27444,7 @@

    Method List

  • -
  • +
  • #start_column RuboCop::Cop::HelperFunctions @@ -27444,7 +27452,7 @@

    Method List

  • -
  • +
  • #start_upgrade Cask::Installer @@ -27452,7 +27460,7 @@

    Method List

  • -
  • +
  • #status ErrorDuringExecution @@ -27460,7 +27468,7 @@

    Method List

  • -
  • +
  • #status SystemCommand::Result @@ -27468,7 +27476,7 @@

    Method List

  • -
  • +
  • status Cask::Quarantine @@ -27476,7 +27484,7 @@

    Method List

  • -
  • +
  • status_hash Homebrew::Livecheck @@ -27484,7 +27492,7 @@

    Method List

  • -
  • +
  • #std? BuildEnvironment @@ -27492,7 +27500,7 @@

    Method List

  • -
  • +
  • #std_cabal_v2_args Formula @@ -27500,7 +27508,7 @@

    Method List

  • -
  • +
  • #std_cargo_args Formula @@ -27508,7 +27516,7 @@

    Method List

  • -
  • +
  • #std_cmake_args Formula @@ -27516,7 +27524,7 @@

    Method List

  • -
  • +
  • #std_configure_args Formula @@ -27524,7 +27532,7 @@

    Method List

  • -
  • +
  • #std_go_args Formula @@ -27532,7 +27540,7 @@

    Method List

  • -
  • +
  • #std_meson_args Formula @@ -27540,7 +27548,7 @@

    Method List

  • -
  • +
  • std_npm_install_args Language::Node @@ -27548,7 +27556,7 @@

    Method List

  • -
  • +
  • #std_pip_args Formula @@ -27556,7 +27564,7 @@

    Method List

  • -
  • +
  • #std_service_path_env Homebrew::Service @@ -27564,7 +27572,7 @@

    Method List

  • -
  • +
  • #stderr ErrorDuringExecution @@ -27572,7 +27580,7 @@

    Method List

  • -
  • +
  • #stderr SystemCommand::Result @@ -27580,7 +27588,7 @@

    Method List

  • -
  • +
  • #stdlib Tab @@ -27588,7 +27596,7 @@

    Method List

  • -
  • +
  • #stdout SystemCommand::Result @@ -27596,7 +27604,7 @@

    Method List

  • -
  • +
  • #stem Pathname @@ -27604,7 +27612,7 @@

    Method List

  • -
  • +
  • #store LinkageChecker @@ -27612,7 +27620,7 @@

    Method List

  • -
  • +
  • #strategy Livecheck @@ -27620,7 +27628,7 @@

    Method List

  • -
  • +
  • #strategy_block Livecheck @@ -27628,7 +27636,7 @@

    Method List

  • -
  • +
  • #strictness Attr @@ -27636,7 +27644,7 @@

    Method List

  • -
  • +
  • #string_content RuboCop::Cop::HelperFunctions @@ -27644,7 +27652,7 @@

    Method List

  • -
  • +
  • string_to_license_expression SPDX @@ -27652,7 +27660,7 @@

    Method List

  • -
  • +
  • #strip EmbeddedPatch @@ -27660,7 +27668,7 @@

    Method List

  • -
  • +
  • #strip ExternalPatch @@ -27668,7 +27676,7 @@

    Method List

  • -
  • +
  • strip_ansi Tty @@ -27676,7 +27684,7 @@

    Method List

  • -
  • +
  • #strip_patch MacOSVersion @@ -27684,7 +27692,7 @@

    Method List

  • -
  • +
  • style Homebrew @@ -27692,7 +27700,7 @@

    Method List

  • -
  • +
  • style_args Homebrew @@ -27700,7 +27708,7 @@

    Method List

  • -
  • +
  • #style_exceptions Tap @@ -27708,7 +27716,7 @@

    Method List

  • -
  • +
  • #style_exceptions_dir RuboCop::Cop::FormulaCop @@ -27716,7 +27724,7 @@

    Method List

  • -
  • +
  • #sub! StringInreplaceExtension @@ -27724,7 +27732,7 @@

    Method List

  • -
  • +
  • #subdirs Pathname @@ -27732,7 +27740,7 @@

    Method List

  • -
  • +
  • #subversion_dep_if_needed DependencyCollector @@ -27740,7 +27748,7 @@

    Method List

  • -
  • +
  • success Formatter @@ -27748,7 +27756,7 @@

    Method List

  • -
  • +
  • #success? Cask::Audit @@ -27756,7 +27764,7 @@

    Method List

  • -
  • +
  • #success? SystemCommand::Result @@ -27764,7 +27772,7 @@

    Method List

  • -
  • +
  • sudo_purge Homebrew @@ -27772,7 +27780,7 @@

    Method List

  • -
  • +
  • suggest_command Homebrew::MissingFormula @@ -27780,7 +27788,7 @@

    Method List

  • -
  • +
  • #suggestion Keg::ConflictError @@ -27788,7 +27796,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Pkg @@ -27796,7 +27804,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Installer @@ -27804,7 +27812,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Relocated @@ -27812,7 +27820,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::StageOnly @@ -27820,7 +27828,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractArtifact @@ -27828,7 +27836,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractUninstall @@ -27836,7 +27844,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractFlightBlock @@ -27844,7 +27852,7 @@

    Method List

  • -
  • +
  • #summarize_installed Cask::Artifact::Moved @@ -27852,7 +27860,7 @@

    Method List

  • -
  • +
  • #summarize_installed Cask::Artifact::Symlinked @@ -27860,7 +27868,7 @@

    Method List

  • -
  • +
  • #summary Cask::Audit @@ -27868,7 +27876,7 @@

    Method List

  • -
  • +
  • #summary Cask::Installer @@ -27876,7 +27884,7 @@

    Method List

  • -
  • +
  • #summary FormulaInstaller @@ -27884,7 +27892,7 @@

    Method List

  • -
  • +
  • #supersedes_an_installed_formula? Formula @@ -27892,7 +27900,7 @@

    Method List

  • -
  • +
  • #supported_configuration_checks Homebrew::Diagnostic::Checks @@ -27900,7 +27908,7 @@

    Method List

  • -
  • +
  • supports_partial_clone_sparse_checkout? Utils::Git @@ -27908,7 +27916,7 @@

    Method List

  • -
  • +
  • #suppress_move_to_applications Cask::DSL::Postflight @@ -27916,7 +27924,7 @@

    Method List

  • -
  • +
  • #switch Homebrew::CLI::Parser @@ -27924,7 +27932,7 @@

    Method List

  • -
  • +
  • #symlink_files Keg @@ -27932,7 +27940,7 @@

    Method List

  • -
  • +
  • #symlink_location Homebrew::API::DownloadStrategy @@ -27940,7 +27948,7 @@

    Method List

  • -
  • +
  • #symlink_location Homebrew::API::Download @@ -27948,7 +27956,7 @@

    Method List

  • -
  • +
  • #symlink_location AbstractFileDownloadStrategy @@ -27956,7 +27964,7 @@

    Method List

  • -
  • +
  • system Homebrew @@ -27964,7 +27972,7 @@

    Method List

  • -
  • +
  • #system Formula @@ -27972,7 +27980,7 @@

    Method List

  • -
  • +
  • #system Utils::Bottles::Tag @@ -27980,7 +27988,7 @@

    Method List

  • -
  • +
  • #system_command Cask::DSL::Base @@ -27988,7 +27996,7 @@

    Method List

  • -
  • +
  • #system_command SystemCommand::Mixin @@ -27996,7 +28004,7 @@

    Method List

  • -
  • +
  • #system_command! SystemCommand::Mixin @@ -28004,7 +28012,7 @@

    Method List

  • -
  • +
  • system_dir? OS::Mac @@ -28012,7 +28020,7 @@

    Method List

  • -
  • +
  • system_dir_symlink? UnpackStrategy::Dmg::Bom @@ -28020,7 +28028,7 @@

    Method List

  • -
  • +
  • system_version OS::Linux::Glibc @@ -28028,7 +28036,7 @@

    Method List

  • -
  • +
  • systemctl Utils::Service @@ -28036,7 +28044,7 @@

    Method List

  • -
  • +
  • systemctl? Utils::Service @@ -28044,7 +28052,7 @@

    Method List

  • -
  • +
  • #systemd_service_path Formula @@ -28052,7 +28060,7 @@

    Method List

  • -
  • +
  • #systemd_timer_path Formula @@ -28060,7 +28068,7 @@

    Method List

  • -
  • +
  • #tab Keg @@ -28068,7 +28076,7 @@

    Method List

  • -
  • +
  • #tab_attributes Bottle @@ -28076,7 +28084,7 @@

    Method List

  • -
  • +
  • #tabfile Tab @@ -28084,7 +28092,7 @@

    Method List

  • -
  • +
  • table_output Utils::Analytics @@ -28092,7 +28100,7 @@

    Method List

  • -
  • +
  • #tag Utils::Bottles::MacOSOverride @@ -28100,7 +28108,7 @@

    Method List

  • -
  • +
  • #tag Cask::URL::DSL @@ -28108,7 +28116,7 @@

    Method List

  • -
  • +
  • #tag Bottle::Filename @@ -28116,7 +28124,7 @@

    Method List

  • -
  • +
  • tag Utils::Bottles @@ -28124,7 +28132,7 @@

    Method List

  • -
  • +
  • #tag Utils::Bottles::TagSpecification @@ -28132,7 +28140,7 @@

    Method List

  • -
  • +
  • #tag? BottleSpecification @@ -28140,7 +28148,7 @@

    Method List

  • -
  • +
  • #tag? Utils::Bottles::Collector @@ -28148,7 +28156,7 @@

    Method List

  • -
  • +
  • tag_info Homebrew::Livecheck::Strategy::Git @@ -28156,7 +28164,7 @@

    Method List

  • -
  • +
  • #tag_specification_for BottleSpecification @@ -28164,7 +28172,7 @@

    Method List

  • -
  • +
  • #tag_to_cellar BottleSpecification @@ -28172,7 +28180,7 @@

    Method List

  • -
  • +
  • #tags Dependable @@ -28180,7 +28188,7 @@

    Method List

  • -
  • +
  • #tags Utils::Bottles::Collector @@ -28188,7 +28196,7 @@

    Method List

  • -
  • +
  • #tap Tab @@ -28196,7 +28204,7 @@

    Method List

  • -
  • +
  • #tap TapConfig @@ -28204,7 +28212,7 @@

    Method List

  • -
  • +
  • tap Homebrew @@ -28212,7 +28220,7 @@

    Method List

  • -
  • +
  • #tap Cask::Cask @@ -28220,7 +28228,7 @@

    Method List

  • -
  • +
  • #tap Formulary::FormulaLoader @@ -28228,7 +28236,7 @@

    Method List

  • -
  • +
  • #tap Dependency @@ -28236,7 +28244,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaOrCaskUnavailableError @@ -28244,7 +28252,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaUnavailableError @@ -28252,7 +28260,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaClassUnavailableError @@ -28260,7 +28268,7 @@

    Method List

  • -
  • +
  • #tap BottleSpecification @@ -28268,7 +28276,7 @@

    Method List

  • -
  • +
  • #tap Cask::TapCaskUnavailableError @@ -28276,7 +28284,7 @@

    Method List

  • -
  • +
  • #tap Cask::CaskLoader::AbstractContentLoader @@ -28284,7 +28292,7 @@

    Method List

  • -
  • +
  • #tap= Tab @@ -28292,7 +28300,7 @@

    Method List

  • -
  • +
  • #tap_and_name_comparison Kernel @@ -28300,7 +28308,7 @@

    Method List

  • -
  • +
  • tap_args Homebrew @@ -28308,7 +28316,7 @@

    Method List

  • -
  • +
  • #tap_audit_exceptions Homebrew::TapAuditor @@ -28316,7 +28324,7 @@

    Method List

  • -
  • +
  • tap_formula_name_path Formulary @@ -28324,7 +28332,7 @@

    Method List

  • -
  • +
  • tap_from_source_download Homebrew::API @@ -28332,7 +28340,7 @@

    Method List

  • -
  • +
  • #tap_git_head Cask::Cask @@ -28340,7 +28348,7 @@

    Method List

  • -
  • +
  • tap_info Homebrew @@ -28348,7 +28356,7 @@

    Method List

  • -
  • +
  • tap_info_args Homebrew @@ -28356,7 +28364,7 @@

    Method List

  • -
  • +
  • tap_loader_for Formulary @@ -28364,7 +28372,7 @@

    Method List

  • -
  • +
  • tap_migration_reason Homebrew::MissingFormula @@ -28372,7 +28380,7 @@

    Method List

  • -
  • +
  • #tap_migrations Tap @@ -28380,7 +28388,7 @@

    Method List

  • -
  • +
  • #tap_migrations CoreCaskTap @@ -28388,7 +28396,7 @@

    Method List

  • -
  • +
  • tap_new Homebrew @@ -28396,7 +28404,7 @@

    Method List

  • -
  • +
  • tap_new_args Homebrew @@ -28404,7 +28412,7 @@

    Method List

  • -
  • +
  • tap_or_untap_core_taps_if_necessary Homebrew @@ -28412,7 +28420,7 @@

    Method List

  • -
  • +
  • tap_paths Formulary @@ -28420,7 +28428,7 @@

    Method List

  • -
  • +
  • tap_paths Cask::CaskLoader @@ -28428,7 +28436,7 @@

    Method List

  • -
  • +
  • #tap_pypi_formula_mappings Homebrew::TapAuditor @@ -28436,7 +28444,7 @@

    Method List

  • -
  • +
  • #tap_style_exception? RuboCop::Cop::FormulaCop @@ -28444,7 +28452,7 @@

    Method List

  • -
  • +
  • #tap_style_exceptions Homebrew::TapAuditor @@ -28452,7 +28460,7 @@

    Method List

  • -
  • +
  • #taps TapFormulaWithOldnameAmbiguityError @@ -28460,7 +28468,7 @@

    Method List

  • -
  • +
  • tar_args Homebrew @@ -28468,7 +28476,7 @@

    Method List

  • -
  • +
  • tar_needs_xz_dependency? DependencyCollector @@ -28476,7 +28484,7 @@

    Method List

  • -
  • +
  • #target Cask::Artifact::Relocated @@ -28484,7 +28492,7 @@

    Method List

  • -
  • +
  • target_path_to_format Homebrew::Manpages @@ -28492,7 +28500,7 @@

    Method List

  • -
  • +
  • #template Homebrew::FormulaCreator @@ -28500,7 +28508,7 @@

    Method List

  • -
  • +
  • #temporary_path AbstractFileDownloadStrategy @@ -28508,7 +28516,7 @@

    Method List

  • -
  • +
  • #test Debrew::Formula @@ -28516,7 +28524,7 @@

    Method List

  • -
  • +
  • test Formula @@ -28524,7 +28532,7 @@

    Method List

  • -
  • +
  • test Homebrew @@ -28532,7 +28540,7 @@

    Method List

  • -
  • +
  • #test? Dependable @@ -28540,7 +28548,7 @@

    Method List

  • -
  • +
  • test_args Homebrew @@ -28548,7 +28556,7 @@

    Method List

  • -
  • +
  • #testpath Formula @@ -28556,7 +28564,7 @@

    Method List

  • -
  • +
  • tests Homebrew @@ -28564,7 +28572,7 @@

    Method List

  • -
  • +
  • tests_args Homebrew @@ -28572,7 +28580,7 @@

    Method List

  • -
  • +
  • #text Homebrew::FormulaAuditor @@ -28580,7 +28588,7 @@

    Method List

  • -
  • +
  • #text_files Keg @@ -28588,7 +28596,7 @@

    Method List

  • -
  • +
  • text_matches_in_file Keg @@ -28596,7 +28604,7 @@

    Method List

  • -
  • +
  • #time Tab @@ -28604,7 +28612,7 @@

    Method List

  • -
  • +
  • #time Formula @@ -28612,7 +28620,7 @@

    Method List

  • -
  • +
  • #time_file_size Cask::Download @@ -28620,7 +28628,7 @@

    Method List

  • -
  • +
  • time_period Homebrew @@ -28628,7 +28636,7 @@

    Method List

  • -
  • +
  • #timed? Homebrew::Service @@ -28636,7 +28644,7 @@

    Method List

  • -
  • +
  • #timeout LinuxRunnerSpec @@ -28644,7 +28652,7 @@

    Method List

  • -
  • +
  • #timeout MacOSRunnerSpec @@ -28652,7 +28660,7 @@

    Method List

  • -
  • +
  • #timestamped_versions Cask::Cask @@ -28660,7 +28668,7 @@

    Method List

  • -
  • +
  • #title Homebrew::Livecheck::Strategy::Sparkle::Item @@ -28668,7 +28676,7 @@

    Method List

  • -
  • +
  • title_info Cask::Info @@ -28676,7 +28684,7 @@

    Method List

  • -
  • +
  • #tmpdir Mktemp @@ -28684,7 +28692,7 @@

    Method List

  • -
  • +
  • #to_a Cask::ArtifactSet @@ -28692,7 +28700,7 @@

    Method List

  • -
  • +
  • #to_a Cask::Artifact::Relocated @@ -28700,7 +28708,7 @@

    Method List

  • -
  • +
  • #to_a Cask::Artifact::StageOnly @@ -28708,7 +28716,7 @@

    Method List

  • -
  • +
  • #to_args Cask::Artifact::AbstractArtifact @@ -28716,7 +28724,7 @@

    Method List

  • -
  • +
  • #to_ary PATH @@ -28724,7 +28732,7 @@

    Method List

  • -
  • +
  • #to_ary SystemCommand::Result @@ -28732,7 +28740,7 @@

    Method List

  • -
  • +
  • #to_bottle_hash Tab @@ -28740,7 +28748,7 @@

    Method List

  • -
  • +
  • #to_casks Homebrew::CLI::NamedArgs @@ -28748,7 +28756,7 @@

    Method List

  • -
  • +
  • #to_default_kegs Homebrew::CLI::NamedArgs @@ -28756,7 +28764,7 @@

    Method List

  • -
  • +
  • #to_f Version::Token @@ -28764,7 +28772,7 @@

    Method List

  • -
  • +
  • #to_f Version @@ -28772,7 +28780,7 @@

    Method List

  • -
  • +
  • #to_formula Keg @@ -28780,7 +28788,7 @@

    Method List

  • -
  • +
  • #to_formula Dependency @@ -28788,7 +28796,7 @@

    Method List

  • -
  • +
  • #to_formulae Homebrew::CLI::NamedArgs @@ -28796,7 +28804,7 @@

    Method List

  • -
  • +
  • #to_formulae_and_casks Homebrew::CLI::NamedArgs @@ -28804,7 +28812,7 @@

    Method List

  • -
  • +
  • #to_formulae_and_casks_and_unavailable Homebrew::CLI::NamedArgs @@ -28812,7 +28820,7 @@

    Method List

  • -
  • +
  • #to_formulae_to_casks Homebrew::CLI::NamedArgs @@ -28820,7 +28828,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Cask @@ -28828,7 +28836,7 @@

    Method List

  • -
  • +
  • #to_h LinuxRunnerSpec @@ -28836,7 +28844,7 @@

    Method List

  • -
  • +
  • #to_h MacOSRunnerSpec @@ -28844,7 +28852,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Artifact::Installer @@ -28852,7 +28860,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Artifact::AbstractUninstall @@ -28860,7 +28868,7 @@

    Method List

  • -
  • +
  • #to_hash Tap @@ -28868,7 +28876,7 @@

    Method List

  • -
  • +
  • #to_hash Livecheck @@ -28876,7 +28884,7 @@

    Method List

  • -
  • +
  • #to_hash KegOnlyReason @@ -28884,7 +28892,7 @@

    Method List

  • -
  • +
  • #to_hash_with_variations Cask::Cask @@ -28892,7 +28900,7 @@

    Method List

  • -
  • +
  • #to_i Version::Token @@ -28900,7 +28908,7 @@

    Method List

  • -
  • +
  • #to_i Version @@ -28908,7 +28916,7 @@

    Method List

  • -
  • +
  • #to_installed_taps Homebrew::CLI::NamedArgs @@ -28916,7 +28924,7 @@

    Method List

  • -
  • +
  • #to_json Tab @@ -28924,7 +28932,7 @@

    Method List

  • -
  • +
  • #to_json Version @@ -28932,7 +28940,7 @@

    Method List

  • -
  • +
  • #to_json Cask::Config @@ -28940,7 +28948,7 @@

    Method List

  • -
  • +
  • #to_json Cask::DSL::ConflictsWith @@ -28948,7 +28956,7 @@

    Method List

  • -
  • +
  • #to_json MacOSRequirement @@ -28956,7 +28964,7 @@

    Method List

  • -
  • +
  • #to_kegs Homebrew::CLI::NamedArgs @@ -28964,7 +28972,7 @@

    Method List

  • -
  • +
  • #to_kegs_to_casks Homebrew::CLI::NamedArgs @@ -28972,7 +28980,7 @@

    Method List

  • -
  • +
  • #to_latest_kegs Homebrew::CLI::NamedArgs @@ -28980,7 +28988,7 @@

    Method List

  • -
  • +
  • #to_macos_version Utils::Bottles::Tag @@ -28988,7 +28996,7 @@

    Method List

  • -
  • +
  • #to_paths Homebrew::CLI::NamedArgs @@ -28996,7 +29004,7 @@

    Method List

  • -
  • +
  • #to_plist Homebrew::Service @@ -29004,7 +29012,7 @@

    Method List

  • -
  • +
  • to_rack Formulary @@ -29012,7 +29020,7 @@

    Method List

  • -
  • +
  • #to_resolved_formulae Homebrew::CLI::NamedArgs @@ -29020,7 +29028,7 @@

    Method List

  • -
  • +
  • #to_resolved_formulae_to_casks Homebrew::CLI::NamedArgs @@ -29028,7 +29036,7 @@

    Method List

  • -
  • +
  • #to_s Keg::ConflictError @@ -29036,7 +29044,7 @@

    Method List

  • -
  • +
  • #to_s Keg::DirectoryNotWritableError @@ -29044,7 +29052,7 @@

    Method List

  • -
  • +
  • #to_s Tab @@ -29052,7 +29060,7 @@

    Method List

  • -
  • +
  • #to_s Tap @@ -29060,7 +29068,7 @@

    Method List

  • -
  • +
  • #to_s URL @@ -29068,7 +29076,7 @@

    Method List

  • -
  • +
  • #to_s Locale @@ -29076,7 +29084,7 @@

    Method List

  • -
  • +
  • #to_s Mktemp @@ -29084,7 +29092,7 @@

    Method List

  • -
  • +
  • #to_s Formula @@ -29092,7 +29100,7 @@

    Method List

  • -
  • +
  • #to_s Option @@ -29100,7 +29108,7 @@

    Method List

  • -
  • +
  • #to_s Options @@ -29108,7 +29116,7 @@

    Method List

  • -
  • +
  • #to_s Version::Token @@ -29116,7 +29124,7 @@

    Method List

  • -
  • +
  • #to_s Version @@ -29124,7 +29132,7 @@

    Method List

  • -
  • +
  • #to_s ResourceStageContext @@ -29132,7 +29140,7 @@

    Method List

  • -
  • +
  • #to_s Cask::Cask @@ -29140,7 +29148,7 @@

    Method List

  • -
  • +
  • to_s Tty @@ -29148,7 +29156,7 @@

    Method List

  • -
  • +
  • #to_s Dependency @@ -29156,7 +29164,7 @@

    Method List

  • -
  • +
  • #to_s UsageError @@ -29164,7 +29172,7 @@

    Method List

  • -
  • +
  • #to_s FormulaOrCaskUnavailableError @@ -29172,7 +29180,7 @@

    Method List

  • -
  • +
  • #to_s TapFormulaOrCaskUnavailableError @@ -29180,7 +29188,7 @@

    Method List

  • -
  • +
  • #to_s FormulaUnavailableError @@ -29188,7 +29196,7 @@

    Method List

  • -
  • +
  • #to_s FormulaClassUnavailableErrorModule @@ -29196,7 +29204,7 @@

    Method List

  • -
  • +
  • #to_s FormulaUnreadableErrorModule @@ -29204,7 +29212,7 @@

    Method List

  • -
  • +
  • #to_s TapFormulaUnavailableError @@ -29212,7 +29220,7 @@

    Method List

  • -
  • +
  • #to_s PyPI::Package @@ -29220,7 +29228,7 @@

    Method List

  • -
  • +
  • #to_s PkgVersion @@ -29228,7 +29236,7 @@

    Method List

  • -
  • +
  • #to_s Bottle::Filename @@ -29236,7 +29244,7 @@

    Method List

  • -
  • +
  • #to_s Utils::Bottles::Tag @@ -29244,7 +29252,7 @@

    Method List

  • -
  • +
  • #to_s GitRepository @@ -29252,7 +29260,7 @@

    Method List

  • -
  • +
  • #to_s Cask::MultipleCaskErrors @@ -29260,7 +29268,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskNotInstalledError @@ -29268,7 +29276,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskConflictError @@ -29276,7 +29284,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskUnavailableError @@ -29284,7 +29292,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskUnreadableError @@ -29292,7 +29300,7 @@

    Method List

  • -
  • +
  • #to_s Cask::TapCaskUnavailableError @@ -29300,7 +29308,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskAlreadyCreatedError @@ -29308,7 +29316,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskCyclicDependencyError @@ -29316,7 +29324,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskSelfReferencingDependencyError @@ -29324,7 +29332,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskUnspecifiedError @@ -29332,7 +29340,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskInvalidError @@ -29340,7 +29348,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskQuarantineError @@ -29348,7 +29356,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskQuarantinePropagationError @@ -29356,7 +29364,7 @@

    Method List

  • -
  • +
  • #to_s Cask::CaskQuarantineReleaseError @@ -29364,7 +29372,7 @@

    Method List

  • -
  • +
  • #to_s KegOnlyReason @@ -29372,7 +29380,7 @@

    Method List

  • -
  • +
  • #to_s Homebrew::SourceLocation @@ -29380,7 +29388,7 @@

    Method List

  • -
  • +
  • #to_s Cask::DSL::Caveats @@ -29388,7 +29396,7 @@

    Method List

  • -
  • +
  • #to_s Cask::DSL::Container @@ -29396,7 +29404,7 @@

    Method List

  • -
  • +
  • #to_s Homebrew::FormulaTextAuditor @@ -29404,7 +29412,7 @@

    Method List

  • -
  • +
  • #to_s GitHub::Actions::Annotation @@ -29412,7 +29420,7 @@

    Method List

  • -
  • +
  • #to_s Cask::Artifact::AbstractArtifact @@ -29420,7 +29428,7 @@

    Method List

  • -
  • +
  • #to_sentence Array @@ -29428,7 +29436,7 @@

    Method List

  • -
  • +
  • #to_str PATH @@ -29436,7 +29444,7 @@

    Method List

  • -
  • +
  • #to_str Version @@ -29444,7 +29452,7 @@

    Method List

  • -
  • +
  • #to_sym MacOSVersion @@ -29452,7 +29460,7 @@

    Method List

  • -
  • +
  • #to_sym Utils::Bottles::Tag @@ -29460,7 +29468,7 @@

    Method List

  • -
  • +
  • #to_systemd_timer Homebrew::Service @@ -29468,7 +29476,7 @@

    Method List

  • -
  • +
  • #to_systemd_unit Homebrew::Service @@ -29476,7 +29484,7 @@

    Method List

  • -
  • +
  • #to_taps Homebrew::CLI::NamedArgs @@ -29484,7 +29492,7 @@

    Method List

  • -
  • +
  • #to_yaml Cask::DSL::Container @@ -29492,7 +29500,7 @@

    Method List

  • -
  • +
  • toggle_no_translocation_bit Cask::Quarantine @@ -29500,7 +29508,7 @@

    Method List

  • -
  • +
  • #token Cask::DSL @@ -29508,7 +29516,7 @@

    Method List

  • -
  • +
  • #token Cask::Cask @@ -29516,7 +29524,7 @@

    Method List

  • -
  • +
  • #token Cask::AbstractCaskErrorWithToken @@ -29524,7 +29532,7 @@

    Method List

  • -
  • +
  • #token Cask::CaskLoader::FromPathLoader @@ -29532,7 +29540,7 @@

    Method List

  • -
  • +
  • #token Cask::CaskLoader::FromAPILoader @@ -29540,7 +29548,7 @@

    Method List

  • -
  • +
  • token_from Cask::Utils @@ -29548,7 +29556,7 @@

    Method List

  • -
  • +
  • tokens Cask::Caskroom @@ -29556,7 +29564,7 @@

    Method List

  • -
  • +
  • toolchain_path OS::Mac::Xcode @@ -29564,7 +29572,7 @@

    Method List

  • -
  • +
  • #top_level_info_plists Homebrew::UnversionedCaskChecker @@ -29572,7 +29580,7 @@

    Method List

  • -
  • +
  • #toplevel_stanzas RuboCop::Cask::AST::CaskBlock @@ -29580,7 +29588,7 @@

    Method List

  • -
  • +
  • total Homebrew @@ -29588,7 +29596,7 @@

    Method List

  • -
  • +
  • #trailing_newline? Homebrew::FormulaTextAuditor @@ -29596,7 +29604,7 @@

    Method List

  • -
  • +
  • truncate Tty @@ -29604,7 +29612,7 @@

    Method List

  • -
  • +
  • #truncate_text_to_approximate_size Kernel @@ -29612,7 +29620,7 @@

    Method List

  • -
  • +
  • #trust_cert Cask::URL::DSL @@ -29620,7 +29628,7 @@

    Method List

  • -
  • +
  • try_parse Locale @@ -29628,7 +29636,7 @@

    Method List

  • -
  • +
  • #tsc Homebrew::Manpages::Variables @@ -29636,7 +29644,7 @@

    Method List

  • -
  • +
  • type Hardware::CPU @@ -29644,7 +29652,7 @@

    Method List

  • -
  • +
  • #type CompilerFailure @@ -29652,7 +29660,7 @@

    Method List

  • -
  • +
  • #type CompilerSelector::Compiler @@ -29660,7 +29668,7 @@

    Method List

  • -
  • +
  • #type CxxStdlib @@ -29668,7 +29676,7 @@

    Method List

  • -
  • +
  • #type Homebrew::VersionBumpInfo @@ -29676,7 +29684,7 @@

    Method List

  • -
  • +
  • #type Cask::DSL::Container @@ -29684,7 +29692,7 @@

    Method List

  • -
  • +
  • #type_string CxxStdlib @@ -29692,7 +29700,7 @@

    Method List

  • -
  • +
  • typecheck Homebrew @@ -29700,7 +29708,7 @@

    Method List

  • -
  • +
  • typecheck_args Homebrew @@ -29708,7 +29716,7 @@

    Method List

  • -
  • +
  • unbottled Homebrew @@ -29716,7 +29724,7 @@

    Method List

  • -
  • +
  • unbottled_args Homebrew @@ -29724,7 +29732,7 @@

    Method List

  • -
  • +
  • #unbottled_dependencies FormulaInstaller @@ -29732,7 +29740,7 @@

    Method List

  • -
  • +
  • #undeclared_deps LinkageChecker @@ -29740,7 +29748,7 @@

    Method List

  • -
  • +
  • undeletable? OS::Mac @@ -29748,7 +29756,7 @@

    Method List

  • -
  • +
  • underscore Utils @@ -29756,7 +29764,7 @@

    Method List

  • -
  • +
  • unhook_raise Ignorable @@ -29764,7 +29772,7 @@

    Method List

  • -
  • +
  • #uninstall Keg @@ -29772,7 +29780,7 @@

    Method List

  • -
  • +
  • #uninstall Tap @@ -29780,7 +29788,7 @@

    Method List

  • -
  • +
  • #uninstall Cask::Pkg @@ -29788,7 +29796,7 @@

    Method List

  • -
  • +
  • uninstall Homebrew @@ -29796,7 +29804,7 @@

    Method List

  • -
  • +
  • #uninstall Cask::Installer @@ -29804,7 +29812,7 @@

    Method List

  • -
  • +
  • uninstall_args Homebrew @@ -29812,7 +29820,7 @@

    Method List

  • -
  • +
  • #uninstall_artifacts Cask::Installer @@ -29820,7 +29828,7 @@

    Method List

  • -
  • +
  • uninstall_casks Cask::Uninstall @@ -29828,7 +29836,7 @@

    Method List

  • -
  • +
  • uninstall_dsl_key Cask::Artifact::AbstractFlightBlock @@ -29836,7 +29844,7 @@

    Method List

  • -
  • +
  • #uninstall_existing_cask Cask::Installer @@ -29844,7 +29852,7 @@

    Method List

  • -
  • +
  • uninstall_kegs Homebrew::Uninstall @@ -29852,7 +29860,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Moved @@ -29860,7 +29868,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Qlplugin @@ -29868,7 +29876,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Symlinked @@ -29876,7 +29884,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Uninstall @@ -29884,7 +29892,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::KeyboardLayout @@ -29892,7 +29900,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::AbstractFlightBlock @@ -29900,7 +29908,7 @@

    Method List

  • -
  • +
  • #universal? MachOShim @@ -29908,7 +29916,7 @@

    Method List

  • -
  • +
  • #unless_modifier? RuboCop::Cop::FormulaAudit::OptionDeclarations @@ -29916,7 +29924,7 @@

    Method List

  • -
  • +
  • #unlink Keg @@ -29924,7 +29932,7 @@

    Method List

  • -
  • +
  • unlink Homebrew::Unlink @@ -29932,7 +29940,7 @@

    Method List

  • -
  • +
  • unlink Homebrew @@ -29940,7 +29948,7 @@

    Method List

  • -
  • +
  • unlink! Homebrew::Completions @@ -29948,7 +29956,7 @@

    Method List

  • -
  • +
  • unlink_args Homebrew @@ -29956,7 +29964,7 @@

    Method List

  • -
  • +
  • unlink_completions Utils::Link @@ -29964,7 +29972,7 @@

    Method List

  • -
  • +
  • unlink_manpages Utils::Link @@ -29972,7 +29980,7 @@

    Method List

  • -
  • +
  • #unlink_newname Migrator @@ -29980,7 +29988,7 @@

    Method List

  • -
  • +
  • #unlink_oldname Migrator @@ -29988,7 +29996,7 @@

    Method List

  • -
  • +
  • #unlink_oldname_cellar Migrator @@ -29996,7 +30004,7 @@

    Method List

  • -
  • +
  • #unlink_oldname_opt Migrator @@ -30004,7 +30012,7 @@

    Method List

  • -
  • +
  • unlink_versioned_formulae Homebrew::Unlink @@ -30012,7 +30020,7 @@

    Method List

  • -
  • +
  • #unlock Migrator @@ -30020,7 +30028,7 @@

    Method List

  • -
  • +
  • #unlock LockFile @@ -30028,7 +30036,7 @@

    Method List

  • -
  • +
  • #unpack Resource @@ -30036,7 +30044,7 @@

    Method List

  • -
  • +
  • unpack Homebrew @@ -30044,7 +30052,7 @@

    Method List

  • -
  • +
  • unpack_args Homebrew @@ -30052,7 +30060,7 @@

    Method List

  • -
  • +
  • unpin Homebrew @@ -30060,7 +30068,7 @@

    Method List

  • -
  • +
  • #unpin FormulaPin @@ -30068,7 +30076,7 @@

    Method List

  • -
  • +
  • unpin_args Homebrew @@ -30076,7 +30084,7 @@

    Method List

  • -
  • +
  • #unremovable_kegs Homebrew::Cleanup @@ -30084,7 +30092,7 @@

    Method List

  • -
  • +
  • #unstable? Cask::DSL::Version @@ -30092,7 +30100,7 @@

    Method List

  • -
  • +
  • unsupported_configuration? OS @@ -30100,7 +30108,7 @@

    Method List

  • -
  • +
  • #unsupported_release? MacOSVersion @@ -30108,7 +30116,7 @@

    Method List

  • -
  • +
  • untap Homebrew @@ -30116,7 +30124,7 @@

    Method List

  • -
  • +
  • untap_args Homebrew @@ -30124,7 +30132,7 @@

    Method List

  • -
  • +
  • untapped_official_taps Tap @@ -30132,7 +30140,7 @@

    Method List

  • -
  • +
  • #unused_options Tab @@ -30140,7 +30148,7 @@

    Method List

  • -
  • +
  • #unversioned? Cask::URL @@ -30148,7 +30156,7 @@

    Method List

  • -
  • +
  • #unzip_dep_if_needed DependencyCollector @@ -30156,7 +30164,7 @@

    Method List

  • -
  • +
  • #update! CacheStore @@ -30164,7 +30172,7 @@

    Method List

  • -
  • +
  • #update! LinkageCacheStore @@ -30172,7 +30180,7 @@

    Method List

  • -
  • +
  • #update! DescriptionCacheStore @@ -30180,7 +30188,7 @@

    Method List

  • -
  • +
  • #update_commit Version @@ -30188,7 +30196,7 @@

    Method List

  • -
  • +
  • #update_from_cask_tokens! CaskDescriptionCacheStore @@ -30196,7 +30204,7 @@

    Method List

  • -
  • +
  • #update_from_formula_names! DescriptionCacheStore @@ -30204,7 +30212,7 @@

    Method List

  • -
  • +
  • #update_from_report! DescriptionCacheStore @@ -30212,7 +30220,7 @@

    Method List

  • -
  • +
  • #update_from_report! CaskDescriptionCacheStore @@ -30220,7 +30228,7 @@

    Method List

  • -
  • +
  • #update_head_version Formula @@ -30228,7 +30236,7 @@

    Method List

  • -
  • +
  • update_instructions OS::Mac::Xcode @@ -30236,7 +30244,7 @@

    Method List

  • -
  • +
  • update_instructions OS::Mac::CLT @@ -30244,7 +30252,7 @@

    Method List

  • -
  • +
  • update_license_data Homebrew @@ -30252,7 +30260,7 @@

    Method List

  • -
  • +
  • update_license_data_args Homebrew @@ -30260,7 +30268,7 @@

    Method List

  • -
  • +
  • update_maintainers Homebrew @@ -30268,7 +30276,7 @@

    Method List

  • -
  • +
  • update_maintainers_args Homebrew @@ -30276,7 +30284,7 @@

    Method List

  • -
  • +
  • update_pypi_url PyPI @@ -30284,7 +30292,7 @@

    Method List

  • -
  • +
  • update_python_resources Homebrew @@ -30292,7 +30300,7 @@

    Method List

  • -
  • +
  • update_python_resources! PyPI @@ -30300,7 +30308,7 @@

    Method List

  • -
  • +
  • update_python_resources_args Homebrew @@ -30308,7 +30316,7 @@

    Method List

  • -
  • +
  • update_report Homebrew @@ -30316,7 +30324,7 @@

    Method List

  • -
  • +
  • update_report_args Homebrew @@ -30324,7 +30332,7 @@

    Method List

  • -
  • +
  • update_shell_completions! Homebrew::Completions @@ -30332,7 +30340,7 @@

    Method List

  • -
  • +
  • update_sponsors Homebrew @@ -30340,7 +30348,7 @@

    Method List

  • -
  • +
  • update_sponsors_args Homebrew @@ -30348,7 +30356,7 @@

    Method List

  • -
  • +
  • #update_tabs Migrator @@ -30356,7 +30364,7 @@

    Method List

  • -
  • +
  • update_test Homebrew @@ -30364,7 +30372,7 @@

    Method List

  • -
  • +
  • update_test_args Homebrew @@ -30372,7 +30380,7 @@

    Method List

  • -
  • +
  • #updated? Reporter @@ -30380,7 +30388,7 @@

    Method List

  • -
  • +
  • upgrade Homebrew @@ -30388,7 +30396,7 @@

    Method List

  • -
  • +
  • upgrade_args Homebrew @@ -30396,7 +30404,7 @@

    Method List

  • -
  • +
  • upgrade_cask Cask::Upgrade @@ -30404,7 +30412,7 @@

    Method List

  • -
  • +
  • upgrade_casks Cask::Upgrade @@ -30412,7 +30420,7 @@

    Method List

  • -
  • +
  • upgrade_formulae Homebrew::Upgrade @@ -30420,7 +30428,7 @@

    Method List

  • -
  • +
  • upgrade_outdated_casks Homebrew @@ -30428,7 +30436,7 @@

    Method List

  • -
  • +
  • upgrade_outdated_formulae Homebrew @@ -30436,7 +30444,7 @@

    Method List

  • -
  • +
  • #upload_bottles GitHubPackages @@ -30444,7 +30452,7 @@

    Method List

  • -
  • +
  • #upload_bottles GitHubReleases @@ -30452,7 +30460,7 @@

    Method List

  • -
  • +
  • upload_release_asset GitHub @@ -30460,7 +30468,7 @@

    Method List

  • -
  • +
  • #uri Cask::URL::DSL @@ -30468,7 +30476,7 @@

    Method List

  • -
  • +
  • url Formula @@ -30476,7 +30484,7 @@

    Method List

  • -
  • +
  • #url Cask::DSL @@ -30484,7 +30492,7 @@

    Method List

  • -
  • +
  • #url Cask::URL::BlockDSL::PageWithURL @@ -30492,7 +30500,7 @@

    Method List

  • -
  • +
  • #url Resource @@ -30500,7 +30508,7 @@

    Method List

  • -
  • +
  • #url Formulary::FromUrlLoader @@ -30508,7 +30516,7 @@

    Method List

  • -
  • +
  • #url Livecheck @@ -30516,7 +30524,7 @@

    Method List

  • -
  • +
  • #url Downloadable @@ -30524,7 +30532,7 @@

    Method List

  • -
  • +
  • #url Cask::Download @@ -30532,7 +30540,7 @@

    Method List

  • -
  • +
  • #url SoftwareSpec @@ -30540,7 +30548,7 @@

    Method List

  • -
  • +
  • url Formatter @@ -30548,7 +30556,7 @@

    Method List

  • -
  • +
  • #url Cask::CaskLoader::FromURILoader @@ -30556,7 +30564,7 @@

    Method List

  • -
  • +
  • #url Homebrew::ResourceAuditor @@ -30564,7 +30572,7 @@

    Method List

  • -
  • +
  • #url AbstractDownloadStrategy @@ -30572,7 +30580,7 @@

    Method List

  • -
  • +
  • #url Homebrew::Livecheck::Strategy::Sparkle::Item @@ -30580,7 +30588,7 @@

    Method List

  • -
  • +
  • #url_encode Bottle::Filename @@ -30588,7 +30596,7 @@

    Method List

  • -
  • +
  • url_protected_by_cloudflare? Utils::Curl @@ -30596,7 +30604,7 @@

    Method List

  • -
  • +
  • url_protected_by_incapsula? Utils::Curl @@ -30604,7 +30612,7 @@

    Method List

  • -
  • +
  • url_to GitHub @@ -30612,7 +30620,7 @@

    Method List

  • -
  • +
  • #usage_banner Homebrew::CLI::Parser @@ -30620,7 +30628,7 @@

    Method List

  • -
  • +
  • #usage_banner_text Homebrew::CLI::Parser @@ -30628,7 +30636,7 @@

    Method List

  • -
  • +
  • use CacheStoreDatabase @@ -30636,7 +30644,7 @@

    Method List

  • -
  • +
  • use_buildpulse? Homebrew @@ -30644,7 +30652,7 @@

    Method List

  • -
  • +
  • use_homebrew_curl? Homebrew::Livecheck @@ -30652,7 +30660,7 @@

    Method List

  • -
  • +
  • #use_macos_install? UsesFromMacOSDependency @@ -30660,7 +30668,7 @@

    Method List

  • -
  • +
  • #use_system_ruby? Homebrew::Cleanup @@ -30668,7 +30676,7 @@

    Method List

  • -
  • +
  • #used_options Tab @@ -30676,7 +30684,7 @@

    Method List

  • -
  • +
  • #user Tap @@ -30684,7 +30692,7 @@

    Method List

  • -
  • +
  • #user TapFormulaUnavailableError @@ -30692,7 +30700,7 @@

    Method List

  • -
  • +
  • user GitHub @@ -30700,7 +30708,7 @@

    Method List

  • -
  • +
  • #user_agent Cask::URL::DSL @@ -30708,7 +30716,7 @@

    Method List

  • -
  • +
  • user_gem_groups Homebrew @@ -30716,7 +30724,7 @@

    Method List

  • -
  • +
  • user_site_packages Language::Python @@ -30724,7 +30732,7 @@

    Method List

  • -
  • +
  • #user_tilde Homebrew::Diagnostic::Checks @@ -30732,7 +30740,7 @@

    Method List

  • -
  • +
  • user_vendor_version Homebrew @@ -30740,7 +30748,7 @@

    Method List

  • -
  • +
  • uses Homebrew @@ -30748,7 +30756,7 @@

    Method List

  • -
  • +
  • uses_args Homebrew @@ -30756,7 +30764,7 @@

    Method List

  • -
  • +
  • uses_from_macos Formula @@ -30764,7 +30772,7 @@

    Method List

  • -
  • +
  • #uses_from_macos SoftwareSpec @@ -30772,7 +30780,7 @@

    Method List

  • -
  • +
  • #uses_from_macos? Dependency @@ -30780,7 +30788,7 @@

    Method List

  • -
  • +
  • #uses_from_macos? UsesFromMacOSDependency @@ -30788,7 +30796,7 @@

    Method List

  • -
  • +
  • #uses_from_macos_elements SoftwareSpec @@ -30796,7 +30804,7 @@

    Method List

  • -
  • +
  • #uses_from_macos_names SoftwareSpec @@ -30804,7 +30812,7 @@

    Method List

  • -
  • +
  • #using URL @@ -30812,7 +30820,7 @@

    Method List

  • -
  • +
  • #using Cask::URL::DSL @@ -30820,7 +30828,7 @@

    Method List

  • -
  • +
  • #using Resource @@ -30828,7 +30836,7 @@

    Method List

  • -
  • +
  • #using Homebrew::ResourceAuditor @@ -30836,7 +30844,7 @@

    Method List

  • -
  • +
  • valid_aliases? Readall @@ -30844,7 +30852,7 @@

    Method List

  • -
  • +
  • valid_casks? Readall @@ -30852,7 +30860,7 @@

    Method List

  • -
  • +
  • #valid_combination? Utils::Bottles::Tag @@ -30860,7 +30868,7 @@

    Method List

  • -
  • +
  • valid_formulae? Readall @@ -30868,7 +30876,7 @@

    Method List

  • -
  • +
  • valid_gem_groups Homebrew @@ -30876,7 +30884,7 @@

    Method List

  • -
  • +
  • valid_internal_cmd? Commands @@ -30884,7 +30892,7 @@

    Method List

  • -
  • +
  • valid_internal_dev_cmd? Commands @@ -30892,7 +30900,7 @@

    Method List

  • -
  • +
  • #valid_library_extension? FormulaCellarChecks @@ -30900,7 +30908,7 @@

    Method List

  • -
  • +
  • valid_license? SPDX @@ -30908,7 +30916,7 @@

    Method List

  • -
  • +
  • valid_license_exception? SPDX @@ -30916,7 +30924,7 @@

    Method List

  • -
  • +
  • #valid_pypi_package? PyPI::Package @@ -30924,7 +30932,7 @@

    Method List

  • -
  • +
  • valid_ruby_syntax? Readall @@ -30932,7 +30940,7 @@

    Method List

  • -
  • +
  • valid_tap? Readall @@ -30940,7 +30948,7 @@

    Method List

  • -
  • +
  • validate_file Utils::Tar @@ -30948,7 +30956,7 @@

    Method List

  • -
  • +
  • #validate_options Homebrew::CLI::Parser @@ -30956,7 +30964,7 @@

    Method List

  • -
  • +
  • #value Version::Token @@ -30964,7 +30972,7 @@

    Method List

  • -
  • +
  • #value Version::StringToken @@ -30972,7 +30980,7 @@

    Method List

  • -
  • +
  • #value Version::NumericToken @@ -30980,7 +30988,7 @@

    Method List

  • -
  • +
  • #value Homebrew::CLI::Args @@ -30988,7 +30996,7 @@

    Method List

  • -
  • +
  • #var Formula @@ -30996,7 +31004,7 @@

    Method List

  • -
  • +
  • vendor_gems Homebrew @@ -31004,7 +31012,7 @@

    Method List

  • -
  • +
  • vendor_gems_args Homebrew @@ -31012,7 +31020,7 @@

    Method List

  • -
  • +
  • #verbose? Context::ContextStruct @@ -31020,7 +31028,7 @@

    Method List

  • -
  • +
  • #verbose? Context @@ -31028,7 +31036,7 @@

    Method List

  • -
  • +
  • verbose? Homebrew @@ -31036,7 +31044,7 @@

    Method List

  • -
  • +
  • #verified Cask::URL::DSL @@ -31044,7 +31052,7 @@

    Method List

  • -
  • +
  • #verify Homebrew::FormulaCreator @@ -31052,7 +31060,7 @@

    Method List

  • -
  • +
  • #verify_checksum Pathname @@ -31060,7 +31068,7 @@

    Method List

  • -
  • +
  • #verify_deps_exist FormulaInstaller @@ -31068,7 +31076,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Downloadable @@ -31076,7 +31084,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Cask::Download @@ -31084,7 +31092,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity HeadSoftwareSpec @@ -31092,7 +31100,7 @@

    Method List

  • -
  • +
  • #verify_has_sha Cask::Installer @@ -31100,7 +31108,7 @@

    Method List

  • -
  • +
  • #verify_order_in_source RuboCop::Cop::FormulaAudit::DependencyOrder @@ -31108,7 +31116,7 @@

    Method List

  • -
  • +
  • #version Keg @@ -31116,7 +31124,7 @@

    Method List

  • -
  • +
  • #version URL @@ -31124,7 +31132,7 @@

    Method List

  • -
  • +
  • version OS::Mac @@ -31132,7 +31140,7 @@

    Method List

  • -
  • +
  • #version Formula @@ -31140,7 +31148,7 @@

    Method List

  • -
  • +
  • version Formula @@ -31148,7 +31156,7 @@

    Method List

  • -
  • +
  • #version Cask::DSL @@ -31156,7 +31164,7 @@

    Method List

  • -
  • +
  • version OS::Mac::Xcode @@ -31164,7 +31172,7 @@

    Method List

  • -
  • +
  • version OS::Mac::CLT @@ -31172,7 +31180,7 @@

    Method List

  • -
  • +
  • #version Resource @@ -31180,7 +31188,7 @@

    Method List

  • -
  • +
  • #version CompilerFailure @@ -31188,7 +31196,7 @@

    Method List

  • -
  • +
  • #version CompilerSelector::Compiler @@ -31196,7 +31204,7 @@

    Method List

  • -
  • +
  • version Utils::Git @@ -31204,7 +31212,7 @@

    Method List

  • -
  • +
  • version Utils::Svn @@ -31212,7 +31220,7 @@

    Method List

  • -
  • +
  • #version OS::Mac::SDK @@ -31220,7 +31228,7 @@

    Method List

  • -
  • +
  • #version PyPI::Package @@ -31228,7 +31236,7 @@

    Method List

  • -
  • +
  • #version PkgVersion @@ -31236,7 +31244,7 @@

    Method List

  • -
  • +
  • #version Downloadable @@ -31244,7 +31252,7 @@

    Method List

  • -
  • +
  • #version FormulaInfo @@ -31252,7 +31260,7 @@

    Method List

  • -
  • +
  • #version Cask::Download @@ -31260,7 +31268,7 @@

    Method List

  • -
  • +
  • #version MacOSVersion::Error @@ -31268,7 +31276,7 @@

    Method List

  • -
  • +
  • #version Bottle::Filename @@ -31276,7 +31284,7 @@

    Method List

  • -
  • +
  • #version Homebrew::BundleVersion @@ -31284,7 +31292,7 @@

    Method List

  • -
  • +
  • version OS::Linux::Glibc @@ -31292,7 +31300,7 @@

    Method List

  • -
  • +
  • #version Homebrew::ResourceAuditor @@ -31300,7 +31308,7 @@

    Method List

  • -
  • +
  • #version MacOSRequirement @@ -31308,7 +31316,7 @@

    Method List

  • -
  • +
  • #version XcodeRequirement @@ -31316,7 +31324,7 @@

    Method List

  • -
  • +
  • #version= PyPI::Package @@ -31324,7 +31332,7 @@

    Method List

  • -
  • +
  • #version_name Homebrew::VersionBumpInfo @@ -31332,7 +31340,7 @@

    Method List

  • -
  • +
  • version_rebuild GitHubPackages @@ -31340,7 +31348,7 @@

    Method List

  • -
  • +
  • #version_scheme Tab @@ -31348,7 +31356,7 @@

    Method List

  • -
  • +
  • #version_scheme Formula @@ -31356,7 +31364,7 @@

    Method List

  • -
  • +
  • #version_specified? MacOSRequirement @@ -31364,7 +31372,7 @@

    Method List

  • -
  • +
  • #versioned_formula? Formula @@ -31372,7 +31380,7 @@

    Method List

  • -
  • +
  • #versioned_formula? KegOnlyReason @@ -31380,7 +31388,7 @@

    Method List

  • -
  • +
  • #versioned_formula? RuboCop::Cop::FormulaCop @@ -31388,7 +31396,7 @@

    Method List

  • -
  • +
  • #versioned_formulae Formula @@ -31396,7 +31404,7 @@

    Method List

  • -
  • +
  • #versioned_formulae_names Formula @@ -31404,7 +31412,7 @@

    Method List

  • -
  • +
  • #versioned_macos_requirement TestRunnerFormula @@ -31412,7 +31420,7 @@

    Method List

  • -
  • +
  • #versions Tab @@ -31420,7 +31428,7 @@

    Method List

  • -
  • +
  • #versions CompilerSelector @@ -31428,7 +31436,7 @@

    Method List

  • -
  • +
  • #versions Homebrew::Livecheck::LivecheckVersion @@ -31436,7 +31444,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Xml @@ -31444,7 +31452,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Json @@ -31452,7 +31460,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Yaml @@ -31460,7 +31468,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Sparkle @@ -31468,7 +31476,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::PageMatch @@ -31476,7 +31484,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::GithubReleases @@ -31484,7 +31492,7 @@

    Method List

  • -
  • +
  • versions_from_headers Homebrew::Livecheck::Strategy::HeaderMatch @@ -31492,7 +31500,7 @@

    Method List

  • -
  • +
  • versions_from_items Homebrew::Livecheck::Strategy::ExtractPlist @@ -31500,7 +31508,7 @@

    Method List

  • -
  • +
  • versions_from_tags Homebrew::Livecheck::Strategy::Git @@ -31508,7 +31516,7 @@

    Method List

  • -
  • +
  • #virtualenv_create Language::Python::Virtualenv @@ -31516,7 +31524,7 @@

    Method List

  • -
  • +
  • #virtualenv_install_with_resources Language::Python::Virtualenv @@ -31524,7 +31532,7 @@

    Method List

  • -
  • +
  • warning Formatter @@ -31532,7 +31540,7 @@

    Method List

  • -
  • +
  • watchlist_path Homebrew @@ -31540,7 +31548,7 @@

    Method List

  • -
  • +
  • #which Homebrew::Diagnostic::Volumes @@ -31548,7 +31556,7 @@

    Method List

  • -
  • +
  • #which Kernel @@ -31556,7 +31564,7 @@

    Method List

  • -
  • +
  • #which_all Kernel @@ -31564,7 +31572,7 @@

    Method List

  • -
  • +
  • #which_editor Kernel @@ -31572,7 +31580,7 @@

    Method List

  • -
  • +
  • width Tty @@ -31580,7 +31588,7 @@

    Method List

  • -
  • +
  • with Tty @@ -31588,7 +31596,7 @@

    Method List

  • -
  • +
  • with Homebrew::SimulateSystem @@ -31596,7 +31604,7 @@

    Method List

  • -
  • +
  • #with? Tab @@ -31604,7 +31612,7 @@

    Method List

  • -
  • +
  • #with? BuildOptions @@ -31612,7 +31620,7 @@

    Method List

  • -
  • +
  • #with_build_environment EnvActivation @@ -31620,7 +31628,7 @@

    Method List

  • -
  • +
  • #with_context Context @@ -31628,7 +31636,7 @@

    Method List

  • -
  • +
  • #with_custom_locale Kernel @@ -31636,7 +31644,7 @@

    Method List

  • -
  • +
  • #with_env Kernel @@ -31644,7 +31652,7 @@

    Method List

  • -
  • +
  • #with_homebrew_path Kernel @@ -31652,7 +31660,7 @@

    Method List

  • -
  • +
  • #with_lock LockFile @@ -31660,7 +31668,7 @@

    Method List

  • -
  • +
  • #with_logging Formula @@ -31668,7 +31676,7 @@

    Method List

  • -
  • +
  • #with_monkey_patch Top Level Namespace @@ -31676,7 +31684,7 @@

    Method List

  • -
  • +
  • with_no_api_env Homebrew @@ -31684,7 +31692,7 @@

    Method List

  • -
  • +
  • with_no_api_env_if_needed Homebrew @@ -31692,7 +31700,7 @@

    Method List

  • -
  • +
  • #without? Tab @@ -31700,7 +31708,7 @@

    Method List

  • -
  • +
  • #without? BuildOptions @@ -31708,7 +31716,7 @@

    Method List

  • -
  • +
  • without_clt? OS::Mac::Xcode @@ -31716,7 +31724,7 @@

    Method List

  • -
  • +
  • #without_patch Homebrew::FormulaTextAuditor @@ -31724,7 +31732,7 @@

    Method List

  • -
  • +
  • #workdir LinuxRunnerSpec @@ -31732,7 +31740,7 @@

    Method List

  • -
  • +
  • workflow_dispatch_event GitHub @@ -31740,7 +31748,7 @@

    Method List

  • -
  • +
  • #working_dir Homebrew::Service @@ -31748,7 +31756,7 @@

    Method List

  • -
  • +
  • #write Tab @@ -31756,7 +31764,7 @@

    Method List

  • -
  • +
  • write Homebrew::Settings @@ -31764,7 +31772,7 @@

    Method List

  • -
  • +
  • write_access? GitHub @@ -31772,7 +31780,7 @@

    Method List

  • -
  • +
  • #write_env_script Pathname @@ -31780,7 +31788,7 @@

    Method List

  • -
  • +
  • #write_exec_script Pathname @@ -31788,7 +31796,7 @@

    Method List

  • -
  • +
  • #write_formula! Homebrew::FormulaCreator @@ -31796,7 +31804,7 @@

    Method List

  • -
  • +
  • #write_if_dirty! CacheStoreDatabase @@ -31804,7 +31812,7 @@

    Method List

  • -
  • +
  • #write_jar_script Pathname @@ -31812,7 +31820,7 @@

    Method List

  • -
  • +
  • write_names Homebrew::API::Cask @@ -31820,7 +31828,7 @@

    Method List

  • -
  • +
  • write_names_and_aliases Homebrew::API::Formula @@ -31828,7 +31836,7 @@

    Method List

  • -
  • +
  • write_names_file Homebrew::API @@ -31836,7 +31844,7 @@

    Method List

  • -
  • +
  • write_path Homebrew @@ -31844,7 +31852,7 @@

    Method List

  • -
  • +
  • write_user_gem_groups Homebrew @@ -31852,7 +31860,7 @@

    Method List

  • -
  • +
  • wsl? OS::Linux @@ -31860,7 +31868,7 @@

    Method List

  • -
  • +
  • wsl_version OS::Linux @@ -31868,7 +31876,7 @@

    Method List

  • -
  • +
  • #x86_64? MachOShim @@ -31876,7 +31884,7 @@

    Method List

  • -
  • +
  • #x86_64? GitHubRunner @@ -31884,7 +31892,7 @@

    Method List

  • -
  • +
  • #x86_64_compatible? TestRunnerFormula @@ -31892,7 +31900,7 @@

    Method List

  • -
  • +
  • #x86_64_only? TestRunnerFormula @@ -31900,7 +31908,7 @@

    Method List

  • -
  • +
  • xcode SystemConfig @@ -31908,7 +31916,7 @@

    Method List

  • -
  • +
  • #xcode_installed_version XcodeRequirement @@ -31916,7 +31924,7 @@

    Method List

  • -
  • +
  • #xcodebuild Formula @@ -31924,7 +31932,7 @@

    Method List

  • -
  • +
  • #xz_dep_if_needed DependencyCollector @@ -31932,7 +31940,7 @@

    Method List

  • -
  • +
  • #zap Cask::Installer @@ -31940,7 +31948,7 @@

    Method List

  • -
  • +
  • #zap_phase Cask::Artifact::Zap @@ -31948,7 +31956,7 @@

    Method List

  • -
  • +
  • #zipinfo Pathname @@ -31956,7 +31964,7 @@

    Method List

  • -
  • +
  • #zsh_completion Formula @@ -31964,7 +31972,7 @@

    Method List

  • -
  • +
  • #zsh_function Formula @@ -31972,7 +31980,7 @@

    Method List

  • -
  • +
  • #zstd_dep_if_needed DependencyCollector @@ -31980,7 +31988,7 @@

    Method List

  • -
  • +
  • #| Options