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 @ 1bef5fc5c1
🚀
This commit is contained in:
parent
c19d6dd04d
commit
195180eea6
121 changed files with 1504 additions and 1504 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.3.2">
|
||||
<meta name="generator" content="Crystal Docs 1.4.1">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -777,7 +777,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/visitors/base_visitor.cr#L6" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/visitors/base_visitor.cr#L6" target="_blank">
|
||||
ameba/ast/visitors/base_visitor.cr
|
||||
</a>
|
||||
|
||||
|
@ -799,7 +799,7 @@
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#new%28rule%2Csource%29-class-method" class="signature"><strong>.new</strong>(rule, source)</a>
|
||||
<a href="#new%28rule%3AAmeba%3A%3ARule%3A%3ABase%2Csource%3AAmeba%3A%3ASource%29-class-method" class="signature"><strong>.new</strong>(rule : Ameba::Rule::Base, source : Ameba::Source)</a>
|
||||
|
||||
<div class="summary"><p>Creates instance of this visitor.</p></div>
|
||||
|
||||
|
@ -878,12 +878,12 @@
|
|||
Constructor Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="new(rule,source)-class-method">
|
||||
<div class="entry-detail" id="new(rule:Ameba::Rule::Base,source:Ameba::Source)-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>new</strong>(rule, source)
|
||||
def self.<strong>new</strong>(rule : <a href="../../Ameba/Rule/Base.html">Ameba::Rule::Base</a>, source : <a href="../../Ameba/Source.html">Ameba::Source</a>)
|
||||
|
||||
<a class="method-permalink" href="#new%28rule%2Csource%29-class-method">#</a>
|
||||
<a class="method-permalink" href="#new%28rule%3AAmeba%3A%3ARule%3A%3ABase%2Csource%3AAmeba%3A%3ASource%29-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -895,7 +895,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/visitors/base_visitor.cr#L18" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/visitors/base_visitor.cr#L18" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -931,7 +931,7 @@ Returns true meaning all child nodes will be traversed.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/ast/visitors/base_visitor.cr#L24" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/ast/visitors/base_visitor.cr#L24" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue