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 @ 4533e52aa5 🚀
This commit is contained in:
parent
2350a89133
commit
76aad1519b
125 changed files with 933 additions and 986 deletions
|
|
@ -851,7 +851,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/ast/util.cr#L2" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L2" target="_blank">
|
||||
ameba/ast/util.cr
|
||||
</a>
|
||||
|
||||
|
|
@ -891,7 +891,7 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#dynamic_literal%3F%28node%2Cinclude_paths%3Dfalse%29%3ABool-instance-method" class="signature"><strong>#dynamic_literal?</strong>(node, include_paths = <span class="n">false</span>) : Bool</a>
|
||||
<a href="#dynamic_literal%3F%28node%29%3ABool-instance-method" class="signature"><strong>#dynamic_literal?</strong>(node) : Bool</a>
|
||||
|
||||
<div class="summary"><p>Returns <code>true</code> if current <code>node</code> is a dynamic literal, <code>false</code> otherwise.</p></div>
|
||||
|
||||
|
|
@ -919,7 +919,7 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#literal%3F%28node%2Cinclude_paths%3Dfalse%29%3ABool-instance-method" class="signature"><strong>#literal?</strong>(node, include_paths = <span class="n">false</span>) : Bool</a>
|
||||
<a href="#literal%3F%28node%29%3ABool-instance-method" class="signature"><strong>#literal?</strong>(node) : Bool</a>
|
||||
|
||||
<div class="summary"><p>Returns <code>true</code> if current <code>node</code> is a literal, <code>false</code> otherwise.</p></div>
|
||||
|
||||
|
|
@ -982,7 +982,7 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#static_literal%3F%28node%2Cinclude_paths%3Dfalse%29%3ABool-instance-method" class="signature"><strong>#static_literal?</strong>(node, include_paths = <span class="n">false</span>) : Bool</a>
|
||||
<a href="#static_literal%3F%28node%29%3ABool-instance-method" class="signature"><strong>#static_literal?</strong>(node) : Bool</a>
|
||||
|
||||
<div class="summary"><p>Returns <code>true</code> if current <code>node</code> is a static literal, <code>false</code> otherwise.</p></div>
|
||||
|
||||
|
|
@ -1028,7 +1028,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/ast/util.cr#L182" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L180" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1050,17 +1050,17 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/ast/util.cr#L201" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L199" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="dynamic_literal?(node,include_paths=false):Bool-instance-method">
|
||||
<div class="entry-detail" id="dynamic_literal?(node):Bool-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>dynamic_literal?</strong>(node, include_paths = <span class="n">false</span>) : Bool
|
||||
def <strong>dynamic_literal?</strong>(node) : Bool
|
||||
|
||||
<a class="method-permalink" href="#dynamic_literal%3F%28node%2Cinclude_paths%3Dfalse%29%3ABool-instance-method">#</a>
|
||||
<a class="method-permalink" href="#dynamic_literal%3F%28node%29%3ABool-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
|
@ -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/150ba6c7/src/ameba/ast/util.cr#L50" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L176" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L104" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L102" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1151,17 +1151,17 @@ a flow command <code>return</code>:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/ast/util.cr#L142" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L140" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="literal?(node,include_paths=false):Bool-instance-method">
|
||||
<div class="entry-detail" id="literal?(node):Bool-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>literal?</strong>(node, include_paths = <span class="n">false</span>) : Bool
|
||||
def <strong>literal?</strong>(node) : Bool
|
||||
|
||||
<a class="method-permalink" href="#literal%3F%28node%2Cinclude_paths%3Dfalse%29%3ABool-instance-method">#</a>
|
||||
<a class="method-permalink" href="#literal%3F%28node%29%3ABool-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
|
@ -1172,7 +1172,7 @@ a flow command <code>return</code>:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/ast/util.cr#L56" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L188" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L244" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L212" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L226" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L71" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L63" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/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/150ba6c7/src/ameba/ast/util.cr#L170" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L168" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1345,17 +1345,17 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/ast/util.cr#L79" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L77" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="static_literal?(node,include_paths=false):Bool-instance-method">
|
||||
<div class="entry-detail" id="static_literal?(node):Bool-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>static_literal?</strong>(node, include_paths = <span class="n">false</span>) : Bool
|
||||
def <strong>static_literal?</strong>(node) : Bool
|
||||
|
||||
<a class="method-permalink" href="#static_literal%3F%28node%2Cinclude_paths%3Dfalse%29%3ABool-instance-method">#</a>
|
||||
<a class="method-permalink" href="#static_literal%3F%28node%29%3ABool-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
|
@ -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/150ba6c7/src/ameba/ast/util.cr#L44" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/ast/util.cr#L42" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue