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 Nov 14, 2023
1 parent 0c54dde commit b7fe257
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions docs/SharedEnvExtension.html
Original file line number Diff line number Diff line change
Expand Up @@ -1645,21 +1645,21 @@ <h3 class="signature " id="no_fixup_chains_support?-instance_method">
<pre class="lines">


26
27
28
29
30
31
32
33
34
35
36
37</pre>
37
38
39
40
41
42
43
44
45
46
47
48</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'extend/os/mac/extend/ENV/shared.rb', line 26</span>
<pre class="code"><span class="info file"># File 'extend/os/mac/extend/ENV/shared.rb', line 37</span>

<span class='kw'>def</span> <span class='id identifier rubyid_no_fixup_chains_support?'>no_fixup_chains_support?</span>
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='const'>MacOS</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span> <span class='op'>&lt;=</span> <span class='symbol'>:catalina</span>
Expand Down Expand Up @@ -1716,17 +1716,17 @@ <h3 class="signature " id="no_weak_imports_support?-instance_method">
<pre class="lines">


16
17
18
19
20
21
22
23</pre>
27
28
29
30
31
32
33
34</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'extend/os/mac/extend/ENV/shared.rb', line 16</span>
<pre class="code"><span class="info file"># File 'extend/os/mac/extend/ENV/shared.rb', line 27</span>

<span class='kw'>def</span> <span class='id identifier rubyid_no_weak_imports_support?'>no_weak_imports_support?</span>
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='id identifier rubyid_compiler'>compiler</span> <span class='op'>!=</span> <span class='symbol'>:clang</span>
Expand Down

0 comments on commit b7fe257

Please sign in to comment.