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 Oct 9, 2023
1 parent be07033 commit 176274f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions docs/Homebrew.html
Original file line number Diff line number Diff line change
Expand Up @@ -40488,7 +40488,10 @@ <h3 class="signature " id="tap_new-class_method">
166
167
168
169</pre>
169
170
171
172</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'dev-cmd/tap-new.rb', line 30</span>
Expand Down Expand Up @@ -40578,6 +40581,9 @@ <h3 class="signature " id="tap_new-class_method">
</span><span class='tstring_content'> pr-pull:
</span><span class='tstring_content'> if: contains(github.event.pull_request.labels.*.name, &#39;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_label'>label</span><span class='embexpr_end'>}</span><span class='tstring_content'>&#39;)
</span><span class='tstring_content'> runs-on: ubuntu-22.04
</span><span class='tstring_content'> permissions:
</span><span class='tstring_content'> contents: write
</span><span class='tstring_content'> pull-requests: write
</span><span class='tstring_content'> steps:
</span><span class='tstring_content'> - name: Set up Homebrew
</span><span class='tstring_content'> uses: Homebrew/actions/setup-homebrew@master
Expand Down Expand Up @@ -45708,16 +45714,16 @@ <h3 class="signature " id="write_path-class_method">
<pre class="lines">


171
172
173
174
175
176
177</pre>
177
178
179
180</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'dev-cmd/tap-new.rb', line 171</span>
<pre class="code"><span class="info file"># File 'dev-cmd/tap-new.rb', line 174</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_write_path'>write_path</span><span class='lparen'>(</span><span class='id identifier rubyid_tap'>tap</span><span class='comma'>,</span> <span class='id identifier rubyid_filename'>filename</span><span class='comma'>,</span> <span class='id identifier rubyid_content'>content</span><span class='rparen'>)</span>
<span class='id identifier rubyid_path'>path</span> <span class='op'>=</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='id identifier rubyid_filename'>filename</span>
Expand Down

0 comments on commit 176274f

Please sign in to comment.