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 23, 2023
1 parent f717c53 commit 76372b7
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 132 deletions.
204 changes: 102 additions & 102 deletions docs/OS/Mac/CLT.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,14 +590,14 @@ <h3 class="signature first" id="below_minimum_version?-class_method">
<pre class="lines">


373
374
375
376
377</pre>
383
384
385
386
387</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 373</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 383</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_below_minimum_version?'>below_minimum_version?</span>
<span class='kw'>return</span> <span class='kw'>false</span> <span class='kw'>unless</span> <span class='id identifier rubyid_installed?'>installed?</span>
Expand Down Expand Up @@ -652,13 +652,13 @@ <h3 class="signature " id="detect_clang_version-class_method">
<pre class="lines">


388
389
390
391</pre>
398
399
400
401</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 388</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 398</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_detect_clang_version'>detect_clang_version</span>
<span class='id identifier rubyid_version_output'>version_output</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'>&quot;</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="#PKG_PATH-constant" title="OS::Mac::CLT::PKG_PATH (constant)">PKG_PATH</a></span></span><span class='embexpr_end'>}</span><span class='tstring_content'>/usr/bin/clang</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>--version</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -712,20 +712,20 @@ <h3 class="signature " id="detect_version-class_method">
<pre class="lines">


412
413
414
415
416
417
418
419
420
421
422</pre>
422
423
424
425
426
427
428
429
430
431
432</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 412</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 422</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_detect_version'>detect_version</span>
<span class='id identifier rubyid_version'>version</span> <span class='op'>=</span> <span class='const'>T</span><span class='period'>.</span><span class='id identifier rubyid_let'>let</span><span class='lparen'>(</span><span class='kw'>nil</span><span class='comma'>,</span> <span class='const'>T</span><span class='period'>.</span><span class='id identifier rubyid_nilable'>nilable</span><span class='lparen'>(</span><span class='const'><span class='object_link'><a href="../../String.html" title="String (class)">String</a></span></span><span class='rparen'>)</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -786,12 +786,12 @@ <h3 class="signature " id="detect_version_from_clang_version-class_method">
<pre class="lines">


394
395
396</pre>
404
405
406</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 394</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 404</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_detect_version_from_clang_version'>detect_version_from_clang_version</span>
<span class='id identifier rubyid_detect_clang_version'>detect_clang_version</span><span class='op'>&amp;.</span><span class='id identifier rubyid_sub'>sub</span><span class='lparen'>(</span><span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^(\d+)0(\d)\.</span><span class='regexp_end'>/</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>\\1.\\2.</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
Expand Down Expand Up @@ -844,23 +844,23 @@ <h3 class="signature " id="installation_instructions-class_method">
<pre class="lines">


299
300
301
302
303
304
305
306
307
308
309
310
311
312</pre>
312
313
314
315
316
317
318
319
320
321
322</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 299</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 309</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_installation_instructions'>installation_instructions</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'>==</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>10.14</span><span class='tstring_end'>&quot;</span></span>
Expand Down Expand Up @@ -980,22 +980,22 @@ <h3 class="signature " id="latest_clang_version-class_method">
<pre class="lines">


340
341
342
343
344
345
346
347
348
349
350
351
352</pre>
352
353
354
355
356
357
358
359
360
361
362</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 340</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 350</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_latest_clang_version'>latest_clang_version</span>
<span class='kw'>case</span> <span class='const'>MacOS</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span>
Expand Down Expand Up @@ -1060,22 +1060,22 @@ <h3 class="signature " id="minimum_version-class_method">
<pre class="lines">


358
359
360
361
362
363
364
365
366
367
368
369
370</pre>
370
371
372
373
374
375
376
377
378
379
380</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 358</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 368</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_minimum_version'>minimum_version</span>
<span class='kw'>case</span> <span class='const'>MacOS</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span>
Expand Down Expand Up @@ -1138,15 +1138,15 @@ <h3 class="signature " id="outdated?-class_method">
<pre class="lines">


380
381
382
383
384
385</pre>
390
391
392
393
394
395</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 380</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 390</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_outdated?'>outdated?</span>
<span class='id identifier rubyid_clang_version'>clang_version</span> <span class='op'>=</span> <span class='id identifier rubyid_detect_clang_version'>detect_clang_version</span>
Expand Down Expand Up @@ -1202,12 +1202,12 @@ <h3 class="signature " id="provides_sdk?-class_method">
<pre class="lines">


279
280
281</pre>
289
290
291</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 279</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 289</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_provides_sdk?'>provides_sdk?</span>
<span class='id identifier rubyid_version'>version</span> <span class='op'>&gt;=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>8</span><span class='tstring_end'>&quot;</span></span>
Expand Down Expand Up @@ -1277,12 +1277,12 @@ <h3 class="signature " id="sdk-class_method">
<pre class="lines">


289
290
291</pre>
299
300
301</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 289</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 299</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_sdk'>sdk</span><span class='lparen'>(</span><span class='id identifier rubyid_version'>version</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
<span class='id identifier rubyid_sdk_locator'>sdk_locator</span><span class='period'>.</span><span class='id identifier rubyid_sdk_if_applicable'>sdk_if_applicable</span><span class='lparen'>(</span><span class='id identifier rubyid_version'>version</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -1335,12 +1335,12 @@ <h3 class="signature " id="sdk_locator-class_method">
<pre class="lines">


284
285
286</pre>
294
295
296</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 284</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 294</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_sdk_locator'>sdk_locator</span>
<span class='ivar'>@sdk_locator</span> <span class='op'>||=</span> <span class='const'><span class='object_link'><a href="CLTSDKLocator.html" title="OS::Mac::CLTSDKLocator (class)">CLTSDKLocator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
Expand Down Expand Up @@ -1410,12 +1410,12 @@ <h3 class="signature " id="sdk_path-class_method">
<pre class="lines">


294
295
296</pre>
304
305
306</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 294</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 304</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_sdk_path'>sdk_path</span><span class='lparen'>(</span><span class='id identifier rubyid_version'>version</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
<span class='id identifier rubyid_sdk'>sdk</span><span class='lparen'>(</span><span class='id identifier rubyid_version'>version</span><span class='rparen'>)</span><span class='op'>&amp;.</span><span class='id identifier rubyid_path'>path</span>
Expand Down Expand Up @@ -1468,12 +1468,12 @@ <h3 class="signature " id="separate_header_package?-class_method">
<pre class="lines">


274
275
276</pre>
284
285
286</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 274</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 284</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_separate_header_package?'>separate_header_package?</span>
<span class='id identifier rubyid_version'>version</span> <span class='op'>&gt;=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>10</span><span class='tstring_end'>&quot;</span></span> <span class='op'>&amp;&amp;</span> <span class='const'>MacOS</span><span class='period'>.</span><span class='id identifier rubyid_version'>version</span> <span class='op'>&gt;=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>10.14</span><span class='tstring_end'>&quot;</span></span>
Expand Down Expand Up @@ -1526,16 +1526,6 @@ <h3 class="signature " id="update_instructions-class_method">
<pre class="lines">


315
316
317
318
319
320
321
322
323
324
325
326
327
Expand All @@ -1546,10 +1536,20 @@ <h3 class="signature " id="update_instructions-class_method">
332
333
334
335</pre>
335
336
337
338
339
340
341
342
343
344
345</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 315</span>
<pre class="code"><span class="info file"># File 'os/mac/xcode.rb', line 325</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_update_instructions'>update_instructions</span>
<span class='id identifier rubyid_software_update_location'>software_update_location</span> <span class='op'>=</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'>&gt;=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>13</span><span class='tstring_end'>&quot;</span></span>
Expand Down
Loading

0 comments on commit 76372b7

Please sign in to comment.