Deploying to gh-pages from @ 1bef5fc5c1 🚀

This commit is contained in:
Sija 2022-08-01 21:51:27 +00:00
parent c19d6dd04d
commit 195180eea6
121 changed files with 1504 additions and 1504 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Crystal Docs 1.3.2">
<meta name="generator" content="Crystal Docs 1.4.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -760,7 +760,7 @@ Holds the assign node and the variable.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L7" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L7" target="_blank">
ameba/ast/variabling/assignment.cr
</a>
@ -782,7 +782,7 @@ Holds the assign node and the variable.</p>
<ul class="list-summary">
<li class="entry-summary">
<a href="#new%28node%2Cvariable%2Cscope%29-class-method" class="signature"><strong>.new</strong>(node, variable, scope)</a>
<a href="#new%28node%3ACrystal%3A%3AASTNode%2Cvariable%3AAmeba%3A%3AAST%3A%3AVariable%2Cscope%3AAmeba%3A%3AAST%3A%3AScope%29-class-method" class="signature"><strong>.new</strong>(node : Crystal::ASTNode, variable : Ameba::AST::Variable, scope : Ameba::AST::Scope)</a>
<div class="summary"><p>Creates a new assignment.</p></div>
@ -853,7 +853,7 @@ Holds the assign node and the variable.</p>
</li>
<li class="entry-summary">
<a href="#referenced%3D%28referenced%29-instance-method" class="signature"><strong>#referenced=</strong>(referenced)</a>
<a href="#referenced%3D%28referenced%3ABool%29-instance-method" class="signature"><strong>#referenced=</strong>(referenced : Bool)</a>
</li>
@ -945,12 +945,12 @@ Holds the assign node and the variable.</p>
Constructor Detail
</h2>
<div class="entry-detail" id="new(node,variable,scope)-class-method">
<div class="entry-detail" id="new(node:Crystal::ASTNode,variable:Ameba::AST::Variable,scope:Ameba::AST::Scope)-class-method">
<div class="signature">
def self.<strong>new</strong>(node, variable, scope)
def self.<strong>new</strong>(node : Crystal::ASTNode, variable : <a href="../../Ameba/AST/Variable.html">Ameba::AST::Variable</a>, scope : <a href="../../Ameba/AST/Scope.html">Ameba::AST::Scope</a>)
<a class="method-permalink" href="#new%28node%2Cvariable%2Cscope%29-class-method">#</a>
<a class="method-permalink" href="#new%28node%3ACrystal%3A%3AASTNode%2Cvariable%3AAmeba%3A%3AAST%3A%3AVariable%2Cscope%3AAmeba%3A%3AAST%3A%3AScope%29-class-method">#</a>
</div>
<div class="doc">
@ -962,7 +962,7 @@ Holds the assign node and the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L31" target="_blank">View source</a>]
</div>
</div>
@ -997,7 +997,7 @@ Holds the assign node and the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1013,7 +1013,7 @@ Holds the assign node and the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1029,7 +1029,7 @@ Holds the assign node and the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1052,7 +1052,7 @@ For example, this assignment is in a branch:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L59" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L59" target="_blank">View source</a>]
</div>
</div>
@ -1068,7 +1068,7 @@ For example, this assignment is in a branch:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1084,7 +1084,7 @@ For example, this assignment is in a branch:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1105,7 +1105,7 @@ For example, this assignment is in a branch:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1128,23 +1128,23 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L49" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L49" target="_blank">View source</a>]
</div>
</div>
<div class="entry-detail" id="referenced=(referenced)-instance-method">
<div class="entry-detail" id="referenced=(referenced:Bool)-instance-method">
<div class="signature">
def <strong>referenced=</strong>(referenced)
def <strong>referenced=</strong>(referenced : Bool)
<a class="method-permalink" href="#referenced%3D%28referenced%29-instance-method">#</a>
<a class="method-permalink" href="#referenced%3D%28referenced%3ABool%29-instance-method">#</a>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1160,7 +1160,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1176,7 +1176,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1197,7 +1197,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1218,7 +1218,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L64" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L64" target="_blank">View source</a>]
</div>
</div>
@ -1234,7 +1234,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1250,7 +1250,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1281,7 +1281,7 @@ i.e.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L96" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L96" target="_blank">View source</a>]
</div>
</div>
@ -1302,7 +1302,7 @@ i.e.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/variabling/assignment.cr#L14" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/variabling/assignment.cr#L14" target="_blank">View source</a>]
</div>
</div>