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  @ 4b1378aa33 🚀
				
					
				
			This commit is contained in:
		
							parent
							
								
									76aad1519b
								
							
						
					
					
						commit
						fc6bd57973
					
				
					 124 changed files with 756 additions and 728 deletions
				
			
		|  | @ -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> | ||||
|  |  | |||
|  | @ -790,7 +790,7 @@ Holds the assign node and the variable.</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L7" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L7" target="_blank"> | ||||
|         ameba/ast/variabling/assignment.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -992,7 +992,7 @@ Holds the assign node and the variable.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L31" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L31" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1027,7 +1027,7 @@ Holds the assign node and the variable.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L17" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L17" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1043,7 +1043,7 @@ Holds the assign node and the variable.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1059,7 +1059,7 @@ Holds the assign node and the variable.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1082,7 +1082,7 @@ For example, this assignment is in a branch:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L60" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L60" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1098,7 +1098,7 @@ For example, this assignment is in a branch:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1114,7 +1114,7 @@ For example, this assignment is in a branch:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1135,7 +1135,7 @@ For example, this assignment is in a branch:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L11" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L11" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1158,7 +1158,7 @@ For example, this is an op assign:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L50" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L50" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1174,7 +1174,7 @@ For example, this is an op assign:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1190,7 +1190,7 @@ For example, this is an op assign:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1206,7 +1206,7 @@ For example, this is an op assign:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L40" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L40" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1227,7 +1227,7 @@ For example, this is an op assign:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L20" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L20" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1248,7 +1248,7 @@ For example, this is an op assign:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L65" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L65" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1264,7 +1264,7 @@ For example, this is an op assign:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1280,7 +1280,7 @@ For example, this is an op assign:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1311,7 +1311,7 @@ i.e.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L97" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L97" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1332,7 +1332,7 @@ i.e.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/assignment.cr#L14" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/assignment.cr#L14" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -807,7 +807,7 @@ | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/base_visitor.cr#L6" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/base_visitor.cr#L6" target="_blank"> | ||||
|         ameba/ast/visitors/base_visitor.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -925,7 +925,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/base_visitor.cr#L18" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/base_visitor.cr#L18" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -961,7 +961,7 @@ Returns <code>true</code>, meaning all child nodes will be traversed.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/base_visitor.cr#L24" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/base_visitor.cr#L24" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -797,7 +797,7 @@ For example, the branchable if statement contains 3 branches:</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L14" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L14" target="_blank"> | ||||
|         ameba/ast/branch.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -989,7 +989,7 @@ For example, the branchable if statement contains 3 branches:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L32" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L32" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1023,7 +1023,7 @@ For example, the branchable if statement contains 3 branches:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L64" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L64" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1045,7 +1045,7 @@ For example, the branchable if statement contains 3 branches:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L55" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L55" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1096,7 +1096,7 @@ For example, the branchable if statement contains 3 branches:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L23" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L23" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1112,7 +1112,7 @@ For example, the branchable if statement contains 3 branches:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L23" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L23" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1163,7 +1163,7 @@ For example, this branch is in a loop:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1179,7 +1179,7 @@ For example, this branch is in a loop:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L22" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L22" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1195,7 +1195,7 @@ For example, this branch is in a loop:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L22" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L22" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1216,7 +1216,7 @@ For example, this branch is in a loop:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L16" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L16" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1237,7 +1237,7 @@ For example, this branch is in a loop:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L19" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L19" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1253,7 +1253,7 @@ For example, this branch is in a loop:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L21" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L21" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1269,7 +1269,7 @@ For example, this branch is in a loop:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branch.cr#L21" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branch.cr#L21" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -810,7 +810,7 @@ are branchables.</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L15" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L15" target="_blank"> | ||||
|         ameba/ast/branchable.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1061,7 +1061,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L35" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L35" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1091,7 +1091,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L18" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L18" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1107,7 +1107,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L28" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L28" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1123,7 +1123,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L28" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L28" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1139,7 +1139,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L27" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L27" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1155,7 +1155,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L27" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L27" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1177,7 +1177,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L40" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L40" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1198,7 +1198,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L21" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L21" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1219,7 +1219,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L24" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L24" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1235,7 +1235,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L26" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L26" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1251,7 +1251,7 @@ are branchables.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/branchable.cr#L26" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/branchable.cr#L26" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -789,7 +789,7 @@ | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/counting_visitor.cr#L3" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/counting_visitor.cr#L3" target="_blank"> | ||||
|         ameba/ast/visitors/counting_visitor.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -935,7 +935,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/counting_visitor.cr#L9" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/counting_visitor.cr#L9" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -970,7 +970,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/counting_visitor.cr#L19" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/counting_visitor.cr#L19" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -986,7 +986,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/counting_visitor.cr#L6" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/counting_visitor.cr#L6" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1002,7 +1002,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/counting_visitor.cr#L45" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/counting_visitor.cr#L45" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -812,7 +812,7 @@ a parent node, which allows easily search through the related statement | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L18" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L18" target="_blank"> | ||||
|         ameba/ast/flow_expression.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1058,7 +1058,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L36" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L36" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1088,7 +1088,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L29" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L29" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1104,7 +1104,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L29" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L29" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1125,7 +1125,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L22" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L22" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1141,7 +1141,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L28" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L28" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1157,7 +1157,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L28" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L28" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1178,7 +1178,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L25" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L25" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1194,7 +1194,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L27" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L27" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1210,7 +1210,7 @@ a parent node, which allows easily search through the related statement | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L27" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L27" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1238,7 +1238,7 @@ For example:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/flow_expression.cr#L50" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/flow_expression.cr#L50" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -803,7 +803,7 @@ | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/flow_expression_visitor.cr#L6" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/flow_expression_visitor.cr#L6" target="_blank"> | ||||
|         ameba/ast/visitors/flow_expression_visitor.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1023,7 +1023,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/flow_expression_visitor.cr#L12" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/flow_expression_visitor.cr#L12" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -778,7 +778,7 @@ | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L2" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L2" target="_blank"> | ||||
|         ameba/ast/variabling/ivariable.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -916,7 +916,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L10" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L10" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -946,7 +946,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L6" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L6" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -962,7 +962,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L6" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L6" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -978,7 +978,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -994,7 +994,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1010,7 +1010,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L7" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L7" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1026,7 +1026,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L7" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L7" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1042,7 +1042,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L3" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L3" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1058,7 +1058,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1074,7 +1074,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/ivariable.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/ivariable.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -791,7 +791,7 @@ to be inspected by rules.</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L38" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L38" target="_blank"> | ||||
|         ameba/ast/visitors/node_visitor.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1095,7 +1095,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L41" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L41" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1132,7 +1132,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1155,7 +1155,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1178,7 +1178,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1201,7 +1201,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1224,7 +1224,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1247,7 +1247,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1270,7 +1270,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1293,7 +1293,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1316,7 +1316,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1339,7 +1339,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1362,7 +1362,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1385,7 +1385,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1408,7 +1408,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1431,7 +1431,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1454,7 +1454,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1477,7 +1477,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1500,7 +1500,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1523,7 +1523,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1546,7 +1546,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1569,7 +1569,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1592,7 +1592,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1615,7 +1615,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1638,7 +1638,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1661,7 +1661,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L46" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1677,7 +1677,7 @@ to be inspected by rules.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/node_visitor.cr#L59" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/node_visitor.cr#L59" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -791,7 +791,7 @@ is reached.</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L5" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L5" target="_blank"> | ||||
|         ameba/ast/visitors/redundant_control_expression_visitor.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -905,7 +905,7 @@ is reached.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L15" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L15" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -940,7 +940,7 @@ is reached.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L13" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L13" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -961,7 +961,7 @@ is reached.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L7" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L7" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -982,7 +982,7 @@ is reached.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L10" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L10" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -791,7 +791,7 @@ the variable from its reference.</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/reference.cr#L7" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/reference.cr#L7" target="_blank"> | ||||
|         ameba/ast/variabling/reference.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1004,7 +1004,7 @@ the variable from its reference.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/reference.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/reference.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1020,7 +1020,7 @@ the variable from its reference.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/reference.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/reference.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -790,7 +790,7 @@ This is where the local variables belong to.</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L6" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L6" target="_blank"> | ||||
|         ameba/ast/scope.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1089,7 +1089,7 @@ This is where the local variables belong to.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1149,7 +1149,7 @@ scope.add_argument(arg_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L59" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L59" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1172,7 +1172,7 @@ scope.add_ivariable(ivar_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L70" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L70" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1195,7 +1195,7 @@ scope.add_variable(var_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L49" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L49" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1216,7 +1216,7 @@ scope.add_variable(var_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L157" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L157" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1237,7 +1237,7 @@ scope.add_variable(var_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1260,7 +1260,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L90" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L90" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1281,7 +1281,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L121" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L121" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1303,7 +1303,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L96" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L96" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1324,7 +1324,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1340,7 +1340,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L30" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L30" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1356,7 +1356,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L30" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L30" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1378,7 +1378,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L176" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L176" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1401,7 +1401,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L80" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L80" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1445,7 +1445,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L115" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L115" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1466,7 +1466,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1487,7 +1487,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1503,7 +1503,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1519,7 +1519,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1540,7 +1540,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1561,7 +1561,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1582,7 +1582,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1604,7 +1604,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L139" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L139" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1628,7 +1628,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L107" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L107" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1644,7 +1644,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L28" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L28" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1660,7 +1660,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L28" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L28" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1681,7 +1681,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L152" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L152" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1703,7 +1703,7 @@ type definition, for example a class.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1724,7 +1724,7 @@ type definition, for example a class.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -789,7 +789,7 @@ | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/scope_visitor.cr#L5" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/scope_visitor.cr#L5" target="_blank"> | ||||
|         ameba/ast/visitors/scope_visitor.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -941,7 +941,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/scope_visitor.cr#L30" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/scope_visitor.cr#L30" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -790,7 +790,7 @@ can characterize the source (i.e. require statements, modules etc.)</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L4" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L4" target="_blank"> | ||||
|         ameba/ast/visitors/top_level_nodes_visitor.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -919,7 +919,7 @@ can characterize the source (i.e. require statements, modules etc.)</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -949,7 +949,7 @@ can characterize the source (i.e. require statements, modules etc.)</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L5" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L5" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -971,7 +971,7 @@ then always traverse the children.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L20" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L20" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -993,7 +993,7 @@ Returns <code>false</code>, meaning all child nodes will not be traversed.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L26" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L26" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -851,7 +851,7 @@ | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L2" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L2" target="_blank"> | ||||
|         ameba/ast/util.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1028,7 +1028,7 @@ | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L180" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L180" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1050,7 +1050,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L199" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L199" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1071,7 +1071,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L48" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L48" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1092,7 +1092,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L174" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L174" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1115,7 +1115,7 @@ or special call node that interrupts execution (i.e. raise, exit, abort).</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L102" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L102" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1151,7 +1151,7 @@ a flow command <code>return</code>:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L140" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L140" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1172,7 +1172,7 @@ a flow command <code>return</code>:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L54" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L54" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1193,7 +1193,7 @@ a flow command <code>return</code>:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L186" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L186" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1216,7 +1216,7 @@ off-by-one error.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L242" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L242" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1237,7 +1237,7 @@ off-by-one error.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L210" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L210" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1258,7 +1258,7 @@ off-by-one error.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L224" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L224" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1281,7 +1281,7 @@ to determine and cut a piece of source of the node.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L69" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L69" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1303,7 +1303,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L61" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L61" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1324,7 +1324,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L168" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L168" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1345,7 +1345,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L77" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L77" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1366,7 +1366,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L42" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/util.cr#L42" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
|  | @ -804,7 +804,7 @@ Holds the var node and variable assignments.</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L4" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L4" target="_blank"> | ||||
|         ameba/ast/variabling/variable.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1057,7 +1057,7 @@ Holds the var node and variable assignments.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L30" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L30" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1097,7 +1097,7 @@ variable.assignment.size <span class="c"># => 2</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L47" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L47" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1118,7 +1118,7 @@ variable.assignment.size <span class="c"># => 2</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L18" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L18" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1139,7 +1139,7 @@ variable.assignment.size <span class="c"># => 2</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L6" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L6" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1167,7 +1167,7 @@ by block:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L111" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L111" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1188,7 +1188,7 @@ by block:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L160" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L160" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1204,7 +1204,7 @@ by block:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L21" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L21" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1220,7 +1220,7 @@ by block:</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L21" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L21" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1242,7 +1242,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L153" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L153" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1263,7 +1263,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L147" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L147" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1279,7 +1279,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1295,7 +1295,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1311,7 +1311,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L22" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L22" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1327,7 +1327,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L22" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L22" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1348,7 +1348,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L12" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L12" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1371,7 +1371,7 @@ variable.reference(var_node, some_scope)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L70" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L70" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1395,7 +1395,7 @@ variable.reference_assignments!</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L84" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L84" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1419,7 +1419,7 @@ variable.referenced? <span class="c"># => true</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L60" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L60" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1440,7 +1440,7 @@ variable.referenced? <span class="c"># => true</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L9" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L9" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1461,7 +1461,7 @@ variable.referenced? <span class="c"># => true</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L15" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L15" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1482,7 +1482,7 @@ variable.referenced? <span class="c"># => true</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L34" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L34" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1504,7 +1504,7 @@ variable.referenced? <span class="c"># => true</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L135" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L135" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1520,7 +1520,7 @@ variable.referenced? <span class="c"># => true</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L23" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L23" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1536,7 +1536,7 @@ variable.referenced? <span class="c"># => true</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L23" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L23" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1558,7 +1558,7 @@ variable.referenced? <span class="c"># => true</span></code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/variabling/variable.cr#L123" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/4b1378aa/src/ameba/ast/variabling/variable.cr#L123" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue