Skip to content

Commit

Permalink
docs: updates from Homebrew/brew
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot committed Apr 23, 2024
1 parent 2ba5ffb commit 5724d10
Show file tree
Hide file tree
Showing 46 changed files with 707 additions and 687 deletions.
10 changes: 5 additions & 5 deletions docs/BottleFormulaUnavailableError.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,16 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


747
748
749
750
751
752
753</pre>
753
754
755
756</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 747</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 750</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_bottle_path'>bottle_path</span><span class='comma'>,</span> <span class='id identifier rubyid_formula_path'>formula_path</span><span class='rparen'>)</span>
<span class='kw'>super</span> <span class='heredoc_beg'>&lt;&lt;~EOS</span>
Expand Down
78 changes: 39 additions & 39 deletions docs/BuildError.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,17 +432,17 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


470
471
472
473
474
475
476
477</pre>
477
478
479
480</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 470</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 473</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='comma'>,</span> <span class='id identifier rubyid_cmd'>cmd</span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='id identifier rubyid_env'>env</span><span class='rparen'>)</span>
<span class='ivar'>@formula</span> <span class='op'>=</span> <span class='id identifier rubyid_formula'>formula</span>
Expand Down Expand Up @@ -489,12 +489,12 @@ <h3 class="signature first" id="args-instance_method">
<pre class="lines">


459
460
461</pre>
462
463
464</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 459</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 462</span>

<span class='kw'>def</span> <span class='id identifier rubyid_args'>args</span>
<span class='ivar'>@args</span>
Expand Down Expand Up @@ -531,12 +531,12 @@ <h3 class="signature " id="cmd-instance_method">
<pre class="lines">


459
460
461</pre>
462
463
464</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 459</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 462</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cmd'>cmd</span>
<span class='ivar'>@cmd</span>
Expand Down Expand Up @@ -573,12 +573,12 @@ <h3 class="signature " id="env-instance_method">
<pre class="lines">


459
460
461</pre>
462
463
464</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 459</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 462</span>

<span class='kw'>def</span> <span class='id identifier rubyid_env'>env</span>
<span class='ivar'>@env</span>
Expand Down Expand Up @@ -615,12 +615,12 @@ <h3 class="signature " id="formula-instance_method">
<pre class="lines">


460
461
462</pre>
463
464
465</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 460</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 463</span>

<span class='kw'>def</span> <span class='id identifier rubyid_formula'>formula</span>
<span class='ivar'>@formula</span>
Expand Down Expand Up @@ -657,12 +657,12 @@ <h3 class="signature " id="options-instance_method">
<pre class="lines">


460
461
462</pre>
463
464
465</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 460</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 463</span>

<span class='kw'>def</span> <span class='id identifier rubyid_options'>options</span>
<span class='ivar'>@options</span>
Expand Down Expand Up @@ -721,9 +721,6 @@ <h3 class="signature first" id="dump-instance_method">
<pre class="lines">


493
494
495
496
497
498
Expand Down Expand Up @@ -779,10 +776,13 @@ <h3 class="signature first" id="dump-instance_method">
548
549
550
551</pre>
551
552
553
554</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 493</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 496</span>

<span class='kw'>def</span> <span class='id identifier rubyid_dump'>dump</span><span class='lparen'>(</span><span class='label'>verbose:</span> <span class='kw'>false</span><span class='rparen'>)</span>
<span class='id identifier rubyid_puts'>puts</span>
Expand Down Expand Up @@ -886,15 +886,15 @@ <h3 class="signature " id="fetch_issues-instance_method">
<pre class="lines">


485
486
487
488
489
490</pre>
490
491
492
493</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 485</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 488</span>

<span class='kw'>def</span> <span class='id identifier rubyid_fetch_issues'>fetch_issues</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_for_formula'><span class='object_link'><a href="GitHub.html#issues_for_formula-class_method" title="GitHub.issues_for_formula (method)">issues_for_formula</a></span></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='comma'>,</span> <span class='label'>tap:</span> <span class='id identifier rubyid_formula'>formula</span><span class='period'>.</span><span class='id identifier rubyid_tap'>tap</span><span class='comma'>,</span> <span class='label'>state:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>open</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='label'>type:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>issue</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -945,12 +945,12 @@ <h3 class="signature " id="issues-instance_method">
<pre class="lines">


480
481
482</pre>
483
484
485</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 480</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 483</span>

<span class='kw'>def</span> <span class='id identifier rubyid_issues'>issues</span>
<span class='ivar'>@issues</span> <span class='op'>||=</span> <span class='id identifier rubyid_fetch_issues'>fetch_issues</span>
Expand Down
10 changes: 5 additions & 5 deletions docs/BuildFlagsError.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


573
574
575
576
577
578
Expand All @@ -207,10 +204,13 @@ <h3 class="signature first" id="initialize-instance_method">
593
594
595
596</pre>
596
597
598
599</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 573</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 576</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_flags'>flags</span><span class='comma'>,</span> <span class='label'>bottled:</span> <span class='kw'>true</span><span class='rparen'>)</span>
<span class='kw'>if</span> <span class='id identifier rubyid_flags'>flags</span><span class='period'>.</span><span class='id identifier rubyid_length'>length</span> <span class='op'>&gt;</span> <span class='int'>1</span>
Expand Down
18 changes: 9 additions & 9 deletions docs/ChecksumMismatchError.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,20 +214,20 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


715
716
717
718
719
720
721
722
723
724
725</pre>
725
726
727
728</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 715</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 718</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_path'>path</span><span class='comma'>,</span> <span class='id identifier rubyid_expected'>expected</span><span class='comma'>,</span> <span class='id identifier rubyid_actual'>actual</span><span class='rparen'>)</span>
<span class='ivar'>@expected</span> <span class='op'>=</span> <span class='id identifier rubyid_expected'>expected</span>
Expand Down Expand Up @@ -277,12 +277,12 @@ <h3 class="signature first" id="expected-instance_method">
<pre class="lines">


713
714
715</pre>
716
717
718</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 713</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 716</span>

<span class='kw'>def</span> <span class='id identifier rubyid_expected'>expected</span>
<span class='ivar'>@expected</span>
Expand Down
26 changes: 13 additions & 13 deletions docs/ChildProcessError.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


760
761
762
763
764
765
Expand All @@ -252,10 +249,13 @@ <h3 class="signature first" id="initialize-instance_method">
768
769
770
771</pre>
771
772
773
774</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 760</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 763</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_inner'>inner</span><span class='rparen'>)</span>
<span class='ivar'>@inner</span> <span class='op'>=</span> <span class='id identifier rubyid_inner'>inner</span>
Expand Down Expand Up @@ -306,12 +306,12 @@ <h3 class="signature first" id="inner-instance_method">
<pre class="lines">


758
759
760</pre>
761
762
763</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 758</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 761</span>

<span class='kw'>def</span> <span class='id identifier rubyid_inner'>inner</span>
<span class='ivar'>@inner</span>
Expand Down Expand Up @@ -348,12 +348,12 @@ <h3 class="signature " id="inner_class-instance_method">
<pre class="lines">


758
759
760</pre>
761
762
763</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 758</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 761</span>

<span class='kw'>def</span> <span class='id identifier rubyid_inner_class'>inner_class</span>
<span class='ivar'>@inner_class</span>
Expand Down
10 changes: 5 additions & 5 deletions docs/CompilerSelectionError.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,15 +183,15 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


602
603
604
605
606
607</pre>
607
608
609
610</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 602</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 605</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_formula'>formula</span><span class='rparen'>)</span>
<span class='kw'>super</span> <span class='heredoc_beg'>&lt;&lt;~EOS</span>
Expand Down
10 changes: 5 additions & 5 deletions docs/CurlDownloadStrategyError.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,17 +186,17 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


626
627
628
629
630
631
632
633</pre>
633
634
635
636</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 626</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 629</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='rparen'>)</span>
<span class='kw'>case</span> <span class='id identifier rubyid_url'>url</span>
Expand Down
10 changes: 5 additions & 5 deletions docs/CyclicDependencyError.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,15 @@ <h3 class="signature first" id="initialize-instance_method">
<pre class="lines">


783
784
785
786
787
788</pre>
788
789
790
791</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 783</span>
<pre class="code"><span class="info file"># File 'exceptions.rb', line 786</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_strongly_connected_components'>strongly_connected_components</span><span class='rparen'>)</span>
<span class='kw'>super</span> <span class='heredoc_beg'>&lt;&lt;~EOS</span>
Expand Down
Loading

0 comments on commit 5724d10

Please sign in to comment.