From 3e4b1f84a65e11e2788ca7154651a883c194b8e4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:33:29 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Homebrew.html | 282 ++++++-- docs/Homebrew/FormulaAuditor.html | 799 +++++++++++++--------- docs/method_list.html | 1040 +++++++++++++++-------------- 3 files changed, 1227 insertions(+), 894 deletions(-) diff --git a/docs/Homebrew.html b/docs/Homebrew.html index a6564bfac..ea5c1d7aa 100644 --- a/docs/Homebrew.html +++ b/docs/Homebrew.html @@ -7622,6 +7622,28 @@ <h2> + <span class="summary_desc"><div class='inline'> +</div></span> + +</li> + + + +<li class="public "> + <span class="summary_signature"> + + <a href="#synced_with-class_method" title="synced_with (class method)">.<strong>synced_with</strong>(auditor, formula, new_version) ⇒ Array<String> </a> + + + </span> + + + + + + + + <span class="summary_desc"><div class='inline'> </div></span> @@ -11479,8 +11501,6 @@ <h3 class="signature " id="autosquash!-class_method"> <pre class="lines"> -231 -232 233 234 235 @@ -11545,10 +11565,12 @@ <h3 class="signature " id="autosquash!-class_method"> 294 295 296 -297</pre> +297 +298 +299</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 231</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 233</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_autosquash!'>autosquash!</span><span class='lparen'>(</span><span class='id identifier rubyid_original_commit'>original_commit</span><span class='comma'>,</span> <span class='label'>tap:</span><span class='comma'>,</span> <span class='label'>reason:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>resolve:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>cherry_picked:</span> <span class='kw'>true</span><span class='rparen'>)</span> <span class='id identifier rubyid_git_repo'>git_repo</span> <span class='op'>=</span> <span class='id identifier rubyid_tap'>tap</span><span class='period'>.</span><span class='id identifier rubyid_git_repo'>git_repo</span> @@ -15124,8 +15146,6 @@ <h3 class="signature " id="changed_packages-class_method"> <pre class="lines"> -325 -326 327 328 329 @@ -15158,10 +15178,12 @@ <h3 class="signature " id="changed_packages-class_method"> 356 357 358 -359</pre> +359 +360 +361</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 325</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 327</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_changed_packages'>changed_packages</span><span class='lparen'>(</span><span class='id identifier rubyid_tap'>tap</span><span class='comma'>,</span> <span class='id identifier rubyid_original_commit'>original_commit</span><span class='rparen'>)</span> <span class='id identifier rubyid_formulae'>formulae</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Utils.html" title="Utils (module)">Utils</a></span></span><span class='period'>.</span><span class='id identifier rubyid_popen_read'><span class='object_link'><a href="Utils.html#popen_read-class_method" title="Utils.popen_read (method)">popen_read</a></span></span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>git</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>-C</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_tap'>tap</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>diff-tree</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> @@ -15706,8 +15728,6 @@ <h3 class="signature " id="cherry_pick_pr!-class_method"> <pre class="lines"> -299 -300 301 302 303 @@ -15720,10 +15740,12 @@ <h3 class="signature " id="cherry_pick_pr!-class_method"> 310 311 312 -313</pre> +313 +314 +315</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 299</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 301</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_cherry_pick_pr!'>cherry_pick_pr!</span><span class='lparen'>(</span><span class='id identifier rubyid_user'>user</span><span class='comma'>,</span> <span class='id identifier rubyid_repo'>repo</span><span class='comma'>,</span> <span class='id identifier rubyid_pull_request'>pull_request</span><span class='comma'>,</span> <span class='label'>args:</span><span class='comma'>,</span> <span class='label'>path:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>.</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_dry_run?'>dry_run?</span> @@ -18752,8 +18774,6 @@ <h3 class="signature " id="determine_bump_subject-class_method"> <pre class="lines"> -131 -132 133 134 135 @@ -18776,10 +18796,12 @@ <h3 class="signature " id="determine_bump_subject-class_method"> 152 153 154 -155</pre> +155 +156 +157</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 131</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 133</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_determine_bump_subject'>determine_bump_subject</span><span class='lparen'>(</span><span class='id identifier rubyid_old_contents'>old_contents</span><span class='comma'>,</span> <span class='id identifier rubyid_new_contents'>new_contents</span><span class='comma'>,</span> <span class='id identifier rubyid_subject_path'>subject_path</span><span class='comma'>,</span> <span class='label'>reason:</span> <span class='kw'>nil</span><span class='rparen'>)</span> <span class='id identifier rubyid_subject_path'>subject_path</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Pathname.html" title="Pathname (class)">Pathname</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_subject_path'>subject_path</span><span class='rparen'>)</span> @@ -21837,18 +21859,18 @@ <h3 class="signature " id="formulae_need_bottles?-class_method"> <pre class="lines"> -315 -316 317 318 319 320 321 322 -323</pre> +323 +324 +325</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 315</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 317</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_formulae_need_bottles?'>formulae_need_bottles?</span><span class='lparen'>(</span><span class='id identifier rubyid_tap'>tap</span><span class='comma'>,</span> <span class='id identifier rubyid_original_commit'>original_commit</span><span class='comma'>,</span> <span class='id identifier rubyid_labels'>labels</span><span class='comma'>,</span> <span class='label'>args:</span><span class='rparen'>)</span> <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_dry_run?'>dry_run?</span> @@ -22589,8 +22611,6 @@ <h3 class="signature " id="get_package-class_method"> <pre class="lines"> -114 -115 116 117 118 @@ -22604,10 +22624,12 @@ <h3 class="signature " id="get_package-class_method"> 126 127 128 -129</pre> +129 +130 +131</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 114</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 116</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_get_package'>get_package</span><span class='lparen'>(</span><span class='id identifier rubyid_tap'>tap</span><span class='comma'>,</span> <span class='id identifier rubyid_subject_name'>subject_name</span><span class='comma'>,</span> <span class='id identifier rubyid_subject_path'>subject_path</span><span class='comma'>,</span> <span class='id identifier rubyid_content'>content</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_subject_path'>subject_path</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span><span class='period'>.</span><span class='id identifier rubyid_start_with?'>start_with?</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_tap'>tap</span><span class='period'>.</span><span class='id identifier rubyid_cask_dir'>cask_dir</span><span class='embexpr_end'>}</span><span class='tstring_content'>/</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> @@ -32557,8 +32579,6 @@ <h3 class="signature " id="pr_check_conflicts-class_method"> <pre class="lines"> -361 -362 363 364 365 @@ -32602,10 +32622,12 @@ <h3 class="signature " id="pr_check_conflicts-class_method"> 403 404 405 -406</pre> +406 +407 +408</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 361</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 363</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_pr_check_conflicts'>pr_check_conflicts</span><span class='lparen'>(</span><span class='id identifier rubyid_repo'>repo</span><span class='comma'>,</span> <span class='id identifier rubyid_pull_request'>pull_request</span><span class='rparen'>)</span> <span class='id identifier rubyid_long_build_pr_files'>long_build_pr_files</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="GitHub.html" title="GitHub (module)">GitHub</a></span></span><span class='period'>.</span><span class='id identifier rubyid_issues'><span class='object_link'><a href="GitHub.html#issues-class_method" title="GitHub.issues (method)">issues</a></span></span><span class='lparen'>(</span> @@ -32893,8 +32915,6 @@ <h3 class="signature " id="pr_pull-class_method"> <pre class="lines"> -408 -409 410 411 412 @@ -32991,10 +33011,22 @@ <h3 class="signature " id="pr_pull-class_method"> 503 504 505 -506</pre> +506 +507 +508 +509 +510 +511 +512 +513 +514 +515 +516 +517 +518</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 408</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 410</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_pr_pull'>pr_pull</span> <span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='id identifier rubyid_pr_pull_args'>pr_pull_args</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span> @@ -33035,7 +33067,8 @@ <h3 class="signature " id="pr_pull-class_method"> <span class='id identifier rubyid_pr_check_conflicts'>pr_check_conflicts</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_user'>user</span><span class='embexpr_end'>}</span><span class='tstring_content'>/</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_repo'>repo</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_pr'>pr</span><span class='rparen'>)</span> <span class='id identifier rubyid_ohai'>ohai</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Fetching </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_tap'>tap</span><span class='embexpr_end'>}</span><span class='tstring_content'> pull request #</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_pr'>pr</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span> - <span class='const'>Dir</span><span class='period'>.</span><span class='id identifier rubyid_mktmpdir'>mktmpdir</span> <span class='id identifier rubyid_pr'>pr</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_dir'>dir</span><span class='op'>|</span> + <span class='id identifier rubyid_dir'>dir</span> <span class='op'>=</span> <span class='const'>Dir</span><span class='period'>.</span><span class='id identifier rubyid_mktmpdir'>mktmpdir</span> <span class='id identifier rubyid_pr'>pr</span> + <span class='kw'>begin</span> <span class='id identifier rubyid_cd'>cd</span> <span class='id identifier rubyid_dir'>dir</span> <span class='kw'>do</span> <span class='id identifier rubyid_current_branch_head'>current_branch_head</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="ENV.html" title="ENV (class)">ENV</a></span></span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>GITHUB_SHA</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='id identifier rubyid_tap'>tap</span><span class='period'>.</span><span class='id identifier rubyid_git_head'>git_head</span> <span class='id identifier rubyid_original_commit'>original_commit</span> <span class='op'>=</span> <span class='kw'>if</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_no_cherry_pick?'>no_cherry_pick?</span> @@ -33092,6 +33125,15 @@ <h3 class="signature " id="pr_pull-class_method"> <span class='id identifier rubyid_upload_args'>upload_args</span> <span class='op'><<</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>--root-url-using=</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_root_url_using'>root_url_using</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span> <span class='kw'>if</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_root_url_using'>root_url_using</span> <span class='id identifier rubyid_safe_system'>safe_system</span> <span class='const'><span class='object_link'><a href="top-level-namespace.html#HOMEBREW_BREW_FILE-constant" title="HOMEBREW_BREW_FILE (constant)">HOMEBREW_BREW_FILE</a></span></span><span class='comma'>,</span> <span class='op'>*</span><span class='id identifier rubyid_upload_args'>upload_args</span> <span class='kw'>end</span> + <span class='kw'>ensure</span> + <span class='kw'>if</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_retain_bottle_dir?'>retain_bottle_dir?</span> <span class='op'>&&</span> <span class='const'><span class='object_link'><a href="ENV.html" title="ENV (class)">ENV</a></span></span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>GITHUB_ACTIONS</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span> + <span class='id identifier rubyid_ohai'>ohai</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Bottle files retained at:</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='id identifier rubyid_dir'>dir</span> + <span class='const'><span class='object_link'><a href="File.html" title="File (class)">File</a></span></span><span class='period'>.</span><span class='id identifier rubyid_open'>open</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="ENV.html" title="ENV (class)">ENV</a></span></span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>GITHUB_OUTPUT</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>a</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span> + <span class='id identifier rubyid_f'>f</span><span class='period'>.</span><span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>bottle_path=</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_dir'>dir</span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span> + <span class='kw'>end</span> + <span class='kw'>else</span> + <span class='const'>FileUtils</span><span class='period'>.</span><span class='id identifier rubyid_remove_entry'>remove_entry</span> <span class='id identifier rubyid_dir'>dir</span> + <span class='kw'>end</span> <span class='kw'>end</span> <span class='kw'>end</span> <span class='kw'>end</span></pre> @@ -33198,7 +33240,9 @@ <h3 class="signature " id="pr_pull_args-class_method"> 69 70 71 -72</pre> +72 +73 +74</pre> </td> <td> <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 12</span> @@ -33239,6 +33283,8 @@ <h3 class="signature " id="pr_pull_args-class_method"> <span class='id identifier rubyid_switch'>switch</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>--warn-on-upload-failure</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Warn instead of raising an error if the bottle upload fails. </span><span class='tstring_end'>"</span></span> \ <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Useful for repairing bottle uploads that previously failed.</span><span class='tstring_end'>"</span></span> + <span class='id identifier rubyid_switch'>switch</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>--retain-bottle-dir</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> + <span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Does not clean up the tmp directory for the bottle so it can be used later.</span><span class='tstring_end'>"</span></span> <span class='id identifier rubyid_flag'>flag</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>--committer=</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>description:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Specify a committer name and email in `git`'s standard author format.</span><span class='tstring_end'>"</span></span> <span class='id identifier rubyid_flag'>flag</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>--message=</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> @@ -37102,7 +37148,15 @@ <h3 class="signature " id="retrieve_and_display_info_and_open_pr-class_method"> 502 503 504 -505</pre> +505 +506 +507 +508 +509 +510 +511 +512 +513</pre> </td> <td> <pre class="code"><span class="info file"># File 'dev-cmd/bump.rb', line 421</span> @@ -37155,7 +37209,15 @@ <h3 class="signature " id="retrieve_and_display_info_and_open_pr-class_method"> </span><span class='tstring_content'> Latest livecheck version: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_new_versions'>new_versions</span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='tstring_content'> Latest Repology version: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_repology_latest'>repology_latest</span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='heredoc_end'> EOS -</span> <span class='id identifier rubyid_puts'>puts</span> <span class='heredoc_beg'><<~EOS</span> <span class='kw'>unless</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_no_pull_requests?'>no_pull_requests?</span> +</span> <span class='kw'>if</span> <span class='id identifier rubyid_formula_or_cask'>formula_or_cask</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="Formula.html" title="Formula (class)">Formula</a></span></span><span class='rparen'>)</span> + <span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>formula_auditor</span><span class='tstring_end'>"</span></span> + <span class='id identifier rubyid_auditor'>auditor</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Homebrew/FormulaAuditor.html" title="Homebrew::FormulaAuditor (class)">FormulaAuditor</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="Homebrew/FormulaAuditor.html#initialize-instance_method" title="Homebrew::FormulaAuditor#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_formula_or_cask'>formula_or_cask</span><span class='rparen'>)</span> + <span class='id identifier rubyid_puts'>puts</span> <span class='heredoc_beg'><<~EOS</span> <span class='kw'>if</span> <span class='id identifier rubyid_auditor'>auditor</span><span class='period'>.</span><span class='id identifier rubyid_synced_with_other_formulae?'>synced_with_other_formulae?</span> +<span class='tstring_content'> Version syncing: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_title_name'>title_name</span><span class='embexpr_end'>}</span><span class='tstring_content'> version should be kept in sync with +</span><span class='tstring_content'> </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_synced_with'>synced_with</span><span class='lparen'>(</span><span class='id identifier rubyid_auditor'>auditor</span><span class='comma'>,</span> <span class='id identifier rubyid_formula_or_cask'>formula_or_cask</span><span class='comma'>,</span> <span class='id identifier rubyid_new_version'>new_version</span><span class='period'>.</span><span class='id identifier rubyid_general'>general</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>, </span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='embexpr_end'>}</span><span class='tstring_content'>. +</span><span class='heredoc_end'> EOS +</span> <span class='kw'>end</span> + <span class='id identifier rubyid_puts'>puts</span> <span class='heredoc_beg'><<~EOS</span> <span class='kw'>unless</span> <span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_no_pull_requests?'>no_pull_requests?</span> <span class='tstring_content'> Open pull requests: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_open_pull_requests'>open_pull_requests</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>none</span><span class='tstring_end'>"</span></span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='tstring_content'> Closed pull requests: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_closed_pull_requests'>closed_pull_requests</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>none</span><span class='tstring_end'>"</span></span><span class='embexpr_end'>}</span><span class='tstring_content'> </span><span class='heredoc_end'> EOS @@ -37795,8 +37857,6 @@ <h3 class="signature " id="reword_package_commit-class_method"> <pre class="lines"> -159 -160 161 162 163 @@ -37815,10 +37875,12 @@ <h3 class="signature " id="reword_package_commit-class_method"> 176 177 178 -179</pre> +179 +180 +181</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 159</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 161</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_reword_package_commit'>reword_package_commit</span><span class='lparen'>(</span><span class='id identifier rubyid_commit'>commit</span><span class='comma'>,</span> <span class='id identifier rubyid_file'>file</span><span class='comma'>,</span> <span class='label'>git_repo:</span><span class='comma'>,</span> <span class='label'>reason:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>resolve:</span> <span class='kw'>false</span><span class='rparen'>)</span> <span class='id identifier rubyid_package_file'>package_file</span> <span class='op'>=</span> <span class='id identifier rubyid_git_repo'>git_repo</span><span class='period'>.</span><span class='id identifier rubyid_pathname'>pathname</span> <span class='op'>/</span> <span class='id identifier rubyid_file'>file</span> @@ -39009,8 +39071,6 @@ <h3 class="signature " id="separate_commit_message-class_method"> <pre class="lines"> -75 -76 77 78 79 @@ -39020,10 +39080,12 @@ <h3 class="signature " id="separate_commit_message-class_method"> 83 84 85 -86</pre> +86 +87 +88</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 75</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 77</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_separate_commit_message'>separate_commit_message</span><span class='lparen'>(</span><span class='id identifier rubyid_message'>message</span><span class='rparen'>)</span> <span class='id identifier rubyid_subject'>subject</span> <span class='op'>=</span> <span class='id identifier rubyid_message'>message</span><span class='period'>.</span><span class='id identifier rubyid_lines'>lines</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span><span class='period'>.</span><span class='id identifier rubyid_strip'>strip</span> @@ -39680,8 +39742,6 @@ <h3 class="signature " id="signoff!-class_method"> <pre class="lines"> -88 -89 90 91 92 @@ -39704,10 +39764,12 @@ <h3 class="signature " id="signoff!-class_method"> 109 110 111 -112</pre> +112 +113 +114</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 88</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 90</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_signoff!'>signoff!</span><span class='lparen'>(</span><span class='id identifier rubyid_git_repo'>git_repo</span><span class='comma'>,</span> <span class='label'>pull_request:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='label'>dry_run:</span> <span class='kw'>false</span><span class='rparen'>)</span> <span class='id identifier rubyid_subject'>subject</span><span class='comma'>,</span> <span class='id identifier rubyid_body'>body</span><span class='comma'>,</span> <span class='id identifier rubyid_trailers'>trailers</span> <span class='op'>=</span> <span class='id identifier rubyid_separate_commit_message'>separate_commit_message</span><span class='lparen'>(</span><span class='id identifier rubyid_git_repo'>git_repo</span><span class='period'>.</span><span class='id identifier rubyid_commit_message'>commit_message</span><span class='rparen'>)</span> @@ -39980,8 +40042,6 @@ <h3 class="signature " id="squash_package_commits-class_method"> <pre class="lines"> -184 -185 186 187 188 @@ -40024,10 +40084,12 @@ <h3 class="signature " id="squash_package_commits-class_method"> 225 226 227 -228</pre> +228 +229 +230</pre> </td> <td> - <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 184</span> + <pre class="code"><span class="info file"># File 'dev-cmd/pr-pull.rb', line 186</span> <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_squash_package_commits'>squash_package_commits</span><span class='lparen'>(</span><span class='id identifier rubyid_commits'>commits</span><span class='comma'>,</span> <span class='id identifier rubyid_file'>file</span><span class='comma'>,</span> <span class='label'>git_repo:</span><span class='comma'>,</span> <span class='label'>reason:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_end'>"</span></span><span class='comma'>,</span> <span class='label'>verbose:</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='label'>resolve:</span> <span class='kw'>false</span><span class='rparen'>)</span> <span class='id identifier rubyid_odebug'>odebug</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Squashing </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_file'>file</span><span class='embexpr_end'>}</span><span class='tstring_content'>: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_commits'>commits</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'> </span><span class='tstring_end'>"</span></span><span class='embexpr_end'>}</span><span class='tstring_end'>"</span></span> @@ -40304,6 +40366,122 @@ <h3 class="signature " id="sudo_purge-class_method"> </td> </tr> </table> +</div> + + <div class="method_details "> + <h3 class="signature " id="synced_with-class_method"> + + .<strong>synced_with</strong>(auditor, formula, new_version) ⇒ <tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span><<span class='object_link'><a href="String.html" title="String (class)">String</a></span>></tt> + + + + + +</h3><div class="docstring"> + <div class="discussion"> + + + + </div> +</div> +<div class="tags"> + <p class="tag_title">Parameters:</p> +<ul class="param"> + + <li> + + <span class='name'>auditor</span> + + + <span class='type'>(<tt><span class='object_link'><a href="Homebrew/FormulaAuditor.html" title="Homebrew::FormulaAuditor (class)">FormulaAuditor</a></span></tt>)</span> + + + + </li> + + <li> + + <span class='name'>formula</span> + + + <span class='type'>(<tt><span class='object_link'><a href="Formula.html" title="Formula (class)">Formula</a></span></tt>)</span> + + + + </li> + + <li> + + <span class='name'>new_version</span> + + + <span class='type'>(<tt><span class='object_link'><a href="Version.html" title="Version (class)">Version</a></span></tt>, <tt><span class='object_link'><a href="Cask/DSL/Version.html" title="Cask::DSL::Version (class)">Cask::DSL::Version</a></span></tt>, <tt>nil</tt>)</span> + + + + </li> + +</ul> + +<p class="tag_title">Returns:</p> +<ul class="return"> + + <li> + + + <span class='type'>(<tt><span class='object_link'><a href="Array.html" title="Array (class)">Array</a></span><<span class='object_link'><a href="String.html" title="String (class)">String</a></span>></tt>)</span> + + + + </li> + +</ul> + +</div><table class="source_code"> + <tr> + <td> + <pre class="lines"> + + +522 +523 +524 +525 +526 +527 +528 +529 +530 +531 +532 +533 +534 +535 +536 +537</pre> + </td> + <td> + <pre class="code"><span class="info file"># File 'dev-cmd/bump.rb', line 522</span> + +<span class='kw'>def</span> <span class='id identifier rubyid_synced_with'>synced_with</span><span class='lparen'>(</span><span class='id identifier rubyid_auditor'>auditor</span><span class='comma'>,</span> <span class='id identifier rubyid_formula'>formula</span><span class='comma'>,</span> <span class='id identifier rubyid_new_version'>new_version</span><span class='rparen'>)</span> + <span class='id identifier rubyid_synced_with'>synced_with</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span> + + <span class='id identifier rubyid_auditor'>auditor</span><span class='period'>.</span><span class='id identifier rubyid_synced_versions_formulae_json'>synced_versions_formulae_json</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_synced_formulae'>synced_formulae</span><span class='op'>|</span> + <span class='kw'>next</span> <span class='kw'>unless</span> <span class='id identifier rubyid_synced_formulae'>synced_formulae</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> + + <span class='id identifier rubyid_synced_formulae'>synced_formulae</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_synced_formula'>synced_formula</span><span class='op'>|</span> + <span class='id identifier rubyid_synced_formula'>synced_formula</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Formulary.html" title="Formulary (module)">Formulary</a></span></span><span class='period'>.</span><span class='id identifier rubyid_factory'><span class='object_link'><a href="Formulary.html#factory-class_method" title="Formulary.factory (method)">factory</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_synced_formula'>synced_formula</span><span class='rparen'>)</span> + <span class='kw'>next</span> <span class='kw'>if</span> <span class='id identifier rubyid_synced_formula'>synced_formula</span> <span class='op'>==</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> + + <span class='id identifier rubyid_synced_with'>synced_with</span> <span class='op'><<</span> <span class='id identifier rubyid_synced_formula'>synced_formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='kw'>if</span> <span class='id identifier rubyid_synced_formula'>synced_formula</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span> <span class='op'>!=</span> <span class='id identifier rubyid_new_version'>new_version</span> + <span class='kw'>end</span> + <span class='kw'>end</span> + + <span class='id identifier rubyid_synced_with'>synced_with</span> +<span class='kw'>end</span></pre> + </td> + </tr> +</table> </div> <div class="method_details "> diff --git a/docs/Homebrew/FormulaAuditor.html b/docs/Homebrew/FormulaAuditor.html index aa3f91289..1e0a572e9 100644 --- a/docs/Homebrew/FormulaAuditor.html +++ b/docs/Homebrew/FormulaAuditor.html @@ -128,26 +128,6 @@ <h2> <dl class="constants"> - <dt id="SYNCED_VERSIONS_FORMULAE_FILE-constant" class="">SYNCED_VERSIONS_FORMULAE_FILE = - <div class="docstring"> - <div class="discussion"> - <p class="note private"> - <strong>This constant is part of a private API.</strong> - This constant may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository. - Third parties should avoid using this constant if possible, as it may be removed or changed without warning. -</p> - - - - </div> -</div> -<div class="tags"> - - -</div> - </dt> - <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>synced_versions_formulae.json</span><span class='tstring_end'>"</span></span></pre></dd> - <dt id="PERMITTED_LICENSE_MISMATCHES-constant" class="">PERMITTED_LICENSE_MISMATCHES = <div class="docstring"> <div class="discussion"> @@ -1155,6 +1135,50 @@ <h2> + <span class="private note title">private</span> + + <span class="summary_desc"><div class='inline'> +</div></span> + +</li> + + + +<li class="public "> + <span class="summary_signature"> + + <a href="#synced_versions_formulae_json-instance_method" title="#synced_versions_formulae_json (instance method)">#<strong>synced_versions_formulae_json</strong> ⇒ Object </a> + + + </span> + + + + + + + <span class="private note title">private</span> + + <span class="summary_desc"><div class='inline'> +</div></span> + +</li> + + + +<li class="public "> + <span class="summary_signature"> + + <a href="#synced_with_other_formulae%3F-instance_method" title="#synced_with_other_formulae? (instance method)">#<strong>synced_with_other_formulae?</strong> ⇒ Boolean </a> + + + </span> + + + + + + <span class="private note title">private</span> <span class="summary_desc"><div class='inline'> @@ -1564,21 +1588,21 @@ <h3 class="signature first" id="audit-instance_method"> <pre class="lines"> -951 -952 -953 -954 -955 -956 -957 -958 959 960 961 -962</pre> +962 +963 +964 +965 +966 +967 +968 +969 +970</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 951</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 959</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit'>audit</span> <span class='id identifier rubyid_only_audits'>only_audits</span> <span class='op'>=</span> <span class='ivar'>@only</span> @@ -1627,18 +1651,18 @@ <h3 class="signature " id="audit_bitbucket_repository-instance_method"> <pre class="lines"> -665 -666 -667 -668 -669 -670 -671 -672 -673</pre> +673 +674 +675 +676 +677 +678 +679 +680 +681</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 665</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 673</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_bitbucket_repository'>audit_bitbucket_repository</span> <span class='id identifier rubyid_user'>user</span><span class='comma'>,</span> <span class='id identifier rubyid_repo'>repo</span> <span class='op'>=</span> <span class='id identifier rubyid_get_repo_data'>get_repo_data</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>%r{</span><span class='tstring_content'>https?://bitbucket\.org/([^/]+)/([^/]+)/?.*</span><span class='regexp_end'>}</span></span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@new_formula</span> @@ -1684,18 +1708,18 @@ <h3 class="signature " id="audit_bottle_spec-instance_method"> <pre class="lines"> -583 -584 -585 -586 -587 -588 -589 -590 -591</pre> +591 +592 +593 +594 +595 +596 +597 +598 +599</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 583</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 591</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_bottle_spec'>audit_bottle_spec</span> <span class='comment'># special case: new versioned formulae should be audited @@ -1741,14 +1765,6 @@ <h3 class="signature " id="audit_conflicts-instance_method"> <pre class="lines"> -424 -425 -426 -427 -428 -429 -430 -431 432 433 434 @@ -1776,10 +1792,18 @@ <h3 class="signature " id="audit_conflicts-instance_method"> 456 457 458 -459</pre> +459 +460 +461 +462 +463 +464 +465 +466 +467</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 424</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 432</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_conflicts'>audit_conflicts</span> <span class='id identifier rubyid_tap'>tap</span> <span class='op'>=</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span> @@ -1852,14 +1876,6 @@ <h3 class="signature " id="audit_deps-instance_method"> <pre class="lines"> -264 -265 -266 -267 -268 -269 -270 -271 272 273 274 @@ -2010,10 +2026,18 @@ <h3 class="signature " id="audit_deps-instance_method"> 419 420 421 -422</pre> +422 +423 +424 +425 +426 +427 +428 +429 +430</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 264</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 272</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_deps'>audit_deps</span> <span class='ivar'>@specs</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_spec'>spec</span><span class='op'>|</span> @@ -2209,17 +2233,17 @@ <h3 class="signature " id="audit_elasticsearch_kibana-instance_method"> <pre class="lines"> -497 -498 -499 -500 -501 -502 -503 -504</pre> +505 +506 +507 +508 +509 +510 +511 +512</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 497</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 505</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_elasticsearch_kibana'>audit_elasticsearch_kibana</span> <span class='kw'>return</span> <span class='kw'>if</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>!=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>elasticsearch</span><span class='tstring_end'>"</span></span> <span class='op'>&&</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>!=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>kibana</span><span class='tstring_end'>"</span></span> @@ -2264,14 +2288,6 @@ <h3 class="signature " id="audit_eol-instance_method"> <pre class="lines"> -593 -594 -595 -596 -597 -598 -599 -600 601 602 603 @@ -2289,10 +2305,18 @@ <h3 class="signature " id="audit_eol-instance_method"> 615 616 617 -618</pre> +618 +619 +620 +621 +622 +623 +624 +625 +626</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 593</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 601</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_eol'>audit_eol</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@online</span> @@ -2560,14 +2584,6 @@ <h3 class="signature " id="audit_formula_name-instance_method"> <pre class="lines"> -171 -172 -173 -174 -175 -176 -177 -178 179 180 181 @@ -2584,10 +2600,18 @@ <h3 class="signature " id="audit_formula_name-instance_method"> 192 193 194 -195</pre> +195 +196 +197 +198 +199 +200 +201 +202 +203</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 171</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 179</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_formula_name'>audit_formula_name</span> <span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> @@ -2649,16 +2673,16 @@ <h3 class="signature " id="audit_gcc_dependency-instance_method"> <pre class="lines"> -461 -462 -463 -464 -465 -466 -467</pre> +469 +470 +471 +472 +473 +474 +475</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 461</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 469</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_gcc_dependency'>audit_gcc_dependency</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@core_tap</span> @@ -2702,19 +2726,19 @@ <h3 class="signature " id="audit_github_repository-instance_method"> <pre class="lines"> -644 -645 -646 -647 -648 -649 -650 -651 652 -653</pre> +653 +654 +655 +656 +657 +658 +659 +660 +661</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 644</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 652</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_github_repository'>audit_github_repository</span> <span class='id identifier rubyid_user'>user</span><span class='comma'>,</span> <span class='id identifier rubyid_repo'>repo</span> <span class='op'>=</span> <span class='id identifier rubyid_get_repo_data'>get_repo_data</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>%r{</span><span class='tstring_content'>https?://github\.com/([^/]+)/([^/]+)/?.*</span><span class='regexp_end'>}</span></span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@new_formula</span> @@ -2761,20 +2785,20 @@ <h3 class="signature " id="audit_github_repository_archived-instance_method"> <pre class="lines"> -620 -621 -622 -623 -624 -625 -626 -627 628 629 -630</pre> +630 +631 +632 +633 +634 +635 +636 +637 +638</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 620</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 628</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_github_repository_archived'>audit_github_repository_archived</span> <span class='kw'>return</span> <span class='kw'>if</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_deprecated?'>deprecated?</span> <span class='op'>||</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_disabled?'>disabled?</span> @@ -2822,18 +2846,18 @@ <h3 class="signature " id="audit_gitlab_repository-instance_method"> <pre class="lines"> -655 -656 -657 -658 -659 -660 -661 -662 -663</pre> +663 +664 +665 +666 +667 +668 +669 +670 +671</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 655</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 663</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_gitlab_repository'>audit_gitlab_repository</span> <span class='id identifier rubyid_user'>user</span><span class='comma'>,</span> <span class='id identifier rubyid_repo'>repo</span> <span class='op'>=</span> <span class='id identifier rubyid_get_repo_data'>get_repo_data</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>%r{</span><span class='tstring_content'>https?://gitlab\.com/([^/]+)/([^/]+)/?.*</span><span class='regexp_end'>}</span></span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@new_formula</span> @@ -2879,20 +2903,20 @@ <h3 class="signature " id="audit_gitlab_repository_archived-instance_method"> <pre class="lines"> -632 -633 -634 -635 -636 -637 -638 -639 640 641 -642</pre> +642 +643 +644 +645 +646 +647 +648 +649 +650</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 632</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 640</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_gitlab_repository_archived'>audit_gitlab_repository_archived</span> <span class='kw'>return</span> <span class='kw'>if</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_deprecated?'>deprecated?</span> <span class='op'>||</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_disabled?'>disabled?</span> @@ -2940,19 +2964,19 @@ <h3 class="signature " id="audit_glibc-instance_method"> <pre class="lines"> -484 -485 -486 -487 -488 -489 -490 -491 492 -493</pre> +493 +494 +495 +496 +497 +498 +499 +500 +501</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 484</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 492</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_glibc'>audit_glibc</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@core_tap</span> @@ -2999,19 +3023,19 @@ <h3 class="signature " id="audit_hashicorp_formulae-instance_method"> <pre class="lines"> -519 -520 -521 -522 -523 -524 -525 -526 527 -528</pre> +528 +529 +530 +531 +532 +533 +534 +535 +536</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 519</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 527</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_hashicorp_formulae'>audit_hashicorp_formulae</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='const'><span class='object_link'><a href="#HASHICORP_RELICENSED_FORMULAE_VERSIONS-constant" title="Homebrew::FormulaAuditor::HASHICORP_RELICENSED_FORMULAE_VERSIONS (constant)">HASHICORP_RELICENSED_FORMULAE_VERSIONS</a></span></span><span class='period'>.</span><span class='id identifier rubyid_key?'>key?</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> @@ -3058,14 +3082,6 @@ <h3 class="signature " id="audit_homepage-instance_method"> <pre class="lines"> -554 -555 -556 -557 -558 -559 -560 -561 562 563 564 @@ -3085,10 +3101,18 @@ <h3 class="signature " id="audit_homepage-instance_method"> 578 579 580 -581</pre> +581 +582 +583 +584 +585 +586 +587 +588 +589</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 554</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 562</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_homepage'>audit_homepage</span> <span class='id identifier rubyid_homepage'>homepage</span> <span class='op'>=</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_homepage'>homepage</span> @@ -3153,18 +3177,18 @@ <h3 class="signature " id="audit_keg_only_reason-instance_method"> <pre class="lines"> -530 -531 -532 -533 -534 -535 -536 -537 -538</pre> +538 +539 +540 +541 +542 +543 +544 +545 +546</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 530</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 538</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_keg_only_reason'>audit_keg_only_reason</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@core_tap</span> @@ -3210,14 +3234,6 @@ <h3 class="signature " id="audit_license-instance_method"> <pre class="lines"> -205 -206 -207 -208 -209 -210 -211 -212 213 214 215 @@ -3267,10 +3283,18 @@ <h3 class="signature " id="audit_license-instance_method"> 259 260 261 -262</pre> +262 +263 +264 +265 +266 +267 +268 +269 +270</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 205</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 213</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_license'>audit_license</span> <span class='kw'>if</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_license'>license</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span> @@ -3365,23 +3389,23 @@ <h3 class="signature " id="audit_postgresql-instance_method"> <pre class="lines"> -469 -470 -471 -472 -473 -474 -475 -476 477 478 479 480 481 -482</pre> +482 +483 +484 +485 +486 +487 +488 +489 +490</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 469</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 477</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_postgresql'>audit_postgresql</span> <span class='kw'>return</span> <span class='kw'>if</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='op'>!=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>postgresql</span><span class='tstring_end'>"</span></span> @@ -3432,19 +3456,19 @@ <h3 class="signature " id="audit_prefix_has_contents-instance_method"> <pre class="lines"> -932 -933 -934 -935 -936 -937 -938 -939 940 -941</pre> +941 +942 +943 +944 +945 +946 +947 +948 +949</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 932</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 940</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_prefix_has_contents'>audit_prefix_has_contents</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_prefix'>prefix</span><span class='period'>.</span><span class='id identifier rubyid_directory?'>directory?</span> @@ -3491,21 +3515,21 @@ <h3 class="signature " id="audit_reverse_migration-instance_method"> <pre class="lines"> -919 -920 -921 -922 -923 -924 -925 -926 927 928 929 -930</pre> +930 +931 +932 +933 +934 +935 +936 +937 +938</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 919</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 927</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_reverse_migration'>audit_reverse_migration</span> <span class='comment'># Only enforce for new formula being re-added to core @@ -3554,14 +3578,6 @@ <h3 class="signature " id="audit_revision-instance_method"> <pre class="lines"> -827 -828 -829 -830 -831 -832 -833 -834 835 836 837 @@ -3581,10 +3597,18 @@ <h3 class="signature " id="audit_revision-instance_method"> 851 852 853 -854</pre> +854 +855 +856 +857 +858 +859 +860 +861 +862</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 827</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 835</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_revision'>audit_revision</span> <span class='id identifier rubyid_new_formula_problem'>new_formula_problem</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>New formulae should not define a revision.</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='ivar'>@new_formula</span> <span class='op'>&&</span> <span class='op'>!</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_revision'>revision</span><span class='period'>.</span><span class='id identifier rubyid_zero?'>zero?</span> @@ -3649,14 +3673,6 @@ <h3 class="signature " id="audit_specs-instance_method"> <pre class="lines"> -689 -690 -691 -692 -693 -694 -695 -696 697 698 699 @@ -3767,10 +3783,18 @@ <h3 class="signature " id="audit_specs-instance_method"> 804 805 806 -807</pre> +807 +808 +809 +810 +811 +812 +813 +814 +815</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 689</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 697</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_specs'>audit_specs</span> <span class='id identifier rubyid_problem'>problem</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>Head-only (no stable download)</span><span class='tstring_end'>"</span></span> <span class='kw'>if</span> <span class='id identifier rubyid_head_only?'>head_only?</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='rparen'>)</span> @@ -3926,14 +3950,6 @@ <h3 class="signature " id="audit_stable_version-instance_method"> <pre class="lines"> -809 -810 -811 -812 -813 -814 -815 -816 817 818 819 @@ -3942,10 +3958,18 @@ <h3 class="signature " id="audit_stable_version-instance_method"> 822 823 824 -825</pre> +825 +826 +827 +828 +829 +830 +831 +832 +833</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 809</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 817</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_stable_version'>audit_stable_version</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@git</span> @@ -4058,17 +4082,6 @@ <h3 class="signature " id="audit_synced_versions_formulae-instance_method"> <pre class="lines"> -146 -147 -148 -149 -150 -151 -152 -153 -154 -155 -156 157 158 159 @@ -4081,23 +4094,28 @@ <h3 class="signature " id="audit_synced_versions_formulae-instance_method"> 166 167 168 -169</pre> +169 +170 +171 +172 +173 +174 +175 +176 +177</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 146</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 157</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_synced_versions_formulae'>audit_synced_versions_formulae</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span> - - <span class='id identifier rubyid_synced_versions_formulae_file'>synced_versions_formulae_file</span> <span class='op'>=</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='op'>/</span><span class='const'>SYNCED_VERSIONS_FORMULAE_FILE</span> - <span class='kw'>return</span> <span class='kw'>unless</span> <span class='id identifier rubyid_synced_versions_formulae_file'>synced_versions_formulae_file</span><span class='period'>.</span><span class='id identifier rubyid_file?'>file?</span> + <span class='kw'>return</span> <span class='kw'>unless</span> <span class='id identifier rubyid_synced_with_other_formulae?'>synced_with_other_formulae?</span> <span class='id identifier rubyid_name'>name</span> <span class='op'>=</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span> <span class='id identifier rubyid_version'>version</span> <span class='op'>=</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span> - <span class='id identifier rubyid_synced_versions_formulae'>synced_versions_formulae</span> <span class='op'>=</span> <span class='const'>JSON</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='id identifier rubyid_synced_versions_formulae_file'>synced_versions_formulae_file</span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='rparen'>)</span> - <span class='id identifier rubyid_synced_versions_formulae'>synced_versions_formulae</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_synced_version_formulae'>synced_version_formulae</span><span class='op'>|</span> - <span class='kw'>next</span> <span class='kw'>unless</span> <span class='id identifier rubyid_synced_version_formulae'>synced_version_formulae</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span> <span class='id identifier rubyid_name'>name</span> + <span class='id identifier rubyid_synced_versions_formulae_json'>synced_versions_formulae_json</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_synced_version_formulae'>synced_version_formulae</span><span class='op'>|</span> + <span class='kw'>next</span> <span class='kw'>unless</span> <span class='id identifier rubyid_synced_version_formulae'>synced_version_formulae</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> <span class='id identifier rubyid_synced_version_formulae'>synced_version_formulae</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_synced_formula'>synced_formula</span><span class='op'>|</span> <span class='kw'>next</span> <span class='kw'>if</span> <span class='id identifier rubyid_synced_formula'>synced_formula</span> <span class='op'>==</span> <span class='id identifier rubyid_name'>name</span> @@ -4145,14 +4163,6 @@ <h3 class="signature " id="audit_text-instance_method"> <pre class="lines"> -900 -901 -902 -903 -904 -905 -906 -907 908 909 910 @@ -4162,10 +4172,18 @@ <h3 class="signature " id="audit_text-instance_method"> 914 915 916 -917</pre> +917 +918 +919 +920 +921 +922 +923 +924 +925</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 900</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 908</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_text'>audit_text</span> <span class='id identifier rubyid_bin_names'>bin_names</span> <span class='op'>=</span> <span class='const'>Set</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> @@ -4220,14 +4238,6 @@ <h3 class="signature " id="audit_unconfirmed_checksum_change-instance_method"> <pre class="lines"> -876 -877 -878 -879 -880 -881 -882 -883 884 885 886 @@ -4242,10 +4252,18 @@ <h3 class="signature " id="audit_unconfirmed_checksum_change-instance_method"> 895 896 897 -898</pre> +898 +899 +900 +901 +902 +903 +904 +905 +906</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 876</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 884</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_unconfirmed_checksum_change'>audit_unconfirmed_checksum_change</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@git</span> @@ -4305,14 +4323,6 @@ <h3 class="signature " id="audit_version_scheme-instance_method"> <pre class="lines"> -856 -857 -858 -859 -860 -861 -862 -863 864 865 866 @@ -4323,10 +4333,18 @@ <h3 class="signature " id="audit_version_scheme-instance_method"> 871 872 873 -874</pre> +874 +875 +876 +877 +878 +879 +880 +881 +882</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 856</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 864</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_version_scheme'>audit_version_scheme</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@git</span> @@ -4382,22 +4400,22 @@ <h3 class="signature " id="audit_versioned_keg_only-instance_method"> <pre class="lines"> -540 -541 -542 -543 -544 -545 -546 -547 548 549 550 551 -552</pre> +552 +553 +554 +555 +556 +557 +558 +559 +560</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 540</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 548</span> <span class='kw'>def</span> <span class='id identifier rubyid_audit_versioned_keg_only'>audit_versioned_keg_only</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@versioned_formula</span> @@ -4447,22 +4465,22 @@ <h3 class="signature " id="get_repo_data-instance_method"> <pre class="lines"> -675 -676 -677 -678 -679 -680 -681 -682 683 684 685 686 -687</pre> +687 +688 +689 +690 +691 +692 +693 +694 +695</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 675</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 683</span> <span class='kw'>def</span> <span class='id identifier rubyid_get_repo_data'>get_repo_data</span><span class='lparen'>(</span><span class='id identifier rubyid_regex'>regex</span><span class='rparen'>)</span> <span class='kw'>return</span> <span class='kw'>unless</span> <span class='ivar'>@core_tap</span> @@ -4512,12 +4530,12 @@ <h3 class="signature " id="problem_if_output-instance_method"> <pre class="lines"> -947 -948 -949</pre> +955 +956 +957</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 947</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 955</span> <span class='kw'>def</span> <span class='id identifier rubyid_problem_if_output'>problem_if_output</span><span class='lparen'>(</span><span class='id identifier rubyid_output'>output</span><span class='rparen'>)</span> <span class='id identifier rubyid_problem'>problem</span><span class='lparen'>(</span><span class='id identifier rubyid_output'>output</span><span class='rparen'>)</span> <span class='kw'>if</span> <span class='id identifier rubyid_output'>output</span> @@ -4557,12 +4575,12 @@ <h3 class="signature " id="quote_dep-instance_method"> <pre class="lines"> -943 -944 -945</pre> +951 +952 +953</pre> </td> <td> - <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 943</span> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 951</span> <span class='kw'>def</span> <span class='id identifier rubyid_quote_dep'>quote_dep</span><span class='lparen'>(</span><span class='id identifier rubyid_dep'>dep</span><span class='rparen'>)</span> <span class='id identifier rubyid_dep'>dep</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../Symbol.html" title="Symbol (class)">Symbol</a></span></span><span class='rparen'>)</span> <span class='op'>?</span> <span class='id identifier rubyid_dep'>dep</span><span class='period'>.</span><span class='id identifier rubyid_inspect'>inspect</span> <span class='op'>:</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>'</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_dep'>dep</span><span class='embexpr_end'>}</span><span class='tstring_content'>'</span><span class='tstring_end'>"</span></span> @@ -4570,6 +4588,119 @@ <h3 class="signature " id="quote_dep-instance_method"> </td> </tr> </table> +</div> + + <div class="method_details "> + <h3 class="signature " id="synced_versions_formulae_json-instance_method"> + + #<strong>synced_versions_formulae_json</strong> ⇒ <tt><span class='object_link'><a href="../Object.html" title="Object (class)">Object</a></span></tt> + + + + + +</h3><div class="docstring"> + <div class="discussion"> + <p class="note private"> + <strong>This method is part of a private API.</strong> + This method may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository. + Third parties should avoid using this method if possible, as it may be removed or changed without warning. +</p> + + + + </div> +</div> +<div class="tags"> + + +</div><table class="source_code"> + <tr> + <td> + <pre class="lines"> + + +144 +145 +146</pre> + </td> + <td> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 144</span> + +<span class='kw'>def</span> <span class='id identifier rubyid_synced_versions_formulae_json'>synced_versions_formulae_json</span> + <span class='ivar'>@synced_versions_formulae_json</span> <span class='op'>||=</span> <span class='const'>JSON</span><span class='period'>.</span><span class='id identifier rubyid_parse'>parse</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../File.html" title="File (class)">File</a></span></span><span class='period'>.</span><span class='id identifier rubyid_read'>read</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='embexpr_end'>}</span><span class='tstring_content'>/synced_versions_formulae.json</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='rparen'>)</span> +<span class='kw'>end</span></pre> + </td> + </tr> +</table> +</div> + + <div class="method_details "> + <h3 class="signature " id="synced_with_other_formulae?-instance_method"> + + #<strong>synced_with_other_formulae?</strong> ⇒ <tt>Boolean</tt> + + + + + +</h3><div class="docstring"> + <div class="discussion"> + <p class="note private"> + <strong>This method is part of a private API.</strong> + This method may only be used in the <a href="https://github.com/Homebrew/brew">Homebrew/brew</a> repository. + Third parties should avoid using this method if possible, as it may be removed or changed without warning. +</p> + + + + </div> +</div> +<div class="tags"> + +<p class="tag_title">Returns:</p> +<ul class="return"> + + <li> + + + <span class='type'>(<tt>Boolean</tt>)</span> + + + + </li> + +</ul> + +</div><table class="source_code"> + <tr> + <td> + <pre class="lines"> + + +148 +149 +150 +151 +152 +153 +154 +155</pre> + </td> + <td> + <pre class="code"><span class="info file"># File 'formula_auditor.rb', line 148</span> + +<span class='kw'>def</span> <span class='id identifier rubyid_synced_with_other_formulae?'>synced_with_other_formulae?</span> + <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span> + + <span class='id identifier rubyid_synced_versions_formulae_file'>synced_versions_formulae_file</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span><span class='period'>.</span><span class='id identifier rubyid_path'>path</span><span class='embexpr_end'>}</span><span class='tstring_content'>/synced_versions_formulae.json</span><span class='tstring_end'>"</span></span> + <span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='const'><span class='object_link'><a href="../File.html" title="File (class)">File</a></span></span><span class='period'>.</span><span class='id identifier rubyid_exist?'>exist?</span><span class='lparen'>(</span><span class='id identifier rubyid_synced_versions_formulae_file'>synced_versions_formulae_file</span><span class='rparen'>)</span> + + <span class='id identifier rubyid_synced_versions_formulae_json'>synced_versions_formulae_json</span><span class='period'>.</span><span class='id identifier rubyid_any?'>any?</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_synced_version_formulae'>synced_version_formulae</span><span class='op'>|</span> <span class='id identifier rubyid_synced_version_formulae'>synced_version_formulae</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span> <span class='rbrace'>}</span> +<span class='kw'>end</span></pre> + </td> + </tr> +</table> </div> </div> diff --git a/docs/method_list.html b/docs/method_list.html index 9fa7fe1eb..6585f191e 100644 --- a/docs/method_list.html +++ b/docs/method_list.html @@ -28310,13 +28310,37 @@ <h1 id="full_list_header">Method List</h1> <li class="even "> <div class="item"> - <span class='object_link'><a href="Homebrew.html#system-class_method" title="Homebrew.system (method)">system</a></span> + <span class='object_link'><a href="Homebrew/FormulaAuditor.html#synced_versions_formulae_json-instance_method" title="Homebrew::FormulaAuditor#synced_versions_formulae_json (method)">#synced_versions_formulae_json</a></span> + <small>Homebrew::FormulaAuditor</small> + </div> + </li> + + + <li class="odd "> + <div class="item"> + <span class='object_link'><a href="Homebrew.html#synced_with-class_method" title="Homebrew.synced_with (method)">synced_with</a></span> <small>Homebrew</small> </div> </li> + <li class="even "> + <div class="item"> + <span class='object_link'><a href="Homebrew/FormulaAuditor.html#synced_with_other_formulae%3F-instance_method" title="Homebrew::FormulaAuditor#synced_with_other_formulae? (method)">#synced_with_other_formulae?</a></span> + <small>Homebrew::FormulaAuditor</small> + </div> + </li> + + <li class="odd "> + <div class="item"> + <span class='object_link'><a href="Homebrew.html#system-class_method" title="Homebrew.system (method)">system</a></span> + <small>Homebrew</small> + </div> + </li> + + + <li class="even "> <div class="item"> <span class='object_link'><a href="Formula.html#system-instance_method" title="Formula#system (method)">#system</a></span> <small>Formula</small> @@ -28324,7 +28348,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/Tag.html#system-instance_method" title="Utils::Bottles::Tag#system (method)">#system</a></span> <small>Utils::Bottles::Tag</small> @@ -28332,7 +28356,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/DSL/Base.html#system_command-instance_method" title="Cask::DSL::Base#system_command (method)">#system_command</a></span> <small>Cask::DSL::Base</small> @@ -28340,7 +28364,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="SystemCommand/Mixin.html#system_command-instance_method" title="SystemCommand::Mixin#system_command (method)">#system_command</a></span> <small>SystemCommand::Mixin</small> @@ -28348,7 +28372,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="SystemCommand/Mixin.html#system_command!-instance_method" title="SystemCommand::Mixin#system_command! (method)">#system_command!</a></span> <small>SystemCommand::Mixin</small> @@ -28356,7 +28380,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="OS/Mac.html#system_dir%3F-class_method" title="OS::Mac.system_dir? (method)">system_dir?</a></span> <small>OS::Mac</small> @@ -28364,7 +28388,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="UnpackStrategy/Dmg/Bom.html#system_dir_symlink%3F-class_method" title="UnpackStrategy::Dmg::Bom.system_dir_symlink? (method)">system_dir_symlink?</a></span> <small>UnpackStrategy::Dmg::Bom</small> @@ -28372,7 +28396,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="OS/Linux/Glibc.html#system_version-class_method" title="OS::Linux::Glibc.system_version (method)">system_version</a></span> <small>OS::Linux::Glibc</small> @@ -28380,7 +28404,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Service.html#systemctl-class_method" title="Utils::Service.systemctl (method)">systemctl</a></span> <small>Utils::Service</small> @@ -28388,7 +28412,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Service.html#systemctl%3F-class_method" title="Utils::Service.systemctl? (method)">systemctl?</a></span> <small>Utils::Service</small> @@ -28396,7 +28420,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formula.html#systemd_service_path-instance_method" title="Formula#systemd_service_path (method)">#systemd_service_path</a></span> <small>Formula</small> @@ -28404,7 +28428,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#systemd_timer_path-instance_method" title="Formula#systemd_timer_path (method)">#systemd_timer_path</a></span> <small>Formula</small> @@ -28412,7 +28436,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Keg.html#tab-instance_method" title="Keg#tab (method)">#tab</a></span> <small>Keg</small> @@ -28420,7 +28444,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Bottle.html#tab_attributes-instance_method" title="Bottle#tab_attributes (method)">#tab_attributes</a></span> <small>Bottle</small> @@ -28428,7 +28452,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tab.html#tabfile-instance_method" title="Tab#tabfile (method)">#tabfile</a></span> <small>Tab</small> @@ -28436,7 +28460,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Analytics.html#table_output-class_method" title="Utils::Analytics.table_output (method)">table_output</a></span> <small>Utils::Analytics</small> @@ -28444,7 +28468,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/MacOSOverride.html#tag-instance_method" title="Utils::Bottles::MacOSOverride#tag (method)">#tag</a></span> <small>Utils::Bottles::MacOSOverride</small> @@ -28452,7 +28476,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/URL/DSL.html#tag-instance_method" title="Cask::URL::DSL#tag (method)">#tag</a></span> <small>Cask::URL::DSL</small> @@ -28460,7 +28484,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Bottle/Filename.html#tag-instance_method" title="Bottle::Filename#tag (method)">#tag</a></span> <small>Bottle::Filename</small> @@ -28468,7 +28492,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Bottles.html#tag-class_method" title="Utils::Bottles.tag (method)">tag</a></span> <small>Utils::Bottles</small> @@ -28476,7 +28500,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/TagSpecification.html#tag-instance_method" title="Utils::Bottles::TagSpecification#tag (method)">#tag</a></span> <small>Utils::Bottles::TagSpecification</small> @@ -28484,7 +28508,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="BottleSpecification.html#tag%3F-instance_method" title="BottleSpecification#tag? (method)">#tag?</a></span> <small>BottleSpecification</small> @@ -28492,7 +28516,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/Collector.html#tag%3F-instance_method" title="Utils::Bottles::Collector#tag? (method)">#tag?</a></span> <small>Utils::Bottles::Collector</small> @@ -28500,7 +28524,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/Git.html#tag_info-class_method" title="Homebrew::Livecheck::Strategy::Git.tag_info (method)">tag_info</a></span> <small>Homebrew::Livecheck::Strategy::Git</small> @@ -28508,7 +28532,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="BottleSpecification.html#tag_specification_for-instance_method" title="BottleSpecification#tag_specification_for (method)">#tag_specification_for</a></span> <small>BottleSpecification</small> @@ -28516,7 +28540,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="BottleSpecification.html#tag_to_cellar-instance_method" title="BottleSpecification#tag_to_cellar (method)">#tag_to_cellar</a></span> <small>BottleSpecification</small> @@ -28524,7 +28548,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Dependable.html#tags-instance_method" title="Dependable#tags (method)">#tags</a></span> <small>Dependable</small> @@ -28532,7 +28556,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/Collector.html#tags-instance_method" title="Utils::Bottles::Collector#tags (method)">#tags</a></span> <small>Utils::Bottles::Collector</small> @@ -28540,7 +28564,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tab.html#tap-instance_method" title="Tab#tap (method)">#tap</a></span> <small>Tab</small> @@ -28548,7 +28572,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="TapConfig.html#tap-instance_method" title="TapConfig#tap (method)">#tap</a></span> <small>TapConfig</small> @@ -28556,7 +28580,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tap-class_method" title="Homebrew.tap (method)">tap</a></span> <small>Homebrew</small> @@ -28564,7 +28588,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Cask.html#tap-instance_method" title="Cask::Cask#tap (method)">#tap</a></span> <small>Cask::Cask</small> @@ -28572,7 +28596,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formulary/FormulaLoader.html#tap-instance_method" title="Formulary::FormulaLoader#tap (method)">#tap</a></span> <small>Formulary::FormulaLoader</small> @@ -28580,7 +28604,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Dependency.html#tap-instance_method" title="Dependency#tap (method)">#tap</a></span> <small>Dependency</small> @@ -28588,7 +28612,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="TapFormulaOrCaskUnavailableError.html#tap-instance_method" title="TapFormulaOrCaskUnavailableError#tap (method)">#tap</a></span> <small>TapFormulaOrCaskUnavailableError</small> @@ -28596,7 +28620,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="TapFormulaUnavailableError.html#tap-instance_method" title="TapFormulaUnavailableError#tap (method)">#tap</a></span> <small>TapFormulaUnavailableError</small> @@ -28604,7 +28628,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="TapFormulaClassUnavailableError.html#tap-instance_method" title="TapFormulaClassUnavailableError#tap (method)">#tap</a></span> <small>TapFormulaClassUnavailableError</small> @@ -28612,7 +28636,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="BottleSpecification.html#tap-instance_method" title="BottleSpecification#tap (method)">#tap</a></span> <small>BottleSpecification</small> @@ -28620,7 +28644,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/TapCaskUnavailableError.html#tap-instance_method" title="Cask::TapCaskUnavailableError#tap (method)">#tap</a></span> <small>Cask::TapCaskUnavailableError</small> @@ -28628,7 +28652,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskLoader/AbstractContentLoader.html#tap-instance_method" title="Cask::CaskLoader::AbstractContentLoader#tap (method)">#tap</a></span> <small>Cask::CaskLoader::AbstractContentLoader</small> @@ -28636,7 +28660,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tab.html#tap=-instance_method" title="Tab#tap= (method)">#tap=</a></span> <small>Tab</small> @@ -28644,7 +28668,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Kernel.html#tap_and_name_comparison-instance_method" title="Kernel#tap_and_name_comparison (method)">#tap_and_name_comparison</a></span> <small>Kernel</small> @@ -28652,7 +28676,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tap_args-class_method" title="Homebrew.tap_args (method)">tap_args</a></span> <small>Homebrew</small> @@ -28660,7 +28684,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/TapAuditor.html#tap_audit_exceptions-instance_method" title="Homebrew::TapAuditor#tap_audit_exceptions (method)">#tap_audit_exceptions</a></span> <small>Homebrew::TapAuditor</small> @@ -28668,7 +28692,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formulary.html#tap_formula_name_path-class_method" title="Formulary.tap_formula_name_path (method)">tap_formula_name_path</a></span> <small>Formulary</small> @@ -28676,7 +28700,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/API.html#tap_from_source_download-class_method" title="Homebrew::API.tap_from_source_download (method)">tap_from_source_download</a></span> <small>Homebrew::API</small> @@ -28684,7 +28708,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Cask.html#tap_git_head-instance_method" title="Cask::Cask#tap_git_head (method)">#tap_git_head</a></span> <small>Cask::Cask</small> @@ -28692,7 +28716,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tap_info-class_method" title="Homebrew.tap_info (method)">tap_info</a></span> <small>Homebrew</small> @@ -28700,7 +28724,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tap_info_args-class_method" title="Homebrew.tap_info_args (method)">tap_info_args</a></span> <small>Homebrew</small> @@ -28708,7 +28732,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formulary.html#tap_loader_for-class_method" title="Formulary.tap_loader_for (method)">tap_loader_for</a></span> <small>Formulary</small> @@ -28716,7 +28740,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/MissingFormula.html#tap_migration_reason-class_method" title="Homebrew::MissingFormula.tap_migration_reason (method)">tap_migration_reason</a></span> <small>Homebrew::MissingFormula</small> @@ -28724,7 +28748,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tap.html#tap_migrations-instance_method" title="Tap#tap_migrations (method)">#tap_migrations</a></span> <small>Tap</small> @@ -28732,7 +28756,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="CoreCaskTap.html#tap_migrations-instance_method" title="CoreCaskTap#tap_migrations (method)">#tap_migrations</a></span> <small>CoreCaskTap</small> @@ -28740,7 +28764,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tap_new-class_method" title="Homebrew.tap_new (method)">tap_new</a></span> <small>Homebrew</small> @@ -28748,7 +28772,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tap_new_args-class_method" title="Homebrew.tap_new_args (method)">tap_new_args</a></span> <small>Homebrew</small> @@ -28756,7 +28780,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tap_or_untap_core_taps_if_necessary-class_method" title="Homebrew.tap_or_untap_core_taps_if_necessary (method)">tap_or_untap_core_taps_if_necessary</a></span> <small>Homebrew</small> @@ -28764,7 +28788,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formulary.html#tap_paths-class_method" title="Formulary.tap_paths (method)">tap_paths</a></span> <small>Formulary</small> @@ -28772,7 +28796,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskLoader.html#tap_paths-class_method" title="Cask::CaskLoader.tap_paths (method)">tap_paths</a></span> <small>Cask::CaskLoader</small> @@ -28780,7 +28804,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/TapAuditor.html#tap_pypi_formula_mappings-instance_method" title="Homebrew::TapAuditor#tap_pypi_formula_mappings (method)">#tap_pypi_formula_mappings</a></span> <small>Homebrew::TapAuditor</small> @@ -28788,7 +28812,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="RuboCop/Cop/FormulaCop.html#tap_style_exception%3F-instance_method" title="RuboCop::Cop::FormulaCop#tap_style_exception? (method)">#tap_style_exception?</a></span> <small>RuboCop::Cop::FormulaCop</small> @@ -28796,7 +28820,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/TapAuditor.html#tap_style_exceptions-instance_method" title="Homebrew::TapAuditor#tap_style_exceptions (method)">#tap_style_exceptions</a></span> <small>Homebrew::TapAuditor</small> @@ -28804,7 +28828,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="TapFormulaWithOldnameAmbiguityError.html#taps-instance_method" title="TapFormulaWithOldnameAmbiguityError#taps (method)">#taps</a></span> <small>TapFormulaWithOldnameAmbiguityError</small> @@ -28812,7 +28836,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tar_args-class_method" title="Homebrew.tar_args (method)">tar_args</a></span> <small>Homebrew</small> @@ -28820,7 +28844,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="DependencyCollector.html#tar_needs_xz_dependency%3F-class_method" title="DependencyCollector.tar_needs_xz_dependency? (method)">tar_needs_xz_dependency?</a></span> <small>DependencyCollector</small> @@ -28828,7 +28852,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/Relocated.html#target-instance_method" title="Cask::Artifact::Relocated#target (method)">#target</a></span> <small>Cask::Artifact::Relocated</small> @@ -28836,7 +28860,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Manpages.html#target_path_to_format-class_method" title="Homebrew::Manpages.target_path_to_format (method)">target_path_to_format</a></span> <small>Homebrew::Manpages</small> @@ -28844,7 +28868,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/FormulaCreator.html#template-instance_method" title="Homebrew::FormulaCreator#template (method)">#template</a></span> <small>Homebrew::FormulaCreator</small> @@ -28852,7 +28876,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="AbstractFileDownloadStrategy.html#temporary_path-instance_method" title="AbstractFileDownloadStrategy#temporary_path (method)">#temporary_path</a></span> <small>AbstractFileDownloadStrategy</small> @@ -28860,7 +28884,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Debrew/Formula.html#test-instance_method" title="Debrew::Formula#test (method)">#test</a></span> <small>Debrew::Formula</small> @@ -28868,7 +28892,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#test-class_method" title="Formula.test (method)">test</a></span> <small>Formula</small> @@ -28876,7 +28900,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#test-class_method" title="Homebrew.test (method)">test</a></span> <small>Homebrew</small> @@ -28884,7 +28908,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Dependable.html#test%3F-instance_method" title="Dependable#test? (method)">#test?</a></span> <small>Dependable</small> @@ -28892,7 +28916,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#test_args-class_method" title="Homebrew.test_args (method)">test_args</a></span> <small>Homebrew</small> @@ -28900,7 +28924,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#testpath-instance_method" title="Formula#testpath (method)">#testpath</a></span> <small>Formula</small> @@ -28908,7 +28932,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tests-class_method" title="Homebrew.tests (method)">tests</a></span> <small>Homebrew</small> @@ -28916,7 +28940,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#tests_args-class_method" title="Homebrew.tests_args (method)">tests_args</a></span> <small>Homebrew</small> @@ -28924,7 +28948,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/FormulaAuditor.html#text-instance_method" title="Homebrew::FormulaAuditor#text (method)">#text</a></span> <small>Homebrew::FormulaAuditor</small> @@ -28932,7 +28956,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Keg.html#text_files-instance_method" title="Keg#text_files (method)">#text_files</a></span> <small>Keg</small> @@ -28940,7 +28964,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Keg.html#text_matches_in_file-class_method" title="Keg.text_matches_in_file (method)">text_matches_in_file</a></span> <small>Keg</small> @@ -28948,7 +28972,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Array.html#third-instance_method" title="Array#third (method)">#third</a></span> <small>Array</small> @@ -28956,7 +28980,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tab.html#time-instance_method" title="Tab#time (method)">#time</a></span> <small>Tab</small> @@ -28964,7 +28988,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#time-instance_method" title="Formula#time (method)">#time</a></span> <small>Formula</small> @@ -28972,7 +28996,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Download.html#time_file_size-instance_method" title="Cask::Download#time_file_size (method)">#time_file_size</a></span> <small>Cask::Download</small> @@ -28980,7 +29004,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#time_period-class_method" title="Homebrew.time_period (method)">time_period</a></span> <small>Homebrew</small> @@ -28988,7 +29012,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Service.html#timed%3F-instance_method" title="Homebrew::Service#timed? (method)">#timed?</a></span> <small>Homebrew::Service</small> @@ -28996,7 +29020,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="LinuxRunnerSpec.html#timeout-instance_method" title="LinuxRunnerSpec#timeout (method)">#timeout</a></span> <small>LinuxRunnerSpec</small> @@ -29004,7 +29028,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="MacOSRunnerSpec.html#timeout-instance_method" title="MacOSRunnerSpec#timeout (method)">#timeout</a></span> <small>MacOSRunnerSpec</small> @@ -29012,7 +29036,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Cask.html#timestamped_versions-instance_method" title="Cask::Cask#timestamped_versions (method)">#timestamped_versions</a></span> <small>Cask::Cask</small> @@ -29020,7 +29044,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/Sparkle/Item.html#title-instance_method" title="Homebrew::Livecheck::Strategy::Sparkle::Item#title (method)">#title</a></span> <small>Homebrew::Livecheck::Strategy::Sparkle::Item</small> @@ -29028,7 +29052,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Info.html#title_info-class_method" title="Cask::Info.title_info (method)">title_info</a></span> <small>Cask::Info</small> @@ -29036,7 +29060,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Mktemp.html#tmpdir-instance_method" title="Mktemp#tmpdir (method)">#tmpdir</a></span> <small>Mktemp</small> @@ -29044,7 +29068,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/ArtifactSet.html#to_a-instance_method" title="Cask::ArtifactSet#to_a (method)">#to_a</a></span> <small>Cask::ArtifactSet</small> @@ -29052,7 +29076,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/Relocated.html#to_a-instance_method" title="Cask::Artifact::Relocated#to_a (method)">#to_a</a></span> <small>Cask::Artifact::Relocated</small> @@ -29060,7 +29084,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/StageOnly.html#to_a-instance_method" title="Cask::Artifact::StageOnly#to_a (method)">#to_a</a></span> <small>Cask::Artifact::StageOnly</small> @@ -29068,7 +29092,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/AbstractArtifact.html#to_args-instance_method" title="Cask::Artifact::AbstractArtifact#to_args (method)">#to_args</a></span> <small>Cask::Artifact::AbstractArtifact</small> @@ -29076,7 +29100,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="PATH.html#to_ary-instance_method" title="PATH#to_ary (method)">#to_ary</a></span> <small>PATH</small> @@ -29084,7 +29108,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="SystemCommand/Result.html#to_ary-instance_method" title="SystemCommand::Result#to_ary (method)">#to_ary</a></span> <small>SystemCommand::Result</small> @@ -29092,7 +29116,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tab.html#to_bottle_hash-instance_method" title="Tab#to_bottle_hash (method)">#to_bottle_hash</a></span> <small>Tab</small> @@ -29100,7 +29124,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_casks-instance_method" title="Homebrew::CLI::NamedArgs#to_casks (method)">#to_casks</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29108,7 +29132,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_default_kegs-instance_method" title="Homebrew::CLI::NamedArgs#to_default_kegs (method)">#to_default_kegs</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29116,7 +29140,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Version/Token.html#to_f-instance_method" title="Version::Token#to_f (method)">#to_f</a></span> <small>Version::Token</small> @@ -29124,7 +29148,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Version.html#to_f-instance_method" title="Version#to_f (method)">#to_f</a></span> <small>Version</small> @@ -29132,7 +29156,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Keg.html#to_formula-instance_method" title="Keg#to_formula (method)">#to_formula</a></span> <small>Keg</small> @@ -29140,7 +29164,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Dependency.html#to_formula-instance_method" title="Dependency#to_formula (method)">#to_formula</a></span> <small>Dependency</small> @@ -29148,7 +29172,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_formulae-instance_method" title="Homebrew::CLI::NamedArgs#to_formulae (method)">#to_formulae</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29156,7 +29180,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_formulae_and_casks-instance_method" title="Homebrew::CLI::NamedArgs#to_formulae_and_casks (method)">#to_formulae_and_casks</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29164,7 +29188,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_formulae_and_casks_and_unavailable-instance_method" title="Homebrew::CLI::NamedArgs#to_formulae_and_casks_and_unavailable (method)">#to_formulae_and_casks_and_unavailable</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29172,7 +29196,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_formulae_to_casks-instance_method" title="Homebrew::CLI::NamedArgs#to_formulae_to_casks (method)">#to_formulae_to_casks</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29180,7 +29204,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Cask.html#to_h-instance_method" title="Cask::Cask#to_h (method)">#to_h</a></span> <small>Cask::Cask</small> @@ -29188,7 +29212,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="LinuxRunnerSpec.html#to_h-instance_method" title="LinuxRunnerSpec#to_h (method)">#to_h</a></span> <small>LinuxRunnerSpec</small> @@ -29196,7 +29220,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="MacOSRunnerSpec.html#to_h-instance_method" title="MacOSRunnerSpec#to_h (method)">#to_h</a></span> <small>MacOSRunnerSpec</small> @@ -29204,7 +29228,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/Installer.html#to_h-instance_method" title="Cask::Artifact::Installer#to_h (method)">#to_h</a></span> <small>Cask::Artifact::Installer</small> @@ -29212,7 +29236,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/AbstractUninstall.html#to_h-instance_method" title="Cask::Artifact::AbstractUninstall#to_h (method)">#to_h</a></span> <small>Cask::Artifact::AbstractUninstall</small> @@ -29220,7 +29244,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tap.html#to_hash-instance_method" title="Tap#to_hash (method)">#to_hash</a></span> <small>Tap</small> @@ -29228,7 +29252,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Livecheck.html#to_hash-instance_method" title="Livecheck#to_hash (method)">#to_hash</a></span> <small>Livecheck</small> @@ -29236,7 +29260,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="KegOnlyReason.html#to_hash-instance_method" title="KegOnlyReason#to_hash (method)">#to_hash</a></span> <small>KegOnlyReason</small> @@ -29244,7 +29268,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Cask.html#to_hash_with_variations-instance_method" title="Cask::Cask#to_hash_with_variations (method)">#to_hash_with_variations</a></span> <small>Cask::Cask</small> @@ -29252,7 +29276,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Version/Token.html#to_i-instance_method" title="Version::Token#to_i (method)">#to_i</a></span> <small>Version::Token</small> @@ -29260,7 +29284,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Version.html#to_i-instance_method" title="Version#to_i (method)">#to_i</a></span> <small>Version</small> @@ -29268,7 +29292,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_installed_taps-instance_method" title="Homebrew::CLI::NamedArgs#to_installed_taps (method)">#to_installed_taps</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29276,7 +29300,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tab.html#to_json-instance_method" title="Tab#to_json (method)">#to_json</a></span> <small>Tab</small> @@ -29284,7 +29308,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Version.html#to_json-instance_method" title="Version#to_json (method)">#to_json</a></span> <small>Version</small> @@ -29292,7 +29316,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Config.html#to_json-instance_method" title="Cask::Config#to_json (method)">#to_json</a></span> <small>Cask::Config</small> @@ -29300,7 +29324,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/DSL/ConflictsWith.html#to_json-instance_method" title="Cask::DSL::ConflictsWith#to_json (method)">#to_json</a></span> <small>Cask::DSL::ConflictsWith</small> @@ -29308,7 +29332,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="MacOSRequirement.html#to_json-instance_method" title="MacOSRequirement#to_json (method)">#to_json</a></span> <small>MacOSRequirement</small> @@ -29316,7 +29340,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_kegs-instance_method" title="Homebrew::CLI::NamedArgs#to_kegs (method)">#to_kegs</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29324,7 +29348,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_kegs_to_casks-instance_method" title="Homebrew::CLI::NamedArgs#to_kegs_to_casks (method)">#to_kegs_to_casks</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29332,7 +29356,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_latest_kegs-instance_method" title="Homebrew::CLI::NamedArgs#to_latest_kegs (method)">#to_latest_kegs</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29340,7 +29364,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/Tag.html#to_macos_version-instance_method" title="Utils::Bottles::Tag#to_macos_version (method)">#to_macos_version</a></span> <small>Utils::Bottles::Tag</small> @@ -29348,7 +29372,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_paths-instance_method" title="Homebrew::CLI::NamedArgs#to_paths (method)">#to_paths</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29356,7 +29380,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Service.html#to_plist-instance_method" title="Homebrew::Service#to_plist (method)">#to_plist</a></span> <small>Homebrew::Service</small> @@ -29364,7 +29388,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formulary.html#to_rack-class_method" title="Formulary.to_rack (method)">to_rack</a></span> <small>Formulary</small> @@ -29372,7 +29396,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="DeprecateDisable.html#to_reason_string_or_symbol-class_method" title="DeprecateDisable.to_reason_string_or_symbol (method)">to_reason_string_or_symbol</a></span> <small>DeprecateDisable</small> @@ -29380,7 +29404,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_resolved_formulae-instance_method" title="Homebrew::CLI::NamedArgs#to_resolved_formulae (method)">#to_resolved_formulae</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29388,7 +29412,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_resolved_formulae_to_casks-instance_method" title="Homebrew::CLI::NamedArgs#to_resolved_formulae_to_casks (method)">#to_resolved_formulae_to_casks</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29396,7 +29420,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Keg/ConflictError.html#to_s-instance_method" title="Keg::ConflictError#to_s (method)">#to_s</a></span> <small>Keg::ConflictError</small> @@ -29404,7 +29428,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Keg/DirectoryNotWritableError.html#to_s-instance_method" title="Keg::DirectoryNotWritableError#to_s (method)">#to_s</a></span> <small>Keg::DirectoryNotWritableError</small> @@ -29412,7 +29436,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tab.html#to_s-instance_method" title="Tab#to_s (method)">#to_s</a></span> <small>Tab</small> @@ -29420,7 +29444,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tap.html#to_s-instance_method" title="Tap#to_s (method)">#to_s</a></span> <small>Tap</small> @@ -29428,7 +29452,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="URL.html#to_s-instance_method" title="URL#to_s (method)">#to_s</a></span> <small>URL</small> @@ -29436,7 +29460,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Locale.html#to_s-instance_method" title="Locale#to_s (method)">#to_s</a></span> <small>Locale</small> @@ -29444,7 +29468,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Mktemp.html#to_s-instance_method" title="Mktemp#to_s (method)">#to_s</a></span> <small>Mktemp</small> @@ -29452,7 +29476,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formula.html#to_s-instance_method" title="Formula#to_s (method)">#to_s</a></span> <small>Formula</small> @@ -29460,7 +29484,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Option.html#to_s-instance_method" title="Option#to_s (method)">#to_s</a></span> <small>Option</small> @@ -29468,7 +29492,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Options.html#to_s-instance_method" title="Options#to_s (method)">#to_s</a></span> <small>Options</small> @@ -29476,7 +29500,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Version/Token.html#to_s-instance_method" title="Version::Token#to_s (method)">#to_s</a></span> <small>Version::Token</small> @@ -29484,7 +29508,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Version.html#to_s-instance_method" title="Version#to_s (method)">#to_s</a></span> <small>Version</small> @@ -29492,7 +29516,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="ResourceStageContext.html#to_s-instance_method" title="ResourceStageContext#to_s (method)">#to_s</a></span> <small>ResourceStageContext</small> @@ -29500,7 +29524,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Cask.html#to_s-instance_method" title="Cask::Cask#to_s (method)">#to_s</a></span> <small>Cask::Cask</small> @@ -29508,7 +29532,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tty.html#to_s-class_method" title="Tty.to_s (method)">to_s</a></span> <small>Tty</small> @@ -29516,7 +29540,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Dependency.html#to_s-instance_method" title="Dependency#to_s (method)">#to_s</a></span> <small>Dependency</small> @@ -29524,7 +29548,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="UsageError.html#to_s-instance_method" title="UsageError#to_s (method)">#to_s</a></span> <small>UsageError</small> @@ -29532,7 +29556,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="FormulaOrCaskUnavailableError.html#to_s-instance_method" title="FormulaOrCaskUnavailableError#to_s (method)">#to_s</a></span> <small>FormulaOrCaskUnavailableError</small> @@ -29540,7 +29564,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="TapFormulaOrCaskUnavailableError.html#to_s-instance_method" title="TapFormulaOrCaskUnavailableError#to_s (method)">#to_s</a></span> <small>TapFormulaOrCaskUnavailableError</small> @@ -29548,7 +29572,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="FormulaUnavailableError.html#to_s-instance_method" title="FormulaUnavailableError#to_s (method)">#to_s</a></span> <small>FormulaUnavailableError</small> @@ -29556,7 +29580,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="FormulaClassUnavailableErrorModule.html#to_s-instance_method" title="FormulaClassUnavailableErrorModule#to_s (method)">#to_s</a></span> <small>FormulaClassUnavailableErrorModule</small> @@ -29564,7 +29588,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="FormulaUnreadableErrorModule.html#to_s-instance_method" title="FormulaUnreadableErrorModule#to_s (method)">#to_s</a></span> <small>FormulaUnreadableErrorModule</small> @@ -29572,7 +29596,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="TapFormulaUnavailableError.html#to_s-instance_method" title="TapFormulaUnavailableError#to_s (method)">#to_s</a></span> <small>TapFormulaUnavailableError</small> @@ -29580,7 +29604,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="PyPI/Package.html#to_s-instance_method" title="PyPI::Package#to_s (method)">#to_s</a></span> <small>PyPI::Package</small> @@ -29588,7 +29612,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="PkgVersion.html#to_s-instance_method" title="PkgVersion#to_s (method)">#to_s</a></span> <small>PkgVersion</small> @@ -29596,7 +29620,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Bottle/Filename.html#to_s-instance_method" title="Bottle::Filename#to_s (method)">#to_s</a></span> <small>Bottle::Filename</small> @@ -29604,7 +29628,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/Tag.html#to_s-instance_method" title="Utils::Bottles::Tag#to_s (method)">#to_s</a></span> <small>Utils::Bottles::Tag</small> @@ -29612,7 +29636,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="GitRepository.html#to_s-instance_method" title="GitRepository#to_s (method)">#to_s</a></span> <small>GitRepository</small> @@ -29620,7 +29644,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/MultipleCaskErrors.html#to_s-instance_method" title="Cask::MultipleCaskErrors#to_s (method)">#to_s</a></span> <small>Cask::MultipleCaskErrors</small> @@ -29628,7 +29652,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/CaskNotInstalledError.html#to_s-instance_method" title="Cask::CaskNotInstalledError#to_s (method)">#to_s</a></span> <small>Cask::CaskNotInstalledError</small> @@ -29636,7 +29660,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskCannotBeInstalledError.html#to_s-instance_method" title="Cask::CaskCannotBeInstalledError#to_s (method)">#to_s</a></span> <small>Cask::CaskCannotBeInstalledError</small> @@ -29644,7 +29668,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/CaskConflictError.html#to_s-instance_method" title="Cask::CaskConflictError#to_s (method)">#to_s</a></span> <small>Cask::CaskConflictError</small> @@ -29652,7 +29676,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskUnavailableError.html#to_s-instance_method" title="Cask::CaskUnavailableError#to_s (method)">#to_s</a></span> <small>Cask::CaskUnavailableError</small> @@ -29660,7 +29684,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/CaskUnreadableError.html#to_s-instance_method" title="Cask::CaskUnreadableError#to_s (method)">#to_s</a></span> <small>Cask::CaskUnreadableError</small> @@ -29668,7 +29692,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/TapCaskUnavailableError.html#to_s-instance_method" title="Cask::TapCaskUnavailableError#to_s (method)">#to_s</a></span> <small>Cask::TapCaskUnavailableError</small> @@ -29676,7 +29700,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/CaskAlreadyCreatedError.html#to_s-instance_method" title="Cask::CaskAlreadyCreatedError#to_s (method)">#to_s</a></span> <small>Cask::CaskAlreadyCreatedError</small> @@ -29684,7 +29708,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskCyclicDependencyError.html#to_s-instance_method" title="Cask::CaskCyclicDependencyError#to_s (method)">#to_s</a></span> <small>Cask::CaskCyclicDependencyError</small> @@ -29692,7 +29716,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/CaskSelfReferencingDependencyError.html#to_s-instance_method" title="Cask::CaskSelfReferencingDependencyError#to_s (method)">#to_s</a></span> <small>Cask::CaskSelfReferencingDependencyError</small> @@ -29700,7 +29724,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskUnspecifiedError.html#to_s-instance_method" title="Cask::CaskUnspecifiedError#to_s (method)">#to_s</a></span> <small>Cask::CaskUnspecifiedError</small> @@ -29708,7 +29732,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/CaskInvalidError.html#to_s-instance_method" title="Cask::CaskInvalidError#to_s (method)">#to_s</a></span> <small>Cask::CaskInvalidError</small> @@ -29716,7 +29740,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskQuarantineError.html#to_s-instance_method" title="Cask::CaskQuarantineError#to_s (method)">#to_s</a></span> <small>Cask::CaskQuarantineError</small> @@ -29724,7 +29748,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/CaskQuarantinePropagationError.html#to_s-instance_method" title="Cask::CaskQuarantinePropagationError#to_s (method)">#to_s</a></span> <small>Cask::CaskQuarantinePropagationError</small> @@ -29732,7 +29756,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskQuarantineReleaseError.html#to_s-instance_method" title="Cask::CaskQuarantineReleaseError#to_s (method)">#to_s</a></span> <small>Cask::CaskQuarantineReleaseError</small> @@ -29740,7 +29764,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="KegOnlyReason.html#to_s-instance_method" title="KegOnlyReason#to_s (method)">#to_s</a></span> <small>KegOnlyReason</small> @@ -29748,7 +29772,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/SourceLocation.html#to_s-instance_method" title="Homebrew::SourceLocation#to_s (method)">#to_s</a></span> <small>Homebrew::SourceLocation</small> @@ -29756,7 +29780,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/DSL/Caveats.html#to_s-instance_method" title="Cask::DSL::Caveats#to_s (method)">#to_s</a></span> <small>Cask::DSL::Caveats</small> @@ -29764,7 +29788,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/DSL/Container.html#to_s-instance_method" title="Cask::DSL::Container#to_s (method)">#to_s</a></span> <small>Cask::DSL::Container</small> @@ -29772,7 +29796,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/FormulaTextAuditor.html#to_s-instance_method" title="Homebrew::FormulaTextAuditor#to_s (method)">#to_s</a></span> <small>Homebrew::FormulaTextAuditor</small> @@ -29780,7 +29804,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="GitHub/Actions/Annotation.html#to_s-instance_method" title="GitHub::Actions::Annotation#to_s (method)">#to_s</a></span> <small>GitHub::Actions::Annotation</small> @@ -29788,7 +29812,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/AbstractArtifact.html#to_s-instance_method" title="Cask::Artifact::AbstractArtifact#to_s (method)">#to_s</a></span> <small>Cask::Artifact::AbstractArtifact</small> @@ -29796,7 +29820,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Array.html#to_sentence-instance_method" title="Array#to_sentence (method)">#to_sentence</a></span> <small>Array</small> @@ -29804,7 +29828,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="PATH.html#to_str-instance_method" title="PATH#to_str (method)">#to_str</a></span> <small>PATH</small> @@ -29812,7 +29836,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Version.html#to_str-instance_method" title="Version#to_str (method)">#to_str</a></span> <small>Version</small> @@ -29820,7 +29844,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="MacOSVersion.html#to_sym-instance_method" title="MacOSVersion#to_sym (method)">#to_sym</a></span> <small>MacOSVersion</small> @@ -29828,7 +29852,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/Tag.html#to_sym-instance_method" title="Utils::Bottles::Tag#to_sym (method)">#to_sym</a></span> <small>Utils::Bottles::Tag</small> @@ -29836,7 +29860,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Service.html#to_systemd_timer-instance_method" title="Homebrew::Service#to_systemd_timer (method)">#to_systemd_timer</a></span> <small>Homebrew::Service</small> @@ -29844,7 +29868,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Service.html#to_systemd_unit-instance_method" title="Homebrew::Service#to_systemd_unit (method)">#to_systemd_unit</a></span> <small>Homebrew::Service</small> @@ -29852,7 +29876,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/NamedArgs.html#to_taps-instance_method" title="Homebrew::CLI::NamedArgs#to_taps (method)">#to_taps</a></span> <small>Homebrew::CLI::NamedArgs</small> @@ -29860,7 +29884,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/DSL/Container.html#to_yaml-instance_method" title="Cask::DSL::Container#to_yaml (method)">#to_yaml</a></span> <small>Cask::DSL::Container</small> @@ -29868,7 +29892,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Quarantine.html#toggle_no_translocation_bit-class_method" title="Cask::Quarantine.toggle_no_translocation_bit (method)">toggle_no_translocation_bit</a></span> <small>Cask::Quarantine</small> @@ -29876,7 +29900,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/DSL.html#token-instance_method" title="Cask::DSL#token (method)">#token</a></span> <small>Cask::DSL</small> @@ -29884,7 +29908,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Cask.html#token-instance_method" title="Cask::Cask#token (method)">#token</a></span> <small>Cask::Cask</small> @@ -29892,7 +29916,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/AbstractCaskErrorWithToken.html#token-instance_method" title="Cask::AbstractCaskErrorWithToken#token (method)">#token</a></span> <small>Cask::AbstractCaskErrorWithToken</small> @@ -29900,7 +29924,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/CaskLoader/FromPathLoader.html#token-instance_method" title="Cask::CaskLoader::FromPathLoader#token (method)">#token</a></span> <small>Cask::CaskLoader::FromPathLoader</small> @@ -29908,7 +29932,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskLoader/FromAPILoader.html#token-instance_method" title="Cask::CaskLoader::FromAPILoader#token (method)">#token</a></span> <small>Cask::CaskLoader::FromAPILoader</small> @@ -29916,7 +29940,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Utils.html#token_from-class_method" title="Cask::Utils.token_from (method)">token_from</a></span> <small>Cask::Utils</small> @@ -29924,7 +29948,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Caskroom.html#tokens-class_method" title="Cask::Caskroom.tokens (method)">tokens</a></span> <small>Cask::Caskroom</small> @@ -29932,7 +29956,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="OS/Mac/Xcode.html#toolchain_path-class_method" title="OS::Mac::Xcode.toolchain_path (method)">toolchain_path</a></span> <small>OS::Mac::Xcode</small> @@ -29940,7 +29964,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/UnversionedCaskChecker.html#top_level_info_plists-instance_method" title="Homebrew::UnversionedCaskChecker#top_level_info_plists (method)">#top_level_info_plists</a></span> <small>Homebrew::UnversionedCaskChecker</small> @@ -29948,7 +29972,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="RuboCop/Cask/AST/CaskBlock.html#toplevel_stanzas-instance_method" title="RuboCop::Cask::AST::CaskBlock#toplevel_stanzas (method)">#toplevel_stanzas</a></span> <small>RuboCop::Cask::AST::CaskBlock</small> @@ -29956,7 +29980,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#total-class_method" title="Homebrew.total (method)">total</a></span> <small>Homebrew</small> @@ -29964,7 +29988,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/FormulaTextAuditor.html#trailing_newline%3F-instance_method" title="Homebrew::FormulaTextAuditor#trailing_newline? (method)">#trailing_newline?</a></span> <small>Homebrew::FormulaTextAuditor</small> @@ -29972,7 +29996,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tty.html#truncate-class_method" title="Tty.truncate (method)">truncate</a></span> <small>Tty</small> @@ -29980,7 +30004,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Kernel.html#truncate_text_to_approximate_size-instance_method" title="Kernel#truncate_text_to_approximate_size (method)">#truncate_text_to_approximate_size</a></span> <small>Kernel</small> @@ -29988,7 +30012,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/URL/DSL.html#trust_cert-instance_method" title="Cask::URL::DSL#trust_cert (method)">#trust_cert</a></span> <small>Cask::URL::DSL</small> @@ -29996,7 +30020,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Locale.html#try_parse-class_method" title="Locale.try_parse (method)">try_parse</a></span> <small>Locale</small> @@ -30004,7 +30028,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Manpages/Variables.html#tsc-instance_method" title="Homebrew::Manpages::Variables#tsc (method)">#tsc</a></span> <small>Homebrew::Manpages::Variables</small> @@ -30012,7 +30036,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Hardware/CPU.html#type-class_method" title="Hardware::CPU.type (method)">type</a></span> <small>Hardware::CPU</small> @@ -30020,7 +30044,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="CompilerFailure.html#type-instance_method" title="CompilerFailure#type (method)">#type</a></span> <small>CompilerFailure</small> @@ -30028,7 +30052,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="CompilerSelector/Compiler.html#type-instance_method" title="CompilerSelector::Compiler#type (method)">#type</a></span> <small>CompilerSelector::Compiler</small> @@ -30036,7 +30060,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="CxxStdlib.html#type-instance_method" title="CxxStdlib#type (method)">#type</a></span> <small>CxxStdlib</small> @@ -30044,7 +30068,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/VersionBumpInfo.html#type-instance_method" title="Homebrew::VersionBumpInfo#type (method)">#type</a></span> <small>Homebrew::VersionBumpInfo</small> @@ -30052,7 +30076,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="DeprecateDisable.html#type-class_method" title="DeprecateDisable.type (method)">type</a></span> <small>DeprecateDisable</small> @@ -30060,7 +30084,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/DSL/Container.html#type-instance_method" title="Cask::DSL::Container#type (method)">#type</a></span> <small>Cask::DSL::Container</small> @@ -30068,7 +30092,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="CxxStdlib.html#type_string-instance_method" title="CxxStdlib#type_string (method)">#type_string</a></span> <small>CxxStdlib</small> @@ -30076,7 +30100,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#typecheck-class_method" title="Homebrew.typecheck (method)">typecheck</a></span> <small>Homebrew</small> @@ -30084,7 +30108,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#typecheck_args-class_method" title="Homebrew.typecheck_args (method)">typecheck_args</a></span> <small>Homebrew</small> @@ -30092,7 +30116,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#unbottled-class_method" title="Homebrew.unbottled (method)">unbottled</a></span> <small>Homebrew</small> @@ -30100,7 +30124,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#unbottled_args-class_method" title="Homebrew.unbottled_args (method)">unbottled_args</a></span> <small>Homebrew</small> @@ -30108,7 +30132,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="FormulaInstaller.html#unbottled_dependencies-instance_method" title="FormulaInstaller#unbottled_dependencies (method)">#unbottled_dependencies</a></span> <small>FormulaInstaller</small> @@ -30116,7 +30140,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="LinkageChecker.html#undeclared_deps-instance_method" title="LinkageChecker#undeclared_deps (method)">#undeclared_deps</a></span> <small>LinkageChecker</small> @@ -30124,7 +30148,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="OS/Mac.html#undeletable%3F-class_method" title="OS::Mac.undeletable? (method)">undeletable?</a></span> <small>OS::Mac</small> @@ -30132,7 +30156,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils.html#underscore-class_method" title="Utils.underscore (method)">underscore</a></span> <small>Utils</small> @@ -30140,7 +30164,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Ignorable.html#unhook_raise-class_method" title="Ignorable.unhook_raise (method)">unhook_raise</a></span> <small>Ignorable</small> @@ -30148,7 +30172,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Keg.html#uninstall-instance_method" title="Keg#uninstall (method)">#uninstall</a></span> <small>Keg</small> @@ -30156,7 +30180,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tap.html#uninstall-instance_method" title="Tap#uninstall (method)">#uninstall</a></span> <small>Tap</small> @@ -30164,7 +30188,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Pkg.html#uninstall-instance_method" title="Cask::Pkg#uninstall (method)">#uninstall</a></span> <small>Cask::Pkg</small> @@ -30172,7 +30196,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#uninstall-class_method" title="Homebrew.uninstall (method)">uninstall</a></span> <small>Homebrew</small> @@ -30180,7 +30204,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Installer.html#uninstall-instance_method" title="Cask::Installer#uninstall (method)">#uninstall</a></span> <small>Cask::Installer</small> @@ -30188,7 +30212,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#uninstall_args-class_method" title="Homebrew.uninstall_args (method)">uninstall_args</a></span> <small>Homebrew</small> @@ -30196,7 +30220,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Installer.html#uninstall_artifacts-instance_method" title="Cask::Installer#uninstall_artifacts (method)">#uninstall_artifacts</a></span> <small>Cask::Installer</small> @@ -30204,7 +30228,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Uninstall.html#uninstall_casks-class_method" title="Cask::Uninstall.uninstall_casks (method)">uninstall_casks</a></span> <small>Cask::Uninstall</small> @@ -30212,7 +30236,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/AbstractFlightBlock.html#uninstall_dsl_key-class_method" title="Cask::Artifact::AbstractFlightBlock.uninstall_dsl_key (method)">uninstall_dsl_key</a></span> <small>Cask::Artifact::AbstractFlightBlock</small> @@ -30220,7 +30244,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Installer.html#uninstall_existing_cask-instance_method" title="Cask::Installer#uninstall_existing_cask (method)">#uninstall_existing_cask</a></span> <small>Cask::Installer</small> @@ -30228,7 +30252,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Uninstall.html#uninstall_kegs-class_method" title="Homebrew::Uninstall.uninstall_kegs (method)">uninstall_kegs</a></span> <small>Homebrew::Uninstall</small> @@ -30236,7 +30260,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/Moved.html#uninstall_phase-instance_method" title="Cask::Artifact::Moved#uninstall_phase (method)">#uninstall_phase</a></span> <small>Cask::Artifact::Moved</small> @@ -30244,7 +30268,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/Qlplugin.html#uninstall_phase-instance_method" title="Cask::Artifact::Qlplugin#uninstall_phase (method)">#uninstall_phase</a></span> <small>Cask::Artifact::Qlplugin</small> @@ -30252,7 +30276,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/Symlinked.html#uninstall_phase-instance_method" title="Cask::Artifact::Symlinked#uninstall_phase (method)">#uninstall_phase</a></span> <small>Cask::Artifact::Symlinked</small> @@ -30260,7 +30284,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/Uninstall.html#uninstall_phase-instance_method" title="Cask::Artifact::Uninstall#uninstall_phase (method)">#uninstall_phase</a></span> <small>Cask::Artifact::Uninstall</small> @@ -30268,7 +30292,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/KeyboardLayout.html#uninstall_phase-instance_method" title="Cask::Artifact::KeyboardLayout#uninstall_phase (method)">#uninstall_phase</a></span> <small>Cask::Artifact::KeyboardLayout</small> @@ -30276,7 +30300,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/AbstractFlightBlock.html#uninstall_phase-instance_method" title="Cask::Artifact::AbstractFlightBlock#uninstall_phase (method)">#uninstall_phase</a></span> <small>Cask::Artifact::AbstractFlightBlock</small> @@ -30284,7 +30308,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="MachOShim.html#universal%3F-instance_method" title="MachOShim#universal? (method)">#universal?</a></span> <small>MachOShim</small> @@ -30292,7 +30316,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="RuboCop/Cop/FormulaAudit/OptionDeclarations.html#unless_modifier%3F-instance_method" title="RuboCop::Cop::FormulaAudit::OptionDeclarations#unless_modifier? (method)">#unless_modifier?</a></span> <small>RuboCop::Cop::FormulaAudit::OptionDeclarations</small> @@ -30300,7 +30324,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Keg.html#unlink-instance_method" title="Keg#unlink (method)">#unlink</a></span> <small>Keg</small> @@ -30308,7 +30332,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Unlink.html#unlink-class_method" title="Homebrew::Unlink.unlink (method)">unlink</a></span> <small>Homebrew::Unlink</small> @@ -30316,7 +30340,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#unlink-class_method" title="Homebrew.unlink (method)">unlink</a></span> <small>Homebrew</small> @@ -30324,7 +30348,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Completions.html#unlink!-class_method" title="Homebrew::Completions.unlink! (method)">unlink!</a></span> <small>Homebrew::Completions</small> @@ -30332,7 +30356,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#unlink_args-class_method" title="Homebrew.unlink_args (method)">unlink_args</a></span> <small>Homebrew</small> @@ -30340,7 +30364,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Link.html#unlink_completions-class_method" title="Utils::Link.unlink_completions (method)">unlink_completions</a></span> <small>Utils::Link</small> @@ -30348,7 +30372,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Link.html#unlink_manpages-class_method" title="Utils::Link.unlink_manpages (method)">unlink_manpages</a></span> <small>Utils::Link</small> @@ -30356,7 +30380,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Migrator.html#unlink_newname-instance_method" title="Migrator#unlink_newname (method)">#unlink_newname</a></span> <small>Migrator</small> @@ -30364,7 +30388,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Migrator.html#unlink_oldname-instance_method" title="Migrator#unlink_oldname (method)">#unlink_oldname</a></span> <small>Migrator</small> @@ -30372,7 +30396,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Migrator.html#unlink_oldname_cellar-instance_method" title="Migrator#unlink_oldname_cellar (method)">#unlink_oldname_cellar</a></span> <small>Migrator</small> @@ -30380,7 +30404,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Migrator.html#unlink_oldname_opt-instance_method" title="Migrator#unlink_oldname_opt (method)">#unlink_oldname_opt</a></span> <small>Migrator</small> @@ -30388,7 +30412,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Unlink.html#unlink_versioned_formulae-class_method" title="Homebrew::Unlink.unlink_versioned_formulae (method)">unlink_versioned_formulae</a></span> <small>Homebrew::Unlink</small> @@ -30396,7 +30420,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Migrator.html#unlock-instance_method" title="Migrator#unlock (method)">#unlock</a></span> <small>Migrator</small> @@ -30404,7 +30428,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="LockFile.html#unlock-instance_method" title="LockFile#unlock (method)">#unlock</a></span> <small>LockFile</small> @@ -30412,7 +30436,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Resource.html#unpack-instance_method" title="Resource#unpack (method)">#unpack</a></span> <small>Resource</small> @@ -30420,7 +30444,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#unpack-class_method" title="Homebrew.unpack (method)">unpack</a></span> <small>Homebrew</small> @@ -30428,7 +30452,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#unpack_args-class_method" title="Homebrew.unpack_args (method)">unpack_args</a></span> <small>Homebrew</small> @@ -30436,7 +30460,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#unpin-class_method" title="Homebrew.unpin (method)">unpin</a></span> <small>Homebrew</small> @@ -30444,7 +30468,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="FormulaPin.html#unpin-instance_method" title="FormulaPin#unpin (method)">#unpin</a></span> <small>FormulaPin</small> @@ -30452,7 +30476,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#unpin_args-class_method" title="Homebrew.unpin_args (method)">unpin_args</a></span> <small>Homebrew</small> @@ -30460,7 +30484,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Cleanup.html#unremovable_kegs-instance_method" title="Homebrew::Cleanup#unremovable_kegs (method)">#unremovable_kegs</a></span> <small>Homebrew::Cleanup</small> @@ -30468,7 +30492,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/DSL/Version.html#unstable%3F-instance_method" title="Cask::DSL::Version#unstable? (method)">#unstable?</a></span> <small>Cask::DSL::Version</small> @@ -30476,7 +30500,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="OS.html#unsupported_configuration%3F-class_method" title="OS.unsupported_configuration? (method)">unsupported_configuration?</a></span> <small>OS</small> @@ -30484,7 +30508,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="MacOSVersion.html#unsupported_release%3F-instance_method" title="MacOSVersion#unsupported_release? (method)">#unsupported_release?</a></span> <small>MacOSVersion</small> @@ -30492,7 +30516,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#untap-class_method" title="Homebrew.untap (method)">untap</a></span> <small>Homebrew</small> @@ -30500,7 +30524,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#untap_args-class_method" title="Homebrew.untap_args (method)">untap_args</a></span> <small>Homebrew</small> @@ -30508,7 +30532,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tap.html#untapped_official_taps-class_method" title="Tap.untapped_official_taps (method)">untapped_official_taps</a></span> <small>Tap</small> @@ -30516,7 +30540,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tab.html#unused_options-instance_method" title="Tab#unused_options (method)">#unused_options</a></span> <small>Tab</small> @@ -30524,7 +30548,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/URL.html#unversioned%3F-instance_method" title="Cask::URL#unversioned? (method)">#unversioned?</a></span> <small>Cask::URL</small> @@ -30532,7 +30556,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="DependencyCollector.html#unzip_dep_if_needed-instance_method" title="DependencyCollector#unzip_dep_if_needed (method)">#unzip_dep_if_needed</a></span> <small>DependencyCollector</small> @@ -30540,7 +30564,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="CacheStore.html#update!-instance_method" title="CacheStore#update! (method)">#update!</a></span> <small>CacheStore</small> @@ -30548,7 +30572,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="LinkageCacheStore.html#update!-instance_method" title="LinkageCacheStore#update! (method)">#update!</a></span> <small>LinkageCacheStore</small> @@ -30556,7 +30580,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="DescriptionCacheStore.html#update!-instance_method" title="DescriptionCacheStore#update! (method)">#update!</a></span> <small>DescriptionCacheStore</small> @@ -30564,7 +30588,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Version.html#update_commit-instance_method" title="Version#update_commit (method)">#update_commit</a></span> <small>Version</small> @@ -30572,7 +30596,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="CaskDescriptionCacheStore.html#update_from_cask_tokens!-instance_method" title="CaskDescriptionCacheStore#update_from_cask_tokens! (method)">#update_from_cask_tokens!</a></span> <small>CaskDescriptionCacheStore</small> @@ -30580,7 +30604,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="DescriptionCacheStore.html#update_from_formula_names!-instance_method" title="DescriptionCacheStore#update_from_formula_names! (method)">#update_from_formula_names!</a></span> <small>DescriptionCacheStore</small> @@ -30588,7 +30612,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="DescriptionCacheStore.html#update_from_report!-instance_method" title="DescriptionCacheStore#update_from_report! (method)">#update_from_report!</a></span> <small>DescriptionCacheStore</small> @@ -30596,7 +30620,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="CaskDescriptionCacheStore.html#update_from_report!-instance_method" title="CaskDescriptionCacheStore#update_from_report! (method)">#update_from_report!</a></span> <small>CaskDescriptionCacheStore</small> @@ -30604,7 +30628,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formula.html#update_head_version-instance_method" title="Formula#update_head_version (method)">#update_head_version</a></span> <small>Formula</small> @@ -30612,7 +30636,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="OS/Mac/Xcode.html#update_instructions-class_method" title="OS::Mac::Xcode.update_instructions (method)">update_instructions</a></span> <small>OS::Mac::Xcode</small> @@ -30620,7 +30644,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="OS/Mac/CLT.html#update_instructions-class_method" title="OS::Mac::CLT.update_instructions (method)">update_instructions</a></span> <small>OS::Mac::CLT</small> @@ -30628,7 +30652,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_license_data-class_method" title="Homebrew.update_license_data (method)">update_license_data</a></span> <small>Homebrew</small> @@ -30636,7 +30660,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_license_data_args-class_method" title="Homebrew.update_license_data_args (method)">update_license_data_args</a></span> <small>Homebrew</small> @@ -30644,7 +30668,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_maintainers-class_method" title="Homebrew.update_maintainers (method)">update_maintainers</a></span> <small>Homebrew</small> @@ -30652,7 +30676,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_maintainers_args-class_method" title="Homebrew.update_maintainers_args (method)">update_maintainers_args</a></span> <small>Homebrew</small> @@ -30660,7 +30684,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="PyPI.html#update_pypi_url-class_method" title="PyPI.update_pypi_url (method)">update_pypi_url</a></span> <small>PyPI</small> @@ -30668,7 +30692,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_python_resources-class_method" title="Homebrew.update_python_resources (method)">update_python_resources</a></span> <small>Homebrew</small> @@ -30676,7 +30700,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="PyPI.html#update_python_resources!-class_method" title="PyPI.update_python_resources! (method)">update_python_resources!</a></span> <small>PyPI</small> @@ -30684,7 +30708,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_python_resources_args-class_method" title="Homebrew.update_python_resources_args (method)">update_python_resources_args</a></span> <small>Homebrew</small> @@ -30692,7 +30716,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_report-class_method" title="Homebrew.update_report (method)">update_report</a></span> <small>Homebrew</small> @@ -30700,7 +30724,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_report_args-class_method" title="Homebrew.update_report_args (method)">update_report_args</a></span> <small>Homebrew</small> @@ -30708,7 +30732,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Completions.html#update_shell_completions!-class_method" title="Homebrew::Completions.update_shell_completions! (method)">update_shell_completions!</a></span> <small>Homebrew::Completions</small> @@ -30716,7 +30740,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_sponsors-class_method" title="Homebrew.update_sponsors (method)">update_sponsors</a></span> <small>Homebrew</small> @@ -30724,7 +30748,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_sponsors_args-class_method" title="Homebrew.update_sponsors_args (method)">update_sponsors_args</a></span> <small>Homebrew</small> @@ -30732,7 +30756,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Migrator.html#update_tabs-instance_method" title="Migrator#update_tabs (method)">#update_tabs</a></span> <small>Migrator</small> @@ -30740,7 +30764,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_test-class_method" title="Homebrew.update_test (method)">update_test</a></span> <small>Homebrew</small> @@ -30748,7 +30772,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#update_test_args-class_method" title="Homebrew.update_test_args (method)">update_test_args</a></span> <small>Homebrew</small> @@ -30756,7 +30780,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Reporter.html#updated%3F-instance_method" title="Reporter#updated? (method)">#updated?</a></span> <small>Reporter</small> @@ -30764,7 +30788,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#upgrade-class_method" title="Homebrew.upgrade (method)">upgrade</a></span> <small>Homebrew</small> @@ -30772,7 +30796,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#upgrade_args-class_method" title="Homebrew.upgrade_args (method)">upgrade_args</a></span> <small>Homebrew</small> @@ -30780,7 +30804,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Upgrade.html#upgrade_cask-class_method" title="Cask::Upgrade.upgrade_cask (method)">upgrade_cask</a></span> <small>Cask::Upgrade</small> @@ -30788,7 +30812,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Upgrade.html#upgrade_casks-class_method" title="Cask::Upgrade.upgrade_casks (method)">upgrade_casks</a></span> <small>Cask::Upgrade</small> @@ -30796,7 +30820,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Upgrade.html#upgrade_formulae-class_method" title="Homebrew::Upgrade.upgrade_formulae (method)">upgrade_formulae</a></span> <small>Homebrew::Upgrade</small> @@ -30804,7 +30828,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#upgrade_outdated_casks-class_method" title="Homebrew.upgrade_outdated_casks (method)">upgrade_outdated_casks</a></span> <small>Homebrew</small> @@ -30812,7 +30836,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#upgrade_outdated_formulae-class_method" title="Homebrew.upgrade_outdated_formulae (method)">upgrade_outdated_formulae</a></span> <small>Homebrew</small> @@ -30820,7 +30844,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="GitHubPackages.html#upload_bottles-instance_method" title="GitHubPackages#upload_bottles (method)">#upload_bottles</a></span> <small>GitHubPackages</small> @@ -30828,7 +30852,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="GitHubReleases.html#upload_bottles-instance_method" title="GitHubReleases#upload_bottles (method)">#upload_bottles</a></span> <small>GitHubReleases</small> @@ -30836,7 +30860,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="GitHub.html#upload_release_asset-class_method" title="GitHub.upload_release_asset (method)">upload_release_asset</a></span> <small>GitHub</small> @@ -30844,7 +30868,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/URL/DSL.html#uri-instance_method" title="Cask::URL::DSL#uri (method)">#uri</a></span> <small>Cask::URL::DSL</small> @@ -30852,7 +30876,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#url-class_method" title="Formula.url (method)">url</a></span> <small>Formula</small> @@ -30860,7 +30884,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/DSL.html#url-instance_method" title="Cask::DSL#url (method)">#url</a></span> <small>Cask::DSL</small> @@ -30868,7 +30892,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/URL/BlockDSL/PageWithURL.html#url-instance_method" title="Cask::URL::BlockDSL::PageWithURL#url (method)">#url</a></span> <small>Cask::URL::BlockDSL::PageWithURL</small> @@ -30876,7 +30900,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Resource.html#url-instance_method" title="Resource#url (method)">#url</a></span> <small>Resource</small> @@ -30884,7 +30908,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formulary/FromUrlLoader.html#url-instance_method" title="Formulary::FromUrlLoader#url (method)">#url</a></span> <small>Formulary::FromUrlLoader</small> @@ -30892,7 +30916,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Livecheck.html#url-instance_method" title="Livecheck#url (method)">#url</a></span> <small>Livecheck</small> @@ -30900,7 +30924,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Downloadable.html#url-instance_method" title="Downloadable#url (method)">#url</a></span> <small>Downloadable</small> @@ -30908,7 +30932,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Download.html#url-instance_method" title="Cask::Download#url (method)">#url</a></span> <small>Cask::Download</small> @@ -30916,7 +30940,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="SoftwareSpec.html#url-instance_method" title="SoftwareSpec#url (method)">#url</a></span> <small>SoftwareSpec</small> @@ -30924,7 +30948,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formatter.html#url-class_method" title="Formatter.url (method)">url</a></span> <small>Formatter</small> @@ -30932,7 +30956,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/CaskLoader/FromURILoader.html#url-instance_method" title="Cask::CaskLoader::FromURILoader#url (method)">#url</a></span> <small>Cask::CaskLoader::FromURILoader</small> @@ -30940,7 +30964,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/ResourceAuditor.html#url-instance_method" title="Homebrew::ResourceAuditor#url (method)">#url</a></span> <small>Homebrew::ResourceAuditor</small> @@ -30948,7 +30972,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="AbstractDownloadStrategy.html#url-instance_method" title="AbstractDownloadStrategy#url (method)">#url</a></span> <small>AbstractDownloadStrategy</small> @@ -30956,7 +30980,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/Sparkle/Item.html#url-instance_method" title="Homebrew::Livecheck::Strategy::Sparkle::Item#url (method)">#url</a></span> <small>Homebrew::Livecheck::Strategy::Sparkle::Item</small> @@ -30964,7 +30988,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Bottle/Filename.html#url_encode-instance_method" title="Bottle::Filename#url_encode (method)">#url_encode</a></span> <small>Bottle::Filename</small> @@ -30972,7 +30996,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Curl.html#url_protected_by_cloudflare%3F-class_method" title="Utils::Curl.url_protected_by_cloudflare? (method)">url_protected_by_cloudflare?</a></span> <small>Utils::Curl</small> @@ -30980,7 +31004,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Curl.html#url_protected_by_incapsula%3F-class_method" title="Utils::Curl.url_protected_by_incapsula? (method)">url_protected_by_incapsula?</a></span> <small>Utils::Curl</small> @@ -30988,7 +31012,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="GitHub.html#url_to-class_method" title="GitHub.url_to (method)">url_to</a></span> <small>GitHub</small> @@ -30996,7 +31020,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/Parser.html#usage_banner-instance_method" title="Homebrew::CLI::Parser#usage_banner (method)">#usage_banner</a></span> <small>Homebrew::CLI::Parser</small> @@ -31004,7 +31028,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/Parser.html#usage_banner_text-instance_method" title="Homebrew::CLI::Parser#usage_banner_text (method)">#usage_banner_text</a></span> <small>Homebrew::CLI::Parser</small> @@ -31012,7 +31036,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="CacheStoreDatabase.html#use-class_method" title="CacheStoreDatabase.use (method)">use</a></span> <small>CacheStoreDatabase</small> @@ -31020,7 +31044,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#use_buildpulse%3F-class_method" title="Homebrew.use_buildpulse? (method)">use_buildpulse?</a></span> <small>Homebrew</small> @@ -31028,7 +31052,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck.html#use_homebrew_curl%3F-class_method" title="Homebrew::Livecheck.use_homebrew_curl? (method)">use_homebrew_curl?</a></span> <small>Homebrew::Livecheck</small> @@ -31036,7 +31060,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="UsesFromMacOSDependency.html#use_macos_install%3F-instance_method" title="UsesFromMacOSDependency#use_macos_install? (method)">#use_macos_install?</a></span> <small>UsesFromMacOSDependency</small> @@ -31044,7 +31068,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Cleanup.html#use_system_ruby%3F-instance_method" title="Homebrew::Cleanup#use_system_ruby? (method)">#use_system_ruby?</a></span> <small>Homebrew::Cleanup</small> @@ -31052,7 +31076,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tab.html#used_options-instance_method" title="Tab#used_options (method)">#used_options</a></span> <small>Tab</small> @@ -31060,7 +31084,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tap.html#user-instance_method" title="Tap#user (method)">#user</a></span> <small>Tap</small> @@ -31068,7 +31092,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="TapFormulaUnavailableError.html#user-instance_method" title="TapFormulaUnavailableError#user (method)">#user</a></span> <small>TapFormulaUnavailableError</small> @@ -31076,7 +31100,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="GitHub.html#user-class_method" title="GitHub.user (method)">user</a></span> <small>GitHub</small> @@ -31084,7 +31108,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/URL/DSL.html#user_agent-instance_method" title="Cask::URL::DSL#user_agent (method)">#user_agent</a></span> <small>Cask::URL::DSL</small> @@ -31092,7 +31116,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#user_gem_groups-class_method" title="Homebrew.user_gem_groups (method)">user_gem_groups</a></span> <small>Homebrew</small> @@ -31100,7 +31124,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Language/Python.html#user_site_packages-class_method" title="Language::Python.user_site_packages (method)">user_site_packages</a></span> <small>Language::Python</small> @@ -31108,7 +31132,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Diagnostic/Checks.html#user_tilde-instance_method" title="Homebrew::Diagnostic::Checks#user_tilde (method)">#user_tilde</a></span> <small>Homebrew::Diagnostic::Checks</small> @@ -31116,7 +31140,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#user_vendor_version-class_method" title="Homebrew.user_vendor_version (method)">user_vendor_version</a></span> <small>Homebrew</small> @@ -31124,7 +31148,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#uses-class_method" title="Homebrew.uses (method)">uses</a></span> <small>Homebrew</small> @@ -31132,7 +31156,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#uses_args-class_method" title="Homebrew.uses_args (method)">uses_args</a></span> <small>Homebrew</small> @@ -31140,7 +31164,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#uses_from_macos-class_method" title="Formula.uses_from_macos (method)">uses_from_macos</a></span> <small>Formula</small> @@ -31148,7 +31172,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="SoftwareSpec.html#uses_from_macos-instance_method" title="SoftwareSpec#uses_from_macos (method)">#uses_from_macos</a></span> <small>SoftwareSpec</small> @@ -31156,7 +31180,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Dependency.html#uses_from_macos%3F-instance_method" title="Dependency#uses_from_macos? (method)">#uses_from_macos?</a></span> <small>Dependency</small> @@ -31164,7 +31188,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="UsesFromMacOSDependency.html#uses_from_macos%3F-instance_method" title="UsesFromMacOSDependency#uses_from_macos? (method)">#uses_from_macos?</a></span> <small>UsesFromMacOSDependency</small> @@ -31172,7 +31196,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even deprecated"> + <li class="odd deprecated"> <div class="item"> <span class='object_link'><a href="SoftwareSpec.html#uses_from_macos_elements-instance_method" title="SoftwareSpec#uses_from_macos_elements (method)">#uses_from_macos_elements</a></span> <small>SoftwareSpec</small> @@ -31180,7 +31204,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd deprecated"> + <li class="even deprecated"> <div class="item"> <span class='object_link'><a href="SoftwareSpec.html#uses_from_macos_names-instance_method" title="SoftwareSpec#uses_from_macos_names (method)">#uses_from_macos_names</a></span> <small>SoftwareSpec</small> @@ -31188,7 +31212,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="URL.html#using-instance_method" title="URL#using (method)">#using</a></span> <small>URL</small> @@ -31196,7 +31220,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/URL/DSL.html#using-instance_method" title="Cask::URL::DSL#using (method)">#using</a></span> <small>Cask::URL::DSL</small> @@ -31204,7 +31228,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Resource.html#using-instance_method" title="Resource#using (method)">#using</a></span> <small>Resource</small> @@ -31212,7 +31236,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/ResourceAuditor.html#using-instance_method" title="Homebrew::ResourceAuditor#using (method)">#using</a></span> <small>Homebrew::ResourceAuditor</small> @@ -31220,7 +31244,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Readall.html#valid_aliases%3F-class_method" title="Readall.valid_aliases? (method)">valid_aliases?</a></span> <small>Readall</small> @@ -31228,7 +31252,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Readall.html#valid_casks%3F-class_method" title="Readall.valid_casks? (method)">valid_casks?</a></span> <small>Readall</small> @@ -31236,7 +31260,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Bottles/Tag.html#valid_combination%3F-instance_method" title="Utils::Bottles::Tag#valid_combination? (method)">#valid_combination?</a></span> <small>Utils::Bottles::Tag</small> @@ -31244,7 +31268,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Readall.html#valid_formulae%3F-class_method" title="Readall.valid_formulae? (method)">valid_formulae?</a></span> <small>Readall</small> @@ -31252,7 +31276,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#valid_gem_groups-class_method" title="Homebrew.valid_gem_groups (method)">valid_gem_groups</a></span> <small>Homebrew</small> @@ -31260,7 +31284,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Commands.html#valid_internal_cmd%3F-class_method" title="Commands.valid_internal_cmd? (method)">valid_internal_cmd?</a></span> <small>Commands</small> @@ -31268,7 +31292,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Commands.html#valid_internal_dev_cmd%3F-class_method" title="Commands.valid_internal_dev_cmd? (method)">valid_internal_dev_cmd?</a></span> <small>Commands</small> @@ -31276,7 +31300,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="FormulaCellarChecks.html#valid_library_extension%3F-instance_method" title="FormulaCellarChecks#valid_library_extension? (method)">#valid_library_extension?</a></span> <small>FormulaCellarChecks</small> @@ -31284,7 +31308,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="SPDX.html#valid_license%3F-class_method" title="SPDX.valid_license? (method)">valid_license?</a></span> <small>SPDX</small> @@ -31292,7 +31316,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="SPDX.html#valid_license_exception%3F-class_method" title="SPDX.valid_license_exception? (method)">valid_license_exception?</a></span> <small>SPDX</small> @@ -31300,7 +31324,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="PyPI/Package.html#valid_pypi_package%3F-instance_method" title="PyPI::Package#valid_pypi_package? (method)">#valid_pypi_package?</a></span> <small>PyPI::Package</small> @@ -31308,7 +31332,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Readall.html#valid_ruby_syntax%3F-class_method" title="Readall.valid_ruby_syntax? (method)">valid_ruby_syntax?</a></span> <small>Readall</small> @@ -31316,7 +31340,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Readall.html#valid_tap%3F-class_method" title="Readall.valid_tap? (method)">valid_tap?</a></span> <small>Readall</small> @@ -31324,7 +31348,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Tar.html#validate_file-class_method" title="Utils::Tar.validate_file (method)">validate_file</a></span> <small>Utils::Tar</small> @@ -31332,7 +31356,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/Parser.html#validate_options-instance_method" title="Homebrew::CLI::Parser#validate_options (method)">#validate_options</a></span> <small>Homebrew::CLI::Parser</small> @@ -31340,7 +31364,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Version/Token.html#value-instance_method" title="Version::Token#value (method)">#value</a></span> <small>Version::Token</small> @@ -31348,7 +31372,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Version/StringToken.html#value-instance_method" title="Version::StringToken#value (method)">#value</a></span> <small>Version::StringToken</small> @@ -31356,7 +31380,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Version/NumericToken.html#value-instance_method" title="Version::NumericToken#value (method)">#value</a></span> <small>Version::NumericToken</small> @@ -31364,7 +31388,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/CLI/Args.html#value-instance_method" title="Homebrew::CLI::Args#value (method)">#value</a></span> <small>Homebrew::CLI::Args</small> @@ -31372,7 +31396,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formula.html#var-instance_method" title="Formula#var (method)">#var</a></span> <small>Formula</small> @@ -31380,7 +31404,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#vendor_gems-class_method" title="Homebrew.vendor_gems (method)">vendor_gems</a></span> <small>Homebrew</small> @@ -31388,7 +31412,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#vendor_gems_args-class_method" title="Homebrew.vendor_gems_args (method)">vendor_gems_args</a></span> <small>Homebrew</small> @@ -31396,7 +31420,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Context/ContextStruct.html#verbose%3F-instance_method" title="Context::ContextStruct#verbose? (method)">#verbose?</a></span> <small>Context::ContextStruct</small> @@ -31404,7 +31428,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Context.html#verbose%3F-instance_method" title="Context#verbose? (method)">#verbose?</a></span> <small>Context</small> @@ -31412,7 +31436,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#verbose%3F-class_method" title="Homebrew.verbose? (method)">verbose?</a></span> <small>Homebrew</small> @@ -31420,7 +31444,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/URL/DSL.html#verified-instance_method" title="Cask::URL::DSL#verified (method)">#verified</a></span> <small>Cask::URL::DSL</small> @@ -31428,7 +31452,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/FormulaCreator.html#verify-instance_method" title="Homebrew::FormulaCreator#verify (method)">#verify</a></span> <small>Homebrew::FormulaCreator</small> @@ -31436,7 +31460,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Pathname.html#verify_checksum-instance_method" title="Pathname#verify_checksum (method)">#verify_checksum</a></span> <small>Pathname</small> @@ -31444,7 +31468,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="FormulaInstaller.html#verify_deps_exist-instance_method" title="FormulaInstaller#verify_deps_exist (method)">#verify_deps_exist</a></span> <small>FormulaInstaller</small> @@ -31452,7 +31476,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Downloadable.html#verify_download_integrity-instance_method" title="Downloadable#verify_download_integrity (method)">#verify_download_integrity</a></span> <small>Downloadable</small> @@ -31460,7 +31484,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Download.html#verify_download_integrity-instance_method" title="Cask::Download#verify_download_integrity (method)">#verify_download_integrity</a></span> <small>Cask::Download</small> @@ -31468,7 +31492,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="HeadSoftwareSpec.html#verify_download_integrity-instance_method" title="HeadSoftwareSpec#verify_download_integrity (method)">#verify_download_integrity</a></span> <small>HeadSoftwareSpec</small> @@ -31476,7 +31500,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Installer.html#verify_has_sha-instance_method" title="Cask::Installer#verify_has_sha (method)">#verify_has_sha</a></span> <small>Cask::Installer</small> @@ -31484,7 +31508,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="RuboCop/Cop/FormulaAudit/DependencyOrder.html#verify_order_in_source-instance_method" title="RuboCop::Cop::FormulaAudit::DependencyOrder#verify_order_in_source (method)">#verify_order_in_source</a></span> <small>RuboCop::Cop::FormulaAudit::DependencyOrder</small> @@ -31492,7 +31516,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Keg.html#version-instance_method" title="Keg#version (method)">#version</a></span> <small>Keg</small> @@ -31500,7 +31524,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="URL.html#version-instance_method" title="URL#version (method)">#version</a></span> <small>URL</small> @@ -31508,7 +31532,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="OS/Mac.html#version-class_method" title="OS::Mac.version (method)">version</a></span> <small>OS::Mac</small> @@ -31516,7 +31540,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formula.html#version-instance_method" title="Formula#version (method)">#version</a></span> <small>Formula</small> @@ -31524,7 +31548,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#version-class_method" title="Formula.version (method)">version</a></span> <small>Formula</small> @@ -31532,7 +31556,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/DSL.html#version-instance_method" title="Cask::DSL#version (method)">#version</a></span> <small>Cask::DSL</small> @@ -31540,7 +31564,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="OS/Mac/Xcode.html#version-class_method" title="OS::Mac::Xcode.version (method)">version</a></span> <small>OS::Mac::Xcode</small> @@ -31548,7 +31572,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="OS/Mac/CLT.html#version-class_method" title="OS::Mac::CLT.version (method)">version</a></span> <small>OS::Mac::CLT</small> @@ -31556,7 +31580,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Resource.html#version-instance_method" title="Resource#version (method)">#version</a></span> <small>Resource</small> @@ -31564,7 +31588,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="CompilerFailure.html#version-instance_method" title="CompilerFailure#version (method)">#version</a></span> <small>CompilerFailure</small> @@ -31572,7 +31596,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="CompilerSelector/Compiler.html#version-instance_method" title="CompilerSelector::Compiler#version (method)">#version</a></span> <small>CompilerSelector::Compiler</small> @@ -31580,7 +31604,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Utils/Git.html#version-class_method" title="Utils::Git.version (method)">version</a></span> <small>Utils::Git</small> @@ -31588,7 +31612,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Utils/Svn.html#version-class_method" title="Utils::Svn.version (method)">version</a></span> <small>Utils::Svn</small> @@ -31596,7 +31620,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="OS/Mac/SDK.html#version-instance_method" title="OS::Mac::SDK#version (method)">#version</a></span> <small>OS::Mac::SDK</small> @@ -31604,7 +31628,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="PyPI/Package.html#version-instance_method" title="PyPI::Package#version (method)">#version</a></span> <small>PyPI::Package</small> @@ -31612,7 +31636,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="PkgVersion.html#version-instance_method" title="PkgVersion#version (method)">#version</a></span> <small>PkgVersion</small> @@ -31620,7 +31644,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Downloadable.html#version-instance_method" title="Downloadable#version (method)">#version</a></span> <small>Downloadable</small> @@ -31628,7 +31652,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="FormulaInfo.html#version-instance_method" title="FormulaInfo#version (method)">#version</a></span> <small>FormulaInfo</small> @@ -31636,7 +31660,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Download.html#version-instance_method" title="Cask::Download#version (method)">#version</a></span> <small>Cask::Download</small> @@ -31644,7 +31668,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="MacOSVersion/Error.html#version-instance_method" title="MacOSVersion::Error#version (method)">#version</a></span> <small>MacOSVersion::Error</small> @@ -31652,7 +31676,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Bottle/Filename.html#version-instance_method" title="Bottle::Filename#version (method)">#version</a></span> <small>Bottle::Filename</small> @@ -31660,7 +31684,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/BundleVersion.html#version-instance_method" title="Homebrew::BundleVersion#version (method)">#version</a></span> <small>Homebrew::BundleVersion</small> @@ -31668,7 +31692,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="OS/Linux/Glibc.html#version-class_method" title="OS::Linux::Glibc.version (method)">version</a></span> <small>OS::Linux::Glibc</small> @@ -31676,7 +31700,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/ResourceAuditor.html#version-instance_method" title="Homebrew::ResourceAuditor#version (method)">#version</a></span> <small>Homebrew::ResourceAuditor</small> @@ -31684,7 +31708,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="MacOSRequirement.html#version-instance_method" title="MacOSRequirement#version (method)">#version</a></span> <small>MacOSRequirement</small> @@ -31692,7 +31716,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="XcodeRequirement.html#version-instance_method" title="XcodeRequirement#version (method)">#version</a></span> <small>XcodeRequirement</small> @@ -31700,7 +31724,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="PyPI/Package.html#version=-instance_method" title="PyPI::Package#version= (method)">#version=</a></span> <small>PyPI::Package</small> @@ -31708,7 +31732,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/VersionBumpInfo.html#version_name-instance_method" title="Homebrew::VersionBumpInfo#version_name (method)">#version_name</a></span> <small>Homebrew::VersionBumpInfo</small> @@ -31716,7 +31740,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="GitHubPackages.html#version_rebuild-class_method" title="GitHubPackages.version_rebuild (method)">version_rebuild</a></span> <small>GitHubPackages</small> @@ -31724,7 +31748,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tab.html#version_scheme-instance_method" title="Tab#version_scheme (method)">#version_scheme</a></span> <small>Tab</small> @@ -31732,7 +31756,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#version_scheme-instance_method" title="Formula#version_scheme (method)">#version_scheme</a></span> <small>Formula</small> @@ -31740,7 +31764,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="MacOSRequirement.html#version_specified%3F-instance_method" title="MacOSRequirement#version_specified? (method)">#version_specified?</a></span> <small>MacOSRequirement</small> @@ -31748,7 +31772,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#versioned_formula%3F-instance_method" title="Formula#versioned_formula? (method)">#versioned_formula?</a></span> <small>Formula</small> @@ -31756,7 +31780,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="KegOnlyReason.html#versioned_formula%3F-instance_method" title="KegOnlyReason#versioned_formula? (method)">#versioned_formula?</a></span> <small>KegOnlyReason</small> @@ -31764,7 +31788,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="RuboCop/Cop/FormulaCop.html#versioned_formula%3F-instance_method" title="RuboCop::Cop::FormulaCop#versioned_formula? (method)">#versioned_formula?</a></span> <small>RuboCop::Cop::FormulaCop</small> @@ -31772,7 +31796,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formula.html#versioned_formulae-instance_method" title="Formula#versioned_formulae (method)">#versioned_formulae</a></span> <small>Formula</small> @@ -31780,7 +31804,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#versioned_formulae_names-instance_method" title="Formula#versioned_formulae_names (method)">#versioned_formulae_names</a></span> <small>Formula</small> @@ -31788,7 +31812,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="TestRunnerFormula.html#versioned_macos_requirement-instance_method" title="TestRunnerFormula#versioned_macos_requirement (method)">#versioned_macos_requirement</a></span> <small>TestRunnerFormula</small> @@ -31796,7 +31820,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tab.html#versions-instance_method" title="Tab#versions (method)">#versions</a></span> <small>Tab</small> @@ -31804,7 +31828,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="CompilerSelector.html#versions-instance_method" title="CompilerSelector#versions (method)">#versions</a></span> <small>CompilerSelector</small> @@ -31812,7 +31836,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/LivecheckVersion.html#versions-instance_method" title="Homebrew::Livecheck::LivecheckVersion#versions (method)">#versions</a></span> <small>Homebrew::Livecheck::LivecheckVersion</small> @@ -31820,7 +31844,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/Xml.html#versions_from_content-class_method" title="Homebrew::Livecheck::Strategy::Xml.versions_from_content (method)">versions_from_content</a></span> <small>Homebrew::Livecheck::Strategy::Xml</small> @@ -31828,7 +31852,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/Json.html#versions_from_content-class_method" title="Homebrew::Livecheck::Strategy::Json.versions_from_content (method)">versions_from_content</a></span> <small>Homebrew::Livecheck::Strategy::Json</small> @@ -31836,7 +31860,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/Yaml.html#versions_from_content-class_method" title="Homebrew::Livecheck::Strategy::Yaml.versions_from_content (method)">versions_from_content</a></span> <small>Homebrew::Livecheck::Strategy::Yaml</small> @@ -31844,7 +31868,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/Sparkle.html#versions_from_content-class_method" title="Homebrew::Livecheck::Strategy::Sparkle.versions_from_content (method)">versions_from_content</a></span> <small>Homebrew::Livecheck::Strategy::Sparkle</small> @@ -31852,7 +31876,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/PageMatch.html#versions_from_content-class_method" title="Homebrew::Livecheck::Strategy::PageMatch.versions_from_content (method)">versions_from_content</a></span> <small>Homebrew::Livecheck::Strategy::PageMatch</small> @@ -31860,7 +31884,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/GithubReleases.html#versions_from_content-class_method" title="Homebrew::Livecheck::Strategy::GithubReleases.versions_from_content (method)">versions_from_content</a></span> <small>Homebrew::Livecheck::Strategy::GithubReleases</small> @@ -31868,7 +31892,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/HeaderMatch.html#versions_from_headers-class_method" title="Homebrew::Livecheck::Strategy::HeaderMatch.versions_from_headers (method)">versions_from_headers</a></span> <small>Homebrew::Livecheck::Strategy::HeaderMatch</small> @@ -31876,7 +31900,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/ExtractPlist.html#versions_from_items-class_method" title="Homebrew::Livecheck::Strategy::ExtractPlist.versions_from_items (method)">versions_from_items</a></span> <small>Homebrew::Livecheck::Strategy::ExtractPlist</small> @@ -31884,7 +31908,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Livecheck/Strategy/Git.html#versions_from_tags-class_method" title="Homebrew::Livecheck::Strategy::Git.versions_from_tags (method)">versions_from_tags</a></span> <small>Homebrew::Livecheck::Strategy::Git</small> @@ -31892,7 +31916,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Language/Python/Virtualenv.html#virtualenv_create-instance_method" title="Language::Python::Virtualenv#virtualenv_create (method)">#virtualenv_create</a></span> <small>Language::Python::Virtualenv</small> @@ -31900,7 +31924,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Language/Python/Virtualenv.html#virtualenv_install_with_resources-instance_method" title="Language::Python::Virtualenv#virtualenv_install_with_resources (method)">#virtualenv_install_with_resources</a></span> <small>Language::Python::Virtualenv</small> @@ -31908,7 +31932,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Hardware/CPU.html#virtualized%3F-class_method" title="Hardware::CPU.virtualized? (method)">virtualized?</a></span> <small>Hardware::CPU</small> @@ -31916,7 +31940,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formatter.html#warning-class_method" title="Formatter.warning (method)">warning</a></span> <small>Formatter</small> @@ -31924,7 +31948,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#watchlist_path-class_method" title="Homebrew.watchlist_path (method)">watchlist_path</a></span> <small>Homebrew</small> @@ -31932,7 +31956,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/Diagnostic/Volumes.html#which-instance_method" title="Homebrew::Diagnostic::Volumes#which (method)">#which</a></span> <small>Homebrew::Diagnostic::Volumes</small> @@ -31940,7 +31964,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Kernel.html#which-instance_method" title="Kernel#which (method)">#which</a></span> <small>Kernel</small> @@ -31948,7 +31972,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Kernel.html#which_all-instance_method" title="Kernel#which_all (method)">#which_all</a></span> <small>Kernel</small> @@ -31956,7 +31980,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Kernel.html#which_editor-instance_method" title="Kernel#which_editor (method)">#which_editor</a></span> <small>Kernel</small> @@ -31964,7 +31988,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tty.html#width-class_method" title="Tty.width (method)">width</a></span> <small>Tty</small> @@ -31972,7 +31996,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tty.html#with-class_method" title="Tty.with (method)">with</a></span> <small>Tty</small> @@ -31980,7 +32004,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/SimulateSystem.html#with-class_method" title="Homebrew::SimulateSystem.with (method)">with</a></span> <small>Homebrew::SimulateSystem</small> @@ -31988,7 +32012,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tab.html#with%3F-instance_method" title="Tab#with? (method)">#with?</a></span> <small>Tab</small> @@ -31996,7 +32020,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="BuildOptions.html#with%3F-instance_method" title="BuildOptions#with? (method)">#with?</a></span> <small>BuildOptions</small> @@ -32004,7 +32028,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="EnvActivation.html#with_build_environment-instance_method" title="EnvActivation#with_build_environment (method)">#with_build_environment</a></span> <small>EnvActivation</small> @@ -32012,7 +32036,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Context.html#with_context-instance_method" title="Context#with_context (method)">#with_context</a></span> <small>Context</small> @@ -32020,7 +32044,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Kernel.html#with_custom_locale-instance_method" title="Kernel#with_custom_locale (method)">#with_custom_locale</a></span> <small>Kernel</small> @@ -32028,7 +32052,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Kernel.html#with_env-instance_method" title="Kernel#with_env (method)">#with_env</a></span> <small>Kernel</small> @@ -32036,7 +32060,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Kernel.html#with_homebrew_path-instance_method" title="Kernel#with_homebrew_path (method)">#with_homebrew_path</a></span> <small>Kernel</small> @@ -32044,7 +32068,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="LockFile.html#with_lock-instance_method" title="LockFile#with_lock (method)">#with_lock</a></span> <small>LockFile</small> @@ -32052,7 +32076,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#with_logging-instance_method" title="Formula#with_logging (method)">#with_logging</a></span> <small>Formula</small> @@ -32060,7 +32084,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="top-level-namespace.html#with_monkey_patch-instance_method" title="#with_monkey_patch (method)">#with_monkey_patch</a></span> <small>Top Level Namespace</small> @@ -32068,7 +32092,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#with_no_api_env-class_method" title="Homebrew.with_no_api_env (method)">with_no_api_env</a></span> <small>Homebrew</small> @@ -32076,7 +32100,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#with_no_api_env_if_needed-class_method" title="Homebrew.with_no_api_env_if_needed (method)">with_no_api_env_if_needed</a></span> <small>Homebrew</small> @@ -32084,7 +32108,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Tab.html#without%3F-instance_method" title="Tab#without? (method)">#without?</a></span> <small>Tab</small> @@ -32092,7 +32116,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="BuildOptions.html#without%3F-instance_method" title="BuildOptions#without? (method)">#without?</a></span> <small>BuildOptions</small> @@ -32100,7 +32124,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="OS/Mac/Xcode.html#without_clt%3F-class_method" title="OS::Mac::Xcode.without_clt? (method)">without_clt?</a></span> <small>OS::Mac::Xcode</small> @@ -32108,7 +32132,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/FormulaTextAuditor.html#without_patch-instance_method" title="Homebrew::FormulaTextAuditor#without_patch (method)">#without_patch</a></span> <small>Homebrew::FormulaTextAuditor</small> @@ -32116,7 +32140,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="LinuxRunnerSpec.html#workdir-instance_method" title="LinuxRunnerSpec#workdir (method)">#workdir</a></span> <small>LinuxRunnerSpec</small> @@ -32124,7 +32148,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="GitHub.html#workflow_dispatch_event-class_method" title="GitHub.workflow_dispatch_event (method)">workflow_dispatch_event</a></span> <small>GitHub</small> @@ -32132,7 +32156,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Service.html#working_dir-instance_method" title="Homebrew::Service#working_dir (method)">#working_dir</a></span> <small>Homebrew::Service</small> @@ -32140,7 +32164,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Tab.html#write-instance_method" title="Tab#write (method)">#write</a></span> <small>Tab</small> @@ -32148,7 +32172,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/Settings.html#write-class_method" title="Homebrew::Settings.write (method)">write</a></span> <small>Homebrew::Settings</small> @@ -32156,7 +32180,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="GitHub.html#write_access%3F-class_method" title="GitHub.write_access? (method)">write_access?</a></span> <small>GitHub</small> @@ -32164,7 +32188,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Pathname.html#write_env_script-instance_method" title="Pathname#write_env_script (method)">#write_env_script</a></span> <small>Pathname</small> @@ -32172,7 +32196,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Pathname.html#write_exec_script-instance_method" title="Pathname#write_exec_script (method)">#write_exec_script</a></span> <small>Pathname</small> @@ -32180,7 +32204,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/FormulaCreator.html#write_formula!-instance_method" title="Homebrew::FormulaCreator#write_formula! (method)">#write_formula!</a></span> <small>Homebrew::FormulaCreator</small> @@ -32188,7 +32212,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="CacheStoreDatabase.html#write_if_dirty!-instance_method" title="CacheStoreDatabase#write_if_dirty! (method)">#write_if_dirty!</a></span> <small>CacheStoreDatabase</small> @@ -32196,7 +32220,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Pathname.html#write_jar_script-instance_method" title="Pathname#write_jar_script (method)">#write_jar_script</a></span> <small>Pathname</small> @@ -32204,7 +32228,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/API/Cask.html#write_names-class_method" title="Homebrew::API::Cask.write_names (method)">write_names</a></span> <small>Homebrew::API::Cask</small> @@ -32212,7 +32236,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew/API/Formula.html#write_names_and_aliases-class_method" title="Homebrew::API::Formula.write_names_and_aliases (method)">write_names_and_aliases</a></span> <small>Homebrew::API::Formula</small> @@ -32220,7 +32244,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew/API.html#write_names_file-class_method" title="Homebrew::API.write_names_file (method)">write_names_file</a></span> <small>Homebrew::API</small> @@ -32228,7 +32252,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Homebrew.html#write_path-class_method" title="Homebrew.write_path (method)">write_path</a></span> <small>Homebrew</small> @@ -32236,7 +32260,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Homebrew.html#write_user_gem_groups-class_method" title="Homebrew.write_user_gem_groups (method)">write_user_gem_groups</a></span> <small>Homebrew</small> @@ -32244,7 +32268,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="OS/Linux.html#wsl%3F-class_method" title="OS::Linux.wsl? (method)">wsl?</a></span> <small>OS::Linux</small> @@ -32252,7 +32276,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="OS/Linux.html#wsl_version-class_method" title="OS::Linux.wsl_version (method)">wsl_version</a></span> <small>OS::Linux</small> @@ -32260,7 +32284,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="MachOShim.html#x86_64%3F-instance_method" title="MachOShim#x86_64? (method)">#x86_64?</a></span> <small>MachOShim</small> @@ -32268,7 +32292,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="GitHubRunner.html#x86_64%3F-instance_method" title="GitHubRunner#x86_64? (method)">#x86_64?</a></span> <small>GitHubRunner</small> @@ -32276,7 +32300,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="TestRunnerFormula.html#x86_64_compatible%3F-instance_method" title="TestRunnerFormula#x86_64_compatible? (method)">#x86_64_compatible?</a></span> <small>TestRunnerFormula</small> @@ -32284,7 +32308,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="TestRunnerFormula.html#x86_64_only%3F-instance_method" title="TestRunnerFormula#x86_64_only? (method)">#x86_64_only?</a></span> <small>TestRunnerFormula</small> @@ -32292,7 +32316,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="SystemConfig.html#xcode-class_method" title="SystemConfig.xcode (method)">xcode</a></span> <small>SystemConfig</small> @@ -32300,7 +32324,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="XcodeRequirement.html#xcode_installed_version-instance_method" title="XcodeRequirement#xcode_installed_version (method)">#xcode_installed_version</a></span> <small>XcodeRequirement</small> @@ -32308,7 +32332,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#xcodebuild-instance_method" title="Formula#xcodebuild (method)">#xcodebuild</a></span> <small>Formula</small> @@ -32316,7 +32340,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="DependencyCollector.html#xz_dep_if_needed-instance_method" title="DependencyCollector#xz_dep_if_needed (method)">#xz_dep_if_needed</a></span> <small>DependencyCollector</small> @@ -32324,7 +32348,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Cask/Installer.html#zap-instance_method" title="Cask::Installer#zap (method)">#zap</a></span> <small>Cask::Installer</small> @@ -32332,7 +32356,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Cask/Artifact/Zap.html#zap_phase-instance_method" title="Cask::Artifact::Zap#zap_phase (method)">#zap_phase</a></span> <small>Cask::Artifact::Zap</small> @@ -32340,7 +32364,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Pathname.html#zipinfo-instance_method" title="Pathname#zipinfo (method)">#zipinfo</a></span> <small>Pathname</small> @@ -32348,7 +32372,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="Formula.html#zsh_completion-instance_method" title="Formula#zsh_completion (method)">#zsh_completion</a></span> <small>Formula</small> @@ -32356,7 +32380,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Formula.html#zsh_function-instance_method" title="Formula#zsh_function (method)">#zsh_function</a></span> <small>Formula</small> @@ -32364,7 +32388,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="odd "> + <li class="even "> <div class="item"> <span class='object_link'><a href="DependencyCollector.html#zstd_dep_if_needed-instance_method" title="DependencyCollector#zstd_dep_if_needed (method)">#zstd_dep_if_needed</a></span> <small>DependencyCollector</small> @@ -32372,7 +32396,7 @@ <h1 id="full_list_header">Method List</h1> </li> - <li class="even "> + <li class="odd "> <div class="item"> <span class='object_link'><a href="Options.html#%7C-instance_method" title="Options#| (method)">#|</a></span> <small>Options</small>