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 Dec 5, 2023
1 parent 5b04477 commit 7e6cbe9
Show file tree
Hide file tree
Showing 99 changed files with 5,108 additions and 3,212 deletions.
81 changes: 79 additions & 2 deletions docs/Array.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@

<dl>
<dt>Defined in:</dt>
<dd>extend/array.rb</dd>
<dd>extend/array.rb<span class="defines">,<br />
extend/blank.rb</span>
</dd>
</dl>

</div>
Expand All @@ -119,6 +121,28 @@ <h2>
<ul class="summary">


<li class="public ">
<span class="summary_signature">

<a href="#present%3F-instance_method" title="#present? (instance method)">#<strong>present?</strong> &#x21d2; Boolean </a>


</span>








<span class="summary_desc"><div class='inline'>
</div></span>

</li>



<li class="public ">
<span class="summary_signature">

Expand Down Expand Up @@ -150,7 +174,60 @@ <h2>Instance Method Details</h2>


<div class="method_details first">
<h3 class="signature first" id="to_sentence-instance_method">
<h3 class="signature first" id="present?-instance_method">

#<strong>present?</strong> &#x21d2; <tt>Boolean</tt>





</h3><div class="docstring">
<div class="discussion">



</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">


101
102
103</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'extend/blank.rb', line 101</span>

<span class='kw'>def</span> <span class='id identifier rubyid_present?'>present?</span> <span class='comment'># :nodoc:
</span> <span class='op'>!</span><span class='id identifier rubyid_empty?'>empty?</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

<div class="method_details ">
<h3 class="signature " id="to_sentence-instance_method">

#<strong>to_sentence</strong>(words_connector: &quot;, &quot;, two_words_connector: &quot; and &quot;, last_word_connector: &quot; and &quot;) &#x21d2; <tt><span class='object_link'><a href="Object.html" title="Object (class)">Object</a></span></tt>

Expand Down
4 changes: 2 additions & 2 deletions docs/BuildEnvironment.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ <h3 class="signature first" id="dump-class_method">
<span class='name'>env</span>


<span class='type'>(<tt>Hash{<span class='object_link'><a href="String.html" title="String (class)">String</a></span> =&gt; <span class='object_link'><a href="String.html" title="String (class)">String</a></span>, <span class='object_link'><a href="Pathname.html" title="Pathname (class)">Pathname</a></span>, nil}</tt>)</span>
<span class='type'>(<tt><span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span>{<span class='object_link'><a href="String.html" title="String (class)">String</a></span> =&gt; <span class='object_link'><a href="String.html" title="String (class)">String</a></span>, <span class='object_link'><a href="Pathname.html" title="Pathname (class)">Pathname</a></span>, nil}</tt>)</span>



Expand Down Expand Up @@ -484,7 +484,7 @@ <h3 class="signature " id="keys-class_method">
<span class='name'>env</span>


<span class='type'>(<tt>Hash{<span class='object_link'><a href="String.html" title="String (class)">String</a></span> =&gt; <span class='object_link'><a href="String.html" title="String (class)">String</a></span>, <span class='object_link'><a href="Pathname.html" title="Pathname (class)">Pathname</a></span>, nil}</tt>)</span>
<span class='type'>(<tt><span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span>{<span class='object_link'><a href="String.html" title="String (class)">String</a></span> =&gt; <span class='object_link'><a href="String.html" title="String (class)">String</a></span>, <span class='object_link'><a href="Pathname.html" title="Pathname (class)">Pathname</a></span>, nil}</tt>)</span>



Expand Down
2 changes: 1 addition & 1 deletion docs/BuildError.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h3 class="signature first" id="initialize-instance_method">
<span class='name'>env</span>


<span class='type'>(<tt>Hash{<span class='object_link'><a href="String.html" title="String (class)">String</a></span> =&gt; <span class='object_link'>T</span>.untyped}</tt>)</span>
<span class='type'>(<tt><span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span>{<span class='object_link'><a href="String.html" title="String (class)">String</a></span> =&gt; <span class='object_link'>T</span>.untyped}</tt>)</span>



Expand Down
4 changes: 2 additions & 2 deletions docs/Cachable.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h2>Instance Method Details</h2>
<div class="method_details first">
<h3 class="signature first" id="cache-instance_method">

#<strong>cache</strong> &#x21d2; <tt>Hash{<span class='object_link'>T</span>.untyped =&gt; <span class='object_link'>T</span>.untyped}</tt>
#<strong>cache</strong> &#x21d2; <tt><span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span>{<span class='object_link'>T</span>.untyped =&gt; <span class='object_link'>T</span>.untyped}</tt>



Expand All @@ -180,7 +180,7 @@ <h3 class="signature first" id="cache-instance_method">
<li>


<span class='type'>(<tt>Hash{<span class='object_link'>T</span>.untyped =&gt; <span class='object_link'>T</span>.untyped}</tt>)</span>
<span class='type'>(<tt><span class='object_link'><a href="Hash.html" title="Hash (class)">Hash</a></span>{<span class='object_link'>T</span>.untyped =&gt; <span class='object_link'>T</span>.untyped}</tt>)</span>



Expand Down
4 changes: 2 additions & 2 deletions docs/Cask/CaskLoader/FromAPILoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h3 class="signature " id="from_h_gsubs-instance_method">
<span class='kw'>return</span> <span class='id identifier rubyid_value'>value</span> <span class='kw'>if</span> <span class='id identifier rubyid_value'>value</span><span class='period'>.</span><span class='id identifier rubyid_blank?'>blank?</span>

<span class='kw'>case</span> <span class='id identifier rubyid_value'>value</span>
<span class='kw'>when</span> <span class='const'>Hash</span>
<span class='kw'>when</span> <span class='const'><span class='object_link'><a href="../../Hash.html" title="Hash (class)">Hash</a></span></span>
<span class='id identifier rubyid_from_h_hash_gsubs'>from_h_hash_gsubs</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='comma'>,</span> <span class='id identifier rubyid_appdir'>appdir</span><span class='rparen'>)</span>
<span class='kw'>when</span> <span class='const'><span class='object_link'><a href="../../Array.html" title="Array (class)">Array</a></span></span>
<span class='id identifier rubyid_from_h_array_gsubs'>from_h_array_gsubs</span><span class='lparen'>(</span><span class='id identifier rubyid_value'>value</span><span class='comma'>,</span> <span class='id identifier rubyid_appdir'>appdir</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -1039,7 +1039,7 @@ <h3 class="signature " id="load-instance_method">
</span> <span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='rparen'>)</span> <span class='lbrace'>{</span><span class='rbrace'>}</span> <span class='comment'># empty on purpose
</span> <span class='kw'>else</span>
<span class='id identifier rubyid_args'>args</span> <span class='op'>=</span> <span class='id identifier rubyid_artifact'>artifact</span><span class='lbracket'>[</span><span class='id identifier rubyid_key'>key</span><span class='rbracket'>]</span>
<span class='id identifier rubyid_kwargs'>kwargs</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_last'>last</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Hash</span><span class='rparen'>)</span>
<span class='id identifier rubyid_kwargs'>kwargs</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_last'>last</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="../../Hash.html" title="Hash (class)">Hash</a></span></span><span class='rparen'>)</span>
<span class='id identifier rubyid_args'>args</span><span class='period'>.</span><span class='id identifier rubyid_pop'>pop</span>
<span class='kw'>else</span>
<span class='lbrace'>{</span><span class='rbrace'>}</span>
Expand Down
Loading

0 comments on commit 7e6cbe9

Please sign in to comment.