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 @ crystal-ameba/ameba@c9538220c6 🚀
This commit is contained in:
		
							parent
							
								
									6d3dd18c46
								
							
						
					
					
						commit
						250ec8ff6e
					
				
					 134 changed files with 1225 additions and 1190 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
|   <meta charset="utf-8" /> | ||||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
| <meta name="generator" content="Crystal Docs 1.8.2"> | ||||
| <meta name="generator" content="Crystal Docs 1.9.2"> | ||||
| <meta name="crystal_docs.project_version" content="master"> | ||||
| <meta name="crystal_docs.project_name" content="ameba"> | ||||
| 
 | ||||
|  | @ -23,7 +23,7 @@ | |||
| 
 | ||||
| <svg class="hidden"> | ||||
|   <symbol id="octicon-link" viewBox="0 0 16 16"> | ||||
|     <path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path> | ||||
|     <path fill="currentColor" fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path> | ||||
|   </symbol> | ||||
| </svg> | ||||
| <input type="checkbox" id="sidebar-btn"> | ||||
|  | @ -791,7 +791,7 @@ | |||
| <div class="main-content"> | ||||
| <h1 class="type-name"> | ||||
| 
 | ||||
|   <span class="kind">class</span> Ameba::AST::Scope | ||||
|   <span class="kind">class</span> Ameba::<wbr>AST::<wbr>Scope | ||||
| 
 | ||||
| </h1> | ||||
| 
 | ||||
|  | @ -836,7 +836,7 @@ This is where the local variables belong to.</p> | |||
|   </h2> | ||||
|    | ||||
|      | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L6" target="_blank"> | ||||
|       <a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L6" target="_blank"> | ||||
|         ameba/ast/scope.cr | ||||
|       </a> | ||||
|      | ||||
|  | @ -1184,7 +1184,7 @@ This is where the local variables belong to.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L48" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L48" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1244,7 +1244,7 @@ scope.add_argument(arg_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L68" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L68" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1267,7 +1267,7 @@ scope.add_ivariable(ivar_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L79" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L79" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1290,7 +1290,7 @@ scope.add_type_dec_variable(node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L89" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L89" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1313,7 +1313,7 @@ scope.add_variable(var_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L58" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L58" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1334,7 +1334,7 @@ scope.add_variable(var_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L195" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L195" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1355,7 +1355,7 @@ scope.add_variable(var_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1378,7 +1378,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L110" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L110" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1399,7 +1399,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L141" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L141" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1420,7 +1420,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1442,7 +1442,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L116" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L116" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1463,7 +1463,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L185" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L185" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1479,7 +1479,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1495,7 +1495,7 @@ scope.assign_variable(var_name, assign_node)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1517,7 +1517,7 @@ the same Crystal node as <code>@node</code>.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L214" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L214" 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/7174e81/src/ameba/ast/scope.cr#L99" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L99" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1584,7 +1584,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L133" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L133" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1605,7 +1605,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L32" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L32" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1626,7 +1626,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1642,7 +1642,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1658,7 +1658,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1679,7 +1679,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L35" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L35" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1700,7 +1700,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1721,7 +1721,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1743,7 +1743,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L166" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L166" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1767,7 +1767,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1783,7 +1783,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1799,7 +1799,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1820,7 +1820,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L190" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L190" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1841,7 +1841,7 @@ scope.find_variable(<span class="s">"foo"</span>)</code></pre> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1863,7 +1863,7 @@ type definition, for example a class.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L154" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L154" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1884,7 +1884,7 @@ type definition, for example a class.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1905,7 +1905,7 @@ type definition, for example a class.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L180" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L180" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1926,7 +1926,7 @@ type definition, for example a class.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1947,7 +1947,7 @@ type definition, for example a class.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  | @ -1969,7 +1969,7 @@ type definition, for example a class.</p> | |||
|       <br/> | ||||
|       <div> | ||||
|          | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/7174e81/src/ameba/ast/scope.cr#L175" target="_blank">View source</a>] | ||||
|           [<a href="https://github.com/crystal-ameba/ameba/blob/c953822/src/ameba/ast/scope.cr#L175" target="_blank">View source</a>] | ||||
|          | ||||
|       </div> | ||||
|     </div> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue