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@e58f90009f 🚀
This commit is contained in:
parent
10fb3515cf
commit
77d336e2c8
128 changed files with 1851 additions and 1877 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -824,7 +824,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/constant_names.cr#L24" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/constant_names.cr#L24" target="_blank">
|
||||
ameba/rule/style/constant_names.cr
|
||||
</a>
|
||||
|
||||
|
@ -891,7 +891,7 @@
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -932,12 +932,12 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1128,7 +1128,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/constant_names.cr#L24" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/constant_names.cr#L24" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1145,12 +1145,12 @@
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1242,12 +1242,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1256,12 +1256,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1309,7 +1309,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/constant_names.cr#L31" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/constant_names.cr#L31" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -861,7 +861,7 @@ ok</code></pre>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/guard_clause.cr#L54" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/guard_clause.cr#L54" target="_blank">
|
||||
ameba/rule/style/guard_clause.cr
|
||||
</a>
|
||||
|
||||
|
@ -928,7 +928,7 @@ ok</code></pre>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -969,12 +969,12 @@ ok</code></pre>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1091,8 +1091,8 @@ ok</code></pre>
|
|||
raise?</a>,
|
||||
|
||||
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%3F-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String?</span>
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
|
||||
source_between</a>,
|
||||
|
||||
|
||||
|
@ -1309,7 +1309,7 @@ ok</code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/guard_clause.cr#L54" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/guard_clause.cr#L54" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1326,12 +1326,12 @@ ok</code></pre>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1423,12 +1423,12 @@ ok</code></pre>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1437,12 +1437,12 @@ ok</code></pre>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1462,7 +1462,7 @@ ok</code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/guard_clause.cr#L177" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/guard_clause.cr#L177" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1506,7 +1506,7 @@ ok</code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/guard_clause.cr#L69" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/guard_clause.cr#L69" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1522,7 +1522,7 @@ ok</code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/guard_clause.cr#L83" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/guard_clause.cr#L83" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1538,7 +1538,7 @@ ok</code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/guard_clause.cr#L65" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/guard_clause.cr#L65" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -841,7 +841,7 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/is_a_filter.cr#L41" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/is_a_filter.cr#L41" target="_blank">
|
||||
ameba/rule/style/is_a_filter.cr
|
||||
</a>
|
||||
|
||||
|
@ -918,7 +918,7 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -959,12 +959,12 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1187,7 +1187,7 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/is_a_filter.cr#L41" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/is_a_filter.cr#L41" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1204,12 +1204,12 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1301,12 +1301,12 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1315,12 +1315,12 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1396,7 +1396,7 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/is_a_filter.cr#L60" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/is_a_filter.cr#L60" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1412,7 +1412,7 @@ matches.one?(<span class="t">Nil</span>) <span class="c"># => tr
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/is_a_filter.cr#L51" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/is_a_filter.cr#L51" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -824,7 +824,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/is_a_nil.cr#L22" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/is_a_nil.cr#L22" target="_blank">
|
||||
ameba/rule/style/is_a_nil.cr
|
||||
</a>
|
||||
|
||||
|
@ -891,7 +891,7 @@
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -932,12 +932,12 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1039,8 +1039,8 @@
|
|||
raise?</a>,
|
||||
|
||||
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%3F-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String?</span>
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
|
||||
source_between</a>,
|
||||
|
||||
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/is_a_nil.cr#L22" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/is_a_nil.cr#L22" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1237,12 +1237,12 @@
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1334,12 +1334,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1348,12 +1348,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1401,7 +1401,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/is_a_nil.cr#L31" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/is_a_nil.cr#L31" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -829,7 +829,7 @@ large numbers more easily.</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/large_numbers.cr#L29" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/large_numbers.cr#L29" target="_blank">
|
||||
ameba/rule/style/large_numbers.cr
|
||||
</a>
|
||||
|
||||
|
@ -896,7 +896,7 @@ large numbers more easily.</p>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -937,12 +937,12 @@ large numbers more easily.</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1148,7 +1148,7 @@ large numbers more easily.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/large_numbers.cr#L29" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/large_numbers.cr#L29" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1165,12 +1165,12 @@ large numbers more easily.</p>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1262,12 +1262,12 @@ large numbers more easily.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1276,12 +1276,12 @@ large numbers more easily.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1357,7 +1357,7 @@ large numbers more easily.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/large_numbers.cr#L38" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/large_numbers.cr#L38" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -842,7 +842,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/method_names.cr#L40" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/method_names.cr#L40" target="_blank">
|
||||
ameba/rule/style/method_names.cr
|
||||
</a>
|
||||
|
||||
|
@ -909,7 +909,7 @@
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -950,12 +950,12 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1057,8 +1057,8 @@
|
|||
raise?</a>,
|
||||
|
||||
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%3F-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String?</span>
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
|
||||
source_between</a>,
|
||||
|
||||
|
||||
|
@ -1256,7 +1256,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/method_names.cr#L40" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/method_names.cr#L40" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1273,12 +1273,12 @@
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1370,12 +1370,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1384,12 +1384,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1437,7 +1437,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/method_names.cr#L49" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/method_names.cr#L49" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -828,7 +828,7 @@ that is executed if a negated condition is NOT met.</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/negated_conditions_in_unless.cr#L29" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/negated_conditions_in_unless.cr#L29" target="_blank">
|
||||
ameba/rule/style/negated_conditions_in_unless.cr
|
||||
</a>
|
||||
|
||||
|
@ -895,7 +895,7 @@ that is executed if a negated condition is NOT met.</p>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -936,12 +936,12 @@ that is executed if a negated condition is NOT met.</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1136,7 +1136,7 @@ that is executed if a negated condition is NOT met.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/negated_conditions_in_unless.cr#L29" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/negated_conditions_in_unless.cr#L29" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1153,12 +1153,12 @@ that is executed if a negated condition is NOT met.</p>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1250,12 +1250,12 @@ that is executed if a negated condition is NOT met.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1264,12 +1264,12 @@ that is executed if a negated condition is NOT met.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1317,7 +1317,7 @@ that is executed if a negated condition is NOT met.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/negated_conditions_in_unless.cr#L36" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/negated_conditions_in_unless.cr#L36" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -829,7 +829,7 @@ around the condition of <code>if</code>, <code>unless</code>, <code>case,</code>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/parentheses_around_condition.cr#L29" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/parentheses_around_condition.cr#L29" target="_blank">
|
||||
ameba/rule/style/parentheses_around_condition.cr
|
||||
</a>
|
||||
|
||||
|
@ -901,7 +901,7 @@ around the condition of <code>if</code>, <code>unless</code>, <code>case,</code>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -962,12 +962,12 @@ around the condition of <code>if</code>, <code>unless</code>, <code>case,</code>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1163,7 +1163,7 @@ around the condition of <code>if</code>, <code>unless</code>, <code>case,</code>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/parentheses_around_condition.cr#L29" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/parentheses_around_condition.cr#L29" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1180,12 +1180,12 @@ around the condition of <code>if</code>, <code>unless</code>, <code>case,</code>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1333,12 +1333,12 @@ around the condition of <code>if</code>, <code>unless</code>, <code>case,</code>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1347,12 +1347,12 @@ around the condition of <code>if</code>, <code>unless</code>, <code>case,</code>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1400,7 +1400,7 @@ around the condition of <code>if</code>, <code>unless</code>, <code>case,</code>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/parentheses_around_condition.cr#L55" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/parentheses_around_condition.cr#L55" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -826,7 +826,7 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/predicate_name.cr#L26" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/predicate_name.cr#L26" target="_blank">
|
||||
ameba/rule/style/predicate_name.cr
|
||||
</a>
|
||||
|
||||
|
@ -893,7 +893,7 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -934,12 +934,12 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1132,7 +1132,7 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/predicate_name.cr#L26" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/predicate_name.cr#L26" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1149,12 +1149,12 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1246,12 +1246,12 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1260,12 +1260,12 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1313,7 +1313,7 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/predicate_name.cr#L33" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/predicate_name.cr#L33" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -831,7 +831,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/query_bool_methods.cr#L29" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/query_bool_methods.cr#L29" target="_blank">
|
||||
ameba/rule/style/query_bool_methods.cr
|
||||
</a>
|
||||
|
||||
|
@ -903,7 +903,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -944,12 +944,12 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1051,8 +1051,8 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
raise?</a>,
|
||||
|
||||
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%3F-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String?</span>
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
|
||||
source_between</a>,
|
||||
|
||||
|
||||
|
@ -1239,7 +1239,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/query_bool_methods.cr#L29" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/query_bool_methods.cr#L29" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1256,12 +1256,12 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1353,12 +1353,12 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1367,12 +1367,12 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1420,7 +1420,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/query_bool_methods.cr#L40" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/query_bool_methods.cr#L40" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -853,7 +853,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_begin.cr#L58" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_begin.cr#L58" target="_blank">
|
||||
ameba/rule/style/redundant_begin.cr
|
||||
</a>
|
||||
|
||||
|
@ -920,7 +920,7 @@
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -961,12 +961,12 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1068,8 +1068,8 @@
|
|||
raise?</a>,
|
||||
|
||||
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%3F-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String?</span>
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
|
||||
source_between</a>,
|
||||
|
||||
|
||||
|
@ -1278,7 +1278,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_begin.cr#L58" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_begin.cr#L58" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1295,12 +1295,12 @@
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1392,12 +1392,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1406,12 +1406,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1459,7 +1459,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_begin.cr#L67" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_begin.cr#L67" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -888,7 +888,7 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_next.cr#L99" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_next.cr#L99" target="_blank">
|
||||
ameba/rule/style/redundant_next.cr
|
||||
</a>
|
||||
|
||||
|
@ -955,7 +955,7 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -1016,12 +1016,12 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1128,8 +1128,8 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
raise?</a>,
|
||||
|
||||
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%3F-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String?</span>
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
|
||||
source_between</a>,
|
||||
|
||||
|
||||
|
@ -1373,7 +1373,7 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_next.cr#L99" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_next.cr#L99" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1390,12 +1390,12 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1543,12 +1543,12 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1557,12 +1557,12 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1610,7 +1610,7 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_next.cr#L115" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_next.cr#L115" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1626,7 +1626,7 @@ without arguments. Sometimes such statements are used to yild the <code>nil</cod
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_next.cr#L111" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_next.cr#L111" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -885,7 +885,7 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_return.cr#L96" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_return.cr#L96" target="_blank">
|
||||
ameba/rule/style/redundant_return.cr
|
||||
</a>
|
||||
|
||||
|
@ -952,7 +952,7 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -1013,12 +1013,12 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1125,8 +1125,8 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
raise?</a>,
|
||||
|
||||
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%3F-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String?</span>
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
|
||||
source_between</a>,
|
||||
|
||||
|
||||
|
@ -1367,7 +1367,7 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_return.cr#L96" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_return.cr#L96" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1384,12 +1384,12 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1537,12 +1537,12 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1551,12 +1551,12 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1604,7 +1604,7 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_return.cr#L112" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_return.cr#L112" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1620,7 +1620,7 @@ without arguments. Sometimes such returns are used to return the <code>nil</code
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/redundant_return.cr#L108" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/redundant_return.cr#L108" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -854,7 +854,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/type_names.cr#L54" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/type_names.cr#L54" target="_blank">
|
||||
ameba/rule/style/type_names.cr
|
||||
</a>
|
||||
|
||||
|
@ -921,7 +921,7 @@
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -962,12 +962,12 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1188,7 +1188,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/type_names.cr#L54" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/type_names.cr#L54" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1205,12 +1205,12 @@
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1302,12 +1302,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1316,12 +1316,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1369,7 +1369,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/type_names.cr#L61" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/type_names.cr#L61" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -841,7 +841,7 @@ an <code>if</code>, so the previous invalid example would become this:</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/unless_else.cr#L45" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/unless_else.cr#L45" target="_blank">
|
||||
ameba/rule/style/unless_else.cr
|
||||
</a>
|
||||
|
||||
|
@ -908,7 +908,7 @@ an <code>if</code>, so the previous invalid example would become this:</p>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -949,12 +949,12 @@ an <code>if</code>, so the previous invalid example would become this:</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1162,7 +1162,7 @@ an <code>if</code>, so the previous invalid example would become this:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/unless_else.cr#L45" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/unless_else.cr#L45" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1179,12 +1179,12 @@ an <code>if</code>, so the previous invalid example would become this:</p>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1276,12 +1276,12 @@ an <code>if</code>, so the previous invalid example would become this:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1290,12 +1290,12 @@ an <code>if</code>, so the previous invalid example would become this:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1343,7 +1343,7 @@ an <code>if</code>, so the previous invalid example would become this:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/unless_else.cr#L52" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/unless_else.cr#L52" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -825,7 +825,7 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/variable_names.cr#L25" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/variable_names.cr#L25" target="_blank">
|
||||
ameba/rule/style/variable_names.cr
|
||||
</a>
|
||||
|
||||
|
@ -892,7 +892,7 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -933,12 +933,12 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1137,7 +1137,7 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/variable_names.cr#L25" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/variable_names.cr#L25" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1154,12 +1154,12 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1251,12 +1251,12 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1265,12 +1265,12 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1318,7 +1318,7 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/variable_names.cr#L36" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/variable_names.cr#L36" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1346,7 +1346,7 @@ that are tested by this rule, it should add an issue.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/variable_names.cr#L32" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/variable_names.cr#L32" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -832,7 +832,7 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/verbose_block.cr#L30" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/verbose_block.cr#L30" target="_blank">
|
||||
ameba/rule/style/verbose_block.cr
|
||||
</a>
|
||||
|
||||
|
@ -904,7 +904,7 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -995,32 +995,32 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#max_length%3AInt32%3F-instance-method" class="signature"><strong>#max_length</strong> : Int32?</a>
|
||||
<a href="#max_length%3AInt32%7CNil-instance-method" class="signature"><strong>#max_length</strong> : Int32 | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#max_length%3D%28max_length%3AInt32%3F%29-instance-method" class="signature"><strong>#max_length=</strong>(max_length : Int32?)</a>
|
||||
<a href="#max_length%3D%28max_length%3AInt32%7CNil%29-instance-method" class="signature"><strong>#max_length=</strong>(max_length : Int32 | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#max_line_length%3AInt32%3F-instance-method" class="signature"><strong>#max_line_length</strong> : Int32?</a>
|
||||
<a href="#max_line_length%3AInt32%7CNil-instance-method" class="signature"><strong>#max_line_length</strong> : Int32 | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#max_line_length%3D%28max_line_length%3AInt32%3F%29-instance-method" class="signature"><strong>#max_line_length=</strong>(max_line_length : Int32?)</a>
|
||||
<a href="#max_line_length%3D%28max_line_length%3AInt32%7CNil%29-instance-method" class="signature"><strong>#max_line_length=</strong>(max_line_length : Int32 | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1122,8 +1122,8 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
raise?</a>,
|
||||
|
||||
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%3F-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String?</span>
|
||||
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
|
||||
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
|
||||
source_between</a>,
|
||||
|
||||
|
||||
|
@ -1311,7 +1311,7 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/verbose_block.cr#L30" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/verbose_block.cr#L30" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1328,12 +1328,12 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1565,12 +1565,12 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1579,12 +1579,12 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1593,12 +1593,12 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="max_length:Int32?-instance-method">
|
||||
<div class="entry-detail" id="max_length:Int32|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>max_length</strong> : Int32?
|
||||
def <strong>max_length</strong> : Int32 | Nil
|
||||
|
||||
<a class="method-permalink" href="#max_length%3AInt32%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#max_length%3AInt32%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1607,12 +1607,12 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="max_length=(max_length:Int32?)-instance-method">
|
||||
<div class="entry-detail" id="max_length=(max_length:Int32|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>max_length=</strong>(max_length : Int32?)
|
||||
def <strong>max_length=</strong>(max_length : Int32 | Nil)
|
||||
|
||||
<a class="method-permalink" href="#max_length%3D%28max_length%3AInt32%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#max_length%3D%28max_length%3AInt32%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1621,12 +1621,12 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="max_line_length:Int32?-instance-method">
|
||||
<div class="entry-detail" id="max_line_length:Int32|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>max_line_length</strong> : Int32?
|
||||
def <strong>max_line_length</strong> : Int32 | Nil
|
||||
|
||||
<a class="method-permalink" href="#max_line_length%3AInt32%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#max_line_length%3AInt32%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1635,12 +1635,12 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="max_line_length=(max_line_length:Int32?)-instance-method">
|
||||
<div class="entry-detail" id="max_line_length=(max_line_length:Int32|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>max_line_length=</strong>(max_line_length : Int32?)
|
||||
def <strong>max_line_length=</strong>(max_line_length : Int32 | Nil)
|
||||
|
||||
<a class="method-permalink" href="#max_line_length%3D%28max_line_length%3AInt32%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#max_line_length%3D%28max_line_length%3AInt32%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1688,7 +1688,7 @@ argument as a receiver, that can be collapsed into a short form.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/verbose_block.cr#L215" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/verbose_block.cr#L215" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -828,7 +828,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/while_true.cr#L28" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/while_true.cr#L28" target="_blank">
|
||||
ameba/rule/style/while_true.cr
|
||||
</a>
|
||||
|
||||
|
@ -895,7 +895,7 @@
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#parsed_doc%3AString%3F-class-method" class="signature"><strong>.parsed_doc</strong> : String?</a>
|
||||
<a href="#parsed_doc%3AString%7CNil-class-method" class="signature"><strong>.parsed_doc</strong> : String | Nil</a>
|
||||
|
||||
<div class="summary"><p>Returns documentation for this rule, if there is any.</p></div>
|
||||
|
||||
|
@ -936,12 +936,12 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3AArray%28String%29%3F-instance-method" class="signature"><strong>#excluded</strong> : Array(String)?</a>
|
||||
<a href="#excluded%3AArray%28String%29%7CNil-instance-method" class="signature"><strong>#excluded</strong> : Array(String) | Nil</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String)?)</a>
|
||||
<a href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method" class="signature"><strong>#excluded=</strong>(excluded : Array(String) | Nil)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1136,7 +1136,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/while_true.cr#L28" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/while_true.cr#L28" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1153,12 +1153,12 @@
|
|||
Class Method Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="parsed_doc:String?-class-method">
|
||||
<div class="entry-detail" id="parsed_doc:String|Nil-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>parsed_doc</strong> : String?
|
||||
def self.<strong>parsed_doc</strong> : String | Nil
|
||||
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%3F-class-method">#</a>
|
||||
<a class="method-permalink" href="#parsed_doc%3AString%7CNil-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -1250,12 +1250,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded:Array(String)?-instance-method">
|
||||
<div class="entry-detail" id="excluded:Array(String)|Nil-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded</strong> : Array(String)?
|
||||
def <strong>excluded</strong> : Array(String) | Nil
|
||||
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%3F-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3AArray%28String%29%7CNil-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1264,12 +1264,12 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)?)-instance-method">
|
||||
<div class="entry-detail" id="excluded=(excluded:Array(String)|Nil)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>excluded=</strong>(excluded : Array(String)?)
|
||||
def <strong>excluded=</strong>(excluded : Array(String) | Nil)
|
||||
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%3F%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#excluded%3D%28excluded%3AArray%28String%29%7CNil%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1317,7 +1317,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/rule/style/while_true.cr#L35" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/rule/style/while_true.cr#L35" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue