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">
|
||||
|
||||
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue