diff --git a/docs/CoreCaskTap.html b/docs/CoreCaskTap.html index fe39642ea..a254656d2 100644 --- a/docs/CoreCaskTap.html +++ b/docs/CoreCaskTap.html @@ -265,27 +265,6 @@

- private - -
- - - - - -
  • - - - #new_cask_font_path(token) ⇒ Pathname - - - - - - - - - private
    @@ -500,14 +479,14 @@

     
     
    +1409
    +1410
    +1411
     1412
    -1413
    -1414
    -1415
    -1416
    +1413 -
    # File 'tap.rb', line 1412
    +      
    # File 'tap.rb', line 1409
     
     def cask_files
       return super if Homebrew::EnvConfig.no_install_from_api?
    @@ -561,6 +540,9 @@ 

     
     
    +1423
    +1424
    +1425
     1426
     1427
     1428
    @@ -568,13 +550,10 @@ 

    1430 1431 1432 -1433 -1434 -1435 -1436

    +1433

    -
    # File 'tap.rb', line 1426
    +      
    # File 'tap.rb', line 1423
     
     def cask_files_by_name
       return super if Homebrew::EnvConfig.no_install_from_api?
    @@ -634,16 +613,16 @@ 

     
     
    +1436
    +1437
    +1438
     1439
     1440
     1441
    -1442
    -1443
    -1444
    -1445
    +1442

    -
    # File 'tap.rb', line 1439
    +      
    # File 'tap.rb', line 1436
     
     def cask_renames
       @cask_renames ||= if Homebrew::EnvConfig.no_install_from_api?
    @@ -699,14 +678,14 @@ 

     
     
    +1416
    +1417
    +1418
     1419
    -1420
    -1421
    -1422
    -1423
    +1420

    -
    # File 'tap.rb', line 1419
    +      
    # File 'tap.rb', line 1416
     
     def cask_tokens
       return super if Homebrew::EnvConfig.no_install_from_api?
    @@ -773,82 +752,6 @@ 

    - - -
    -

    - - #new_cask_font_path(token) ⇒ Pathname - - - - - -

    -
    -

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

    - - -
    -
    -
    -

    Parameters:

    -
      - -
    • - - token - - - (String) - - - -
    • - -
    - -

    Returns:

    - - -
    - - - - -
    -
    -
    -
    -1405
    -1406
    -1407
    -1408
    -1409
    -
    -
    # File 'tap.rb', line 1405
    -
    -def new_cask_font_path(token)
    -  font_first_letter = T.must(token.split("font-").second)[0].to_s
    -  cask_subdir = "font/font-#{font_first_letter}"
    -  cask_dir/cask_subdir/"#{token.downcase}.rb"
    -end
    -
    @@ -911,13 +814,21 @@

    1399 1400 1401 -1402

    +1402 +1403 +1404 +1405 +1406
    # File 'tap.rb', line 1399
     
     def new_cask_path(token)
    -  cask_subdir = token[0].to_s
    +  cask_subdir = if token.start_with?("font-")
    +    "font/font-#{token.delete_prefix("font-")[0]}"
    +  else
    +    token[0].to_s
    +  end
       cask_dir/cask_subdir/"#{token.downcase}.rb"
     end
    @@ -967,18 +878,18 @@

     
     
    +1445
    +1446
    +1447
     1448
     1449
     1450
     1451
     1452
    -1453
    -1454
    -1455
    -1456
    +1453

    -
    # File 'tap.rb', line 1448
    +      
    # File 'tap.rb', line 1445
     
     def tap_migrations
       @tap_migrations ||= if Homebrew::EnvConfig.no_install_from_api?
    @@ -1036,6 +947,9 @@ 

     
     
    +1456
    +1457
    +1458
     1459
     1460
     1461
    @@ -1046,13 +960,10 @@ 

    1466 1467 1468 -1469 -1470 -1471 -1472

    +1469

    -
    # File 'tap.rb', line 1459
    +      
    # File 'tap.rb', line 1456
     
     def to_internal_api_hash
       casks_api_hash = cask_tokens.to_h do |token|
    diff --git a/docs/TapConfig.html b/docs/TapConfig.html
    index 60a0564b4..9008f1490 100644
    --- a/docs/TapConfig.html
    +++ b/docs/TapConfig.html
    @@ -296,12 +296,12 @@ 

     
     
    -1481
    -1482
    -1483
    +1478 +1479 +1480

    -
    # File 'tap.rb', line 1481
    +      
    # File 'tap.rb', line 1478
     
     def initialize(tap)
       @tap = tap
    @@ -360,12 +360,12 @@ 

     
     
    -1478
    -1479
    -1480
    +1475 +1476 +1477

    -
    # File 'tap.rb', line 1478
    +      
    # File 'tap.rb', line 1475
     
     def tap
       @tap
    @@ -439,18 +439,18 @@ 

     
     
    +1483
    +1484
    +1485
     1486
     1487
     1488
     1489
     1490
    -1491
    -1492
    -1493
    -1494
    +1491

    -
    # File 'tap.rb', line 1486
    +      
    # File 'tap.rb', line 1483
     
     def [](key)
       return unless tap.git?
    @@ -521,15 +521,15 @@ 

     
     
    +1494
    +1495
    +1496
     1497
     1498
    -1499
    -1500
    -1501
    -1502
    +1499

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

     
     
    +1502
    +1503
    +1504
     1505
     1506
    -1507
    -1508
    -1509
    -1510
    +1507

    -
    # File 'tap.rb', line 1505
    +      
    # File 'tap.rb', line 1502
     
     def delete(key)
       return unless tap.git?
    diff --git a/docs/method_list.html b/docs/method_list.html
    index 92cdd00c3..53691b95b 100644
    --- a/docs/method_list.html
    +++ b/docs/method_list.html
    @@ -25341,14 +25341,6 @@ 

    Method List

  • -
    - #new_cask_font_path - CoreCaskTap -
    -
  • - - -
  • #new_cask_path Tap @@ -25356,7 +25348,7 @@

    Method List

  • -
  • +
  • #new_cask_path CoreCaskTap @@ -25364,7 +25356,7 @@

    Method List

  • -
  • +
  • #new_cellar Migrator @@ -25372,7 +25364,7 @@

    Method List

  • -
  • +
  • #new_cellar_existed Migrator @@ -25380,7 +25372,7 @@

    Method List

  • -
  • +
  • #new_download_sha Cask::Cask @@ -25388,7 +25380,7 @@

    Method List

  • -
  • +
  • #new_formula_available? Formula @@ -25396,7 +25388,7 @@

    Method List

  • -
  • +
  • #new_formula_path Tap @@ -25404,7 +25396,7 @@

    Method List

  • -
  • +
  • #new_formula_path CoreTap @@ -25412,7 +25404,7 @@

    Method List

  • -
  • +
  • #new_formula_problems Homebrew::FormulaAuditor @@ -25420,7 +25412,7 @@

    Method List

  • -
  • +
  • #new_issue? Homebrew::Cmd::GistLogs::Args @@ -25428,7 +25420,7 @@

    Method List

  • -
  • +
  • #new_linked_keg_record Migrator @@ -25436,7 +25428,7 @@

    Method List

  • -
  • +
  • #new_pin_record Migrator @@ -25444,7 +25436,7 @@

    Method List

  • -
  • +
  • #new_version Homebrew::DevCmd::Bump::VersionBumpInfo @@ -25452,7 +25444,7 @@

    Method List

  • -
  • +
  • #newer_only? Homebrew::DevCmd::LivecheckCmd::Args @@ -25460,7 +25452,7 @@

    Method List

  • -
  • +
  • #newname Migrator @@ -25468,7 +25460,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::BundleVersion @@ -25476,7 +25468,7 @@

    Method List

  • -
  • +
  • #nice_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -25484,7 +25476,7 @@

    Method List

  • -
  • +
  • #nil_or_empty? RuboCop::Cop::Homebrew::Blank @@ -25492,7 +25484,7 @@

    Method List

  • -
  • +
  • #no_all_checks? Homebrew::DevCmd::Bottle::Args @@ -25500,7 +25492,7 @@

    Method List

  • -
  • +
  • no_analytics? Homebrew::EnvConfig @@ -25508,7 +25500,7 @@

    Method List

  • -
  • +
  • #no_audit? Homebrew::DevCmd::BumpCaskPr::Args @@ -25516,7 +25508,7 @@

    Method List

  • -
  • +
  • #no_audit? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25524,7 +25516,7 @@

    Method List

  • -
  • +
  • no_auto_update? Homebrew::EnvConfig @@ -25532,7 +25524,7 @@

    Method List

  • -
  • +
  • no_autoremove? Homebrew::EnvConfig @@ -25540,7 +25532,7 @@

    Method List

  • -
  • +
  • no_bootsnap? Homebrew::EnvConfig @@ -25548,7 +25540,7 @@

    Method List

  • -
  • +
  • #no_browse? Homebrew::DevCmd::BumpCaskPr::Args @@ -25556,7 +25548,7 @@

    Method List

  • -
  • +
  • #no_browse? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25564,7 +25556,7 @@

    Method List

  • -
  • +
  • no_changes_message Homebrew @@ -25572,7 +25564,7 @@

    Method List

  • -
  • +
  • #no_cherry_pick? Homebrew::DevCmd::PrPull::Args @@ -25580,7 +25572,7 @@

    Method List

  • -
  • +
  • no_cleanup_formulae Homebrew::EnvConfig @@ -25588,7 +25580,7 @@

    Method List

  • -
  • +
  • no_color? Homebrew::EnvConfig @@ -25596,7 +25588,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::Bottle::Args @@ -25604,7 +25596,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::PrPull::Args @@ -25612,7 +25604,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::PrUpload::Args @@ -25620,7 +25612,7 @@

    Method List

  • -
  • +
  • #no_commit? Homebrew::DevCmd::VendorGems::Args @@ -25628,7 +25620,7 @@

    Method List

  • -
  • +
  • #no_dividers Cask::DSL::Version @@ -25636,7 +25628,7 @@

    Method List

  • -
  • +
  • no_emoji? Homebrew::EnvConfig @@ -25644,7 +25636,7 @@

    Method List

  • -
  • +
  • no_env_hints? Homebrew::EnvConfig @@ -25652,7 +25644,7 @@

    Method List

  • -
  • +
  • #no_fetch? Homebrew::DevCmd::Create::Args @@ -25660,7 +25652,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Stdenv @@ -25668,7 +25660,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains Superenv @@ -25676,7 +25668,7 @@

    Method List

  • -
  • +
  • #no_fixup_chains_support? SharedEnvExtension @@ -25684,7 +25676,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::Bump::Args @@ -25692,7 +25684,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::BumpCaskPr::Args @@ -25700,7 +25692,7 @@

    Method List

  • -
  • +
  • #no_fork? Homebrew::DevCmd::BumpFormulaPr::Args @@ -25708,7 +25700,7 @@

    Method List

  • -
  • +
  • #no_git? Homebrew::DevCmd::TapNew::Args @@ -25716,7 +25708,7 @@

    Method List

  • -
  • +
  • no_github_api? Homebrew::EnvConfig @@ -25724,7 +25716,7 @@

    Method List

  • -
  • +
  • no_insecure_redirect? Homebrew::EnvConfig @@ -25732,7 +25724,7 @@

    Method List

  • -
  • +
  • no_install_cleanup? Homebrew::EnvConfig @@ -25740,7 +25732,7 @@

    Method List

  • -
  • +
  • no_install_from_api? Homebrew::EnvConfig @@ -25748,7 +25740,7 @@

    Method List

  • -
  • +
  • no_install_upgrade? Homebrew::EnvConfig @@ -25756,7 +25748,7 @@

    Method List

  • -
  • +
  • no_installed_dependents_check? Homebrew::EnvConfig @@ -25764,7 +25756,7 @@

    Method List

  • -
  • +
  • no_message_output? Utils::Analytics @@ -25772,7 +25764,7 @@

    Method List

  • -
  • +
  • #no_named? Homebrew::CLI::Args @@ -25780,7 +25772,7 @@

    Method List

  • -
  • +
  • no_proxy Homebrew::EnvConfig @@ -25788,7 +25780,7 @@

    Method List

  • -
  • +
  • #no_pull_requests? Homebrew::DevCmd::Bump::Args @@ -25796,7 +25788,7 @@

    Method List

  • -
  • +
  • #no_rebuild? Homebrew::DevCmd::Bottle::Args @@ -25804,7 +25796,7 @@

    Method List

  • -
  • +
  • #no_simulate? Homebrew::Cmd::ReadallCmd::Args @@ -25812,7 +25804,7 @@

    Method List

  • -
  • +
  • #no_style? Homebrew::DevCmd::BumpCaskPr::Args @@ -25820,7 +25812,7 @@

    Method List

  • -
  • +
  • no_underline Tty @@ -25828,7 +25820,7 @@

    Method List

  • -
  • +
  • no_update_report_new? Homebrew::EnvConfig @@ -25836,7 +25828,7 @@

    Method List

  • -
  • +
  • #no_upload? Homebrew::DevCmd::PrPull::Args @@ -25844,7 +25836,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Stdenv @@ -25852,7 +25844,7 @@

    Method List

  • -
  • +
  • #no_weak_imports Superenv @@ -25860,7 +25852,7 @@

    Method List

  • -
  • +
  • #no_weak_imports_support? SharedEnvExtension @@ -25868,7 +25860,7 @@

    Method List

  • -
  • +
  • #node? Homebrew::DevCmd::Create::Args @@ -25876,7 +25868,7 @@

    Method List

  • -
  • +
  • #node_equals? RuboCop::Cop::HelperFunctions @@ -25884,7 +25876,7 @@

    Method List

  • -
  • +
  • #non_bundler_gems? Homebrew::DevCmd::VendorGems::Args @@ -25892,7 +25884,7 @@

    Method List

  • -
  • +
  • #none_string Homebrew::Diagnostic::Checks @@ -25900,7 +25892,7 @@

    Method List

  • -
  • +
  • normalize_python_package PyPI @@ -25908,7 +25900,7 @@

    Method List

  • -
  • +
  • not_this_run? Utils::Analytics @@ -25916,7 +25908,7 @@

    Method List

  • -
  • +
  • npm_cache_config Language::Node @@ -25924,7 +25916,7 @@

    Method List

  • -
  • +
  • #null? Version::Token @@ -25932,7 +25924,7 @@

    Method List

  • -
  • +
  • #null? Version @@ -25940,7 +25932,7 @@

    Method List

  • -
  • +
  • #number_readable Kernel @@ -25948,7 +25940,7 @@

    Method List

  • -
  • +
  • #numeric? Version::Token @@ -25956,7 +25948,7 @@

    Method List

  • -
  • +
  • #numeric? Version::NumericToken @@ -25964,7 +25956,7 @@

    Method List

  • -
  • +
  • #odebug Kernel @@ -25972,7 +25964,7 @@

    Method List

  • -
  • +
  • #odeprecated Kernel @@ -25980,7 +25972,7 @@

    Method List

  • -
  • +
  • #odie Kernel @@ -25988,7 +25980,7 @@

    Method List

  • -
  • +
  • odie_if_defined Homebrew @@ -25996,7 +25988,7 @@

    Method List

  • -
  • +
  • #odisabled Kernel @@ -26004,7 +25996,7 @@

    Method List

  • -
  • +
  • #ofail Kernel @@ -26012,7 +26004,7 @@

    Method List

  • -
  • +
  • #offending_node RuboCop::Cop::HelperFunctions @@ -26020,7 +26012,7 @@

    Method List

  • -
  • +
  • #official? Tap @@ -26028,7 +26020,7 @@

    Method List

  • -
  • +
  • #official_external_commands Homebrew::Manpages::Variables @@ -26036,7 +26028,7 @@

    Method List

  • -
  • +
  • official_external_commands_paths Commands @@ -26044,7 +26036,7 @@

    Method List

  • -
  • +
  • #oh1 Kernel @@ -26052,7 +26044,7 @@

    Method List

  • -
  • +
  • #oh1_title Kernel @@ -26060,7 +26052,7 @@

    Method List

  • -
  • +
  • #ohai Kernel @@ -26068,7 +26060,7 @@

    Method List

  • -
  • +
  • ohai_if_defined Homebrew @@ -26076,7 +26068,7 @@

    Method List

  • -
  • +
  • #ohai_title Kernel @@ -26084,7 +26076,7 @@

    Method List

  • -
  • +
  • #old DeprecatedOption @@ -26092,7 +26084,7 @@

    Method List

  • -
  • +
  • #old_cask Cask::Migrator @@ -26100,7 +26092,7 @@

    Method List

  • -
  • +
  • #old_cellar Migrator @@ -26108,7 +26100,7 @@

    Method List

  • -
  • +
  • #old_flag DeprecatedOption @@ -26116,7 +26108,7 @@

    Method List

  • -
  • +
  • #old_full_linked_kegs Migrator @@ -26124,7 +26116,7 @@

    Method List

  • -
  • +
  • #old_installed_formulae Formula @@ -26132,7 +26124,7 @@

    Method List

  • -
  • +
  • #old_linked_kegs Migrator @@ -26140,7 +26132,7 @@

    Method List

  • -
  • +
  • #old_opt_records Migrator @@ -26148,7 +26140,7 @@

    Method List

  • -
  • +
  • #old_pin_link_record Migrator @@ -26156,7 +26148,7 @@

    Method List

  • -
  • +
  • #old_pin_record Migrator @@ -26164,7 +26156,7 @@

    Method List

  • -
  • +
  • #old_tabs Migrator @@ -26172,7 +26164,7 @@

    Method List

  • -
  • +
  • #old_tap Migrator @@ -26180,7 +26172,7 @@

    Method List

  • -
  • +
  • #old_tokens Cask::Cask @@ -26188,7 +26180,7 @@

    Method List

  • -
  • +
  • oldest_cpu Hardware @@ -26196,7 +26188,7 @@

    Method List

  • -
  • +
  • #oldname Migrator @@ -26204,7 +26196,7 @@

    Method List

  • -
  • +
  • #oldname_opt_records Keg @@ -26212,7 +26204,7 @@

    Method List

  • -
  • +
  • #oldnames Formula @@ -26220,7 +26212,7 @@

    Method List

  • -
  • +
  • oldnames_needing_migration Migrator @@ -26228,7 +26220,7 @@

    Method List

  • -
  • +
  • #oldnames_to_migrate Formula @@ -26236,7 +26228,7 @@

    Method List

  • -
  • +
  • #on_and RuboCop::Cop::Homebrew::Present @@ -26244,7 +26236,7 @@

    Method List

  • -
  • +
  • #on_arch_conditional OnSystem::MacOSOnly @@ -26252,7 +26244,7 @@

    Method List

  • -
  • +
  • #on_block RuboCop::Cop::Cask::CaskHelp @@ -26260,7 +26252,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::Variables @@ -26268,7 +26260,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::NoOverrides @@ -26276,7 +26268,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::CaskHelp @@ -26284,7 +26276,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::StanzaGrouping @@ -26292,7 +26284,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnUrlStanza @@ -26300,7 +26292,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnDescStanza @@ -26308,7 +26300,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnSystemConditionals @@ -26316,7 +26308,7 @@

    Method List

  • -
  • +
  • #on_cask RuboCop::Cop::Cask::OnHomepageStanza @@ -26324,7 +26316,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::Discontinued @@ -26332,7 +26324,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::StanzaOrder @@ -26340,7 +26332,7 @@

    Method List

  • -
  • +
  • #on_cask_stanza_block RuboCop::Cop::Cask::CaskHelp @@ -26348,7 +26340,7 @@

    Method List

  • -
  • +
  • #on_class RuboCop::Cop::FormulaCop @@ -26356,7 +26348,7 @@

    Method List

  • -
  • +
  • #on_desc_stanza RuboCop::Cop::Cask::Desc @@ -26364,7 +26356,7 @@

    Method List

  • -
  • +
  • #on_homepage_stanza RuboCop::Cop::Cask::HomepageUrlTrailingSlash @@ -26372,7 +26364,7 @@

    Method List

  • -
  • +
  • #on_if RuboCop::Cop::Homebrew::Presence @@ -26380,7 +26372,7 @@

    Method List

  • -
  • +
  • #on_if RuboCop::Cop::Homebrew::SafeNavigationWithBlank @@ -26388,7 +26380,7 @@

    Method List

  • -
  • +
  • on_macos Formula @@ -26396,7 +26388,7 @@

    Method List

  • -
  • +
  • #on_macos_version_method_call RuboCop::Cop::OnSystemConditionalsHelper @@ -26404,7 +26396,7 @@

    Method List

  • -
  • +
  • #on_new_investigation RuboCop::Cop::Cask::StanzaOrder @@ -26412,7 +26404,7 @@

    Method List

  • -
  • +
  • #on_or RuboCop::Cop::Homebrew::Blank @@ -26420,7 +26412,7 @@

    Method List

  • -
  • +
  • #on_or RuboCop::Cop::Homebrew::Present @@ -26428,7 +26420,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::IORead @@ -26436,7 +26428,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::CompactBlank @@ -26444,7 +26436,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::NegateInclude @@ -26452,7 +26444,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ShellCommands @@ -26460,7 +26452,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::ExecShellMetacharacters @@ -26468,7 +26460,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::MoveToExtendOS @@ -26476,7 +26468,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Homebrew::InstallBundlerGems @@ -26484,7 +26476,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::SharedFilelistGlob @@ -26492,7 +26484,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::ArrayAlphabetization @@ -26500,7 +26492,7 @@

    Method List

  • -
  • +
  • #on_send RuboCop::Cop::Cask::UninstallMethodsOrder @@ -26508,7 +26500,7 @@

    Method List

  • -
  • +
  • #on_system_block? RuboCop::AST::Node @@ -26516,7 +26508,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Formula @@ -26524,7 +26516,7 @@

    Method List

  • -
  • +
  • on_system_blocks_exist? Formula @@ -26532,7 +26524,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Cask::Cask @@ -26540,7 +26532,7 @@

    Method List

  • -
  • +
  • #on_system_blocks_exist? Cask::DSL @@ -26548,7 +26540,7 @@

    Method List

  • -
  • +
  • #on_system_conditional Homebrew::Service @@ -26556,7 +26548,7 @@

    Method List

  • -
  • +
  • #on_system_method_call RuboCop::Cop::OnSystemConditionalsHelper @@ -26564,7 +26556,7 @@

    Method List

  • -
  • +
  • #on_system_methods RuboCop::Cop::Cask::CaskHelp @@ -26572,7 +26564,7 @@

    Method List

  • -
  • +
  • #on_system_stanzas RuboCop::Cop::Cask::NoOverrides @@ -26580,7 +26572,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::Url @@ -26588,7 +26580,7 @@

    Method List

  • -
  • +
  • #on_url_stanza RuboCop::Cop::Cask::UrlLegacyCommaSeparators @@ -26596,7 +26588,7 @@

    Method List

  • -
  • +
  • #oneline? Homebrew::Cmd::Log::Args @@ -26604,7 +26596,7 @@

    Method List

  • -
  • +
  • #online? Cask::Audit @@ -26612,7 +26604,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::Audit::Args @@ -26620,7 +26612,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::Tests::Args @@ -26628,7 +26620,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::BumpCaskPr::Args @@ -26636,7 +26628,7 @@

    Method List

  • -
  • +
  • #online? Homebrew::DevCmd::BumpFormulaPr::Args @@ -26644,7 +26636,7 @@

    Method List

  • -
  • +
  • #only Homebrew::DevCmd::Audit::Args @@ -26652,7 +26644,7 @@

    Method List

  • -
  • +
  • #only Homebrew::DevCmd::Tests::Args @@ -26660,7 +26652,7 @@

    Method List

  • -
  • +
  • #only_cops Homebrew::DevCmd::Audit::Args @@ -26668,7 +26660,7 @@

    Method List

  • -
  • +
  • #only_cops Homebrew::DevCmd::StyleCmd::Args @@ -26676,7 +26668,7 @@

    Method List

  • -
  • +
  • #only_dependencies? Homebrew::Cmd::InstallCmd::Args @@ -26684,7 +26676,7 @@

    Method List

  • -
  • +
  • #only_deps? FormulaInstaller @@ -26692,7 +26684,7 @@

    Method List

  • -
  • +
  • #only_formula_or_cask Homebrew::CLI::Args @@ -26700,7 +26692,7 @@

    Method List

  • -
  • +
  • #only_json_tab? Homebrew::DevCmd::Bottle::Args @@ -26708,7 +26700,7 @@

    Method List

  • -
  • +
  • #only_path Cask::URL::DSL @@ -26716,7 +26708,7 @@

    Method List

  • -
  • +
  • #only_public? Homebrew::DevCmd::Rubydoc::Args @@ -26724,7 +26716,7 @@

    Method List

  • -
  • +
  • #onoe Kernel @@ -26732,7 +26724,7 @@

    Method List

  • -
  • +
  • #open? Homebrew::Cmd::SearchCmd::Args @@ -26740,7 +26732,7 @@

    Method List

  • -
  • +
  • #open? Homebrew::DevCmd::Rubydoc::Args @@ -26748,7 +26740,7 @@

    Method List

  • -
  • +
  • open_graphql GitHub::API @@ -26756,7 +26748,7 @@

    Method List

  • -
  • +
  • #open_pr? Homebrew::DevCmd::Bump::Args @@ -26764,7 +26756,7 @@

    Method List

  • -
  • +
  • #open_pull_requests Homebrew::DevCmd::Bump::VersionBumpInfo @@ -26772,7 +26764,7 @@

    Method List

  • -
  • +
  • open_rest GitHub::API @@ -26780,7 +26772,7 @@

    Method List

  • -
  • +
  • #openjdk_dep_name_if_applicable Keg @@ -26788,7 +26780,7 @@

    Method List

  • -
  • +
  • #opensuse? Homebrew::Cmd::SearchCmd::Args @@ -26796,7 +26788,7 @@

    Method List

  • -
  • +
  • #opoo Kernel @@ -26804,7 +26796,7 @@

    Method List

  • -
  • +
  • opoo_if_defined Homebrew @@ -26812,7 +26804,7 @@

    Method List

  • -
  • +
  • #opt_bin Formula @@ -26820,7 +26812,7 @@

    Method List

  • -
  • +
  • #opt_bin Homebrew::Service @@ -26828,7 +26820,7 @@

    Method List

  • -
  • +
  • #opt_elisp Formula @@ -26836,7 +26828,7 @@

    Method List

  • -
  • +
  • #opt_frameworks Formula @@ -26844,7 +26836,7 @@

    Method List

  • -
  • +
  • #opt_include Formula @@ -26852,7 +26844,7 @@

    Method List

  • -
  • +
  • #opt_lib Formula @@ -26860,7 +26852,7 @@

    Method List

  • -
  • +
  • #opt_libexec Formula @@ -26868,7 +26860,7 @@

    Method List

  • -
  • +
  • #opt_libexec Homebrew::Service @@ -26876,7 +26868,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Formula @@ -26884,7 +26876,7 @@

    Method List

  • -
  • +
  • #opt_pkgshare Homebrew::Service @@ -26892,7 +26884,7 @@

    Method List

  • -
  • +
  • #opt_prefix Formula @@ -26900,7 +26892,7 @@

    Method List

  • -
  • +
  • #opt_prefix Homebrew::Service @@ -26908,7 +26900,7 @@

    Method List

  • -
  • +
  • #opt_record Keg @@ -26916,7 +26908,7 @@

    Method List

  • -
  • +
  • #opt_sbin Formula @@ -26924,7 +26916,7 @@

    Method List

  • -
  • +
  • #opt_sbin Homebrew::Service @@ -26932,7 +26924,7 @@

    Method List

  • -
  • +
  • #opt_share Formula @@ -26940,7 +26932,7 @@

    Method List

  • -
  • +
  • optimization_flags Hardware::CPU @@ -26948,7 +26940,7 @@

    Method List

  • -
  • +
  • option Formula @@ -26956,7 +26948,7 @@

    Method List

  • -
  • +
  • #option SoftwareSpec @@ -26964,7 +26956,7 @@

    Method List

  • -
  • +
  • option Formatter @@ -26972,7 +26964,7 @@

    Method List

  • -
  • +
  • option_conflicts Commands @@ -26980,7 +26972,7 @@

    Method List

  • -
  • +
  • #option_defined? Formula @@ -26988,7 +26980,7 @@

    Method List

  • -
  • +
  • #option_defined? SoftwareSpec @@ -26996,7 +26988,7 @@

    Method List

  • -
  • +
  • #option_description Homebrew::CLI::Parser @@ -27004,7 +26996,7 @@

    Method List

  • -
  • +
  • #option_names Dependency @@ -27012,7 +27004,7 @@

    Method List

  • -
  • +
  • #option_names Requirement @@ -27020,7 +27012,7 @@

    Method List

  • -
  • +
  • #option_tags Dependable @@ -27028,7 +27020,7 @@

    Method List

  • -
  • +
  • #option_to_description Homebrew::CLI::Parser @@ -27036,7 +27028,7 @@

    Method List

  • -
  • +
  • option_to_name Homebrew::CLI::Parser @@ -27044,7 +27036,7 @@

    Method List

  • -
  • +
  • #option_to_name Homebrew::CLI::Parser @@ -27052,7 +27044,7 @@

    Method List

  • -
  • +
  • #optional Dependencies @@ -27060,7 +27052,7 @@

    Method List

  • -
  • +
  • #optional? Dependable @@ -27068,7 +27060,7 @@

    Method List

  • -
  • +
  • #optional_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -27076,7 +27068,7 @@

    Method List

  • -
  • +
  • #options Dependable @@ -27084,7 +27076,7 @@

    Method List

  • -
  • +
  • #options BuildError @@ -27092,7 +27084,7 @@

    Method List

  • -
  • +
  • #options SoftwareSpec @@ -27100,7 +27092,7 @@

    Method List

  • -
  • +
  • #options FormulaInstaller @@ -27108,7 +27100,7 @@

    Method List

  • -
  • +
  • #options Formula @@ -27116,7 +27108,7 @@

    Method List

  • -
  • +
  • #options_only Homebrew::CLI::Args @@ -27124,7 +27116,7 @@

    Method List

  • -
  • +
  • #optlink Keg @@ -27132,7 +27124,7 @@

    Method List

  • -
  • +
  • #optlinked? Keg @@ -27140,7 +27132,7 @@

    Method List

  • -
  • +
  • #optlinked? Formula @@ -27148,7 +27140,7 @@

    Method List

  • -
  • +
  • origin SystemConfig @@ -27156,7 +27148,7 @@

    Method List

  • -
  • +
  • #origin_branch_name GitRepository @@ -27164,7 +27156,7 @@

    Method List

  • -
  • +
  • #origin_has_branch? GitRepository @@ -27172,7 +27164,7 @@

    Method List

  • -
  • +
  • #origin_url GitRepository @@ -27180,7 +27172,7 @@

    Method List

  • -
  • +
  • #origin_url= GitRepository @@ -27188,7 +27180,7 @@

    Method List

  • -
  • +
  • os Homebrew::SimulateSystem @@ -27196,7 +27188,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Livecheck::Strategy::Sparkle::Item @@ -27204,7 +27196,7 @@

    Method List

  • -
  • +
  • #os Homebrew::CLI::Args @@ -27212,7 +27204,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::Deps::Args @@ -27220,7 +27212,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::Cache::Args @@ -27228,7 +27220,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::FetchCmd::Args @@ -27236,7 +27228,7 @@

    Method List

  • -
  • +
  • #os Homebrew::DevCmd::Audit::Args @@ -27244,7 +27236,7 @@

    Method List

  • -
  • +
  • #os Homebrew::Cmd::ReadallCmd::Args @@ -27252,7 +27244,7 @@

    Method List

  • -
  • +
  • #os_arch_combinations Homebrew::CLI::Args @@ -27260,7 +27252,7 @@

    Method List

  • -
  • +
  • #os_check? RuboCop::Cop::Homebrew::MoveToExtendOS @@ -27268,7 +27260,7 @@

    Method List

  • -
  • +
  • os_condition_met? OnSystem @@ -27276,7 +27268,7 @@

    Method List

  • -
  • +
  • os_version OS::Linux @@ -27284,7 +27276,7 @@

    Method List

  • -
  • +
  • #outdated? Formula @@ -27292,7 +27284,7 @@

    Method List

  • -
  • +
  • #outdated? Cask::Cask @@ -27300,7 +27292,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::Xcode @@ -27308,7 +27300,7 @@

    Method List

  • -
  • +
  • outdated? OS::Mac::CLT @@ -27316,7 +27308,7 @@

    Method List

  • -
  • +
  • #outdated_download_sha? Cask::Cask @@ -27324,7 +27316,7 @@

    Method List

  • -
  • +
  • #outdated_info Cask::Cask @@ -27332,7 +27324,7 @@

    Method List

  • -
  • +
  • #outdated_kegs Formula @@ -27340,7 +27332,7 @@

    Method List

  • -
  • +
  • outdated_kegs Homebrew::Upgrade @@ -27348,7 +27340,7 @@

    Method List

  • -
  • +
  • #outdated_release? MacOSVersion @@ -27356,7 +27348,7 @@

    Method List

  • -
  • +
  • #outdated_version Cask::Cask @@ -27364,7 +27356,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::DeveloperDependentsMessage @@ -27372,7 +27364,7 @@

    Method List

  • -
  • +
  • #output Homebrew::Uninstall::NondeveloperDependentsMessage @@ -27380,7 +27372,7 @@

    Method List

  • -
  • +
  • #output ErrorDuringExecution @@ -27388,7 +27380,7 @@

    Method List

  • -
  • +
  • output Utils::Analytics @@ -27396,7 +27388,7 @@

    Method List

  • -
  • +
  • output_analytics Utils::Analytics @@ -27404,7 +27396,7 @@

    Method List

  • -
  • +
  • output_github_packages_downloads Utils::Analytics @@ -27412,7 +27404,7 @@

    Method List

  • -
  • +
  • overridable_java_home_env Language::Java @@ -27420,7 +27412,7 @@

    Method List

  • -
  • +
  • #overwrite? FormulaInstaller @@ -27428,7 +27420,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::Link::Args @@ -27436,7 +27428,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::InstallCmd::Args @@ -27444,7 +27436,7 @@

    Method List

  • -
  • +
  • #overwrite? Homebrew::Cmd::UpgradeCmd::Args @@ -27452,7 +27444,7 @@

    Method List

  • -
  • +
  • #owner Resource @@ -27460,7 +27452,7 @@

    Method List

  • -
  • +
  • #owner SoftwareSpec @@ -27468,7 +27460,7 @@

    Method List

  • -
  • +
  • #owner Homebrew::ResourceAuditor @@ -27476,7 +27468,7 @@

    Method List

  • -
  • +
  • #owner= ExternalPatch @@ -27484,7 +27476,7 @@

    Method List

  • -
  • +
  • owner_uid Homebrew @@ -27492,7 +27484,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::Log::Args @@ -27500,7 +27492,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::Leaves::Args @@ -27508,7 +27500,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::Cmd::GistLogs::Args @@ -27516,7 +27508,7 @@

    Method List

  • -
  • +
  • #p? Homebrew::DevCmd::UpdatePythonResources::Args @@ -27524,7 +27516,7 @@

    Method List

  • -
  • +
  • pack_for_installation Language::Node @@ -27532,7 +27524,7 @@

    Method List

  • -
  • +
  • #package_count Messages @@ -27540,7 +27532,7 @@

    Method List

  • -
  • +
  • #package_id Cask::Pkg @@ -27548,7 +27540,7 @@

    Method List

  • -
  • +
  • #package_installed Messages @@ -27556,7 +27548,7 @@

    Method List

  • -
  • +
  • #package_name Homebrew::DevCmd::UpdatePythonResources::Args @@ -27564,7 +27556,7 @@

    Method List

  • -
  • +
  • package_or_resource_name Homebrew::Livecheck @@ -27572,7 +27564,7 @@

    Method List

  • -
  • +
  • package_or_resource_skip Homebrew::Livecheck::SkipConditions @@ -27580,7 +27572,7 @@

    Method List

  • -
  • +
  • page_content Homebrew::Livecheck::Strategy @@ -27588,7 +27580,7 @@

    Method List

  • -
  • +
  • page_headers Homebrew::Livecheck::Strategy @@ -27596,7 +27588,7 @@

    Method List

  • -
  • +
  • paginate_graphql GitHub::API @@ -27604,7 +27596,7 @@

    Method List

  • -
  • +
  • paginate_rest GitHub::API @@ -27612,7 +27604,7 @@

    Method List

  • -
  • +
  • #pair_node RuboCop::Cask::AST::CaskHeader @@ -27620,7 +27612,7 @@

    Method List

  • -
  • +
  • #pairs Cask::DSL::Container @@ -27628,7 +27620,7 @@

    Method List

  • -
  • +
  • #parameters RuboCop::Cop::HelperFunctions @@ -27636,7 +27628,7 @@

    Method List

  • -
  • +
  • #parameters Mechanize::HTTP::ContentDisposition @@ -27644,7 +27636,7 @@

    Method List

  • -
  • +
  • #parameters_passed? RuboCop::Cop::HelperFunctions @@ -27652,7 +27644,7 @@

    Method List

  • -
  • +
  • parent Utils::Shell @@ -27660,7 +27652,7 @@

    Method List

  • -
  • +
  • #parent Homebrew::CLI::NamedArgs @@ -27668,7 +27660,7 @@

    Method List

  • -
  • +
  • parse Locale @@ -27676,7 +27668,7 @@

    Method List

  • -
  • +
  • parse Version @@ -27684,7 +27676,7 @@

    Method List

  • -
  • +
  • #parse Homebrew::CLI::Parser @@ -27692,7 +27684,7 @@

    Method List

  • -
  • +
  • parse PkgVersion @@ -27700,7 +27692,7 @@

    Method List

  • -
  • +
  • #parse Version::Parser @@ -27708,7 +27700,7 @@

    Method List

  • -
  • +
  • #parse Version::RegexParser @@ -27716,7 +27708,7 @@

    Method List

  • -
  • +
  • #parse Mechanize::HTTP::ContentDispositionParser @@ -27724,7 +27716,7 @@

    Method List

  • -
  • +
  • parse_api_response Repology @@ -27732,7 +27724,7 @@

    Method List

  • -
  • +
  • parse_author! Utils @@ -27740,7 +27732,7 @@

    Method List

  • -
  • +
  • #parse_cask_version Homebrew::BumpVersionParser @@ -27748,7 +27740,7 @@

    Method List

  • -
  • +
  • #parse_cron Homebrew::Service @@ -27756,7 +27748,7 @@

    Method List

  • -
  • +
  • parse_curl_output Utils::Curl @@ -27764,7 +27756,7 @@

    Method List

  • -
  • +
  • parse_json Homebrew::Livecheck::Strategy::Json @@ -27772,7 +27764,7 @@

    Method List

  • -
  • +
  • #parse_json_files Homebrew::DevCmd::Bottle @@ -27780,7 +27772,7 @@

    Method List

  • -
  • +
  • parse_license_expression SPDX @@ -27788,7 +27780,7 @@

    Method List

  • -
  • +
  • #parse_remaining Homebrew::CLI::Parser @@ -27796,7 +27788,7 @@

    Method List

  • -
  • +
  • #parse_url Homebrew::FormulaCreator @@ -27804,7 +27796,7 @@

    Method List

  • -
  • +
  • #parse_variable Homebrew::Manpages::Parser::Ronn @@ -27812,7 +27804,7 @@

    Method List

  • -
  • +
  • #parse_version Homebrew::BumpVersionParser @@ -27820,7 +27812,7 @@

    Method List

  • -
  • +
  • parse_xml Homebrew::Livecheck::Strategy::Xml @@ -27828,7 +27820,7 @@

    Method List

  • -
  • +
  • parse_yaml Homebrew::Livecheck::Strategy::Yaml @@ -27836,7 +27828,7 @@

    Method List

  • -
  • +
  • #parsed_homebrew_version Tab @@ -27844,7 +27836,7 @@

    Method List

  • -
  • +
  • parser Homebrew::AbstractCommand @@ -27852,7 +27844,7 @@

    Method List

  • -
  • +
  • pat_blurb GitHub @@ -27860,7 +27852,7 @@

    Method List

  • -
  • +
  • #patch Debrew::Formula @@ -27868,7 +27860,7 @@

    Method List

  • -
  • +
  • #patch Formula @@ -27876,7 +27868,7 @@

    Method List

  • -
  • +
  • patch Formula @@ -27884,7 +27876,7 @@

    Method List

  • -
  • +
  • #patch Version @@ -27892,7 +27884,7 @@

    Method List

  • -
  • +
  • #patch Resource @@ -27900,7 +27892,7 @@

    Method List

  • -
  • +
  • #patch SoftwareSpec @@ -27908,7 +27900,7 @@

    Method List

  • -
  • +
  • #patch Cask::DSL::Version @@ -27916,7 +27908,7 @@

    Method List

  • -
  • +
  • #patch PkgVersion @@ -27924,7 +27916,7 @@

    Method List

  • -
  • +
  • #patch! ELFShim @@ -27932,7 +27924,7 @@

    Method List

  • -
  • +
  • #patch? Homebrew::Cmd::Log::Args @@ -27940,7 +27932,7 @@

    Method List

  • -
  • +
  • #patch? Homebrew::DevCmd::Unpack::Args @@ -27948,7 +27940,7 @@

    Method List

  • -
  • +
  • #patch_data? RuboCop::Cop::FormulaAudit::Patches @@ -27956,7 +27948,7 @@

    Method List

  • -
  • +
  • #patch_files Resource::PatchResource @@ -27964,7 +27956,7 @@

    Method List

  • -
  • +
  • #patchelf_patcher ELFShim @@ -27972,7 +27964,7 @@

    Method List

  • -
  • +
  • #patches Resource @@ -27980,7 +27972,7 @@

    Method List

  • -
  • +
  • #patches SoftwareSpec @@ -27988,7 +27980,7 @@

    Method List

  • -
  • +
  • #path Tap @@ -27996,7 +27988,7 @@

    Method List

  • -
  • +
  • #path DATAPatch @@ -28004,7 +27996,7 @@

    Method List

  • -
  • +
  • #path Formula @@ -28012,7 +28004,7 @@

    Method List

  • -
  • +
  • path Commands @@ -28020,7 +28012,7 @@

    Method List

  • -
  • +
  • #path Formulary::FormulaLoader @@ -28028,7 +28020,7 @@

    Method List

  • -
  • +
  • #path Formulary::FromTapLoader @@ -28036,7 +28028,7 @@

    Method List

  • -
  • +
  • path Formulary @@ -28044,7 +28036,7 @@

    Method List

  • -
  • +
  • #path LockFile @@ -28052,7 +28044,7 @@

    Method List

  • -
  • +
  • path Utils::Git @@ -28060,7 +28052,7 @@

    Method List

  • -
  • +
  • path Cask::Cache @@ -28068,7 +28060,7 @@

    Method List

  • -
  • +
  • #path FormulaClassUnavailableErrorModule @@ -28076,7 +28068,7 @@

    Method List

  • -
  • +
  • #path OS::Mac::SDK @@ -28084,7 +28076,7 @@

    Method List

  • -
  • +
  • #path FormulaPin @@ -28092,7 +28084,7 @@

    Method List

  • -
  • +
  • #path Homebrew::TapAuditor @@ -28100,7 +28092,7 @@

    Method List

  • -
  • +
  • path Cask::Caskroom @@ -28108,7 +28100,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskQuarantineError @@ -28116,7 +28108,7 @@

    Method List

  • -
  • +
  • #path UnpackStrategy @@ -28124,7 +28116,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromPathLoader @@ -28132,7 +28124,7 @@

    Method List

  • -
  • +
  • #path Cask::CaskLoader::FromAPILoader @@ -28140,7 +28132,7 @@

    Method List

  • -
  • +
  • path Cask::CaskLoader @@ -28148,7 +28140,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Pkg @@ -28156,7 +28148,7 @@

    Method List

  • -
  • +
  • #path Cask::Artifact::Installer @@ -28164,7 +28156,7 @@

    Method List

  • -
  • +
  • path_occupied? Cask::Utils @@ -28172,7 +28164,7 @@

    Method List

  • -
  • +
  • path_relative_to_workspace GitHub::Actions::Annotation @@ -28180,7 +28172,7 @@

    Method List

  • -
  • +
  • path_resolved_basename Utils::Bottles @@ -28188,7 +28180,7 @@

    Method List

  • -
  • +
  • #path_starts_with? RuboCop::Cop::FormulaAuditStrict::Text @@ -28196,7 +28188,7 @@

    Method List

  • -
  • +
  • path_to_regex Keg::Relocation @@ -28204,7 +28196,7 @@

    Method List

  • -
  • +
  • #pathname GitRepository @@ -28212,7 +28204,7 @@

    Method List

  • -
  • +
  • #paths Kernel @@ -28220,7 +28212,7 @@

    Method List

  • -
  • +
  • perform_build_from_source_checks Homebrew::Install @@ -28228,7 +28220,7 @@

    Method List

  • -
  • +
  • perform_preinstall_checks Homebrew::Install @@ -28236,7 +28228,7 @@

    Method List

  • -
  • +
  • periodic_clean! Homebrew::Cleanup @@ -28244,7 +28236,7 @@

    Method List

  • -
  • +
  • periodic_clean_due? Homebrew::Cleanup @@ -28252,7 +28244,7 @@

    Method List

  • -
  • +
  • #perl? Homebrew::DevCmd::Create::Args @@ -28260,7 +28252,7 @@

    Method List

  • -
  • +
  • permission GitHub @@ -28268,7 +28260,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags Superenv @@ -28276,7 +28268,7 @@

    Method List

  • -
  • +
  • #permit_arch_flags SharedEnvExtension @@ -28284,7 +28276,7 @@

    Method List

  • -
  • +
  • physical_cpu_arm64? Hardware::CPU @@ -28292,7 +28284,7 @@

    Method List

  • -
  • +
  • #pin FormulaPin @@ -28300,7 +28292,7 @@

    Method List

  • -
  • +
  • #pin Formula @@ -28308,7 +28300,7 @@

    Method List

  • -
  • +
  • #pin_at FormulaPin @@ -28316,7 +28308,7 @@

    Method List

  • -
  • +
  • #pinnable? FormulaPin @@ -28324,7 +28316,7 @@

    Method List

  • -
  • +
  • #pinnable? Formula @@ -28332,7 +28324,7 @@

    Method List

  • -
  • +
  • #pinned? Migrator @@ -28340,7 +28332,7 @@

    Method List

  • -
  • +
  • #pinned? FormulaPin @@ -28348,7 +28340,7 @@

    Method List

  • -
  • +
  • #pinned? Formula @@ -28356,7 +28348,7 @@

    Method List

  • -
  • +
  • #pinned? Homebrew::Cmd::List::Args @@ -28364,7 +28356,7 @@

    Method List

  • -
  • +
  • #pinned_version FormulaPin @@ -28372,7 +28364,7 @@

    Method List

  • -
  • +
  • #pinned_version Formula @@ -28380,7 +28372,7 @@

    Method List

  • -
  • +
  • pip_index_url Homebrew::EnvConfig @@ -28388,7 +28380,7 @@

    Method List

  • -
  • +
  • #pip_install Language::Python::Virtualenv::Virtualenv @@ -28396,7 +28388,7 @@

    Method List

  • -
  • +
  • #pip_install_and_link Language::Python::Virtualenv::Virtualenv @@ -28404,7 +28396,7 @@

    Method List

  • -
  • +
  • pip_report PyPI @@ -28412,7 +28404,7 @@

    Method List

  • -
  • +
  • pip_report_to_packages PyPI @@ -28420,7 +28412,7 @@

    Method List

  • -
  • +
  • #pipe_output Homebrew::Assertions @@ -28428,7 +28420,7 @@

    Method List

  • -
  • +
  • #pkg_version Formula @@ -28436,7 +28428,7 @@

    Method List

  • -
  • +
  • #pkg_version FormulaInfo @@ -28444,7 +28436,7 @@

    Method List

  • -
  • +
  • #pkgetc Formula @@ -28452,7 +28444,7 @@

    Method List

  • -
  • +
  • #pkgs Homebrew::UnversionedCaskChecker @@ -28460,7 +28452,7 @@

    Method List

  • -
  • +
  • #pkgshare Formula @@ -28468,7 +28460,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_all Cask::Pkg @@ -28476,7 +28468,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_dirs Cask::Pkg @@ -28484,7 +28476,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_files Cask::Pkg @@ -28492,7 +28484,7 @@

    Method List

  • -
  • +
  • #pkgutil_bom_specials Cask::Pkg @@ -28500,7 +28492,7 @@

    Method List

  • -
  • +
  • pkgutil_info OS::Mac @@ -28508,7 +28500,7 @@

    Method List

  • -
  • +
  • #plain? Homebrew::Cmd::Env::Args @@ -28516,7 +28508,7 @@

    Method List

  • -
  • +
  • #platform GitHubRunner @@ -28524,7 +28516,7 @@

    Method List

  • -
  • +
  • platform_cache Formulary @@ -28532,7 +28524,7 @@

    Method List

  • -
  • +
  • #plc Homebrew::Manpages::Variables @@ -28540,7 +28532,7 @@

    Method List

  • -
  • +
  • #please_create_pull_requests Homebrew::Diagnostic::Checks @@ -28548,7 +28540,7 @@

    Method List

  • -
  • +
  • #plist Formula @@ -28556,7 +28548,7 @@

    Method List

  • -
  • +
  • #plist SystemCommand::Result @@ -28564,7 +28556,7 @@

    Method List

  • -
  • +
  • #plist_installed? Keg @@ -28572,7 +28564,7 @@

    Method List

  • -
  • +
  • #plist_name Formula @@ -28580,7 +28572,7 @@

    Method List

  • -
  • +
  • #plist_name Homebrew::Service @@ -28588,7 +28580,7 @@

    Method List

  • -
  • +
  • pluralize Utils @@ -28596,7 +28588,7 @@

    Method List

  • -
  • +
  • popen Utils @@ -28604,7 +28596,7 @@

    Method List

  • -
  • +
  • popen_read Utils @@ -28612,7 +28604,7 @@

    Method List

  • -
  • +
  • popen_write Utils @@ -28620,7 +28612,7 @@

    Method List

  • -
  • +
  • #populate_from_api! Cask::Cask @@ -28628,7 +28620,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! DescriptionCacheStore @@ -28636,7 +28628,7 @@

    Method List

  • -
  • +
  • #populate_if_empty! CaskDescriptionCacheStore @@ -28644,7 +28636,7 @@

    Method List

  • -
  • +
  • #possible_names Formula @@ -28652,7 +28644,7 @@

    Method List

  • -
  • +
  • #post_install Formula @@ -28660,7 +28652,7 @@

    Method List

  • -
  • +
  • #post_install FormulaInstaller @@ -28668,7 +28660,7 @@

    Method List

  • -
  • +
  • #post_install_defined? Formula @@ -28676,7 +28668,7 @@

    Method List

  • -
  • +
  • #post_install_formula_path FormulaInstaller @@ -28684,7 +28676,7 @@

    Method List

  • -
  • +
  • #post_uninstall_phase Cask::Artifact::Uninstall @@ -28692,7 +28684,7 @@

    Method List

  • -
  • +
  • #potential_formula_dirs Tap @@ -28700,7 +28692,7 @@

    Method List

  • -
  • +
  • #pour FormulaInstaller @@ -28708,7 +28700,7 @@

    Method List

  • -
  • +
  • #pour_bottle? Formula @@ -28716,7 +28708,7 @@

    Method List

  • -
  • +
  • pour_bottle? Formula @@ -28724,7 +28716,7 @@

    Method List

  • -
  • +
  • #pour_bottle? FormulaInstaller @@ -28732,7 +28724,7 @@

    Method List

  • -
  • +
  • pour_bottle_check_unsatisfied_reason Formula @@ -28740,7 +28732,7 @@

    Method List

  • -
  • +
  • #pour_bottle_check_unsatisfied_reason Formula @@ -28748,7 +28740,7 @@

    Method List

  • -
  • +
  • pour_bottle_only_if Formula @@ -28756,7 +28748,7 @@

    Method List

  • -
  • +
  • #poured_from_bottle Tab @@ -28764,7 +28756,7 @@

    Method List

  • -
  • +
  • ppc32? Hardware::CPU @@ -28772,7 +28764,7 @@

    Method List

  • -
  • +
  • ppc64? Hardware::CPU @@ -28780,7 +28772,7 @@

    Method List

  • -
  • +
  • #ppc64? MachOShim @@ -28788,7 +28780,7 @@

    Method List

  • -
  • +
  • ppc64le? Hardware::CPU @@ -28796,7 +28788,7 @@

    Method List

  • -
  • +
  • #ppc7400? MachOShim @@ -28804,7 +28796,7 @@

    Method List

  • -
  • +
  • ppc? Hardware::CPU @@ -28812,7 +28804,7 @@

    Method List

  • -
  • +
  • preferred Utils::Shell @@ -28820,7 +28812,7 @@

    Method List

  • -
  • +
  • preferred_gcc CompilerSelector @@ -28828,7 +28820,7 @@

    Method List

  • -
  • +
  • #preferred_header_str RuboCop::Cask::AST::CaskHeader @@ -28836,7 +28828,7 @@

    Method List

  • -
  • +
  • preferred_path Utils::Shell @@ -28844,7 +28836,7 @@

    Method List

  • -
  • +
  • preferred_perl_version OS::Mac @@ -28852,7 +28844,7 @@

    Method List

  • -
  • +
  • #prefix Formula @@ -28860,7 +28852,7 @@

    Method List

  • -
  • +
  • prefix OS::Mac::Xcode @@ -28868,7 +28860,7 @@

    Method List

  • -
  • +
  • #prefix_linked? Formula @@ -28876,7 +28868,7 @@

    Method List

  • -
  • +
  • #prefix_path RuboCop::Cop::FormulaAudit::Text @@ -28884,7 +28876,7 @@

    Method List

  • -
  • +
  • #prefix_to_versioned_formulae_names Tap @@ -28892,7 +28884,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::Reinstall::Args @@ -28900,7 +28892,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::InstallCmd::Args @@ -28908,7 +28900,7 @@

    Method List

  • -
  • +
  • #prefpanedir Homebrew::Cmd::UpgradeCmd::Args @@ -28916,7 +28908,7 @@

    Method List

  • -
  • +
  • #preinstall? Homebrew::Cmd::UpdateReport::Args @@ -28924,7 +28916,7 @@

    Method List

  • -
  • +
  • #prelude FormulaInstaller @@ -28932,7 +28924,7 @@

    Method List

  • -
  • +
  • #prepare_codesign_writable_files Keg @@ -28940,7 +28932,7 @@

    Method List

  • -
  • +
  • #prepare_debug_symbols Keg @@ -28948,7 +28940,7 @@

    Method List

  • -
  • +
  • #prepare_patches Resource @@ -28956,7 +28948,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_locations Keg @@ -28964,7 +28956,7 @@

    Method List

  • -
  • +
  • #prepare_relocation_to_placeholders Keg @@ -28972,7 +28964,7 @@

    Method List

  • -
  • +
  • #prepend PATH @@ -28980,7 +28972,7 @@

    Method List

  • -
  • +
  • #prepend SharedEnvExtension @@ -28988,7 +28980,7 @@

    Method List

  • -
  • +
  • #prepend_create_path SharedEnvExtension @@ -28996,7 +28988,7 @@

    Method List

  • -
  • +
  • #prepend_path SharedEnvExtension @@ -29004,7 +28996,7 @@

    Method List

  • -
  • +
  • prepend_path_in_profile Utils::Shell @@ -29012,7 +29004,7 @@

    Method List

  • -
  • +
  • preprocess_url Homebrew::Livecheck @@ -29020,7 +29012,7 @@

    Method List

  • -
  • +
  • #prerelease? MacOSVersion @@ -29028,7 +29020,7 @@

    Method List

  • -
  • +
  • #presence Object @@ -29036,7 +29028,7 @@

    Method List

  • -
  • +
  • #present? Object @@ -29044,7 +29036,7 @@

    Method List

  • -
  • +
  • #present? NilClass @@ -29052,7 +29044,7 @@

    Method List

  • -
  • +
  • #present? FalseClass @@ -29060,7 +29052,7 @@

    Method List

  • -
  • +
  • #present? TrueClass @@ -29068,7 +29060,7 @@

    Method List

  • -
  • +
  • #present? Array @@ -29076,7 +29068,7 @@

    Method List

  • -
  • +
  • #present? Hash @@ -29084,7 +29076,7 @@

    Method List

  • -
  • +
  • #present? Symbol @@ -29092,7 +29084,7 @@

    Method List

  • -
  • +
  • #present? String @@ -29100,7 +29092,7 @@

    Method List

  • -
  • +
  • #present? Numeric @@ -29108,7 +29100,7 @@

    Method List

  • -
  • +
  • #present? Time @@ -29116,7 +29108,7 @@

    Method List

  • -
  • +
  • #pretty_duration Kernel @@ -29124,7 +29116,7 @@

    Method List

  • -
  • +
  • #pretty_installed Kernel @@ -29132,7 +29124,7 @@

    Method List

  • -
  • +
  • #pretty_name MacOSVersion @@ -29140,7 +29132,7 @@

    Method List

  • -
  • +
  • #pretty_outdated Kernel @@ -29148,7 +29140,7 @@

    Method List

  • -
  • +
  • #pretty_ratelimit_reset GitHub::API::RateLimitExceededError @@ -29156,7 +29148,7 @@

    Method List

  • -
  • +
  • #pretty_uninstalled Kernel @@ -29164,7 +29156,7 @@

    Method List

  • -
  • +
  • #previously_fetched_formula FormulaInstaller @@ -29172,7 +29164,7 @@

    Method List

  • -
  • +
  • #primary_container Cask::Installer @@ -29180,7 +29172,7 @@

    Method List

  • -
  • +
  • #print Descriptions @@ -29188,7 +29180,7 @@

    Method List

  • -
  • +
  • print_backtrace_message Utils::Backtrace @@ -29196,7 +29188,7 @@

    Method List

  • -
  • +
  • print_dry_run_dependencies Homebrew::Install @@ -29204,7 +29196,7 @@

    Method List

  • -
  • +
  • print_latest_version Homebrew::Livecheck @@ -29212,7 +29204,7 @@

    Method List

  • -
  • +
  • #print_only? Homebrew::DevCmd::UpdatePythonResources::Args @@ -29220,7 +29212,7 @@

    Method List

  • -
  • +
  • #print_path? Homebrew::DevCmd::Edit::Args @@ -29228,7 +29220,7 @@

    Method List

  • -
  • +
  • print_pull_requests_matching GitHub @@ -29236,7 +29228,7 @@

    Method List

  • -
  • +
  • print_resources_info Homebrew::Livecheck @@ -29244,7 +29236,7 @@

    Method List

  • -
  • +
  • print_skip_information Homebrew::Livecheck::SkipConditions @@ -29252,7 +29244,7 @@

    Method List

  • -
  • +
  • #print_tap_action Formula @@ -29260,7 +29252,7 @@

    Method List

  • -
  • +
  • print_upgrade_message Homebrew::Upgrade @@ -29268,7 +29260,7 @@

    Method List

  • -
  • +
  • #private? Tap @@ -29276,7 +29268,7 @@

    Method List

  • -
  • +
  • #private? Homebrew::Cmd::GistLogs::Args @@ -29284,7 +29276,7 @@

    Method List

  • -
  • +
  • private_repo? GitHub @@ -29292,7 +29284,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::TapAuditor @@ -29300,7 +29292,7 @@

    Method List

  • -
  • +
  • #problem Homebrew::ResourceAuditor @@ -29308,7 +29300,7 @@

    Method List

  • -
  • +
  • #problem RuboCop::Cop::HelperFunctions @@ -29316,7 +29308,7 @@

    Method List

  • -
  • +
  • #problem_if_output Homebrew::FormulaAuditor @@ -29324,7 +29316,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaInstaller @@ -29332,7 +29324,7 @@

    Method List

  • -
  • +
  • #problem_if_output FormulaCellarChecks @@ -29340,7 +29332,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::TapAuditor @@ -29348,7 +29340,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::FormulaAuditor @@ -29356,7 +29348,7 @@

    Method List

  • -
  • +
  • #problems Homebrew::ResourceAuditor @@ -29364,7 +29356,7 @@

    Method List

  • -
  • +
  • #process Utils::AST::FormulaAST @@ -29372,7 +29364,7 @@

    Method List

  • -
  • +
  • process_source Utils::AST @@ -29380,7 +29372,7 @@

    Method List

  • -
  • +
  • process_spec Version::RegexParser @@ -29388,7 +29380,7 @@

    Method List

  • -
  • +
  • process_spec Version::UrlParser @@ -29396,7 +29388,7 @@

    Method List

  • -
  • +
  • process_spec Version::StemParser @@ -29404,7 +29396,7 @@

    Method List

  • -
  • +
  • #process_type Homebrew::Service @@ -29412,7 +29404,7 @@

    Method List

  • -
  • +
  • #processed_options Homebrew::CLI::Parser @@ -29420,7 +29412,7 @@

    Method List

  • -
  • +
  • profile Utils::Shell @@ -29428,7 +29420,7 @@

    Method List

  • -
  • +
  • #profile Homebrew::DevCmd::Tests::Args @@ -29436,7 +29428,7 @@

    Method List

  • -
  • +
  • #prompt Debrew::Menu @@ -29444,7 +29436,7 @@

    Method List

  • -
  • +
  • propagate Cask::Quarantine @@ -29452,7 +29444,7 @@

    Method List

  • -
  • +
  • #provided_by_macos? KegOnlyReason @@ -29460,7 +29452,7 @@

    Method List

  • -
  • +
  • provides_sdk? OS::Mac::CLT @@ -29468,7 +29460,7 @@

    Method List

  • -
  • +
  • prune Dependency @@ -29476,7 +29468,7 @@

    Method List

  • -
  • +
  • prune Requirement @@ -29484,7 +29476,7 @@

    Method List

  • -
  • +
  • #prune Homebrew::Cmd::CleanupCmd::Args @@ -29492,7 +29484,7 @@

    Method List

  • -
  • +
  • prune? Homebrew::Cleanup @@ -29500,7 +29492,7 @@

    Method List

  • -
  • +
  • prune? Requirement @@ -29508,7 +29500,7 @@

    Method List

  • -
  • +
  • #prune? Homebrew::Cleanup @@ -29516,7 +29508,7 @@

    Method List

  • -
  • +
  • #prune_from_option? Dependable @@ -29524,7 +29516,7 @@

    Method List

  • -
  • +
  • #prune_if_build_and_not_dependent? Dependable @@ -29532,7 +29524,7 @@

    Method List

  • -
  • +
  • #prune_prefix? Homebrew::Cmd::CleanupCmd::Args @@ -29540,7 +29532,7 @@

    Method List

  • -
  • +
  • #prune_prefix_symlinks_and_directories Homebrew::Cleanup @@ -29548,7 +29540,7 @@

    Method List

  • -
  • +
  • pry? Homebrew::EnvConfig @@ -29556,7 +29548,7 @@

    Method List

  • -
  • +
  • #pry? Homebrew::DevCmd::Irb::Args @@ -29564,7 +29556,7 @@

    Method List

  • -
  • +
  • #pub_date Homebrew::Livecheck::Strategy::Sparkle::Item @@ -29572,7 +29564,7 @@

    Method List

  • -
  • +
  • public_member_usernames GitHub @@ -29580,7 +29572,7 @@

    Method List

  • -
  • +
  • #publish? Homebrew::DevCmd::PrAutomerge::Args @@ -29588,7 +29580,7 @@

    Method List

  • -
  • +
  • #pull_label Homebrew::DevCmd::TapNew::Args @@ -29596,7 +29588,7 @@

    Method List

  • -
  • +
  • #pull_request? Homebrew::Cmd::SearchCmd::Args @@ -29604,7 +29596,7 @@

    Method List

  • -
  • +
  • pull_request_commits GitHub @@ -29612,7 +29604,7 @@

    Method List

  • -
  • +
  • pull_request_labels GitHub @@ -29620,7 +29612,7 @@

    Method List

  • -
  • +
  • pull_request_title_regex GitHub @@ -29628,7 +29620,7 @@

    Method List

  • -
  • +
  • pull_requests GitHub @@ -29636,7 +29628,7 @@

    Method List

  • -
  • +
  • #purge_backed_up_versioned_files Cask::Installer @@ -29644,7 +29636,7 @@

    Method List

  • -
  • +
  • #purge_caskroom_path Cask::Installer @@ -29652,7 +29644,7 @@

    Method List

  • -
  • +
  • #purge_versioned_files Cask::Installer @@ -29660,7 +29652,7 @@

    Method List

  • -
  • +
  • #puts Cask::DSL::Caveats @@ -29668,7 +29660,7 @@

    Method List

  • -
  • +
  • puts_annotation_if_env_set GitHub::Actions @@ -29676,7 +29668,7 @@

    Method List

  • -
  • +
  • puts_no_install_cleanup_disable_message Homebrew::Cleanup @@ -29684,7 +29676,7 @@

    Method List

  • -
  • +
  • puts_no_install_cleanup_disable_message_if_not_already! Homebrew::Cleanup @@ -29692,7 +29684,7 @@

    Method List

  • -
  • +
  • puts_no_installed_dependents_check_disable_message_if_not_already! Homebrew::Upgrade @@ -29700,7 +29692,7 @@

    Method List

  • -
  • +
  • #pypi_formula_mappings Tap @@ -29708,7 +29700,7 @@

    Method List

  • -
  • +
  • #pypi_formula_mappings CoreTap @@ -29716,7 +29708,7 @@

    Method List

  • -
  • +
  • #pypi_info PyPI::Package @@ -29724,7 +29716,7 @@

    Method List

  • -
  • +
  • #python? Homebrew::DevCmd::Create::Args @@ -29732,7 +29724,7 @@

    Method List

  • -
  • +
  • #python_exclude_packages Homebrew::DevCmd::BumpFormulaPr::Args @@ -29740,7 +29732,7 @@

    Method List

  • -
  • +
  • #python_extra_packages Homebrew::DevCmd::BumpFormulaPr::Args @@ -29748,7 +29740,7 @@

    Method List

  • -
  • +
  • #python_names Language::Python::Virtualenv @@ -29756,7 +29748,7 @@

    Method List

  • -
  • +
  • #python_package_name Homebrew::DevCmd::BumpFormulaPr::Args @@ -29764,7 +29756,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::Reinstall::Args @@ -29772,7 +29764,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::InstallCmd::Args @@ -29780,7 +29772,7 @@

    Method List

  • -
  • +
  • #qlplugindir Homebrew::Cmd::UpgradeCmd::Args @@ -29788,7 +29780,7 @@

    Method List

  • -
  • +
  • #qlplugins Homebrew::UnversionedCaskChecker @@ -29796,7 +29788,7 @@

    Method List

  • -
  • +
  • #quarantine? Cask::Installer @@ -29804,7 +29796,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::FetchCmd::Args @@ -29812,7 +29804,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::Reinstall::Args @@ -29820,7 +29812,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::InstallCmd::Args @@ -29828,7 +29820,7 @@

    Method List

  • -
  • +
  • #quarantine? Homebrew::Cmd::UpgradeCmd::Args @@ -29836,7 +29828,7 @@

    Method List

  • -
  • +
  • query_api Repology @@ -29844,7 +29836,7 @@

    Method List

  • -
  • +
  • query_regexp Homebrew::Search @@ -29852,7 +29844,7 @@

    Method List

  • -
  • +
  • #quiet! Mktemp @@ -29860,7 +29852,7 @@

    Method List

  • -
  • +
  • #quiet! AbstractDownloadStrategy @@ -29868,7 +29860,7 @@

    Method List

  • -
  • +
  • #quiet? Context::ContextStruct @@ -29876,7 +29868,7 @@

    Method List

  • -
  • +
  • #quiet? Context @@ -29884,7 +29876,7 @@

    Method List

  • -
  • +
  • #quiet? AbstractDownloadStrategy @@ -29892,7 +29884,7 @@

    Method List

  • -
  • +
  • #quiet? Homebrew::CLI::Args @@ -29900,7 +29892,7 @@

    Method List

  • -
  • +
  • #quiet? FormulaInstaller @@ -29908,7 +29900,7 @@

    Method List

  • -
  • +
  • #quiet? Cask::Installer @@ -29916,7 +29908,7 @@

    Method List

  • -
  • +
  • #quiet_system Kernel @@ -29924,7 +29916,7 @@

    Method List

  • -
  • +
  • #quote_dep Homebrew::FormulaAuditor @@ -29932,7 +29924,7 @@

    Method List

  • -
  • +
  • #r Homebrew::DevCmd::Ruby::Args @@ -29940,7 +29932,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::Cmd::List::Args @@ -29948,7 +29940,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::Cmd::Leaves::Args @@ -29956,7 +29948,7 @@

    Method List

  • -
  • +
  • #r? Homebrew::DevCmd::LivecheckCmd::Args @@ -29964,7 +29956,7 @@

    Method List

  • -
  • +
  • #rack Keg @@ -29972,7 +29964,7 @@

    Method List

  • -
  • +
  • #rack Formula @@ -29980,7 +29972,7 @@

    Method List

  • -
  • +
  • racks Formula @@ -29988,7 +29980,7 @@

    Method List

  • -
  • +
  • raise Ignorable @@ -29996,7 +29988,7 @@

    Method List

  • -
  • +
  • raise_deprecation_exceptions? Homebrew @@ -30004,7 +29996,7 @@

    Method List

  • -
  • +
  • raise_error GitHub::API @@ -30012,7 +30004,7 @@

    Method List

  • -
  • +
  • #raw_version Cask::DSL::Version @@ -30020,7 +30012,7 @@

    Method List

  • -
  • +
  • read Homebrew::Settings @@ -30028,7 +30020,7 @@

    Method List

  • -
  • +
  • #read_date Mechanize::HTTP::ContentDisposition @@ -30036,7 +30028,7 @@

    Method List

  • -
  • +
  • read_script_arguments Cask::Artifact::AbstractArtifact @@ -30044,7 +30036,7 @@

    Method List

  • -
  • +
  • #read_uint16 ELFShim @@ -30052,7 +30044,7 @@

    Method List

  • -
  • +
  • #read_uint8 ELFShim @@ -30060,7 +30052,7 @@

    Method List

  • -
  • +
  • #readline_nonblock IO @@ -30068,7 +30060,7 @@

    Method List

  • -
  • +
  • reads_brewed_pth_files? Language::Python @@ -30076,7 +30068,7 @@

    Method List

  • -
  • +
  • #reason UsageError @@ -30084,7 +30076,7 @@

    Method List

  • -
  • +
  • reason Cask::Denylist @@ -30092,7 +30084,7 @@

    Method List

  • -
  • +
  • #reason PourBottleCheck @@ -30100,7 +30092,7 @@

    Method List

  • -
  • +
  • #reason Cask::AbstractCaskErrorWithToken @@ -30108,7 +30100,7 @@

    Method List

  • -
  • +
  • #reason Cask::CaskQuarantineError @@ -30116,7 +30108,7 @@

    Method List

  • -
  • +
  • #reason FormulaConflict @@ -30124,7 +30116,7 @@

    Method List

  • -
  • +
  • #reason KegOnlyReason @@ -30132,7 +30124,7 @@

    Method List

  • -
  • +
  • reason Homebrew::MissingFormula @@ -30140,7 +30132,7 @@

    Method List

  • -
  • +
  • #reason RuboCop::Cop::FormulaAudit::DeprecateDisableReason @@ -30148,7 +30140,7 @@

    Method List

  • -
  • +
  • #rebuild Bottle::Filename @@ -30156,7 +30148,7 @@

    Method List

  • -
  • +
  • #rebuild Bottle @@ -30164,7 +30156,7 @@

    Method List

  • -
  • +
  • #rebuild BottleSpecification @@ -30172,7 +30164,7 @@

    Method List

  • -
  • +
  • rebuild_commands_completion_list Commands @@ -30180,7 +30172,7 @@

    Method List

  • -
  • +
  • rebuild_internal_commands_completion_list Commands @@ -30188,7 +30180,7 @@

    Method List

  • -
  • +
  • receipt_path Utils::Bottles @@ -30196,7 +30188,7 @@

    Method List

  • -
  • +
  • #recommended Dependencies @@ -30204,7 +30196,7 @@

    Method List

  • -
  • +
  • #recommended? Dependable @@ -30212,7 +30204,7 @@

    Method List

  • -
  • +
  • #recommended_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -30220,7 +30212,7 @@

    Method List

  • -
  • +
  • #record_caveats Messages @@ -30228,7 +30220,7 @@

    Method List

  • -
  • +
  • #record_log Sandbox @@ -30236,7 +30228,7 @@

    Method List

  • -
  • +
  • #recursive? Homebrew::Cmd::Uses::Args @@ -30244,7 +30236,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies Formula @@ -30252,7 +30244,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies SoftwareSpec @@ -30260,7 +30252,7 @@

    Method List

  • -
  • +
  • #recursive_dependencies CaskDependent @@ -30268,7 +30260,7 @@

    Method List

  • -
  • +
  • #recursive_fgrep_args Keg @@ -30276,7 +30268,7 @@

    Method List

  • -
  • +
  • #recursive_includes DependenciesHelpers @@ -30284,7 +30276,7 @@

    Method List

  • -
  • +
  • #recursive_requirements Formula @@ -30292,7 +30284,7 @@

    Method List

  • -
  • +
  • #recursive_requirements SoftwareSpec @@ -30300,7 +30292,7 @@

    Method List

  • -
  • +
  • #recursive_requirements CaskDependent @@ -30308,7 +30300,7 @@

    Method List

  • -
  • +
  • #recursively_find_comments RuboCop::Cop::Cask::ArrayAlphabetization @@ -30316,7 +30308,7 @@

    Method List

  • -
  • +
  • red Tty @@ -30324,7 +30316,7 @@

    Method List

  • -
  • +
  • #redact_secrets Kernel @@ -30332,7 +30324,7 @@

    Method List

  • -
  • +
  • #redirect_stdout Kernel @@ -30340,7 +30332,7 @@

    Method List

  • -
  • +
  • #redundant_negative_receiver_and_other RuboCop::Cop::Homebrew::Presence @@ -30348,7 +30340,7 @@

    Method List

  • -
  • +
  • #redundant_receiver_and_other RuboCop::Cop::Homebrew::Presence @@ -30356,7 +30348,7 @@

    Method List

  • -
  • +
  • referenced_skip_information Homebrew::Livecheck::SkipConditions @@ -30364,7 +30356,7 @@

    Method List

  • -
  • +
  • #referer Cask::URL::DSL @@ -30372,7 +30364,7 @@

    Method List

  • -
  • +
  • #refresh Cask::Cask @@ -30380,7 +30372,7 @@

    Method List

  • -
  • +
  • #refurbish_args Stdenv @@ -30388,7 +30380,7 @@

    Method List

  • -
  • +
  • #refurbish_args Superenv @@ -30396,7 +30388,7 @@

    Method List

  • -
  • +
  • regenerate_man_pages Homebrew::Manpages @@ -30404,7 +30396,7 @@

    Method List

  • -
  • +
  • #regex Livecheck @@ -30412,7 +30404,7 @@

    Method List

  • -
  • +
  • #regex Utils::Shebang::RewriteInfo @@ -30420,7 +30412,7 @@

    Method List

  • -
  • +
  • #regex_match_group RuboCop::Cop::HelperFunctions @@ -30428,7 +30420,7 @@

    Method List

  • -
  • +
  • #region Locale @@ -30436,7 +30428,7 @@

    Method List

  • -
  • +
  • #reinstall? Cask::Installer @@ -30444,7 +30436,7 @@

    Method List

  • -
  • +
  • reinstall_casks Cask::Reinstall @@ -30452,7 +30444,7 @@

    Method List

  • -
  • +
  • reinstall_formula Homebrew @@ -30460,7 +30452,7 @@

    Method List

  • -
  • +
  • #reject PATH @@ -30468,7 +30460,7 @@

    Method List

  • -
  • +
  • #reject_with_block? RuboCop::Cop::Homebrew::CompactBlank @@ -30476,7 +30468,7 @@

    Method List

  • -
  • +
  • #reject_with_block_pass? RuboCop::Cop::Homebrew::CompactBlank @@ -30484,7 +30476,7 @@

    Method List

  • -
  • +
  • #relative_cask_path Tap @@ -30492,7 +30484,7 @@

    Method List

  • -
  • +
  • release! Cask::Quarantine @@ -30500,7 +30492,7 @@

    Method List

  • -
  • +
  • #release_notes_link Homebrew::Livecheck::Strategy::Sparkle::Item @@ -30508,7 +30500,7 @@

    Method List

  • -
  • +
  • #relevant? GitHub::Actions::Annotation @@ -30516,7 +30508,7 @@

    Method List

  • -
  • +
  • #relocate_build_prefix Keg @@ -30524,7 +30516,7 @@

    Method List

  • -
  • +
  • #relocate_dynamic_linkage Keg @@ -30532,7 +30524,7 @@

    Method List

  • -
  • +
  • #relocated_name_for Keg @@ -30540,7 +30532,7 @@

    Method List

  • -
  • +
  • remaining Utils::Timer @@ -30548,7 +30540,7 @@

    Method List

  • -
  • +
  • #remaining Homebrew::CLI::Args @@ -30556,7 +30548,7 @@

    Method List

  • -
  • +
  • remaining! Utils::Timer @@ -30564,7 +30556,7 @@

    Method List

  • -
  • +
  • remap_deprecated_options Tab @@ -30572,7 +30564,7 @@

    Method List

  • -
  • +
  • #remote Tap @@ -30580,7 +30572,7 @@

    Method List

  • -
  • +
  • #remote CoreTap @@ -30588,7 +30580,7 @@

    Method List

  • -
  • +
  • remote_exists? Utils::Git @@ -30596,7 +30588,7 @@

    Method List

  • -
  • +
  • remote_exists? Utils::Svn @@ -30604,7 +30596,7 @@

    Method List

  • -
  • +
  • #remote_repo Tap @@ -30612,7 +30604,7 @@

    Method List

  • -
  • +
  • #remove SharedEnvExtension @@ -30620,7 +30612,7 @@

    Method List

  • -
  • +
  • #remove_bottle_block? Homebrew::DevCmd::BumpRevision::Args @@ -30628,7 +30620,7 @@

    Method List

  • -
  • +
  • #remove_cc_etc SharedEnvExtension @@ -30636,7 +30628,7 @@

    Method List

  • -
  • +
  • #remove_config_file Cask::Installer @@ -30644,7 +30636,7 @@

    Method List

  • -
  • +
  • #remove_conflicts Migrator @@ -30652,7 +30644,7 @@

    Method List

  • -
  • +
  • #remove_download_sha Cask::Installer @@ -30660,7 +30652,7 @@

    Method List

  • -
  • +
  • #remove_from_cflags SharedEnvExtension @@ -30668,7 +30660,7 @@

    Method List

  • -
  • +
  • #remove_linked_keg_record Keg @@ -30676,7 +30668,7 @@

    Method List

  • -
  • +
  • #remove_macosxsdk Stdenv @@ -30684,7 +30676,7 @@

    Method List

  • -
  • +
  • #remove_make_var! StringInreplaceExtension @@ -30692,7 +30684,7 @@

    Method List

  • -
  • +
  • #remove_old_aliases Keg @@ -30700,7 +30692,7 @@

    Method List

  • -
  • +
  • #remove_oldname_opt_records Keg @@ -30708,7 +30700,7 @@

    Method List

  • -
  • +
  • #remove_opt_record Keg @@ -30716,7 +30708,7 @@

    Method List

  • -
  • +
  • #remove_stanza Utils::AST::FormulaAST @@ -30724,7 +30716,7 @@

    Method List

  • -
  • +
  • #rename_branch GitRepository @@ -30732,7 +30724,7 @@

    Method List

  • -
  • +
  • #reorder_components RuboCop::Cop::FormulaAudit::ComponentsOrder @@ -30740,7 +30732,7 @@

    Method List

  • -
  • +
  • #repair? Homebrew::Cmd::TapCmd::Args @@ -30748,7 +30740,7 @@

    Method List

  • -
  • +
  • #repin Migrator @@ -30756,7 +30748,7 @@

    Method List

  • -
  • +
  • #replace_bottle_block Utils::AST::FormulaAST @@ -30764,7 +30756,7 @@

    Method List

  • -
  • +
  • replace_caskfile_token Cask::Migrator @@ -30772,7 +30764,7 @@

    Method List

  • -
  • +
  • #replace_locations_with_placeholders Keg @@ -30780,7 +30772,7 @@

    Method List

  • -
  • +
  • replace_placeholders Homebrew::Service @@ -30788,7 +30780,7 @@

    Method List

  • -
  • +
  • #replace_placeholders_with_locations Keg @@ -30796,7 +30788,7 @@

    Method List

  • -
  • +
  • #replace_stanza Utils::AST::FormulaAST @@ -30804,7 +30796,7 @@

    Method List

  • -
  • +
  • #replace_text Keg::Relocation @@ -30812,7 +30804,7 @@

    Method List

  • -
  • +
  • #replace_text_in_files Keg @@ -30820,7 +30812,7 @@

    Method List

  • -
  • +
  • #replacement Utils::Shebang::RewriteInfo @@ -30828,7 +30820,7 @@

    Method List

  • -
  • +
  • #replacement_pair_for Keg::Relocation @@ -30836,7 +30828,7 @@

    Method List

  • -
  • +
  • #repo Tap @@ -30844,7 +30836,7 @@

    Method List

  • -
  • +
  • #repo TapFormulaUnavailableError @@ -30852,7 +30844,7 @@

    Method List

  • -
  • +
  • repo_commits_for_user GitHub @@ -30860,7 +30852,7 @@

    Method List

  • -
  • +
  • repo_info Cask::Info @@ -30868,7 +30860,7 @@

    Method List

  • -
  • +
  • #repo_valid? FossilDownloadStrategy @@ -30876,7 +30868,7 @@

    Method List

  • -
  • +
  • #repo_var_suffix Tap @@ -30884,7 +30876,7 @@

    Method List

  • -
  • +
  • repo_without_prefix GitHubPackages @@ -30892,7 +30884,7 @@

    Method List

  • -
  • +
  • #repology? Homebrew::Cmd::SearchCmd::Args @@ -30900,7 +30892,7 @@

    Method List

  • -
  • +
  • #repology_latest Homebrew::DevCmd::Bump::VersionBumpInfo @@ -30908,7 +30900,7 @@

    Method List

  • -
  • +
  • #report Reporter @@ -30916,7 +30908,7 @@

    Method List

  • -
  • +
  • #report_and_correct_offense RuboCop::Cop::Cask::UninstallMethodsOrder @@ -30924,7 +30916,7 @@

    Method List

  • -
  • +
  • report_build_error Utils::Analytics @@ -30932,7 +30924,7 @@

    Method List

  • -
  • +
  • report_command_run Utils::Analytics @@ -30940,7 +30932,7 @@

    Method List

  • -
  • +
  • report_influx Utils::Analytics @@ -30948,7 +30940,7 @@

    Method List

  • -
  • +
  • report_package_event Utils::Analytics @@ -30956,7 +30948,7 @@

    Method List

  • -
  • +
  • report_test_bot_test Utils::Analytics @@ -30964,7 +30956,7 @@

    Method List

  • -
  • +
  • #reporters ReporterHub @@ -30972,7 +30964,7 @@

    Method List

  • -
  • +
  • #repositories Homebrew::DevCmd::Contributions::Args @@ -30980,7 +30972,7 @@

    Method List

  • -
  • +
  • repository GitHub @@ -30988,7 +30980,7 @@

    Method List

  • -
  • +
  • #repository BottleSpecification @@ -30996,7 +30988,7 @@

    Method List

  • -
  • +
  • #reqs Build @@ -31004,7 +30996,7 @@

    Method List

  • -
  • +
  • #reqs Homebrew::Uninstall::DependentsMessage @@ -31012,7 +31004,7 @@

    Method List

  • -
  • +
  • #require? Kernel @@ -31020,7 +31012,7 @@

    Method List

  • -
  • +
  • #require_relocation? Keg @@ -31028,7 +31020,7 @@

    Method List

  • -
  • +
  • #require_root Homebrew::Service @@ -31036,7 +31028,7 @@

    Method List

  • -
  • +
  • #require_sha? Cask::Installer @@ -31044,7 +31036,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::Reinstall::Args @@ -31052,7 +31044,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::InstallCmd::Args @@ -31060,7 +31052,7 @@

    Method List

  • -
  • +
  • #require_sha? Homebrew::Cmd::UpgradeCmd::Args @@ -31068,7 +31060,7 @@

    Method List

  • -
  • +
  • #require_universal_deps? Formula @@ -31076,7 +31068,7 @@

    Method List

  • -
  • +
  • #required Dependencies @@ -31084,7 +31076,7 @@

    Method List

  • -
  • +
  • #required? Dependable @@ -31092,7 +31084,7 @@

    Method List

  • -
  • +
  • #required_dependency? RuboCop::Cop::FormulaCop @@ -31100,7 +31092,7 @@

    Method List

  • -
  • +
  • #required_dependency_name? RuboCop::Cop::FormulaCop @@ -31108,7 +31100,7 @@

    Method List

  • -
  • +
  • #requirements SoftwareSpec @@ -31116,7 +31108,7 @@

    Method List

  • -
  • +
  • #requirements CaskDependent @@ -31124,7 +31116,7 @@

    Method List

  • -
  • +
  • #requirements DependencyCollector @@ -31132,7 +31124,7 @@

    Method List

  • -
  • +
  • #requirements Formula @@ -31140,7 +31132,7 @@

    Method List

  • -
  • +
  • #requires_nehalem_cpu? MacOSVersion @@ -31148,7 +31140,7 @@

    Method List

  • -
  • +
  • #requires_root? Homebrew::Service @@ -31156,7 +31148,7 @@

    Method List

  • -
  • +
  • #reset Superenv @@ -31164,7 +31156,7 @@

    Method List

  • -
  • +
  • reset Tty @@ -31172,7 +31164,7 @@

    Method List

  • -
  • +
  • #reset_cache? Homebrew::DevCmd::StyleCmd::Args @@ -31180,7 +31172,7 @@

    Method List

  • -
  • +
  • reset_counts! ObserverPathnameExtension @@ -31188,7 +31180,7 @@

    Method List

  • -
  • +
  • reset_escape_sequence! Tty @@ -31196,7 +31188,7 @@

    Method List

  • -
  • +
  • resolve Formulary @@ -31204,7 +31196,7 @@

    Method List

  • -
  • +
  • #resolve? Homebrew::DevCmd::PrPull::Args @@ -31212,7 +31204,7 @@

    Method List

  • -
  • +
  • resolve_formula_names Utils::Bottles @@ -31220,7 +31212,7 @@

    Method List

  • -
  • +
  • resolve_livecheck_reference Homebrew::Livecheck @@ -31228,7 +31220,7 @@

    Method List

  • -
  • +
  • #resolve_rpath MachOShim @@ -31236,7 +31228,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Manpage @@ -31244,7 +31236,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Artifact @@ -31252,7 +31244,7 @@

    Method List

  • -
  • +
  • #resolve_target Cask::Artifact::Relocated @@ -31260,7 +31252,7 @@

    Method List

  • -
  • +
  • #resolve_variable_name MachOShim @@ -31268,7 +31260,7 @@

    Method List

  • -
  • +
  • resolve_version Utils::Bottles @@ -31276,7 +31268,7 @@

    Method List

  • -
  • +
  • #resolved_path Pathname @@ -31284,7 +31276,7 @@

    Method List

  • -
  • +
  • #resolved_path_exists? Pathname @@ -31292,7 +31284,7 @@

    Method List

  • -
  • +
  • #resolved_time_file_size CurlDownloadStrategy @@ -31300,7 +31292,7 @@

    Method List

  • -
  • +
  • #resource ExternalPatch @@ -31308,7 +31300,7 @@

    Method List

  • -
  • +
  • #resource Formula @@ -31316,7 +31308,7 @@

    Method List

  • -
  • +
  • resource Formula @@ -31324,7 +31316,7 @@

    Method List

  • -
  • +
  • #resource Resource::Partial @@ -31332,7 +31324,7 @@

    Method List

  • -
  • +
  • #resource ResourceStageContext @@ -31340,7 +31332,7 @@

    Method List

  • -
  • +
  • #resource SoftwareSpec @@ -31348,7 +31340,7 @@

    Method List

  • -
  • +
  • #resource Bottle @@ -31356,7 +31348,7 @@

    Method List

  • -
  • +
  • #resource_defined? SoftwareSpec @@ -31364,7 +31356,7 @@

    Method List

  • -
  • +
  • resource_version Homebrew::Livecheck @@ -31372,7 +31364,7 @@

    Method List

  • -
  • +
  • #resources Formula @@ -31380,7 +31372,7 @@

    Method List

  • -
  • +
  • #resources SoftwareSpec @@ -31388,7 +31380,7 @@

    Method List

  • -
  • +
  • #resources? Homebrew::DevCmd::LivecheckCmd::Args @@ -31396,7 +31388,7 @@

    Method List

  • -
  • +
  • #respond_to? Version @@ -31404,7 +31396,7 @@

    Method List

  • -
  • +
  • #respond_to_missing? Cask::DSL @@ -31412,7 +31404,7 @@

    Method List

  • -
  • +
  • #restart_delay Homebrew::Service @@ -31420,7 +31412,7 @@

    Method List

  • -
  • +
  • restore_backup Homebrew @@ -31428,7 +31420,7 @@

    Method List

  • -
  • +
  • #restore_backup Cask::Installer @@ -31436,7 +31428,7 @@

    Method List

  • -
  • +
  • #result Cask::Audit @@ -31444,7 +31436,7 @@

    Method List

  • -
  • +
  • #retain! Mktemp @@ -31452,7 +31444,7 @@

    Method List

  • -
  • +
  • #retain? Mktemp @@ -31460,7 +31452,7 @@

    Method List

  • -
  • +
  • #retain_bottle_dir? Homebrew::DevCmd::PrPull::Args @@ -31468,7 +31460,7 @@

    Method List

  • -
  • +
  • #retain_in_cache? Mktemp @@ -31476,7 +31468,7 @@

    Method List

  • -
  • +
  • #retry? Homebrew::DevCmd::Test::Args @@ -31484,7 +31476,7 @@

    Method List

  • -
  • +
  • #retry? Homebrew::Cmd::FetchCmd::Args @@ -31492,7 +31484,7 @@

    Method List

  • -
  • +
  • #rev Version::CompositeToken @@ -31500,7 +31492,7 @@

    Method List

  • -
  • +
  • #rev_list FormulaVersions @@ -31508,7 +31500,7 @@

    Method List

  • -
  • +
  • #reverse? Homebrew::DevCmd::Linkage::Args @@ -31516,7 +31508,7 @@

    Method List

  • -
  • +
  • #reverse_tap_migrations_renames Tap @@ -31524,7 +31516,7 @@

    Method List

  • -
  • +
  • #revert_upgrade Cask::Installer @@ -31532,7 +31524,7 @@

    Method List

  • -
  • +
  • #revision Formula @@ -31540,7 +31532,7 @@

    Method List

  • -
  • +
  • #revision Cask::URL::DSL @@ -31548,7 +31540,7 @@

    Method List

  • -
  • +
  • #revision PkgVersion @@ -31556,7 +31548,7 @@

    Method List

  • -
  • +
  • #revision FormulaInfo @@ -31564,7 +31556,7 @@

    Method List

  • -
  • +
  • revision Formula @@ -31572,7 +31564,7 @@

    Method List

  • -
  • +
  • #revision Homebrew::DevCmd::BumpFormulaPr::Args @@ -31580,7 +31572,7 @@

    Method List

  • -
  • +
  • #revisions Cask::URL::DSL @@ -31588,7 +31580,7 @@

    Method List

  • -
  • +
  • #reword_package_commit Homebrew::DevCmd::PrPull @@ -31596,7 +31588,7 @@

    Method List

  • -
  • +
  • rewrite_child_error Utils @@ -31604,7 +31596,7 @@

    Method List

  • -
  • +
  • rewrite_shebang Utils::Shebang @@ -31612,7 +31604,7 @@

    Method List

  • -
  • +
  • right Tty @@ -31620,7 +31612,7 @@

    Method List

  • -
  • +
  • #rm_ds_store Homebrew::Cleanup @@ -31628,7 +31620,7 @@

    Method List

  • -
  • +
  • rm_pin Homebrew::Uninstall @@ -31636,7 +31628,7 @@

    Method List

  • -
  • +
  • #rmdir ObserverPathnameExtension @@ -31644,7 +31636,7 @@

    Method List

  • -
  • +
  • #rmdir_if_possible Pathname @@ -31652,7 +31644,7 @@

    Method List

  • -
  • +
  • #root Cask::Pkg @@ -31660,7 +31652,7 @@

    Method List

  • -
  • +
  • #root Language::Python::Virtualenv::Virtualenv @@ -31668,7 +31660,7 @@

    Method List

  • -
  • +
  • #root_dir Homebrew::Service @@ -31676,7 +31668,7 @@

    Method List

  • -
  • +
  • #root_url BottleSpecification @@ -31684,7 +31676,7 @@

    Method List

  • -
  • +
  • root_url GitHubPackages @@ -31692,7 +31684,7 @@

    Method List

  • -
  • +
  • #root_url Homebrew::DevCmd::Bottle::Args @@ -31700,7 +31692,7 @@

    Method List

  • -
  • +
  • #root_url Homebrew::DevCmd::PrPull::Args @@ -31708,7 +31700,7 @@

    Method List

  • -
  • +
  • #root_url Homebrew::DevCmd::PrUpload::Args @@ -31716,7 +31708,7 @@

    Method List

  • -
  • +
  • root_url_if_match GitHubPackages @@ -31724,7 +31716,7 @@

    Method List

  • -
  • +
  • #root_url_specs BottleSpecification @@ -31732,7 +31724,7 @@

    Method List

  • -
  • +
  • #root_url_using Homebrew::DevCmd::Bottle::Args @@ -31740,7 +31732,7 @@

    Method List

  • -
  • +
  • #root_url_using Homebrew::DevCmd::PrPull::Args @@ -31748,7 +31740,7 @@

    Method List

  • -
  • +
  • #root_url_using Homebrew::DevCmd::PrUpload::Args @@ -31756,7 +31748,7 @@

    Method List

  • -
  • +
  • #rpath Formula @@ -31764,7 +31756,7 @@

    Method List

  • -
  • +
  • #rpath ELFShim @@ -31772,7 +31764,7 @@

    Method List

  • -
  • +
  • #rpath_using_patchelf_rb ELFShim @@ -31780,7 +31772,7 @@

    Method List

  • -
  • +
  • #rpaths MachOShim @@ -31788,7 +31780,7 @@

    Method List

  • -
  • +
  • #rpaths ELFShim @@ -31796,7 +31788,7 @@

    Method List

  • -
  • +
  • #rpaths Pathname @@ -31804,7 +31796,7 @@

    Method List

  • -
  • +
  • #ruby? Homebrew::DevCmd::Create::Args @@ -31812,7 +31804,7 @@

    Method List

  • -
  • +
  • ruby_bindir Homebrew @@ -31820,7 +31812,7 @@

    Method List

  • -
  • +
  • #ruby_source_checksum Formula @@ -31828,7 +31820,7 @@

    Method List

  • -
  • +
  • #ruby_source_checksum Cask::Cask @@ -31836,7 +31828,7 @@

    Method List

  • -
  • +
  • #ruby_source_path Formula @@ -31844,7 +31836,7 @@

    Method List

  • -
  • +
  • #ruby_source_path Cask::Cask @@ -31852,7 +31844,7 @@

    Method List

  • -
  • +
  • #run Mktemp @@ -31860,7 +31852,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Log @@ -31868,7 +31860,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Pin @@ -31876,7 +31868,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::TapCmd @@ -31884,7 +31876,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Service @@ -31892,7 +31884,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Deps @@ -31900,7 +31892,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Desc @@ -31908,7 +31900,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Docs @@ -31916,7 +31908,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::HelpCmd @@ -31924,7 +31916,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Home @@ -31932,7 +31924,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Info @@ -31940,7 +31932,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Link @@ -31948,7 +31940,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::List @@ -31956,7 +31948,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Uses @@ -31964,7 +31956,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Env @@ -31972,7 +31964,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::FetchCmd @@ -31980,7 +31972,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Unpin @@ -31988,7 +31980,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Untap @@ -31996,7 +31988,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Config @@ -32004,7 +31996,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Doctor @@ -32012,7 +32004,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Leaves @@ -32020,7 +32012,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::SearchCmd @@ -32028,7 +32020,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::UnlinkCmd @@ -32036,7 +32028,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Sh @@ -32044,7 +32036,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Cache @@ -32052,7 +32044,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::CleanupCmd @@ -32060,7 +32052,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Command @@ -32068,7 +32060,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::InstallCmd @@ -32076,7 +32068,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Migrate @@ -32084,7 +32076,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Missing @@ -32092,7 +32084,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::OptionsCmd @@ -32100,7 +32092,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::ReadallCmd @@ -32108,7 +32100,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::UpgradeCmd @@ -32116,7 +32108,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Cat @@ -32124,7 +32116,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Irb @@ -32132,7 +32124,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Cellar @@ -32140,7 +32132,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Prefix @@ -32148,7 +32140,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::CommandsCmd @@ -32156,7 +32148,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Outdated @@ -32164,7 +32156,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::TapInfo @@ -32172,7 +32164,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Bump @@ -32180,7 +32172,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Edit @@ -32188,7 +32180,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Prof @@ -32196,7 +32188,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Ruby @@ -32204,7 +32196,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Test @@ -32212,7 +32204,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Analytics @@ -32220,7 +32212,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Developer @@ -32228,7 +32220,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::GistLogs @@ -32236,7 +32228,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Reinstall @@ -32244,7 +32236,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::UninstallCmd @@ -32252,7 +32244,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Audit @@ -32260,7 +32252,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::StyleCmd @@ -32268,7 +32260,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Tests @@ -32276,7 +32268,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Caskroom @@ -32284,7 +32276,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Autoremove @@ -32292,7 +32284,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::PyenvSync @@ -32300,7 +32292,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::RbenvSync @@ -32308,7 +32300,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Bottle @@ -32316,7 +32308,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Create @@ -32324,7 +32316,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Unpack @@ -32332,7 +32324,7 @@

    Method List

  • -
  • +
  • run SystemCommand @@ -32340,7 +32332,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::CompletionsCmd @@ -32348,7 +32340,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::NodenvSync @@ -32356,7 +32348,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Postinstall @@ -32364,7 +32356,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Extract @@ -32372,7 +32364,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::FormulaCmd @@ -32380,7 +32372,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Linkage @@ -32388,7 +32380,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::PrPull @@ -32396,7 +32388,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Release @@ -32404,7 +32396,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Rubydoc @@ -32412,7 +32404,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::TapNew @@ -32420,7 +32412,7 @@

    Method List

  • -
  • +
  • #run Homebrew::AbstractCommand @@ -32428,7 +32420,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::Repository @@ -32436,7 +32428,7 @@

    Method List

  • -
  • +
  • #run Homebrew::Cmd::UpdateReport @@ -32444,7 +32436,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::LivecheckCmd @@ -32452,7 +32444,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::PrUpload @@ -32460,7 +32452,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Typecheck @@ -32468,7 +32460,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Unbottled @@ -32476,7 +32468,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::PrPublish @@ -32484,7 +32476,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdateTest @@ -32492,7 +32484,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::VendorGems @@ -32500,7 +32492,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::BumpCaskPr @@ -32508,7 +32500,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::PrAutomerge @@ -32516,7 +32508,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::BumpRevision @@ -32524,7 +32516,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::Contributions @@ -32532,7 +32524,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::BumpFormulaPr @@ -32540,7 +32532,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdateSponsors @@ -32548,7 +32540,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::GenerateCaskApi @@ -32556,7 +32548,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdateMaintainers @@ -32564,7 +32556,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdateLicenseData @@ -32572,7 +32564,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::GenerateFormulaApi @@ -32580,7 +32572,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::InstallBundlerGems @@ -32588,7 +32580,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::DispatchBuildBottle @@ -32596,7 +32588,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::BumpUnversionedCasks @@ -32604,7 +32596,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::DetermineTestRunners @@ -32612,7 +32604,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::UpdatePythonResources @@ -32620,7 +32612,7 @@

    Method List

  • -
  • +
  • #run Homebrew::DevCmd::GenerateManCompletions @@ -32628,7 +32620,7 @@

    Method List

  • -
  • +
  • #run! Cask::Audit @@ -32636,7 +32628,7 @@

    Method List

  • -
  • +
  • run! SystemCommand @@ -32644,7 +32636,7 @@

    Method List

  • -
  • +
  • #run! SystemCommand @@ -32652,7 +32644,7 @@

    Method List

  • -
  • +
  • #run_at_load Homebrew::Service @@ -32660,7 +32652,7 @@

    Method List

  • -
  • +
  • run_checks Homebrew::Livecheck @@ -32668,7 +32660,7 @@

    Method List

  • -
  • +
  • #run_post_install Formula @@ -32676,7 +32668,7 @@

    Method List

  • -
  • +
  • run_rubocop Homebrew::Style @@ -32684,7 +32676,7 @@

    Method List

  • -
  • +
  • run_shellcheck Homebrew::Style @@ -32692,7 +32684,7 @@

    Method List

  • -
  • +
  • run_shfmt Homebrew::Style @@ -32700,7 +32692,7 @@

    Method List

  • -
  • +
  • #run_test Formula @@ -32708,7 +32700,7 @@

    Method List

  • -
  • +
  • #run_time_deps Superenv @@ -32716,7 +32708,7 @@

    Method List

  • -
  • +
  • #run_type Homebrew::Service @@ -32724,7 +32716,7 @@

    Method List

  • -
  • +
  • #runner LinuxRunnerSpec @@ -32732,7 +32724,7 @@

    Method List

  • -
  • +
  • #runner MacOSRunnerSpec @@ -32740,7 +32732,7 @@

    Method List

  • -
  • +
  • #runners GitHubRunnerMatrix @@ -32748,7 +32740,7 @@

    Method List

  • -
  • +
  • running? Utils::Service @@ -32756,7 +32748,7 @@

    Method List

  • -
  • +
  • running_as_root? Homebrew @@ -32764,7 +32756,7 @@

    Method List

  • -
  • +
  • running_as_root_but_not_owned_by_root? Homebrew @@ -32772,7 +32764,7 @@

    Method List

  • -
  • +
  • #runtime_cpu_detection Superenv @@ -32780,7 +32772,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies Keg @@ -32788,7 +32780,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies Tab @@ -32796,7 +32788,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies Formula @@ -32804,7 +32796,7 @@

    Method List

  • -
  • +
  • #runtime_dependencies CaskDependent @@ -32812,7 +32804,7 @@

    Method List

  • -
  • +
  • runtime_deps_hash Tab @@ -32820,7 +32812,7 @@

    Method List

  • -
  • +
  • runtime_deps_hash SBOM @@ -32828,7 +32820,7 @@

    Method List

  • -
  • +
  • #runtime_formula_dependencies Formula @@ -32836,7 +32828,7 @@

    Method List

  • -
  • +
  • #runtime_installed_formula_dependents Formula @@ -32844,7 +32836,7 @@

    Method List

  • -
  • +
  • #runtime_requirements FormulaInstaller @@ -32852,7 +32844,7 @@

    Method List

  • -
  • +
  • #rust? Homebrew::DevCmd::Create::Args @@ -32860,7 +32852,7 @@

    Method List

  • -
  • +
  • rustflags_target_cpu Hardware @@ -32868,7 +32860,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::Desc::Args @@ -32876,7 +32868,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::Cache::Args @@ -32884,7 +32876,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::FetchCmd::Args @@ -32892,7 +32884,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::Reinstall::Args @@ -32900,7 +32892,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::CleanupCmd::Args @@ -32908,7 +32900,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::InstallCmd::Args @@ -32916,7 +32908,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::Cmd::UpgradeCmd::Args @@ -32924,7 +32916,7 @@

    Method List

  • -
  • +
  • #s? Homebrew::DevCmd::UpdatePythonResources::Args @@ -32932,7 +32924,7 @@

    Method List

  • -
  • +
  • safe_filename Utils @@ -32940,7 +32932,7 @@

    Method List

  • -
  • +
  • safe_filename? Utils @@ -32948,7 +32940,7 @@

    Method List

  • -
  • +
  • safe_fork Utils @@ -32956,7 +32948,7 @@

    Method List

  • -
  • +
  • #safe_navigation_blank_in_conditional? RuboCop::Cop::Homebrew::SafeNavigationWithBlank @@ -32964,7 +32956,7 @@

    Method List

  • -
  • +
  • safe_popen_read Utils @@ -32972,7 +32964,7 @@

    Method List

  • -
  • +
  • safe_popen_write Utils @@ -32980,7 +32972,7 @@

    Method List

  • -
  • +
  • #safe_system Kernel @@ -32988,7 +32980,7 @@

    Method List

  • -
  • +
  • #same_group? RuboCop::Cask::AST::Stanza @@ -32996,7 +32988,7 @@

    Method List

  • -
  • +
  • #same_package? PyPI::Package @@ -33004,7 +32996,7 @@

    Method List

  • -
  • +
  • #sanitized_argv_options FormulaInstaller @@ -33012,7 +33004,7 @@

    Method List

  • -
  • +
  • #satisfied? Dependency @@ -33020,7 +33012,7 @@

    Method List

  • -
  • +
  • #satisfied? Requirement @@ -33028,7 +33020,7 @@

    Method List

  • -
  • +
  • #satisfied_result_parent Requirement @@ -33036,7 +33028,7 @@

    Method List

  • -
  • +
  • satisfy Requirement @@ -33044,7 +33036,7 @@

    Method List

  • -
  • +
  • #satisfy PourBottleCheck @@ -33052,7 +33044,7 @@

    Method List

  • -
  • +
  • #satisfy_cask_and_formula_dependencies Cask::Installer @@ -33060,7 +33052,7 @@

    Method List

  • -
  • +
  • #save_caskfile Cask::Installer @@ -33068,7 +33060,7 @@

    Method List

  • -
  • +
  • #save_config_file Cask::Installer @@ -33076,7 +33068,7 @@

    Method List

  • -
  • +
  • #save_download_sha Cask::Installer @@ -33084,7 +33076,7 @@

    Method List

  • -
  • +
  • #save_using_patchelf_rb ELFShim @@ -33092,7 +33084,7 @@

    Method List

  • -
  • +
  • #sbin Formula @@ -33100,7 +33092,7 @@

    Method List

  • -
  • +
  • #scheme_and_version Keg @@ -33108,7 +33100,7 @@

    Method List

  • -
  • +
  • #screen_saverdir Homebrew::Cmd::Reinstall::Args @@ -33116,7 +33108,7 @@

    Method List

  • -
  • +
  • #screen_saverdir Homebrew::Cmd::InstallCmd::Args @@ -33124,7 +33116,7 @@

    Method List

  • -
  • +
  • #screen_saverdir Homebrew::Cmd::UpgradeCmd::Args @@ -33132,7 +33124,7 @@

    Method List

  • -
  • +
  • #screen_savers Homebrew::UnversionedCaskChecker @@ -33140,7 +33132,7 @@

    Method List

  • -
  • +
  • #script Locale @@ -33148,7 +33140,7 @@

    Method List

  • -
  • +
  • #scrub? Homebrew::Cleanup @@ -33156,7 +33148,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac @@ -33164,7 +33156,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac::Xcode @@ -33172,7 +33164,7 @@

    Method List

  • -
  • +
  • sdk OS::Mac::CLT @@ -33180,7 +33172,7 @@

    Method List

  • -
  • +
  • sdk_for_formula OS::Mac @@ -33188,7 +33180,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac @@ -33196,7 +33188,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac::Xcode @@ -33204,7 +33196,7 @@

    Method List

  • -
  • +
  • sdk_locator OS::Mac::CLT @@ -33212,7 +33204,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac @@ -33220,7 +33212,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac::Xcode @@ -33228,7 +33220,7 @@

    Method List

  • -
  • +
  • sdk_path OS::Mac::CLT @@ -33236,7 +33228,7 @@

    Method List

  • -
  • +
  • sdk_path_if_needed OS::Mac @@ -33244,7 +33236,7 @@

    Method List

  • -
  • +
  • sdk_root_needed? OS::Mac @@ -33252,7 +33244,7 @@

    Method List

  • -
  • +
  • search Homebrew::Search @@ -33260,7 +33252,7 @@

    Method List

  • -
  • +
  • search Descriptions @@ -33268,7 +33260,7 @@

    Method List

  • -
  • +
  • search GitHub @@ -33276,7 +33268,7 @@

    Method List

  • -
  • +
  • #search? Homebrew::Cmd::Desc::Args @@ -33284,7 +33276,7 @@

    Method List

  • -
  • +
  • search_casks Homebrew::Search @@ -33292,7 +33284,7 @@

    Method List

  • -
  • +
  • search_descriptions Homebrew::Search @@ -33300,7 +33292,7 @@

    Method List

  • -
  • +
  • search_formulae Homebrew::Search @@ -33308,7 +33300,7 @@

    Method List

  • -
  • +
  • search_issues GitHub @@ -33316,7 +33308,7 @@

    Method List

  • -
  • +
  • search_names Homebrew::Search @@ -33324,7 +33316,7 @@

    Method List

  • -
  • +
  • search_query_string GitHub @@ -33332,7 +33324,7 @@

    Method List

  • -
  • +
  • search_regex Homebrew::Search @@ -33340,7 +33332,7 @@

    Method List

  • -
  • +
  • search_results_count GitHub @@ -33348,7 +33340,7 @@

    Method List

  • -
  • +
  • search_results_items GitHub @@ -33356,7 +33348,7 @@

    Method List

  • -
  • +
  • search_string Homebrew::Search @@ -33364,7 +33356,7 @@

    Method List

  • -
  • +
  • #second Array @@ -33372,7 +33364,7 @@

    Method List

  • -
  • +
  • #section Cask::Artifact::Manpage @@ -33380,7 +33372,7 @@

    Method List

  • -
  • +
  • #seed Homebrew::DevCmd::Tests::Args @@ -33388,7 +33380,7 @@

    Method List

  • -
  • +
  • #select PATH @@ -33396,7 +33388,7 @@

    Method List

  • -
  • +
  • #select CacheStoreDatabase @@ -33404,7 +33396,7 @@

    Method List

  • -
  • +
  • #select DescriptionCacheStore @@ -33412,7 +33404,7 @@

    Method List

  • -
  • +
  • select_for CompilerSelector @@ -33420,7 +33412,7 @@

    Method List

  • -
  • +
  • #select_formula_or_cask ReporterHub @@ -33428,7 +33420,7 @@

    Method List

  • -
  • +
  • #select_includes DependenciesHelpers @@ -33436,7 +33428,7 @@

    Method List

  • -
  • +
  • #sensitive? EnvActivation @@ -33444,7 +33436,7 @@

    Method List

  • -
  • +
  • #sensitive_environment EnvActivation @@ -33452,7 +33444,7 @@

    Method List

  • -
  • +
  • #separate_commit_message Homebrew::DevCmd::PrPull @@ -33460,7 +33452,7 @@

    Method List

  • -
  • +
  • separate_header_package? OS::Mac::CLT @@ -33468,7 +33460,7 @@

    Method List

  • -
  • +
  • #serialized_requirements Formula @@ -33476,7 +33468,7 @@

    Method List

  • -
  • +
  • #service Formula @@ -33484,7 +33476,7 @@

    Method List

  • -
  • +
  • service Formula @@ -33492,7 +33484,7 @@

    Method List

  • -
  • +
  • #service? Formula @@ -33500,7 +33492,7 @@

    Method List

  • -
  • +
  • service? Formula @@ -33508,7 +33500,7 @@

    Method List

  • -
  • +
  • #service_name Formula @@ -33516,7 +33508,7 @@

    Method List

  • -
  • +
  • #service_name Homebrew::Service @@ -33524,7 +33516,7 @@

    Method List

  • -
  • +
  • #servicedir Homebrew::Cmd::Reinstall::Args @@ -33532,7 +33524,7 @@

    Method List

  • -
  • +
  • #servicedir Homebrew::Cmd::InstallCmd::Args @@ -33540,7 +33532,7 @@

    Method List

  • -
  • +
  • #servicedir Homebrew::Cmd::UpgradeCmd::Args @@ -33548,7 +33540,7 @@

    Method List

  • -
  • +
  • #set CacheStoreDatabase @@ -33556,7 +33548,7 @@

    Method List

  • -
  • +
  • #set_debug_symbols Superenv @@ -33564,7 +33556,7 @@

    Method List

  • -
  • +
  • #set_default_options Homebrew::CLI::Parser @@ -33572,7 +33564,7 @@

    Method List

  • -
  • +
  • #set_head_origin_auto GitRepository @@ -33580,7 +33572,7 @@

    Method List

  • -
  • +
  • #set_license Homebrew::DevCmd::Create::Args @@ -33588,7 +33580,7 @@

    Method List

  • -
  • +
  • #set_name Homebrew::DevCmd::Create::Args @@ -33596,7 +33588,7 @@

    Method List

  • -
  • +
  • set_name_email! Utils::Git @@ -33604,7 +33596,7 @@

    Method List

  • -
  • +
  • #set_ownership Cask::Staged @@ -33612,7 +33604,7 @@

    Method List

  • -
  • +
  • #set_permissions Cask::Staged @@ -33620,7 +33612,7 @@

    Method List

  • -
  • +
  • #set_unique_stanza Cask::DSL @@ -33628,7 +33620,7 @@

    Method List

  • -
  • +
  • #set_upstream_branch GitRepository @@ -33636,7 +33628,7 @@

    Method List

  • -
  • +
  • set_variable_in_profile Utils::Shell @@ -33644,7 +33636,7 @@

    Method List

  • -
  • +
  • #set_version Homebrew::DevCmd::Create::Args @@ -33652,7 +33644,7 @@

    Method List

  • -
  • +
  • setup_arch_methods OnSystem @@ -33660,7 +33652,7 @@

    Method List

  • -
  • +
  • setup_base_os_methods OnSystem @@ -33668,7 +33660,7 @@

    Method List

  • -
  • +
  • #setup_build_environment Stdenv @@ -33676,7 +33668,7 @@

    Method List

  • -
  • +
  • setup_gem_environment! Homebrew @@ -33684,7 +33676,7 @@

    Method List

  • -
  • +
  • setup_gpg! Utils::Git @@ -33692,7 +33684,7 @@

    Method List

  • -
  • +
  • setup_install_args Language::Python @@ -33700,7 +33692,7 @@

    Method List

  • -
  • +
  • setup_macos_methods OnSystem @@ -33708,7 +33700,7 @@

    Method List

  • -
  • +
  • setup_npm_environment Language::Node @@ -33716,7 +33708,7 @@

    Method List

  • -
  • +
  • #severity Homebrew::Style::Offense @@ -33724,7 +33716,7 @@

    Method List

  • -
  • +
  • #severity_code Homebrew::Style::Offense @@ -33732,7 +33724,7 @@

    Method List

  • -
  • +
  • sh_quote Utils::Shell @@ -33740,7 +33732,7 @@

    Method List

  • -
  • +
  • sha256 Formula @@ -33748,7 +33740,7 @@

    Method List

  • -
  • +
  • #sha256 Cask::DSL @@ -33756,7 +33748,7 @@

    Method List

  • -
  • +
  • #sha256 Resource @@ -33764,7 +33756,7 @@

    Method List

  • -
  • +
  • #sha256 BottleSpecification @@ -33772,7 +33764,7 @@

    Method List

  • -
  • +
  • #sha256 Pathname @@ -33780,7 +33772,7 @@

    Method List

  • -
  • +
  • #sha256 Cask::Cask @@ -33788,7 +33780,7 @@

    Method List

  • -
  • +
  • #sha256 Homebrew::DevCmd::BumpCaskPr::Args @@ -33796,7 +33788,7 @@

    Method List

  • -
  • +
  • #sha256 Homebrew::DevCmd::BumpFormulaPr::Args @@ -33804,7 +33796,7 @@

    Method List

  • -
  • +
  • #sha256_bottle_tag RuboCop::Cop::FormulaAudit::BottleOrder @@ -33812,7 +33804,7 @@

    Method List

  • -
  • +
  • #sha256_on_arch_stanzas RuboCop::Cop::Cask::OnSystemConditionals @@ -33820,7 +33812,7 @@

    Method List

  • -
  • +
  • #sha256_order RuboCop::Cop::FormulaAudit::BottleOrder @@ -33828,7 +33820,7 @@

    Method List

  • -
  • +
  • #shadowed_by_macos? KegOnlyReason @@ -33836,7 +33828,7 @@

    Method List

  • -
  • +
  • #shallow? Tap @@ -33844,7 +33836,7 @@

    Method List

  • -
  • +
  • #share Formula @@ -33852,7 +33844,7 @@

    Method List

  • -
  • +
  • #share_path_starts_with RuboCop::Cop::FormulaAuditStrict::Text @@ -33860,7 +33852,7 @@

    Method List

  • -
  • +
  • #shared_library Formula @@ -33868,7 +33860,7 @@

    Method List

  • -
  • +
  • #shell Homebrew::Cmd::Env::Args @@ -33876,7 +33868,7 @@

    Method List

  • -
  • +
  • #shell_completion_node RuboCop::Cop::FormulaAudit::GenerateCompletionsDSL @@ -33884,7 +33876,7 @@

    Method List

  • -
  • +
  • #shell_output Homebrew::Assertions @@ -33892,7 +33884,7 @@

    Method List

  • -
  • +
  • shell_scripts Homebrew::Style @@ -33900,7 +33892,7 @@

    Method List

  • -
  • +
  • shellcheck Homebrew::Style @@ -33908,7 +33900,7 @@

    Method List

  • -
  • +
  • shfmt Homebrew::Style @@ -33916,7 +33908,7 @@

    Method List

  • -
  • +
  • shims_path Superenv @@ -33924,7 +33916,7 @@

    Method List

  • -
  • +
  • #short_head_ref GitRepository @@ -33932,7 +33924,7 @@

    Method List

  • -
  • +
  • #short_version Homebrew::BundleVersion @@ -33940,7 +33932,7 @@

    Method List

  • -
  • +
  • #short_version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -33948,7 +33940,7 @@

    Method List

  • -
  • +
  • #short_version Homebrew::Livecheck::Strategy::ExtractPlist::Item @@ -33956,7 +33948,7 @@

    Method List

  • -
  • +
  • #should_report_analytics? Tap @@ -33964,7 +33956,7 @@

    Method List

  • -
  • +
  • #should_report_analytics? AbstractCoreTap @@ -33972,7 +33964,7 @@

    Method List

  • -
  • +
  • show_completions_message_if_needed Homebrew::Completions @@ -33980,7 +33972,7 @@

    Method List

  • -
  • +
  • #show_header? FormulaInstaller @@ -33988,7 +33980,7 @@

    Method List

  • -
  • +
  • #show_summary_heading? FormulaInstaller @@ -33996,7 +33988,7 @@

    Method List

  • -
  • +
  • #shutup! AbstractDownloadStrategy @@ -34004,7 +33996,7 @@

    Method List

  • -
  • +
  • #signing? Cask::Audit @@ -34012,7 +34004,7 @@

    Method List

  • -
  • +
  • #signing? Homebrew::DevCmd::Audit::Args @@ -34020,7 +34012,7 @@

    Method List

  • -
  • +
  • #signoff! Homebrew::DevCmd::PrPull @@ -34028,7 +34020,7 @@

    Method List

  • -
  • +
  • #silent? Homebrew::DevCmd::UpdatePythonResources::Args @@ -34036,7 +34028,7 @@

    Method List

  • -
  • +
  • simplify_string Homebrew::Search @@ -34044,7 +34036,7 @@

    Method List

  • -
  • +
  • simulate_macos_on_linux? Homebrew::EnvConfig @@ -34052,7 +34044,7 @@

    Method List

  • -
  • +
  • simulating_or_running_on_linux? Homebrew::SimulateSystem @@ -34060,7 +34052,7 @@

    Method List

  • -
  • +
  • simulating_or_running_on_macos? Homebrew::SimulateSystem @@ -34068,7 +34060,7 @@

    Method List

  • -
  • +
  • #single_app_cask? Homebrew::UnversionedCaskChecker @@ -34076,7 +34068,7 @@

    Method List

  • -
  • +
  • single_package_query Repology @@ -34084,7 +34076,7 @@

    Method List

  • -
  • +
  • #single_pkg_cask? Homebrew::UnversionedCaskChecker @@ -34092,7 +34084,7 @@

    Method List

  • -
  • +
  • #single_qlplugin_cask? Homebrew::UnversionedCaskChecker @@ -34100,7 +34092,7 @@

    Method List

  • -
  • +
  • #single_stanza_livecheck_block? RuboCop::Cop::Cask::NoOverrides @@ -34108,7 +34100,7 @@

    Method List

  • -
  • +
  • site_packages Language::Python @@ -34116,7 +34108,7 @@

    Method List

  • -
  • +
  • #site_packages Language::Python::Virtualenv::Virtualenv @@ -34124,7 +34116,7 @@

    Method List

  • -
  • +
  • #size RuboCop::Cop::HelperFunctions @@ -34132,7 +34124,7 @@

    Method List

  • -
  • +
  • #size Mechanize::HTTP::ContentDisposition @@ -34140,7 +34132,7 @@

    Method List

  • -
  • +
  • #skip Livecheck @@ -34148,7 +34140,7 @@

    Method List

  • -
  • +
  • skip Dependency @@ -34156,7 +34148,7 @@

    Method List

  • -
  • +
  • #skip? Livecheck @@ -34164,7 +34156,7 @@

    Method List

  • -
  • +
  • #skip_cask_deps? Cask::Installer @@ -34172,7 +34164,7 @@

    Method List

  • -
  • +
  • #skip_cask_deps? Homebrew::Cmd::Reinstall::Args @@ -34180,7 +34172,7 @@

    Method List

  • -
  • +
  • #skip_cask_deps? Homebrew::Cmd::InstallCmd::Args @@ -34188,7 +34180,7 @@

    Method List

  • -
  • +
  • #skip_cask_deps? Homebrew::Cmd::UpgradeCmd::Args @@ -34196,7 +34188,7 @@

    Method List

  • -
  • +
  • skip_clean Formula @@ -34204,7 +34196,7 @@

    Method List

  • -
  • +
  • #skip_clean? Formula @@ -34212,7 +34204,7 @@

    Method List

  • -
  • +
  • skip_clean_formula? Homebrew::Cleanup @@ -34220,7 +34212,7 @@

    Method List

  • -
  • +
  • skip_clean_paths Formula @@ -34228,7 +34220,7 @@

    Method List

  • -
  • +
  • #skip_cxxstdlib_check? Formula @@ -34236,7 +34228,7 @@

    Method List

  • -
  • +
  • skip_information Homebrew::Livecheck::SkipConditions @@ -34244,7 +34236,7 @@

    Method List

  • -
  • +
  • #skip_msg Livecheck @@ -34252,7 +34244,7 @@

    Method List

  • -
  • +
  • skip_or_later_bottles? Homebrew::EnvConfig @@ -34260,7 +34252,7 @@

    Method List

  • -
  • +
  • #skip_post_install? FormulaInstaller @@ -34268,7 +34260,7 @@

    Method List

  • -
  • +
  • #skip_post_install? Homebrew::Cmd::InstallCmd::Args @@ -34276,7 +34268,7 @@

    Method List

  • -
  • +
  • #skip_recommended? Homebrew::Cmd::Deps::Args @@ -34284,7 +34276,7 @@

    Method List

  • -
  • +
  • #skip_recommended? Homebrew::Cmd::Uses::Args @@ -34292,7 +34284,7 @@

    Method List

  • -
  • +
  • #skip_relocation? BottleSpecification @@ -34300,7 +34292,7 @@

    Method List

  • -
  • +
  • #skip_relocation? Bottle @@ -34308,7 +34300,7 @@

    Method List

  • -
  • +
  • #skip_relocation? Homebrew::DevCmd::Bottle::Args @@ -34316,7 +34308,7 @@

    Method List

  • -
  • +
  • #skip_style? Homebrew::DevCmd::Audit::Args @@ -34324,7 +34316,7 @@

    Method List

  • -
  • +
  • #sockets Homebrew::Service @@ -34332,7 +34324,7 @@

    Method List

  • -
  • +
  • sorbet_runtime? Homebrew::EnvConfig @@ -34340,7 +34332,7 @@

    Method List

  • -
  • +
  • sorbet_runtime_path Utils::Backtrace @@ -34348,7 +34340,7 @@

    Method List

  • -
  • +
  • #sort_array RuboCop::Cop::Cask::ArrayAlphabetization @@ -34356,7 +34348,7 @@

    Method List

  • -
  • +
  • #sort_conditional_dependencies! RuboCop::Cop::FormulaAudit::DependencyOrder @@ -34364,7 +34356,7 @@

    Method List

  • -
  • +
  • #sort_dependencies_by_type RuboCop::Cop::FormulaAudit::DependencyOrder @@ -34372,7 +34364,7 @@

    Method List

  • -
  • +
  • sort_items Homebrew::Livecheck::Strategy::Sparkle @@ -34380,7 +34372,7 @@

    Method List

  • -
  • +
  • sort_key_for_path Homebrew::Manpages @@ -34388,7 +34380,7 @@

    Method List

  • -
  • +
  • #source Tab @@ -34396,7 +34388,7 @@

    Method List

  • -
  • +
  • #source Cask::Cask @@ -34404,7 +34396,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::SDK @@ -34412,7 +34404,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::XcodeSDKLocator @@ -34420,7 +34412,7 @@

    Method List

  • -
  • +
  • #source OS::Mac::CLTSDKLocator @@ -34428,7 +34420,7 @@

    Method List

  • -
  • +
  • #source Cask::Artifact::Relocated @@ -34436,7 +34428,7 @@

    Method List

  • -
  • +
  • #source_buffer RuboCop::Cop::HelperFunctions @@ -34444,7 +34436,7 @@

    Method List

  • -
  • +
  • source_download Homebrew::API::Cask @@ -34452,7 +34444,7 @@

    Method List

  • -
  • +
  • source_download Homebrew::API::Formula @@ -34460,7 +34452,7 @@

    Method List

  • -
  • +
  • #source_modified_time Tab @@ -34468,7 +34460,7 @@

    Method List

  • -
  • +
  • #source_modified_time Formula @@ -34476,7 +34468,7 @@

    Method List

  • -
  • +
  • #source_modified_time Resource @@ -34484,7 +34476,7 @@

    Method List

  • -
  • +
  • #source_modified_time AbstractDownloadStrategy @@ -34492,7 +34484,7 @@

    Method List

  • -
  • +
  • #source_modified_time SubversionDownloadStrategy @@ -34500,7 +34492,7 @@

    Method List

  • -
  • +
  • #source_modified_time GitDownloadStrategy @@ -34508,7 +34500,7 @@

    Method List

  • -
  • +
  • #source_modified_time CVSDownloadStrategy @@ -34516,7 +34508,7 @@

    Method List

  • -
  • +
  • #source_modified_time MercurialDownloadStrategy @@ -34524,7 +34516,7 @@

    Method List

  • -
  • +
  • #source_modified_time BazaarDownloadStrategy @@ -34532,7 +34524,7 @@

    Method List

  • -
  • +
  • #source_modified_time FossilDownloadStrategy @@ -34540,7 +34532,7 @@

    Method List

  • -
  • +
  • #source_range RuboCop::Cask::AST::Stanza @@ -34548,7 +34540,7 @@

    Method List

  • -
  • +
  • #source_range RuboCop::Cask::AST::CaskHeader @@ -34556,7 +34548,7 @@

    Method List

  • -
  • +
  • #source_range_with_comments RuboCop::Cask::AST::Stanza @@ -34564,7 +34556,7 @@

    Method List

  • -
  • +
  • #sourcefile_path Cask::Cask @@ -34572,7 +34564,7 @@

    Method List

  • -
  • +
  • spdxfile SBOM @@ -34580,7 +34572,7 @@

    Method List

  • -
  • +
  • #spec Tab @@ -34588,7 +34580,7 @@

    Method List

  • -
  • +
  • #spec GitHubRunner @@ -34596,7 +34588,7 @@

    Method List

  • -
  • +
  • #spec_name Homebrew::ResourceAuditor @@ -34604,7 +34596,7 @@

    Method List

  • -
  • +
  • spec_syms Formula @@ -34612,7 +34604,7 @@

    Method List

  • -
  • +
  • #specification_for Utils::Bottles::Collector @@ -34620,7 +34612,7 @@

    Method List

  • -
  • +
  • #specified_name Formula @@ -34628,7 +34620,7 @@

    Method List

  • -
  • +
  • #specified_path Formula @@ -34636,7 +34628,7 @@

    Method List

  • -
  • +
  • #specs URL @@ -34644,7 +34636,7 @@

    Method List

  • -
  • +
  • specs Formula @@ -34652,7 +34644,7 @@

    Method List

  • -
  • +
  • #specs Cask::URL::DSL @@ -34660,7 +34652,7 @@

    Method List

  • -
  • +
  • #specs Resource @@ -34668,7 +34660,7 @@

    Method List

  • -
  • +
  • #specs Homebrew::ResourceAuditor @@ -34676,7 +34668,7 @@

    Method List

  • -
  • +
  • sponsorships GitHub @@ -34684,7 +34676,7 @@

    Method List

  • -
  • +
  • #squash_package_commits Homebrew::DevCmd::PrPull @@ -34692,7 +34684,7 @@

    Method List

  • -
  • +
  • #src Keg::LinkError @@ -34700,7 +34692,7 @@

    Method List

  • -
  • +
  • sse3? Hardware::CPU @@ -34708,7 +34700,7 @@

    Method List

  • -
  • +
  • sse4? Hardware::CPU @@ -34716,7 +34708,7 @@

    Method List

  • -
  • +
  • sse4_2? Hardware::CPU @@ -34724,7 +34716,7 @@

    Method List

  • -
  • +
  • ssh_config_path Homebrew::EnvConfig @@ -34732,7 +34724,7 @@

    Method List

  • -
  • +
  • ssse3? Hardware::CPU @@ -34740,7 +34732,7 @@

    Method List

  • -
  • +
  • #stable Formula @@ -34748,7 +34740,7 @@

    Method List

  • -
  • +
  • stable Formula @@ -34756,7 +34748,7 @@

    Method List

  • -
  • +
  • #stable? Tab @@ -34764,7 +34756,7 @@

    Method List

  • -
  • +
  • #stable? Formula @@ -34772,7 +34764,7 @@

    Method List

  • -
  • +
  • #stable? BuildOptions @@ -34780,7 +34772,7 @@

    Method List

  • -
  • +
  • #stable_version Tab @@ -34788,7 +34780,7 @@

    Method List

  • -
  • +
  • #stackprof? Homebrew::DevCmd::Prof::Args @@ -34796,7 +34788,7 @@

    Method List

  • -
  • +
  • #stage Resource @@ -34804,7 +34796,7 @@

    Method List

  • -
  • +
  • #stage Resource::Go @@ -34812,7 +34804,7 @@

    Method List

  • -
  • +
  • #stage Bottle @@ -34820,7 +34812,7 @@

    Method List

  • -
  • +
  • #stage Cask::Installer @@ -34828,7 +34820,7 @@

    Method List

  • -
  • +
  • #stage AbstractDownloadStrategy::Pourable @@ -34836,7 +34828,7 @@

    Method List

  • -
  • +
  • #stage AbstractDownloadStrategy @@ -34844,7 +34836,7 @@

    Method List

  • -
  • +
  • #stage NoUnzipCurlDownloadStrategy @@ -34852,7 +34844,7 @@

    Method List

  • -
  • +
  • stage_deps Language::Go @@ -34860,7 +34852,7 @@

    Method List

  • -
  • +
  • #staged_path Cask::DSL @@ -34868,7 +34860,7 @@

    Method List

  • -
  • +
  • #staged_path Cask::Cask @@ -34876,7 +34868,7 @@

    Method List

  • -
  • +
  • #staged_path_join_executable Cask::Artifact::AbstractArtifact @@ -34884,7 +34876,7 @@

    Method List

  • -
  • +
  • #staging ResourceStageContext @@ -34892,7 +34884,7 @@

    Method List

  • -
  • +
  • stale? Homebrew::Cleanup @@ -34900,7 +34892,7 @@

    Method List

  • -
  • +
  • #standardized_arch Utils::Bottles::Tag @@ -34908,7 +34900,7 @@

    Method List

  • -
  • +
  • #stanza Utils::AST::FormulaAST @@ -34916,7 +34908,7 @@

    Method List

  • -
  • +
  • #stanza? RuboCop::AST::Node @@ -34924,7 +34916,7 @@

    Method List

  • -
  • +
  • #stanza_group RuboCop::Cask::AST::Stanza @@ -34932,7 +34924,7 @@

    Method List

  • -
  • +
  • #stanza_index RuboCop::Cask::AST::Stanza @@ -34940,7 +34932,7 @@

    Method List

  • -
  • +
  • #stanza_name RuboCop::Cask::AST::Stanza @@ -34948,7 +34940,7 @@

    Method List

  • -
  • +
  • #stanza_options Cask::Artifact::Pkg @@ -34956,7 +34948,7 @@

    Method List

  • -
  • +
  • stanza_text Utils::AST @@ -34964,7 +34956,7 @@

    Method List

  • -
  • +
  • #stanzas RuboCop::Cask::AST::StanzaBlock @@ -34972,7 +34964,7 @@

    Method List

  • -
  • +
  • #stanzas RuboCop::Cask::AST::CaskBlock @@ -34980,7 +34972,7 @@

    Method List

  • -
  • +
  • #start_column RuboCop::Cop::HelperFunctions @@ -34988,7 +34980,7 @@

    Method List

  • -
  • +
  • #start_upgrade Cask::Installer @@ -34996,7 +34988,7 @@

    Method List

  • -
  • +
  • #start_with Homebrew::DevCmd::Bump::Args @@ -35004,7 +34996,7 @@

    Method List

  • -
  • +
  • start_within IRB @@ -35012,7 +35004,7 @@

    Method List

  • -
  • +
  • #stat? Homebrew::Cmd::Log::Args @@ -35020,7 +35012,7 @@

    Method List

  • -
  • +
  • #state_file Homebrew::DevCmd::BumpUnversionedCasks::Args @@ -35028,7 +35020,7 @@

    Method List

  • -
  • +
  • #status ErrorDuringExecution @@ -35036,7 +35028,7 @@

    Method List

  • -
  • +
  • #status SystemCommand::Result @@ -35044,7 +35036,7 @@

    Method List

  • -
  • +
  • status Cask::Quarantine @@ -35052,7 +35044,7 @@

    Method List

  • -
  • +
  • status_hash Homebrew::Livecheck @@ -35060,7 +35052,7 @@

    Method List

  • -
  • +
  • #std? BuildEnvironment @@ -35068,7 +35060,7 @@

    Method List

  • -
  • +
  • #std_cabal_v2_args Formula @@ -35076,7 +35068,7 @@

    Method List

  • -
  • +
  • #std_cargo_args Formula @@ -35084,7 +35076,7 @@

    Method List

  • -
  • +
  • #std_cmake_args Formula @@ -35092,7 +35084,7 @@

    Method List

  • -
  • +
  • #std_configure_args Formula @@ -35100,7 +35092,7 @@

    Method List

  • -
  • +
  • #std_go_args Formula @@ -35108,7 +35100,7 @@

    Method List

  • -
  • +
  • #std_meson_args Formula @@ -35116,7 +35108,7 @@

    Method List

  • -
  • +
  • std_npm_install_args Language::Node @@ -35124,7 +35116,7 @@

    Method List

  • -
  • +
  • #std_pip_args Formula @@ -35132,7 +35124,7 @@

    Method List

  • -
  • +
  • #std_service_path_env Homebrew::Service @@ -35140,7 +35132,7 @@

    Method List

  • -
  • +
  • #stderr ErrorDuringExecution @@ -35148,7 +35140,7 @@

    Method List

  • -
  • +
  • #stderr SystemCommand::Result @@ -35156,7 +35148,7 @@

    Method List

  • -
  • +
  • #stdlib Tab @@ -35164,7 +35156,7 @@

    Method List

  • -
  • +
  • #stdout SystemCommand::Result @@ -35172,7 +35164,7 @@

    Method List

  • -
  • +
  • #stem Pathname @@ -35180,7 +35172,7 @@

    Method List

  • -
  • +
  • #store LinkageChecker @@ -35188,7 +35180,7 @@

    Method List

  • -
  • +
  • #strategy Livecheck @@ -35196,7 +35188,7 @@

    Method List

  • -
  • +
  • #strategy_block Livecheck @@ -35204,7 +35196,7 @@

    Method List

  • -
  • +
  • #strict? Cask::Audit @@ -35212,7 +35204,7 @@

    Method List

  • -
  • +
  • #strict? Homebrew::DevCmd::Audit::Args @@ -35220,7 +35212,7 @@

    Method List

  • -
  • +
  • #strict? Homebrew::DevCmd::Linkage::Args @@ -35228,7 +35220,7 @@

    Method List

  • -
  • +
  • #strict? Homebrew::DevCmd::BumpFormulaPr::Args @@ -35236,7 +35228,7 @@

    Method List

  • -
  • +
  • #strictness Attr @@ -35244,7 +35236,7 @@

    Method List

  • -
  • +
  • strikethrough Tty @@ -35252,7 +35244,7 @@

    Method List

  • -
  • +
  • #string_content RuboCop::Cop::HelperFunctions @@ -35260,7 +35252,7 @@

    Method List

  • -
  • +
  • string_to_license_expression SPDX @@ -35268,7 +35260,7 @@

    Method List

  • -
  • +
  • #strip EmbeddedPatch @@ -35276,7 +35268,7 @@

    Method List

  • -
  • +
  • #strip ExternalPatch @@ -35284,7 +35276,7 @@

    Method List

  • -
  • +
  • strip_ansi Tty @@ -35292,7 +35284,7 @@

    Method List

  • -
  • +
  • #strip_patch MacOSVersion @@ -35300,7 +35292,7 @@

    Method List

  • -
  • +
  • #style_exceptions Tap @@ -35308,7 +35300,7 @@

    Method List

  • -
  • +
  • #style_exceptions CoreTap @@ -35316,7 +35308,7 @@

    Method List

  • -
  • +
  • #style_exceptions_dir RuboCop::Cop::FormulaCop @@ -35324,7 +35316,7 @@

    Method List

  • -
  • +
  • #sub! StringInreplaceExtension @@ -35332,7 +35324,7 @@

    Method List

  • -
  • +
  • #subdirs Pathname @@ -35340,7 +35332,7 @@

    Method List

  • -
  • +
  • #subversion_dep_if_needed DependencyCollector @@ -35348,7 +35340,7 @@

    Method List

  • -
  • +
  • subversion_handles_most_https_certificates? DevelopmentTools @@ -35356,7 +35348,7 @@

    Method List

  • -
  • +
  • success Formatter @@ -35364,7 +35356,7 @@

    Method List

  • -
  • +
  • #success? Cask::Audit @@ -35372,7 +35364,7 @@

    Method List

  • -
  • +
  • #success? SystemCommand::Result @@ -35380,7 +35372,7 @@

    Method List

  • -
  • +
  • #sudo? SystemCommand @@ -35388,7 +35380,7 @@

    Method List

  • -
  • +
  • #sudo_as_root? SystemCommand @@ -35396,7 +35388,7 @@

    Method List

  • -
  • +
  • sudo_askpass Homebrew::EnvConfig @@ -35404,7 +35396,7 @@

    Method List

  • -
  • +
  • sudo_through_sudo_user? Homebrew::EnvConfig @@ -35412,7 +35404,7 @@

    Method List

  • -
  • +
  • suggest_command Homebrew::MissingFormula @@ -35420,7 +35412,7 @@

    Method List

  • -
  • +
  • #suggest_typed? Homebrew::DevCmd::Typecheck::Args @@ -35428,7 +35420,7 @@

    Method List

  • -
  • +
  • #suggestion Keg::ConflictError @@ -35436,7 +35428,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Pkg @@ -35444,7 +35436,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Installer @@ -35452,7 +35444,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::Relocated @@ -35460,7 +35452,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::StageOnly @@ -35468,7 +35460,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractArtifact @@ -35476,7 +35468,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractUninstall @@ -35484,7 +35476,7 @@

    Method List

  • -
  • +
  • #summarize Cask::Artifact::AbstractFlightBlock @@ -35492,7 +35484,7 @@

    Method List

  • -
  • +
  • #summarize_installed Cask::Artifact::Moved @@ -35500,7 +35492,7 @@

    Method List

  • -
  • +
  • #summarize_installed Cask::Artifact::Symlinked @@ -35508,7 +35500,7 @@

    Method List

  • -
  • +
  • #summary Cask::Audit @@ -35516,7 +35508,7 @@

    Method List

  • -
  • +
  • #summary Cask::Installer @@ -35524,7 +35516,7 @@

    Method List

  • -
  • +
  • #summary FormulaInstaller @@ -35532,7 +35524,7 @@

    Method List

  • -
  • +
  • #supersedes_an_installed_formula? Formula @@ -35540,7 +35532,7 @@

    Method List

  • -
  • +
  • #supported_configuration_checks Homebrew::Diagnostic::Checks @@ -35548,7 +35540,7 @@

    Method List

  • -
  • +
  • supports_partial_clone_sparse_checkout? Utils::Git @@ -35556,7 +35548,7 @@

    Method List

  • -
  • +
  • svn Homebrew::EnvConfig @@ -35564,7 +35556,7 @@

    Method List

  • -
  • +
  • #switch Homebrew::CLI::Parser @@ -35572,7 +35564,7 @@

    Method List

  • -
  • +
  • #symlink_files Keg @@ -35580,7 +35572,7 @@

    Method List

  • -
  • +
  • #symlink_location Homebrew::API::DownloadStrategy @@ -35588,7 +35580,7 @@

    Method List

  • -
  • +
  • #symlink_location Homebrew::API::Download @@ -35596,7 +35588,7 @@

    Method List

  • -
  • +
  • #symlink_location AbstractFileDownloadStrategy @@ -35604,7 +35596,7 @@

    Method List

  • -
  • +
  • #synced_versions_formulae Tap @@ -35612,7 +35604,7 @@

    Method List

  • -
  • +
  • #synced_versions_formulae CoreTap @@ -35620,7 +35612,7 @@

    Method List

  • -
  • +
  • #synced_with_other_formulae? Formula @@ -35628,7 +35620,7 @@

    Method List

  • -
  • +
  • #syntax? Homebrew::Cmd::ReadallCmd::Args @@ -35636,7 +35628,7 @@

    Method List

  • -
  • +
  • sysconfdir OS::Linux::Ld @@ -35644,7 +35636,7 @@

    Method List

  • -
  • +
  • system Homebrew @@ -35652,7 +35644,7 @@

    Method List

  • -
  • +
  • #system Formula @@ -35660,7 +35652,7 @@

    Method List

  • -
  • +
  • #system Utils::Bottles::Tag @@ -35668,7 +35660,7 @@

    Method List

  • -
  • +
  • #system_command Cask::DSL::Base @@ -35676,7 +35668,7 @@

    Method List

  • -
  • +
  • #system_command SystemCommand::Mixin @@ -35684,7 +35676,7 @@

    Method List

  • -
  • +
  • #system_command! SystemCommand::Mixin @@ -35692,7 +35684,7 @@

    Method List

  • -
  • +
  • system_dir? OS::Mac @@ -35700,7 +35692,7 @@

    Method List

  • -
  • +
  • system_dir_symlink? UnpackStrategy::Dmg::Bom @@ -35708,7 +35700,7 @@

    Method List

  • -
  • +
  • system_dirs OS::Linux::Ld @@ -35716,7 +35708,7 @@

    Method List

  • -
  • +
  • system_env_takes_priority? Homebrew::EnvConfig @@ -35724,7 +35716,7 @@

    Method List

  • -
  • +
  • system_version OS::Linux::Glibc @@ -35732,7 +35724,7 @@

    Method List

  • -
  • +
  • systemctl Utils::Service @@ -35740,7 +35732,7 @@

    Method List

  • -
  • +
  • systemctl? Utils::Service @@ -35748,7 +35740,7 @@

    Method List

  • -
  • +
  • #systemd_service_path Formula @@ -35756,7 +35748,7 @@

    Method List

  • -
  • +
  • #systemd_timer_path Formula @@ -35764,7 +35756,7 @@

    Method List

  • -
  • +
  • #t? Homebrew::Cmd::List::Args @@ -35772,7 +35764,7 @@

    Method List

  • -
  • +
  • #tab Keg @@ -35780,7 +35772,7 @@

    Method List

  • -
  • +
  • #tab_attributes Bottle @@ -35788,7 +35780,7 @@

    Method List

  • -
  • +
  • #tabfile Tab @@ -35796,7 +35788,7 @@

    Method List

  • -
  • +
  • table_output Utils::Analytics @@ -35804,7 +35796,7 @@

    Method List

  • -
  • +
  • #tag Utils::Bottles::MacOSOverride @@ -35812,7 +35804,7 @@

    Method List

  • -
  • +
  • #tag Cask::URL::DSL @@ -35820,7 +35812,7 @@

    Method List

  • -
  • +
  • #tag Bottle::Filename @@ -35828,7 +35820,7 @@

    Method List

  • -
  • +
  • #tag Bottle @@ -35836,7 +35828,7 @@

    Method List

  • -
  • +
  • tag Utils::Bottles @@ -35844,7 +35836,7 @@

    Method List

  • -
  • +
  • #tag Utils::Bottles::TagSpecification @@ -35852,7 +35844,7 @@

    Method List

  • -
  • +
  • #tag Homebrew::DevCmd::Unbottled::Args @@ -35860,7 +35852,7 @@

    Method List

  • -
  • +
  • #tag Homebrew::DevCmd::BumpFormulaPr::Args @@ -35868,7 +35860,7 @@

    Method List

  • -
  • +
  • #tag? BottleSpecification @@ -35876,7 +35868,7 @@

    Method List

  • -
  • +
  • #tag? Utils::Bottles::Collector @@ -35884,7 +35876,7 @@

    Method List

  • -
  • +
  • tag_info Homebrew::Livecheck::Strategy::Git @@ -35892,7 +35884,7 @@

    Method List

  • -
  • +
  • #tag_specification_for BottleSpecification @@ -35900,7 +35892,7 @@

    Method List

  • -
  • +
  • #tag_to_cellar BottleSpecification @@ -35908,7 +35900,7 @@

    Method List

  • -
  • +
  • #tags Dependable @@ -35916,7 +35908,7 @@

    Method List

  • -
  • +
  • #tags Utils::Bottles::Collector @@ -35924,7 +35916,7 @@

    Method List

  • -
  • +
  • #tap Tab @@ -35932,7 +35924,7 @@

    Method List

  • -
  • +
  • #tap TapConfig @@ -35940,7 +35932,7 @@

    Method List

  • -
  • +
  • #tap Formula @@ -35948,7 +35940,7 @@

    Method List

  • -
  • +
  • #tap Cask::Cask @@ -35956,7 +35948,7 @@

    Method List

  • -
  • +
  • #tap Formulary::FormulaLoader @@ -35964,7 +35956,7 @@

    Method List

  • -
  • +
  • #tap Formulary::FromTapLoader @@ -35972,7 +35964,7 @@

    Method List

  • -
  • +
  • #tap Dependency @@ -35980,7 +35972,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaOrCaskUnavailableError @@ -35988,7 +35980,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaUnavailableError @@ -35996,7 +35988,7 @@

    Method List

  • -
  • +
  • #tap TapFormulaClassUnavailableError @@ -36004,7 +35996,7 @@

    Method List

  • -
  • +
  • #tap BottleSpecification @@ -36012,7 +36004,7 @@

    Method List

  • -
  • +
  • #tap Cask::TapCaskUnavailableError @@ -36020,7 +36012,7 @@

    Method List

  • -
  • +
  • #tap Cask::CaskLoader::AbstractContentLoader @@ -36028,7 +36020,7 @@

    Method List

  • -
  • +
  • #tap Cask::CaskLoader::FromTapLoader @@ -36036,7 +36028,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::Bump::Args @@ -36044,7 +36036,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::Audit::Args @@ -36052,7 +36044,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::Create::Args @@ -36060,7 +36052,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::PrPull::Args @@ -36068,7 +36060,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::PrPublish::Args @@ -36076,7 +36068,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::PrAutomerge::Args @@ -36084,7 +36076,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::LivecheckCmd::Args @@ -36092,7 +36084,7 @@

    Method List

  • -
  • +
  • #tap Homebrew::DevCmd::DispatchBuildBottle::Args @@ -36100,7 +36092,7 @@

    Method List

  • -
  • +
  • #tap= Tab @@ -36108,7 +36100,7 @@

    Method List

  • -
  • +
  • #tap? Formula @@ -36116,7 +36108,7 @@

    Method List

  • -
  • +
  • tap_aliases Formula @@ -36124,7 +36116,7 @@

    Method List

  • -
  • +
  • #tap_and_name_comparison Kernel @@ -36132,7 +36124,7 @@

    Method List

  • -
  • +
  • #tap_audit_exceptions Homebrew::TapAuditor @@ -36140,7 +36132,7 @@

    Method List

  • -
  • +
  • tap_cask_token_type Cask::CaskLoader @@ -36148,7 +36140,7 @@

    Method List

  • -
  • +
  • tap_error_url Utils::Backtrace @@ -36156,7 +36148,7 @@

    Method List

  • -
  • +
  • tap_files Formula @@ -36164,7 +36156,7 @@

    Method List

  • -
  • +
  • tap_formula_name_type Formulary @@ -36172,7 +36164,7 @@

    Method List

  • -
  • +
  • tap_from_source_download Homebrew::API @@ -36180,7 +36172,7 @@

    Method List

  • -
  • +
  • #tap_git_head Formula @@ -36188,7 +36180,7 @@

    Method List

  • -
  • +
  • #tap_git_head Cask::Cask @@ -36196,7 +36188,7 @@

    Method List

  • -
  • +
  • tap_git_head Homebrew::API::Formula @@ -36204,7 +36196,7 @@

    Method List

  • -
  • +
  • tap_migration_oldnames Tap @@ -36212,7 +36204,7 @@

    Method List

  • -
  • +
  • tap_migration_reason Homebrew::MissingFormula @@ -36220,7 +36212,7 @@

    Method List

  • -
  • +
  • #tap_migrations Tap @@ -36228,7 +36220,7 @@

    Method List

  • -
  • +
  • #tap_migrations CoreTap @@ -36236,7 +36228,7 @@

    Method List

  • -
  • +
  • #tap_migrations CoreCaskTap @@ -36244,7 +36236,7 @@

    Method List

  • -
  • +
  • tap_migrations Homebrew::API::Formula @@ -36252,7 +36244,7 @@

    Method List

  • -
  • +
  • tap_names Formula @@ -36260,7 +36252,7 @@

    Method List

  • -
  • +
  • #tap_pypi_formula_mappings Homebrew::TapAuditor @@ -36268,7 +36260,7 @@

    Method List

  • -
  • +
  • #tap_style_exception? RuboCop::Cop::FormulaCop @@ -36276,7 +36268,7 @@

    Method List

  • -
  • +
  • #tap_style_exceptions Homebrew::TapAuditor @@ -36284,7 +36276,7 @@

    Method List

  • -
  • +
  • #taps TapFormulaAmbiguityError @@ -36292,7 +36284,7 @@

    Method List

  • -
  • +
  • #tar_args Homebrew::DevCmd::Bottle @@ -36300,7 +36292,7 @@

    Method List

  • -
  • +
  • tar_needs_xz_dependency? DependencyCollector @@ -36308,7 +36300,7 @@

    Method List

  • -
  • +
  • #target Cask::Artifact::Relocated @@ -36316,7 +36308,7 @@

    Method List

  • -
  • +
  • temp Homebrew::EnvConfig @@ -36324,7 +36316,7 @@

    Method List

  • -
  • +
  • #template Homebrew::FormulaCreator @@ -36332,7 +36324,7 @@

    Method List

  • -
  • +
  • #temporary_path AbstractFileDownloadStrategy @@ -36340,7 +36332,7 @@

    Method List

  • -
  • +
  • #test Debrew::Formula @@ -36348,7 +36340,7 @@

    Method List

  • -
  • +
  • #test Formula @@ -36356,7 +36348,7 @@

    Method List

  • -
  • +
  • test Formula @@ -36364,7 +36356,7 @@

    Method List

  • -
  • +
  • #test? Dependable @@ -36372,7 +36364,7 @@

    Method List

  • -
  • +
  • #test? Homebrew::DevCmd::Linkage::Args @@ -36380,7 +36372,7 @@

    Method List

  • -
  • +
  • #test_calls RuboCop::Cop::FormulaAudit::Test @@ -36388,7 +36380,7 @@

    Method List

  • -
  • +
  • #test_defined? Formula @@ -36396,7 +36388,7 @@

    Method List

  • -
  • +
  • #test_dependency? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -36404,7 +36396,7 @@

    Method List

  • -
  • +
  • #test_fixtures Formula @@ -36412,7 +36404,7 @@

    Method List

  • -
  • +
  • #testpath Formula @@ -36420,7 +36412,7 @@

    Method List

  • -
  • +
  • #text Homebrew::FormulaAuditor @@ -36428,7 +36420,7 @@

    Method List

  • -
  • +
  • #text_executable? Pathname @@ -36436,7 +36428,7 @@

    Method List

  • -
  • +
  • #text_files Keg @@ -36444,7 +36436,7 @@

    Method List

  • -
  • +
  • text_matches_in_file Keg @@ -36452,7 +36444,7 @@

    Method List

  • -
  • +
  • #third Array @@ -36460,7 +36452,7 @@

    Method List

  • -
  • +
  • #throttle Livecheck @@ -36468,7 +36460,7 @@

    Method List

  • -
  • +
  • #time Tab @@ -36476,7 +36468,7 @@

    Method List

  • -
  • +
  • #time Formula @@ -36484,7 +36476,7 @@

    Method List

  • -
  • +
  • #time_file_size Cask::Download @@ -36492,7 +36484,7 @@

    Method List

  • -
  • +
  • #timed? Homebrew::Service @@ -36500,7 +36492,7 @@

    Method List

  • -
  • +
  • #timeout LinuxRunnerSpec @@ -36508,7 +36500,7 @@

    Method List

  • -
  • +
  • #timeout MacOSRunnerSpec @@ -36516,7 +36508,7 @@

    Method List

  • -
  • +
  • #timeout Homebrew::DevCmd::DispatchBuildBottle::Args @@ -36524,7 +36516,7 @@

    Method List

  • -
  • +
  • #timestamped_versions Cask::Cask @@ -36532,7 +36524,7 @@

    Method List

  • -
  • +
  • #title Homebrew::Livecheck::Strategy::Sparkle::Item @@ -36540,7 +36532,7 @@

    Method List

  • -
  • +
  • title_info Cask::Info @@ -36548,7 +36540,7 @@

    Method List

  • -
  • +
  • #tmpdir Mktemp @@ -36556,7 +36548,7 @@

    Method List

  • -
  • +
  • #to Homebrew::DevCmd::Contributions::Args @@ -36564,7 +36556,7 @@

    Method List

  • -
  • +
  • #to_a Cask::ArtifactSet @@ -36572,7 +36564,7 @@

    Method List

  • -
  • +
  • #to_a Cask::Artifact::Relocated @@ -36580,7 +36572,7 @@

    Method List

  • -
  • +
  • #to_a Cask::Artifact::StageOnly @@ -36588,7 +36580,7 @@

    Method List

  • -
  • +
  • #to_a Options @@ -36596,7 +36588,7 @@

    Method List

  • -
  • +
  • #to_args Cask::Artifact::AbstractArtifact @@ -36604,7 +36596,7 @@

    Method List

  • -
  • +
  • #to_ary PATH @@ -36612,7 +36604,7 @@

    Method List

  • -
  • +
  • #to_ary Options @@ -36620,7 +36612,7 @@

    Method List

  • -
  • +
  • #to_ary SystemCommand::Result @@ -36628,7 +36620,7 @@

    Method List

  • -
  • +
  • #to_bottle_hash Tab @@ -36636,7 +36628,7 @@

    Method List

  • -
  • +
  • #to_casks Homebrew::CLI::NamedArgs @@ -36644,7 +36636,7 @@

    Method List

  • -
  • +
  • #to_default_kegs Homebrew::CLI::NamedArgs @@ -36652,7 +36644,7 @@

    Method List

  • -
  • +
  • #to_f Version::Token @@ -36660,7 +36652,7 @@

    Method List

  • -
  • +
  • #to_f Version @@ -36668,7 +36660,7 @@

    Method List

  • -
  • +
  • #to_formula Keg @@ -36676,7 +36668,7 @@

    Method List

  • -
  • +
  • #to_formula Dependency @@ -36684,7 +36676,7 @@

    Method List

  • -
  • +
  • #to_formulae Homebrew::CLI::NamedArgs @@ -36692,7 +36684,7 @@

    Method List

  • -
  • +
  • #to_formulae_and_casks Homebrew::CLI::NamedArgs @@ -36700,7 +36692,7 @@

    Method List

  • -
  • +
  • #to_formulae_and_casks_and_unavailable Homebrew::CLI::NamedArgs @@ -36708,7 +36700,7 @@

    Method List

  • -
  • +
  • #to_formulae_and_casks_with_taps Homebrew::CLI::NamedArgs @@ -36716,7 +36708,7 @@

    Method List

  • -
  • +
  • #to_formulae_to_casks Homebrew::CLI::NamedArgs @@ -36724,7 +36716,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Cask @@ -36732,7 +36724,7 @@

    Method List

  • -
  • +
  • #to_h LinuxRunnerSpec @@ -36740,7 +36732,7 @@

    Method List

  • -
  • +
  • #to_h MacOSRunnerSpec @@ -36748,7 +36740,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Artifact::Installer @@ -36756,7 +36748,7 @@

    Method List

  • -
  • +
  • #to_h Cask::Artifact::AbstractUninstall @@ -36764,7 +36756,7 @@

    Method List

  • -
  • +
  • #to_hash Tap @@ -36772,7 +36764,7 @@

    Method List

  • -
  • +
  • #to_hash Formula @@ -36780,7 +36772,7 @@

    Method List

  • -
  • +
  • #to_hash Homebrew::Service @@ -36788,7 +36780,7 @@

    Method List

  • -
  • +
  • #to_hash Livecheck @@ -36796,7 +36788,7 @@

    Method List

  • -
  • +
  • #to_hash KegOnlyReason @@ -36804,7 +36796,7 @@

    Method List

  • -
  • +
  • #to_hash_with_variations Formula @@ -36812,7 +36804,7 @@

    Method List

  • -
  • +
  • #to_hash_with_variations Cask::Cask @@ -36820,7 +36812,7 @@

    Method List

  • -
  • +
  • #to_i Version::Token @@ -36828,7 +36820,7 @@

    Method List

  • -
  • +
  • #to_i Version @@ -36836,7 +36828,7 @@

    Method List

  • -
  • +
  • #to_installed_taps Homebrew::CLI::NamedArgs @@ -36844,7 +36836,7 @@

    Method List

  • -
  • +
  • #to_internal_api_hash CoreTap @@ -36852,7 +36844,7 @@

    Method List

  • -
  • +
  • #to_internal_api_hash CoreCaskTap @@ -36860,7 +36852,7 @@

    Method List

  • -
  • +
  • #to_internal_api_hash Formula @@ -36868,7 +36860,7 @@

    Method List

  • -
  • +
  • #to_internal_api_hash Cask::Cask @@ -36876,7 +36868,7 @@

    Method List

  • -
  • +
  • #to_json Tab @@ -36884,7 +36876,7 @@

    Method List

  • -
  • +
  • #to_json Version @@ -36892,7 +36884,7 @@

    Method List

  • -
  • +
  • #to_json Cask::Config @@ -36900,7 +36892,7 @@

    Method List

  • -
  • +
  • #to_json Cask::DSL::ConflictsWith @@ -36908,7 +36900,7 @@

    Method List

  • -
  • +
  • #to_json MacOSRequirement @@ -36916,7 +36908,7 @@

    Method List

  • -
  • +
  • #to_kegs Homebrew::CLI::NamedArgs @@ -36924,7 +36916,7 @@

    Method List

  • -
  • +
  • #to_kegs_to_casks Homebrew::CLI::NamedArgs @@ -36932,7 +36924,7 @@

    Method List

  • -
  • +
  • #to_latest_kegs Homebrew::CLI::NamedArgs @@ -36940,7 +36932,7 @@

    Method List

  • -
  • +
  • #to_macos_version Utils::Bottles::Tag @@ -36948,7 +36940,7 @@

    Method List

  • -
  • +
  • #to_paths Homebrew::CLI::NamedArgs @@ -36956,7 +36948,7 @@

    Method List

  • -
  • +
  • #to_plist Homebrew::Service @@ -36964,7 +36956,7 @@

    Method List

  • -
  • +
  • to_rack Formulary @@ -36972,7 +36964,7 @@

    Method List

  • -
  • +
  • to_reason_string_or_symbol DeprecateDisable @@ -36980,7 +36972,7 @@

    Method List

  • -
  • +
  • #to_resolved_formulae Homebrew::CLI::NamedArgs @@ -36988,7 +36980,7 @@

    Method List

  • -
  • +
  • #to_resolved_formulae_to_casks Homebrew::CLI::NamedArgs @@ -36996,7 +36988,7 @@

    Method List

  • -
  • +
  • #to_sentence Array @@ -37004,7 +36996,7 @@

    Method List

  • -
  • +
  • #to_str PATH @@ -37012,7 +37004,7 @@

    Method List

  • -
  • +
  • #to_str Version::Token @@ -37020,7 +37012,7 @@

    Method List

  • -
  • +
  • #to_str Version @@ -37028,7 +37020,7 @@

    Method List

  • -
  • +
  • #to_str PkgVersion @@ -37036,7 +37028,7 @@

    Method List

  • -
  • +
  • #to_str Bottle::Filename @@ -37044,7 +37036,7 @@

    Method List

  • -
  • +
  • #to_sym MacOSVersion @@ -37052,7 +37044,7 @@

    Method List

  • -
  • +
  • #to_sym Utils::Bottles::Tag @@ -37060,7 +37052,7 @@

    Method List

  • -
  • +
  • #to_systemd_timer Homebrew::Service @@ -37068,7 +37060,7 @@

    Method List

  • -
  • +
  • #to_systemd_unit Homebrew::Service @@ -37076,7 +37068,7 @@

    Method List

  • -
  • +
  • #to_tag? Homebrew::DevCmd::UpdateTest::Args @@ -37084,7 +37076,7 @@

    Method List

  • -
  • +
  • #to_taps Homebrew::CLI::NamedArgs @@ -37092,7 +37084,7 @@

    Method List

  • -
  • +
  • #to_yaml Cask::DSL::Container @@ -37100,7 +37092,7 @@

    Method List

  • -
  • +
  • toggle_no_translocation_bit Cask::Quarantine @@ -37108,7 +37100,7 @@

    Method List

  • -
  • +
  • #token Cask::DSL @@ -37116,7 +37108,7 @@

    Method List

  • -
  • +
  • #token Cask::Cask @@ -37124,7 +37116,7 @@

    Method List

  • -
  • +
  • #token Cask::AbstractCaskErrorWithToken @@ -37132,7 +37124,7 @@

    Method List

  • -
  • +
  • #token Cask::TapCaskAmbiguityError @@ -37140,7 +37132,7 @@

    Method List

  • -
  • +
  • #token Cask::CaskLoader::FromPathLoader @@ -37148,7 +37140,7 @@

    Method List

  • -
  • +
  • #token Cask::CaskLoader::FromAPILoader @@ -37156,7 +37148,7 @@

    Method List

  • -
  • +
  • #token_conflicts? Cask::Audit @@ -37164,7 +37156,7 @@

    Method List

  • -
  • +
  • #token_conflicts? Homebrew::DevCmd::Audit::Args @@ -37172,7 +37164,7 @@

    Method List

  • -
  • +
  • token_from Cask::Utils @@ -37180,7 +37172,7 @@

    Method List

  • -
  • +
  • tokens Cask::Caskroom @@ -37188,7 +37180,7 @@

    Method List

  • -
  • +
  • too_many_open_prs? GitHub @@ -37196,7 +37188,7 @@

    Method List

  • -
  • +
  • toolchain_path OS::Mac::Xcode @@ -37204,7 +37196,7 @@

    Method List

  • -
  • +
  • #top_level_info_plists Homebrew::UnversionedCaskChecker @@ -37212,7 +37204,7 @@

    Method List

  • -
  • +
  • #toplevel_stanzas RuboCop::Cask::AST::CaskBlock @@ -37220,7 +37212,7 @@

    Method List

  • -
  • +
  • #topological? Homebrew::Cmd::Deps::Args @@ -37228,7 +37220,7 @@

    Method List

  • -
  • +
  • total ObserverPathnameExtension @@ -37236,7 +37228,7 @@

    Method List

  • -
  • +
  • #total? Homebrew::DevCmd::Unbottled::Args @@ -37244,7 +37236,7 @@

    Method List

  • -
  • +
  • #tree? Homebrew::Cmd::Deps::Args @@ -37252,7 +37244,7 @@

    Method List

  • -
  • +
  • truncate Tty @@ -37260,7 +37252,7 @@

    Method List

  • -
  • +
  • #truncate_text_to_approximate_size Kernel @@ -37268,7 +37260,7 @@

    Method List

  • -
  • +
  • #trust_cert Cask::URL::DSL @@ -37276,7 +37268,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromBottleLoader @@ -37284,7 +37276,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromPathLoader @@ -37292,7 +37284,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromURILoader @@ -37300,7 +37292,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromTapLoader @@ -37308,7 +37300,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromNameLoader @@ -37316,7 +37308,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromKegLoader @@ -37324,7 +37316,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromCacheLoader @@ -37332,7 +37324,7 @@

    Method List

  • -
  • +
  • try_new Formulary::NullLoader @@ -37340,7 +37332,7 @@

    Method List

  • -
  • +
  • try_new Formulary::FromAPILoader @@ -37348,7 +37340,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromContentLoader @@ -37356,7 +37348,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromPathLoader @@ -37364,7 +37356,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromURILoader @@ -37372,7 +37364,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromTapLoader @@ -37380,7 +37372,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromInstanceLoader @@ -37388,7 +37380,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromAPILoader @@ -37396,7 +37388,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromNameLoader @@ -37404,7 +37396,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::FromInstalledPathLoader @@ -37412,7 +37404,7 @@

    Method List

  • -
  • +
  • try_new Cask::CaskLoader::NullLoader @@ -37420,7 +37412,7 @@

    Method List

  • -
  • +
  • try_parse Locale @@ -37428,7 +37420,7 @@

    Method List

  • -
  • +
  • #tsc Homebrew::Manpages::Variables @@ -37436,7 +37428,7 @@

    Method List

  • -
  • +
  • type Hardware::CPU @@ -37444,7 +37436,7 @@

    Method List

  • -
  • +
  • #type CompilerFailure @@ -37452,7 +37444,7 @@

    Method List

  • -
  • +
  • #type CompilerSelector::Compiler @@ -37460,7 +37452,7 @@

    Method List

  • -
  • +
  • #type CxxStdlib @@ -37468,7 +37460,7 @@

    Method List

  • -
  • +
  • #type Homebrew::DevCmd::Bump::VersionBumpInfo @@ -37476,7 +37468,7 @@

    Method List

  • -
  • +
  • type DeprecateDisable @@ -37484,7 +37476,7 @@

    Method List

  • -
  • +
  • #type Cask::DSL::Container @@ -37492,7 +37484,7 @@

    Method List

  • -
  • +
  • #type Mechanize::HTTP::ContentDisposition @@ -37500,7 +37492,7 @@

    Method List

  • -
  • +
  • #type_string CxxStdlib @@ -37508,7 +37500,7 @@

    Method List

  • -
  • +
  • #u? Homebrew::Cmd::Log::Args @@ -37516,7 +37508,7 @@

    Method List

  • -
  • +
  • #ubuntu? Homebrew::Cmd::SearchCmd::Args @@ -37524,7 +37516,7 @@

    Method List

  • -
  • +
  • #unbottled_dependencies FormulaInstaller @@ -37532,7 +37524,7 @@

    Method List

  • -
  • +
  • #unbrewed? Homebrew::Cmd::Prefix::Args @@ -37540,7 +37532,7 @@

    Method List

  • -
  • +
  • #undeclared_deps LinkageChecker @@ -37548,7 +37540,7 @@

    Method List

  • -
  • +
  • undeletable? OS::Mac @@ -37556,7 +37548,7 @@

    Method List

  • -
  • +
  • underline Tty @@ -37564,7 +37556,7 @@

    Method List

  • -
  • +
  • underscore Utils @@ -37572,7 +37564,7 @@

    Method List

  • -
  • +
  • unhook_raise Ignorable @@ -37580,7 +37572,7 @@

    Method List

  • -
  • +
  • #uninstall Keg @@ -37588,7 +37580,7 @@

    Method List

  • -
  • +
  • #uninstall Tap @@ -37596,7 +37588,7 @@

    Method List

  • -
  • +
  • #uninstall CoreTap @@ -37604,7 +37596,7 @@

    Method List

  • -
  • +
  • #uninstall Cask::Pkg @@ -37612,7 +37604,7 @@

    Method List

  • -
  • +
  • #uninstall Cask::Installer @@ -37620,7 +37612,7 @@

    Method List

  • -
  • +
  • #uninstall_artifacts Cask::Installer @@ -37628,7 +37620,7 @@

    Method List

  • -
  • +
  • uninstall_casks Cask::Uninstall @@ -37636,7 +37628,7 @@

    Method List

  • -
  • +
  • uninstall_dsl_key Cask::Artifact::AbstractFlightBlock @@ -37644,7 +37636,7 @@

    Method List

  • -
  • +
  • #uninstall_existing_cask Cask::Installer @@ -37652,7 +37644,7 @@

    Method List

  • -
  • +
  • #uninstall_info Pathname @@ -37660,7 +37652,7 @@

    Method List

  • -
  • +
  • #uninstall_info ObserverPathnameExtension @@ -37668,7 +37660,7 @@

    Method List

  • -
  • +
  • uninstall_kegs Homebrew::Uninstall @@ -37676,7 +37668,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Moved @@ -37684,7 +37676,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Qlplugin @@ -37692,7 +37684,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Symlinked @@ -37700,7 +37692,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::Uninstall @@ -37708,7 +37700,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::KeyboardLayout @@ -37716,7 +37708,7 @@

    Method List

  • -
  • +
  • #uninstall_phase Cask::Artifact::AbstractFlightBlock @@ -37724,7 +37716,7 @@

    Method List

  • -
  • +
  • #union? Homebrew::Cmd::Deps::Args @@ -37732,7 +37724,7 @@

    Method List

  • -
  • +
  • #universal? MachOShim @@ -37740,7 +37732,7 @@

    Method List

  • -
  • +
  • #unless_modifier? RuboCop::Cop::FormulaAudit::OptionDeclarations @@ -37748,7 +37740,7 @@

    Method List

  • -
  • +
  • #unlink Keg @@ -37756,7 +37748,7 @@

    Method List

  • -
  • +
  • unlink Homebrew::Unlink @@ -37764,7 +37756,7 @@

    Method List

  • -
  • +
  • #unlink ObserverPathnameExtension @@ -37772,7 +37764,7 @@

    Method List

  • -
  • +
  • unlink! Homebrew::Completions @@ -37780,7 +37772,7 @@

    Method List

  • -
  • +
  • unlink_completions Utils::Link @@ -37788,7 +37780,7 @@

    Method List

  • -
  • +
  • unlink_manpages Utils::Link @@ -37796,7 +37788,7 @@

    Method List

  • -
  • +
  • #unlink_newname Migrator @@ -37804,7 +37796,7 @@

    Method List

  • -
  • +
  • #unlink_oldname Migrator @@ -37812,7 +37804,7 @@

    Method List

  • -
  • +
  • #unlink_oldname_cellar Migrator @@ -37820,7 +37812,7 @@

    Method List

  • -
  • +
  • #unlink_oldname_opt Migrator @@ -37828,7 +37820,7 @@

    Method List

  • -
  • +
  • unlink_versioned_formulae Homebrew::Unlink @@ -37836,7 +37828,7 @@

    Method List

  • -
  • +
  • #unlock Formula @@ -37844,7 +37836,7 @@

    Method List

  • -
  • +
  • #unlock Migrator @@ -37852,7 +37844,7 @@

    Method List

  • -
  • +
  • #unlock LockFile @@ -37860,7 +37852,7 @@

    Method List

  • -
  • +
  • #unpack Resource @@ -37868,7 +37860,7 @@

    Method List

  • -
  • +
  • #unpin FormulaPin @@ -37876,7 +37868,7 @@

    Method List

  • -
  • +
  • #unpin Formula @@ -37884,7 +37876,7 @@

    Method List

  • -
  • +
  • #unremovable_kegs Homebrew::Cleanup @@ -37892,7 +37884,7 @@

    Method List

  • -
  • +
  • #unstable? Cask::DSL::Version @@ -37900,7 +37892,7 @@

    Method List

  • -
  • +
  • unsupported_configuration? OS @@ -37908,7 +37900,7 @@

    Method List

  • -
  • +
  • #unsupported_release? MacOSVersion @@ -37916,7 +37908,7 @@

    Method List

  • -
  • +
  • untapped_official_taps Tap @@ -37924,7 +37916,7 @@

    Method List

  • -
  • +
  • #unused_options Tab @@ -37932,7 +37924,7 @@

    Method List

  • -
  • +
  • #unused_options BuildOptions @@ -37940,7 +37932,7 @@

    Method List

  • -
  • +
  • #unversioned? Cask::URL @@ -37948,7 +37940,7 @@

    Method List

  • -
  • +
  • #unzip_dep_if_needed DependencyCollector @@ -37956,7 +37948,7 @@

    Method List

  • -
  • +
  • up Tty @@ -37964,7 +37956,7 @@

    Method List

  • -
  • +
  • #update Homebrew::DevCmd::VendorGems::Args @@ -37972,7 +37964,7 @@

    Method List

  • -
  • +
  • #update! CacheStore @@ -37980,7 +37972,7 @@

    Method List

  • -
  • +
  • #update! LinkageCacheStore @@ -37988,7 +37980,7 @@

    Method List

  • -
  • +
  • #update! DescriptionCacheStore @@ -37996,7 +37988,7 @@

    Method List

  • -
  • +
  • #update? Homebrew::DevCmd::Typecheck::Args @@ -38004,7 +37996,7 @@

    Method List

  • -
  • +
  • #update_all? Homebrew::DevCmd::Typecheck::Args @@ -38012,7 +38004,7 @@

    Method List

  • -
  • +
  • #update_commit Version @@ -38020,7 +38012,7 @@

    Method List

  • -
  • +
  • #update_from_cask_tokens! CaskDescriptionCacheStore @@ -38028,7 +38020,7 @@

    Method List

  • -
  • +
  • #update_from_formula_names! DescriptionCacheStore @@ -38036,7 +38028,7 @@

    Method List

  • -
  • +
  • #update_from_report! DescriptionCacheStore @@ -38044,7 +38036,7 @@

    Method List

  • -
  • +
  • #update_from_report! CaskDescriptionCacheStore @@ -38052,7 +38044,7 @@

    Method List

  • -
  • +
  • #update_head_version Formula @@ -38060,7 +38052,7 @@

    Method List

  • -
  • +
  • update_instructions OS::Mac::Xcode @@ -38068,7 +38060,7 @@

    Method List

  • -
  • +
  • update_instructions OS::Mac::CLT @@ -38076,7 +38068,7 @@

    Method List

  • -
  • +
  • update_pypi_url PyPI @@ -38084,7 +38076,7 @@

    Method List

  • -
  • +
  • update_python_resources! PyPI @@ -38092,7 +38084,7 @@

    Method List

  • -
  • +
  • update_shell_completions! Homebrew::Completions @@ -38100,7 +38092,7 @@

    Method List

  • -
  • +
  • #update_tabs Migrator @@ -38108,7 +38100,7 @@

    Method List

  • -
  • +
  • update_to_tag? Homebrew::EnvConfig @@ -38116,7 +38108,7 @@

    Method List

  • -
  • +
  • #updated? Reporter @@ -38124,7 +38116,7 @@

    Method List

  • -
  • +
  • #upgrade? Cask::Installer @@ -38132,7 +38124,7 @@

    Method List

  • -
  • +
  • upgrade_cask Cask::Upgrade @@ -38140,7 +38132,7 @@

    Method List

  • -
  • +
  • upgrade_casks Cask::Upgrade @@ -38148,7 +38140,7 @@

    Method List

  • -
  • +
  • upgrade_formulae Homebrew::Upgrade @@ -38156,7 +38148,7 @@

    Method List

  • -
  • +
  • upgrade_greedy? Homebrew::EnvConfig @@ -38164,7 +38156,7 @@

    Method List

  • -
  • +
  • #upload? Homebrew::DevCmd::DispatchBuildBottle::Args @@ -38172,7 +38164,7 @@

    Method List

  • -
  • +
  • #upload_bottles GitHubPackages @@ -38180,7 +38172,7 @@

    Method List

  • -
  • +
  • #upload_bottles GitHubReleases @@ -38188,7 +38180,7 @@

    Method List

  • -
  • +
  • #upload_only? Homebrew::DevCmd::PrUpload::Args @@ -38196,7 +38188,7 @@

    Method List

  • -
  • +
  • upload_release_asset GitHub @@ -38204,7 +38196,7 @@

    Method List

  • -
  • +
  • #uri Cask::URL::DSL @@ -38212,7 +38204,7 @@

    Method List

  • -
  • +
  • url Formula @@ -38220,7 +38212,7 @@

    Method List

  • -
  • +
  • #url Cask::DSL @@ -38228,7 +38220,7 @@

    Method List

  • -
  • +
  • #url Cask::URL::BlockDSL::PageWithURL @@ -38236,7 +38228,7 @@

    Method List

  • -
  • +
  • #url Resource @@ -38244,7 +38236,7 @@

    Method List

  • -
  • +
  • #url Formulary::FromURILoader @@ -38252,7 +38244,7 @@

    Method List

  • -
  • +
  • #url Livecheck @@ -38260,7 +38252,7 @@

    Method List

  • -
  • +
  • #url Downloadable @@ -38268,7 +38260,7 @@

    Method List

  • -
  • +
  • #url Cask::Download @@ -38276,7 +38268,7 @@

    Method List

  • -
  • +
  • #url SoftwareSpec @@ -38284,7 +38276,7 @@

    Method List

  • -
  • +
  • url Formatter @@ -38292,7 +38284,7 @@

    Method List

  • -
  • +
  • #url Cask::CaskLoader::FromURILoader @@ -38300,7 +38292,7 @@

    Method List

  • -
  • +
  • #url Homebrew::ResourceAuditor @@ -38308,7 +38300,7 @@

    Method List

  • -
  • +
  • #url AbstractDownloadStrategy @@ -38316,7 +38308,7 @@

    Method List

  • -
  • +
  • #url Homebrew::Livecheck::Strategy::Sparkle::Item @@ -38324,7 +38316,7 @@

    Method List

  • -
  • +
  • #url Cask::Cask @@ -38332,7 +38324,7 @@

    Method List

  • -
  • +
  • #url Homebrew::DevCmd::BumpCaskPr::Args @@ -38340,7 +38332,7 @@

    Method List

  • -
  • +
  • #url Homebrew::DevCmd::BumpFormulaPr::Args @@ -38348,7 +38340,7 @@

    Method List

  • -
  • +
  • #url_encode Bottle::Filename @@ -38356,7 +38348,7 @@

    Method List

  • -
  • +
  • #url_has_revision? RuboCop::Cop::FormulaAudit::GitUrls @@ -38364,7 +38356,7 @@

    Method List

  • -
  • +
  • #url_has_tag? RuboCop::Cop::FormulaAuditStrict::GitUrls @@ -38372,7 +38364,7 @@

    Method List

  • -
  • +
  • url_protected_by_cloudflare? Utils::Curl @@ -38380,7 +38372,7 @@

    Method List

  • -
  • +
  • url_protected_by_incapsula? Utils::Curl @@ -38388,7 +38380,7 @@

    Method List

  • -
  • +
  • url_to GitHub @@ -38396,7 +38388,7 @@

    Method List

  • -
  • +
  • #urls_hash Formula @@ -38404,7 +38396,7 @@

    Method List

  • -
  • +
  • #usage_banner Homebrew::CLI::Parser @@ -38412,7 +38404,7 @@

    Method List

  • -
  • +
  • #usage_banner_text Homebrew::CLI::Parser @@ -38420,7 +38412,7 @@

    Method List

  • -
  • +
  • use CacheStoreDatabase @@ -38428,7 +38420,7 @@

    Method List

  • -
  • +
  • use_homebrew_curl? Homebrew::Livecheck @@ -38436,7 +38428,7 @@

    Method List

  • -
  • +
  • #use_macos_install? UsesFromMacOSDependency @@ -38444,7 +38436,7 @@

    Method List

  • -
  • +
  • #use_system_ruby? Homebrew::Cleanup @@ -38452,7 +38444,7 @@

    Method List

  • -
  • +
  • #used_options Tab @@ -38460,7 +38452,7 @@

    Method List

  • -
  • +
  • #used_options BuildOptions @@ -38468,7 +38460,7 @@

    Method List

  • -
  • +
  • #user Tap @@ -38476,7 +38468,7 @@

    Method List

  • -
  • +
  • #user TapFormulaUnavailableError @@ -38484,7 +38476,7 @@

    Method List

  • -
  • +
  • user GitHub @@ -38492,7 +38484,7 @@

    Method List

  • -
  • +
  • #user Homebrew::DevCmd::Contributions::Args @@ -38500,7 +38492,7 @@

    Method List

  • -
  • +
  • #user_agent Cask::URL::DSL @@ -38508,7 +38500,7 @@

    Method List

  • -
  • +
  • user_site_packages Language::Python @@ -38516,7 +38508,7 @@

    Method List

  • -
  • +
  • #user_tilde Homebrew::Diagnostic::Checks @@ -38524,7 +38516,7 @@

    Method List

  • -
  • +
  • uses_from_macos Formula @@ -38532,7 +38524,7 @@

    Method List

  • -
  • +
  • #uses_from_macos SoftwareSpec @@ -38540,7 +38532,7 @@

    Method List

  • -
  • +
  • #uses_from_macos? Dependency @@ -38548,7 +38540,7 @@

    Method List

  • -
  • +
  • #uses_from_macos? UsesFromMacOSDependency @@ -38556,7 +38548,7 @@

    Method List

  • -
  • +
  • #uses_from_macos_node? RuboCop::Cop::FormulaAudit::DependencyOrder @@ -38564,7 +38556,7 @@

    Method List

  • -
  • +
  • #using URL @@ -38572,7 +38564,7 @@

    Method List

  • -
  • +
  • #using Cask::URL::DSL @@ -38580,7 +38572,7 @@

    Method List

  • -
  • +
  • #using Resource @@ -38588,7 +38580,7 @@

    Method List

  • -
  • +
  • #using Homebrew::ResourceAuditor @@ -38596,7 +38588,7 @@

    Method List

  • -
  • +
  • #valid? SBOM @@ -38604,7 +38596,7 @@

    Method List

  • -
  • +
  • valid_aliases? Readall @@ -38612,7 +38604,7 @@

    Method List

  • -
  • +
  • valid_casks? Readall @@ -38620,7 +38612,7 @@

    Method List

  • -
  • +
  • #valid_combination? Utils::Bottles::Tag @@ -38628,7 +38620,7 @@

    Method List

  • -
  • +
  • valid_formulae? Readall @@ -38636,7 +38628,7 @@

    Method List

  • -
  • +
  • valid_gem_groups Homebrew @@ -38644,7 +38636,7 @@

    Method List

  • -
  • +
  • valid_internal_cmd? Commands @@ -38652,7 +38644,7 @@

    Method List

  • -
  • +
  • valid_internal_dev_cmd? Commands @@ -38660,7 +38652,7 @@

    Method List

  • -
  • +
  • #valid_library_extension? FormulaCellarChecks @@ -38668,7 +38660,7 @@

    Method List

  • -
  • +
  • valid_license? SPDX @@ -38676,7 +38668,7 @@

    Method List

  • -
  • +
  • valid_license_exception? SPDX @@ -38684,7 +38676,7 @@

    Method List

  • -
  • +
  • #valid_platform? Formula @@ -38692,7 +38684,7 @@

    Method List

  • -
  • +
  • #valid_pypi_package? PyPI::Package @@ -38700,7 +38692,7 @@

    Method List

  • -
  • +
  • valid_ruby_syntax? Readall @@ -38708,7 +38700,7 @@

    Method List

  • -
  • +
  • valid_tap? Readall @@ -38716,7 +38708,7 @@

    Method List

  • -
  • +
  • validate_file Utils::Tar @@ -38724,7 +38716,7 @@

    Method List

  • -
  • +
  • #validate_options Homebrew::CLI::Parser @@ -38732,7 +38724,7 @@

    Method List

  • -
  • +
  • #value Version::Token @@ -38740,7 +38732,7 @@

    Method List

  • -
  • +
  • #value Version::StringToken @@ -38748,7 +38740,7 @@

    Method List

  • -
  • +
  • #value Version::NumericToken @@ -38756,7 +38748,7 @@

    Method List

  • -
  • +
  • #value Homebrew::CLI::Args @@ -38764,7 +38756,7 @@

    Method List

  • -
  • +
  • #var Formula @@ -38772,7 +38764,7 @@

    Method List

  • -
  • +
  • #var Homebrew::Service @@ -38780,7 +38772,7 @@

    Method List

  • -
  • +
  • #variable_assignment RuboCop::Cop::Cask::Variables @@ -38788,7 +38780,7 @@

    Method List

  • -
  • +
  • #variations? Homebrew::Cmd::Info::Args @@ -38796,7 +38788,7 @@

    Method List

  • -
  • +
  • #verbose? Context::ContextStruct @@ -38804,7 +38796,7 @@

    Method List

  • -
  • +
  • #verbose? Context @@ -38812,7 +38804,7 @@

    Method List

  • -
  • +
  • verbose? ObserverPathnameExtension @@ -38820,7 +38812,7 @@

    Method List

  • -
  • +
  • #verbose? Homebrew::CLI::Args @@ -38828,7 +38820,7 @@

    Method List

  • -
  • +
  • #verbose? FormulaInstaller @@ -38836,7 +38828,7 @@

    Method List

  • -
  • +
  • #verbose? Cask::Installer @@ -38844,7 +38836,7 @@

    Method List

  • -
  • +
  • verbose? Homebrew::EnvConfig @@ -38852,7 +38844,7 @@

    Method List

  • -
  • +
  • verbose_using_dots? Homebrew::EnvConfig @@ -38860,7 +38852,7 @@

    Method List

  • -
  • +
  • #verified Cask::URL::DSL @@ -38868,7 +38860,7 @@

    Method List

  • -
  • +
  • #verify Homebrew::FormulaCreator @@ -38876,7 +38868,7 @@

    Method List

  • -
  • +
  • verify_attestations? Homebrew::EnvConfig @@ -38884,7 +38876,7 @@

    Method List

  • -
  • +
  • #verify_checksum Pathname @@ -38892,7 +38884,7 @@

    Method List

  • -
  • +
  • #verify_deps_exist FormulaInstaller @@ -38900,7 +38892,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Formula @@ -38908,7 +38900,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Downloadable @@ -38916,7 +38908,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity Cask::Download @@ -38924,7 +38916,7 @@

    Method List

  • -
  • +
  • #verify_download_integrity HeadSoftwareSpec @@ -38932,7 +38924,7 @@

    Method List

  • -
  • +
  • #verify_has_sha Cask::Installer @@ -38940,7 +38932,7 @@

    Method List

  • -
  • +
  • #verify_order_in_source RuboCop::Cop::FormulaAudit::DependencyOrder @@ -38948,7 +38940,7 @@

    Method List

  • -
  • +
  • #version Keg @@ -38956,7 +38948,7 @@

    Method List

  • -
  • +
  • #version URL @@ -38964,7 +38956,7 @@

    Method List

  • -
  • +
  • version OS::Mac @@ -38972,7 +38964,7 @@

    Method List

  • -
  • +
  • #version Formula @@ -38980,7 +38972,7 @@

    Method List

  • -
  • +
  • version Formula @@ -38988,7 +38980,7 @@

    Method List

  • -
  • +
  • #version Cask::DSL @@ -38996,7 +38988,7 @@

    Method List

  • -
  • +
  • version OS::Mac::Xcode @@ -39004,7 +38996,7 @@

    Method List

  • -
  • +
  • version OS::Mac::CLT @@ -39012,7 +39004,7 @@

    Method List

  • -
  • +
  • #version Resource @@ -39020,7 +39012,7 @@

    Method List

  • -
  • +
  • #version CompilerFailure @@ -39028,7 +39020,7 @@

    Method List

  • -
  • +
  • #version CompilerSelector::Compiler @@ -39036,7 +39028,7 @@

    Method List

  • -
  • +
  • version Utils::Git @@ -39044,7 +39036,7 @@

    Method List

  • -
  • +
  • version Utils::Svn @@ -39052,7 +39044,7 @@

    Method List

  • -
  • +
  • #version OS::Mac::SDK @@ -39060,7 +39052,7 @@

    Method List

  • -
  • +
  • #version PyPI::Package @@ -39068,7 +39060,7 @@

    Method List

  • -
  • +
  • #version PkgVersion @@ -39076,7 +39068,7 @@

    Method List

  • -
  • +
  • #version Downloadable @@ -39084,7 +39076,7 @@

    Method List

  • -
  • +
  • #version FormulaInfo @@ -39092,7 +39084,7 @@

    Method List

  • -
  • +
  • #version Cask::Download @@ -39100,7 +39092,7 @@

    Method List

  • -
  • +
  • #version MacOSVersion::Error @@ -39108,7 +39100,7 @@

    Method List

  • -
  • +
  • #version Bottle::Filename @@ -39116,7 +39108,7 @@

    Method List

  • -
  • +
  • #version Homebrew::BundleVersion @@ -39124,7 +39116,7 @@

    Method List

  • -
  • +
  • version OS::Linux::Glibc @@ -39132,7 +39124,7 @@

    Method List

  • -
  • +
  • #version Pathname @@ -39140,7 +39132,7 @@

    Method List

  • -
  • +
  • #version Homebrew::ResourceAuditor @@ -39148,7 +39140,7 @@

    Method List

  • -
  • +
  • #version Homebrew::Livecheck::Strategy::Sparkle::Item @@ -39156,7 +39148,7 @@

    Method List

  • -
  • +
  • #version MacOSRequirement @@ -39164,7 +39156,7 @@

    Method List

  • -
  • +
  • #version XcodeRequirement @@ -39172,7 +39164,7 @@

    Method List

  • -
  • +
  • #version Homebrew::Livecheck::Strategy::ExtractPlist::Item @@ -39180,7 +39172,7 @@

    Method List

  • -
  • +
  • #version Cask::Cask @@ -39188,7 +39180,7 @@

    Method List

  • -
  • +
  • #version Livecheck @@ -39196,7 +39188,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::Extract::Args @@ -39204,7 +39196,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::BumpCaskPr::Args @@ -39212,7 +39204,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::BumpFormulaPr::Args @@ -39220,7 +39212,7 @@

    Method List

  • -
  • +
  • #version Homebrew::DevCmd::UpdatePythonResources::Args @@ -39228,7 +39220,7 @@

    Method List

  • -
  • +
  • #version= PyPI::Package @@ -39236,7 +39228,7 @@

    Method List

  • -
  • +
  • #version_arm Homebrew::DevCmd::BumpCaskPr::Args @@ -39244,7 +39236,7 @@

    Method List

  • -
  • +
  • #version_intel Homebrew::DevCmd::BumpCaskPr::Args @@ -39252,7 +39244,7 @@

    Method List

  • -
  • +
  • #version_name Homebrew::DevCmd::Bump::VersionBumpInfo @@ -39260,7 +39252,7 @@

    Method List

  • -
  • +
  • version_rebuild GitHubPackages @@ -39268,7 +39260,7 @@

    Method List

  • -
  • +
  • #version_scheme Keg @@ -39276,7 +39268,7 @@

    Method List

  • -
  • +
  • #version_scheme Tab @@ -39284,7 +39276,7 @@

    Method List

  • -
  • +
  • #version_scheme Formula @@ -39292,7 +39284,7 @@

    Method List

  • -
  • +
  • version_scheme Formula @@ -39300,7 +39292,7 @@

    Method List

  • -
  • +
  • #version_specified? MacOSRequirement @@ -39308,7 +39300,7 @@

    Method List

  • -
  • +
  • #versioned_formula? Formula @@ -39316,7 +39308,7 @@

    Method List

  • -
  • +
  • #versioned_formula? KegOnlyReason @@ -39324,7 +39316,7 @@

    Method List

  • -
  • +
  • #versioned_formula? RuboCop::Cop::FormulaCop @@ -39332,7 +39324,7 @@

    Method List

  • -
  • +
  • #versioned_formulae Formula @@ -39340,7 +39332,7 @@

    Method List

  • -
  • +
  • #versioned_formulae_names Formula @@ -39348,7 +39340,7 @@

    Method List

  • -
  • +
  • #versioned_macos_requirement TestRunnerFormula @@ -39356,7 +39348,7 @@

    Method List

  • -
  • +
  • #versions Tab @@ -39364,7 +39356,7 @@

    Method List

  • -
  • +
  • #versions CompilerSelector @@ -39372,7 +39364,7 @@

    Method List

  • -
  • +
  • #versions Homebrew::Livecheck::LivecheckVersion @@ -39380,7 +39372,7 @@

    Method List

  • -
  • +
  • #versions? Homebrew::Cmd::List::Args @@ -39388,7 +39380,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Xml @@ -39396,7 +39388,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Json @@ -39404,7 +39396,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Yaml @@ -39412,7 +39404,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::Sparkle @@ -39420,7 +39412,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::PageMatch @@ -39428,7 +39420,7 @@

    Method List

  • -
  • +
  • versions_from_content Homebrew::Livecheck::Strategy::GithubReleases @@ -39436,7 +39428,7 @@

    Method List

  • -
  • +
  • versions_from_headers Homebrew::Livecheck::Strategy::HeaderMatch @@ -39444,7 +39436,7 @@

    Method List

  • -
  • +
  • versions_from_items Homebrew::Livecheck::Strategy::ExtractPlist @@ -39452,7 +39444,7 @@

    Method List

  • -
  • +
  • versions_from_tags Homebrew::Livecheck::Strategy::Git @@ -39460,7 +39452,7 @@

    Method List

  • -
  • +
  • #virtualenv_create Language::Python::Virtualenv @@ -39468,7 +39460,7 @@

    Method List

  • -
  • +
  • #virtualenv_install_with_resources Language::Python::Virtualenv @@ -39476,7 +39468,7 @@

    Method List

  • -
  • +
  • virtualized? Hardware::CPU @@ -39484,7 +39476,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::Reinstall::Args @@ -39492,7 +39484,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::InstallCmd::Args @@ -39500,7 +39492,7 @@

    Method List

  • -
  • +
  • #vst3_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -39508,7 +39500,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::Reinstall::Args @@ -39516,7 +39508,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::InstallCmd::Args @@ -39524,7 +39516,7 @@

    Method List

  • -
  • +
  • #vst_plugindir Homebrew::Cmd::UpgradeCmd::Args @@ -39532,7 +39524,7 @@

    Method List

  • -
  • +
  • #warn_on_upload_failure? Homebrew::DevCmd::PrPull::Args @@ -39540,7 +39532,7 @@

    Method List

  • -
  • +
  • #warn_on_upload_failure? Homebrew::DevCmd::PrUpload::Args @@ -39548,7 +39540,7 @@

    Method List

  • -
  • +
  • warning Formatter @@ -39556,7 +39548,7 @@

    Method List

  • -
  • +
  • #which Homebrew::Diagnostic::Volumes @@ -39564,7 +39556,7 @@

    Method List

  • -
  • +
  • #which Kernel @@ -39572,7 +39564,7 @@

    Method List

  • -
  • +
  • #which_all Kernel @@ -39580,7 +39572,7 @@

    Method List

  • -
  • +
  • #which_editor Kernel @@ -39588,7 +39580,7 @@

    Method List

  • -
  • +
  • #which_install_info Pathname @@ -39596,7 +39588,7 @@

    Method List

  • -
  • +
  • width Tty @@ -39604,7 +39596,7 @@

    Method List

  • -
  • +
  • with Tty @@ -39612,7 +39604,7 @@

    Method List

  • -
  • +
  • with Homebrew::SimulateSystem @@ -39620,7 +39612,7 @@

    Method List

  • -
  • +
  • #with? Tab @@ -39628,7 +39620,7 @@

    Method List

  • -
  • +
  • #with? BuildOptions @@ -39636,7 +39628,7 @@

    Method List

  • -
  • +
  • #with_build_environment EnvActivation @@ -39644,7 +39636,7 @@

    Method List

  • -
  • +
  • with_cask_token Tap @@ -39652,7 +39644,7 @@

    Method List

  • -
  • +
  • #with_context Context @@ -39660,7 +39652,7 @@

    Method List

  • -
  • +
  • #with_custom_locale Kernel @@ -39668,7 +39660,7 @@

    Method List

  • -
  • +
  • #with_env Kernel @@ -39676,7 +39668,7 @@

    Method List

  • -
  • +
  • with_formula_name Tap @@ -39684,7 +39676,7 @@

    Method List

  • -
  • +
  • #with_homebrew_path Kernel @@ -39692,7 +39684,7 @@

    Method List

  • -
  • +
  • #with_hostname? Homebrew::Cmd::GistLogs::Args @@ -39700,7 +39692,7 @@

    Method List

  • -
  • +
  • #with_label Homebrew::DevCmd::PrAutomerge::Args @@ -39708,7 +39700,7 @@

    Method List

  • -
  • +
  • #with_lock LockFile @@ -39716,7 +39708,7 @@

    Method List

  • -
  • +
  • #with_logging Formula @@ -39724,7 +39716,7 @@

    Method List

  • -
  • +
  • with_no_api_env Homebrew @@ -39732,7 +39724,7 @@

    Method List

  • -
  • +
  • with_no_api_env_if_needed Homebrew @@ -39740,7 +39732,7 @@

    Method List

  • -
  • +
  • #without? Tab @@ -39748,7 +39740,7 @@

    Method List

  • -
  • +
  • #without? BuildOptions @@ -39756,7 +39748,7 @@

    Method List

  • -
  • +
  • #without_approval? Homebrew::DevCmd::PrAutomerge::Args @@ -39764,7 +39756,7 @@

    Method List

  • -
  • +
  • without_clt? OS::Mac::Xcode @@ -39772,7 +39764,7 @@

    Method List

  • -
  • +
  • #without_labels Homebrew::DevCmd::PrAutomerge::Args @@ -39780,7 +39772,7 @@

    Method List

  • -
  • +
  • #workdir LinuxRunnerSpec @@ -39788,7 +39780,7 @@

    Method List

  • -
  • +
  • #workflow Homebrew::DevCmd::PrPublish::Args @@ -39796,7 +39788,7 @@

    Method List

  • -
  • +
  • #workflow Homebrew::DevCmd::PrAutomerge::Args @@ -39804,7 +39796,7 @@

    Method List

  • -
  • +
  • #workflow Homebrew::DevCmd::DispatchBuildBottle::Args @@ -39812,7 +39804,7 @@

    Method List

  • -
  • +
  • workflow_dispatch_event GitHub @@ -39820,7 +39812,7 @@

    Method List

  • -
  • +
  • #workflows Homebrew::DevCmd::PrPull::Args @@ -39828,7 +39820,7 @@

    Method List

  • -
  • +
  • #working_dir Homebrew::Service @@ -39836,7 +39828,7 @@

    Method List

  • -
  • +
  • #write Tab @@ -39844,7 +39836,7 @@

    Method List

  • -
  • +
  • #write SBOM @@ -39852,7 +39844,7 @@

    Method List

  • -
  • +
  • write Homebrew::Settings @@ -39860,7 +39852,7 @@

    Method List

  • -
  • +
  • #write? Homebrew::DevCmd::Bottle::Args @@ -39868,7 +39860,7 @@

    Method List

  • -
  • +
  • write_access? GitHub @@ -39876,7 +39868,7 @@

    Method List

  • -
  • +
  • #write_env_script Pathname @@ -39884,7 +39876,7 @@

    Method List

  • -
  • +
  • #write_exec_script Pathname @@ -39892,7 +39884,7 @@

    Method List

  • -
  • +
  • #write_formula! Homebrew::FormulaCreator @@ -39900,7 +39892,7 @@

    Method List

  • -
  • +
  • #write_if_dirty! CacheStoreDatabase @@ -39908,7 +39900,7 @@

    Method List

  • -
  • +
  • #write_jar_script Pathname @@ -39916,7 +39908,7 @@

    Method List

  • -
  • +
  • write_names Homebrew::API::Cask @@ -39924,7 +39916,7 @@

    Method List

  • -
  • +
  • write_names_and_aliases Homebrew::API::Formula @@ -39932,7 +39924,7 @@

    Method List

  • -
  • +
  • write_names_file Homebrew::API @@ -39940,7 +39932,7 @@

    Method List

  • -
  • +
  • #write_only? Homebrew::DevCmd::BumpCaskPr::Args @@ -39948,7 +39940,7 @@

    Method List

  • -
  • +
  • #write_only? Homebrew::DevCmd::BumpRevision::Args @@ -39956,7 +39948,7 @@

    Method List

  • -
  • +
  • #write_only? Homebrew::DevCmd::BumpFormulaPr::Args @@ -39964,7 +39956,7 @@

    Method List

  • -
  • +
  • wsl? OS::Linux @@ -39972,7 +39964,7 @@

    Method List

  • -
  • +
  • wsl_version OS::Linux @@ -39980,7 +39972,7 @@

    Method List

  • -
  • +
  • #x86_64? MachOShim @@ -39988,7 +39980,7 @@

    Method List

  • -
  • +
  • #x86_64? GitHubRunner @@ -39996,7 +39988,7 @@

    Method List

  • -
  • +
  • #x86_64_compatible? TestRunnerFormula @@ -40004,7 +39996,7 @@

    Method List

  • -
  • +
  • #x86_64_only? TestRunnerFormula @@ -40012,7 +40004,7 @@

    Method List

  • -
  • +
  • xcode SystemConfig @@ -40020,7 +40012,7 @@

    Method List

  • -
  • +
  • #xcode_installed_version XcodeRequirement @@ -40028,7 +40020,7 @@

    Method List

  • -
  • +
  • #xcodebuild Formula @@ -40036,7 +40028,7 @@

    Method List

  • -
  • +
  • #xz_dep_if_needed DependencyCollector @@ -40044,7 +40036,7 @@

    Method List

  • -
  • +
  • yellow Tty @@ -40052,7 +40044,7 @@

    Method List

  • -
  • +
  • #zap Cask::Installer @@ -40060,7 +40052,7 @@

    Method List

  • -
  • +
  • #zap? Cask::Installer @@ -40068,7 +40060,7 @@

    Method List

  • -
  • +
  • #zap? Homebrew::Cmd::Reinstall::Args @@ -40076,7 +40068,7 @@

    Method List

  • -
  • +
  • #zap? Homebrew::Cmd::InstallCmd::Args @@ -40084,7 +40076,7 @@

    Method List

  • -
  • +
  • #zap? Homebrew::Cmd::UninstallCmd::Args @@ -40092,7 +40084,7 @@

    Method List

  • -
  • +
  • #zap_phase Cask::Artifact::Zap @@ -40100,7 +40092,7 @@

    Method List

  • -
  • +
  • #zipinfo Pathname @@ -40108,7 +40100,7 @@

    Method List

  • -
  • +
  • #zsh_completion Formula @@ -40116,7 +40108,7 @@

    Method List

  • -
  • +
  • #zsh_function Formula @@ -40124,7 +40116,7 @@

    Method List

  • -
  • +
  • #zstd_dep_if_needed DependencyCollector @@ -40132,7 +40124,7 @@

    Method List

  • -
  • +
  • #| Options