Deploying to gh-pages from @ 4b1378aa33 🚀

This commit is contained in:
Sija 2022-12-12 18:55:51 +00:00
parent 76aad1519b
commit fc6bd57973
124 changed files with 756 additions and 728 deletions

View file

@ -797,7 +797,7 @@ Holds the reference to the variable, thus to scope.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L15" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L15" target="_blank">
ameba/ast/variabling/argument.cr
</a>
@ -841,6 +841,13 @@ Holds the reference to the variable, thus to scope.</p>
</h2>
<ul class="list-summary">
<li class="entry-summary">
<a href="#anonymous%3F-instance-method" class="signature"><strong>#anonymous?</strong></a>
<div class="summary"><p>Returns <code>true</code> if the <code><a href="../../Ameba/AST/Argument.html#name-instance-method">#name</a></code> is empty, <code>false</code> otherwise.</p></div>
</li>
<li class="entry-summary">
<a href="#end_location%28%2Aargs%2C%2A%2Aoptions%29-instance-method" class="signature"><strong>#end_location</strong>(*args, **options)</a>
@ -854,7 +861,7 @@ Holds the reference to the variable, thus to scope.</p>
<li class="entry-summary">
<a href="#ignored%3F-instance-method" class="signature"><strong>#ignored?</strong></a>
<div class="summary"><p>Returns <code>true</code> if the name starts with '_', <code>false</code> if not.</p></div>
<div class="summary"><p>Returns <code>true</code> if the <code><a href="../../Ameba/AST/Argument.html#name-instance-method">#name</a></code> starts with '_', <code>false</code> otherwise.</p></div>
</li>
@ -956,7 +963,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L31" target="_blank">View source</a>]
</div>
</div>
@ -975,6 +982,27 @@ Holds the reference to the variable, thus to scope.</p>
Instance Method Detail
</h2>
<div class="entry-detail" id="anonymous?-instance-method">
<div class="signature">
def <strong>anonymous?</strong>
<a class="method-permalink" href="#anonymous%3F-instance-method">#</a>
</div>
<div class="doc">
<p>Returns <code>true</code> if the <code><a href="../../Ameba/AST/Argument.html#name-instance-method">#name</a></code> is empty, <code>false</code> otherwise.</p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L35" target="_blank">View source</a>]
</div>
</div>
<div class="entry-detail" id="end_location(*args,**options)-instance-method">
<div class="signature">
@ -986,7 +1014,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1002,7 +1030,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1017,13 +1045,13 @@ Holds the reference to the variable, thus to scope.</p>
<div class="doc">
<p>Returns <code>true</code> if the name starts with '_', <code>false</code> if not.</p>
<p>Returns <code>true</code> if the <code><a href="../../Ameba/AST/Argument.html#name-instance-method">#name</a></code> starts with '_', <code>false</code> otherwise.</p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L40" target="_blank">View source</a>]
</div>
</div>
@ -1039,7 +1067,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1055,7 +1083,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1076,7 +1104,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L45" target="_blank">View source</a>]
</div>
</div>
@ -1097,7 +1125,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1113,7 +1141,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1129,7 +1157,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1150,7 +1178,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/argument.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/argument.cr#L20" target="_blank">View source</a>]
</div>
</div>