mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploying to gh-pages from @ a69fba88bd
🚀
This commit is contained in:
parent
b4dcb5ce36
commit
5089bf1c9a
118 changed files with 818 additions and 785 deletions
|
@ -761,7 +761,7 @@ to be inspected by rules.</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L39" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L39" target="_blank">
|
||||
ameba/ast/visitors/node_visitor.cr
|
||||
</a>
|
||||
|
||||
|
@ -1065,7 +1065,7 @@ to be inspected by rules.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L42" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L42" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1094,14 +1094,15 @@ to be inspected by rules.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Alias</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Alias</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1116,14 +1117,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::IsA</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::IsA</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1138,14 +1140,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Assign</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Assign</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1160,14 +1163,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Call</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Call</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1182,14 +1186,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Block</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Block</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1204,14 +1209,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Case</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Case</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1226,14 +1232,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::ClassDef</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::ClassDef</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1248,14 +1255,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::ClassVar</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::ClassVar</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1270,14 +1278,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Def</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Def</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1292,14 +1301,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::EnumDef</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::EnumDef</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1314,14 +1324,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::ExceptionHandler</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::ExceptionHandler</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1336,14 +1347,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Expressions</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Expressions</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1358,14 +1370,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::HashLiteral</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::HashLiteral</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1380,14 +1393,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::If</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::If</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1402,14 +1416,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::InstanceVar</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::InstanceVar</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1424,14 +1439,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::LibDef</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::LibDef</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1446,14 +1462,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::ModuleDef</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::ModuleDef</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1468,14 +1485,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::NilLiteral</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::NilLiteral</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1490,14 +1508,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::StringInterpolation</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::StringInterpolation</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1512,14 +1531,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Unless</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Unless</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1534,14 +1554,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Var</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Var</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1556,14 +1577,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::When</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::When</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1578,14 +1600,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::While</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::While</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1600,14 +1623,15 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
|
||||
<div class="doc">
|
||||
|
||||
<p>A visit callback for <code>Crystal::Until</code> node.
|
||||
Returns true meaning that child nodes will be traversed as well.</p>
|
||||
<p>A visit callback for <code>Crystal::Until</code> node.</p>
|
||||
<p>Returns <code>true</code> if the child nodes should be traversed as well,
|
||||
<code>false</code> otherwise.</p>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1623,7 +1647,7 @@ Returns true meaning that child nodes will be traversed as well.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/528ec460/src/ameba/ast/visitors/node_visitor.cr#L58" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a69fba88/src/ameba/ast/visitors/node_visitor.cr#L60" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue