Skip to content

Commit

Permalink
@fixed Trying to fix runtime slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Dec 14, 2024
1 parent 95e4216 commit 14d8b44
Show file tree
Hide file tree
Showing 117 changed files with 23,090 additions and 1,191 deletions.
1 change: 1 addition & 0 deletions bin/commands/changes.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @@changelog @@changes
require 'tty-markdown'

MARKDOWN_THEME = {
em: %i[white dark],
Expand Down
76 changes: 70 additions & 6 deletions docs/doc/Array.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Array

&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37

</title>

Expand Down Expand Up @@ -263,7 +263,25 @@ <h3 class="signature first" id="cap_first-instance_method">

</ul>

</div>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">


31
32
33</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/array/array.rb', line 31</span>

<span class='kw'>def</span> <span class='id identifier rubyid_cap_first'>cap_first</span>
<span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='symbol'>:cap_first</span><span class='rparen'>)</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

<div class="method_details ">
Expand Down Expand Up @@ -303,7 +321,25 @@ <h3 class="signature " id="good?-instance_method">

</ul>

</div>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">


59
60
61</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/good.rb', line 59</span>

<span class='kw'>def</span> <span class='id identifier rubyid_good?'>good?</span>
<span class='op'>!</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='op'>&amp;&amp;</span> <span class='op'>!</span><span class='id identifier rubyid_empty?'>empty?</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

<div class="method_details ">
Expand Down Expand Up @@ -342,17 +378,45 @@ <h3 class="signature " id="utf8-instance_method">

</ul>

</div>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">


17
18
19
20
21
22
23
24</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/array/array.rb', line 17</span>

<span class='kw'>def</span> <span class='id identifier rubyid_utf8'>utf8</span>
<span class='id identifier rubyid_c'>c</span> <span class='op'>=</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_class'>class</span>
<span class='kw'>if</span> <span class='const'><span class='object_link'><a href="String.html" title="String (class)">String</a></span></span><span class='period'>.</span><span class='id identifier rubyid_method_defined?'>method_defined?</span> <span class='symbol'>:force_encoding</span>
<span class='id identifier rubyid_replace'>replace</span> <span class='id identifier rubyid_c'>c</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_map'>map</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='symbol'>:utf8</span><span class='rparen'>)</span><span class='rparen'>)</span>
<span class='kw'>else</span>
<span class='kw'>self</span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

</div>

</div>

<div id="footer">
Generated on Tue Mar 26 11:00:42 2024 by
Generated on Sun Dec 1 11:01:05 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.2.0).
0.9.37 (ruby-3.3.0).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/doc/BooleanTermParser.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: BooleanTermParser

&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37

</title>

Expand Down Expand Up @@ -105,9 +105,9 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Tue Mar 26 11:00:42 2024 by
Generated on Sun Dec 1 11:01:05 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.2.0).
0.9.37 (ruby-3.3.0).
</div>

</div>
Expand Down
68 changes: 62 additions & 6 deletions docs/doc/BooleanTermParser/Clause.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: BooleanTermParser::Clause

&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37

</title>

Expand Down Expand Up @@ -221,7 +221,27 @@ <h3 class="signature first" id="initialize-instance_method">
<div class="tags">


</div>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">


42
43
44
45</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 42</span>

<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_operator'>operator</span><span class='comma'>,</span> <span class='id identifier rubyid_term'>term</span><span class='rparen'>)</span>
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_operator'>operator</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="Operator.html" title="BooleanTermParser::Operator (class)">Operator</a></span></span><span class='period'>.</span><span class='id identifier rubyid_symbol'><span class='object_link'><a href="Operator.html#symbol-class_method" title="BooleanTermParser::Operator.symbol (method)">symbol</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_operator'>operator</span><span class='rparen'>)</span>
<span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_term'>term</span> <span class='op'>=</span> <span class='id identifier rubyid_term'>term</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

</div>
Expand Down Expand Up @@ -250,7 +270,25 @@ <h3 class="signature first" id="operator-instance_method">
<div class="tags">


</div>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">


40
41
42</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 40</span>

<span class='kw'>def</span> <span class='id identifier rubyid_operator'>operator</span>
<span class='ivar'>@operator</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>


Expand All @@ -274,7 +312,25 @@ <h3 class="signature " id="term-instance_method">
<div class="tags">


</div>
</div><table class="source_code">
<tr>
<td>
<pre class="lines">


40
41
42</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 40</span>

<span class='kw'>def</span> <span class='id identifier rubyid_term'>term</span>
<span class='ivar'>@term</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

</div>
Expand All @@ -283,9 +339,9 @@ <h3 class="signature " id="term-instance_method">
</div>

<div id="footer">
Generated on Tue Mar 26 11:00:42 2024 by
Generated on Sun Dec 1 11:01:06 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.2.0).
0.9.37 (ruby-3.3.0).
</div>

</div>
Expand Down
44 changes: 40 additions & 4 deletions docs/doc/BooleanTermParser/Operator.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: BooleanTermParser::Operator

&mdash; Documentation by YARD 0.9.36
&mdash; Documentation by YARD 0.9.37

</title>

Expand Down Expand Up @@ -154,17 +154,53 @@ <h3 class="signature first" id="symbol-class_method">



</h3>
</h3><table class="source_code">
<tr>
<td>
<pre class="lines">


25
26
27
28
29
30
31
32
33
34
35
36</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/doing/boolean_term_parser.rb', line 25</span>

<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_symbol'>symbol</span><span class='lparen'>(</span><span class='id identifier rubyid_str'>str</span><span class='rparen'>)</span>
<span class='kw'>case</span> <span class='id identifier rubyid_str'>str</span>
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>+</span><span class='tstring_end'>&#39;</span></span>
<span class='symbol'>:must</span>
<span class='kw'>when</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>-</span><span class='tstring_end'>&#39;</span></span>
<span class='symbol'>:must_not</span>
<span class='kw'>when</span> <span class='kw'>nil</span>
<span class='symbol'>:should</span>
<span class='kw'>else</span>
<span class='id identifier rubyid_raise'>raise</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Unknown operator: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_str'>str</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
<span class='kw'>end</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

</div>

</div>

<div id="footer">
Generated on Tue Mar 26 11:00:42 2024 by
Generated on Sun Dec 1 11:01:06 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.2.0).
0.9.37 (ruby-3.3.0).
</div>

</div>
Expand Down
Loading

0 comments on commit 14d8b44

Please sign in to comment.