ruff 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/docs/.nojekyll +0 -0
- data/docs/Ruff.html +1 -1
- data/docs/Ruff/Effect.html +1 -1
- data/docs/Ruff/Handler.html +2 -65
- data/docs/Ruff/Standard.html +1 -1
- data/docs/Ruff/Standard/Async.html +1 -1
- data/docs/Ruff/Standard/Async/Instance.html +1 -1
- data/docs/Ruff/Standard/CurrentTime.html +1 -1
- data/docs/Ruff/Standard/CurrentTime/Instance.html +1 -1
- data/docs/Ruff/Standard/Defer.html +1 -1
- data/docs/Ruff/Standard/Defer/Instance.html +1 -1
- data/docs/Ruff/Standard/MeasureTime.html +1 -1
- data/docs/Ruff/Standard/MeasureTime/Instance.html +1 -1
- data/docs/Ruff/Standard/State.html +1 -1
- data/docs/Ruff/Standard/State/Instance.html +1 -1
- data/docs/Ruff/Throws.html +1 -1
- data/docs/Ruff/Throws/Eff.html +1 -1
- data/docs/Ruff/Throws/Resend.html +1 -1
- data/docs/_index.html +1 -1
- data/docs/file.README.html +1 -1
- data/docs/index.html +1 -1
- data/docs/method_list.html +38 -46
- data/docs/top-level-namespace.html +1 -1
- data/lib/ruff/handler.rb +1 -1
- data/lib/ruff/version.rb +1 -1
- data/version +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2d6344aeddea5197fe603fedc295d0a6ccf548120b5ab0764c151a78c0bce3a7
|
|
4
|
+
data.tar.gz: 71a82dba4c494f7f48d59ab0ce44432830132acf3261733b7fb065ea11f1dd83
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37aa5d26c456ed8ec73c726dd73f39d70ac2b35eff6a875454a40615571485b4940e1c10ddad12a99a137c3c3c6db7059f2f6c36e2b5d06491fed95464040677
|
|
7
|
+
data.tar.gz: c38ece046ce0dd936bc12dd901c948ab22efe428047901c761122738ada0801a65320fb2f39e6104060f149f88b55c7d59350b717c8f07b9efb98f7b23a52116
|
data/Gemfile.lock
CHANGED
data/docs/.nojekyll
ADDED
|
File without changes
|
data/docs/Ruff.html
CHANGED
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
</div>
|
|
302
302
|
|
|
303
303
|
<div id="footer">
|
|
304
|
-
Generated on
|
|
304
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
305
305
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
306
306
|
0.9.20 (ruby-2.6.5).
|
|
307
307
|
</div>
|
data/docs/Ruff/Effect.html
CHANGED
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
</div>
|
|
405
405
|
|
|
406
406
|
<div id="footer">
|
|
407
|
-
Generated on
|
|
407
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
408
408
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
409
409
|
0.9.20 (ruby-2.6.5).
|
|
410
410
|
</div>
|
data/docs/Ruff/Handler.html
CHANGED
|
@@ -132,29 +132,6 @@
|
|
|
132
132
|
<li class="public ">
|
|
133
133
|
<span class="summary_signature">
|
|
134
134
|
|
|
135
|
-
<a href="#handlers=-instance_method" title="#handlers= (instance method)">#<strong>handlers=</strong>(handlers) ⇒ Object </a>
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
</span>
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<span class="summary_desc"><div class='inline'><p>is also private method.</p>
|
|
150
|
-
</div></span>
|
|
151
|
-
|
|
152
|
-
</li>
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
<li class="public ">
|
|
156
|
-
<span class="summary_signature">
|
|
157
|
-
|
|
158
135
|
<a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> ⇒ Handler </a>
|
|
159
136
|
|
|
160
137
|
|
|
@@ -319,47 +296,7 @@ Value handler is set <code>id</code> function to by default.</p>
|
|
|
319
296
|
|
|
320
297
|
|
|
321
298
|
<div class="method_details first">
|
|
322
|
-
<h3 class="signature first" id="
|
|
323
|
-
|
|
324
|
-
#<strong>handlers=</strong>(handlers) ⇒ <tt>Object</tt>
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
</h3><div class="docstring">
|
|
331
|
-
<div class="discussion">
|
|
332
|
-
<p>is also private method.</p>
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
</div>
|
|
336
|
-
</div>
|
|
337
|
-
<div class="tags">
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
</div><table class="source_code">
|
|
341
|
-
<tr>
|
|
342
|
-
<td>
|
|
343
|
-
<pre class="lines">
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
111
|
|
347
|
-
112
|
|
348
|
-
113</pre>
|
|
349
|
-
</td>
|
|
350
|
-
<td>
|
|
351
|
-
<pre class="code"><span class="info file"># File 'lib/ruff/handler.rb', line 111</span>
|
|
352
|
-
|
|
353
|
-
<span class='kw'>def</span> <span class='id identifier rubyid_handlers='>handlers=</span><span class='lparen'>(</span><span class='id identifier rubyid_handlers'>handlers</span><span class='rparen'>)</span>
|
|
354
|
-
<span class='ivar'>@handlers</span> <span class='op'>=</span> <span class='id identifier rubyid_handlers'>handlers</span><span class='period'>.</span><span class='id identifier rubyid_dup'>dup</span>
|
|
355
|
-
<span class='kw'>end</span></pre>
|
|
356
|
-
</td>
|
|
357
|
-
</tr>
|
|
358
|
-
</table>
|
|
359
|
-
</div>
|
|
360
|
-
|
|
361
|
-
<div class="method_details ">
|
|
362
|
-
<h3 class="signature " id="on-instance_method">
|
|
299
|
+
<h3 class="signature first" id="on-instance_method">
|
|
363
300
|
|
|
364
301
|
#<strong>on</strong>(eff, &fun) ⇒ <tt><span class='object_link'><a href="" title="Ruff::Handler (class)">Handler</a></span><A!{<span class='object_link'><a href="Effect.html" title="Ruff::Effect (class)">Effect</a></span><Arg, Ret>, e}, B!{e}></tt>
|
|
365
302
|
|
|
@@ -686,7 +623,7 @@ in effect handlers of the handler.</p>
|
|
|
686
623
|
</div>
|
|
687
624
|
|
|
688
625
|
<div id="footer">
|
|
689
|
-
Generated on
|
|
626
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
690
627
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
691
628
|
0.9.20 (ruby-2.6.5).
|
|
692
629
|
</div>
|
data/docs/Ruff/Standard.html
CHANGED
|
@@ -135,7 +135,7 @@ Each module provides <code>Instance</code> class to instantiate and handle the i
|
|
|
135
135
|
</div>
|
|
136
136
|
|
|
137
137
|
<div id="footer">
|
|
138
|
-
Generated on
|
|
138
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
139
139
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
140
140
|
0.9.20 (ruby-2.6.5).
|
|
141
141
|
</div>
|
|
@@ -536,7 +536,7 @@ The module has an instance of <code>Instance</code> and provides its methods as
|
|
|
536
536
|
</div>
|
|
537
537
|
|
|
538
538
|
<div id="footer">
|
|
539
|
-
Generated on
|
|
539
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
540
540
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
541
541
|
0.9.20 (ruby-2.6.5).
|
|
542
542
|
</div>
|
|
@@ -672,7 +672,7 @@ including <code>Async.async</code> , <code>Async.yield</code> and <code>Async.aw
|
|
|
672
672
|
</div>
|
|
673
673
|
|
|
674
674
|
<div id="footer">
|
|
675
|
-
Generated on
|
|
675
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
676
676
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
677
677
|
0.9.20 (ruby-2.6.5).
|
|
678
678
|
</div>
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
</div>
|
|
363
363
|
|
|
364
364
|
<div id="footer">
|
|
365
|
-
Generated on
|
|
365
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
366
366
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
367
367
|
0.9.20 (ruby-2.6.5).
|
|
368
368
|
</div>
|
|
@@ -461,7 +461,7 @@ But it still has the possibility to invoke effects(<code>e</code>).</p>
|
|
|
461
461
|
</div>
|
|
462
462
|
|
|
463
463
|
<div id="footer">
|
|
464
|
-
Generated on
|
|
464
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
465
465
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
466
466
|
0.9.20 (ruby-2.6.5).
|
|
467
467
|
</div>
|
|
@@ -363,7 +363,7 @@ and the implementation to defer procedures .</p>
|
|
|
363
363
|
</div>
|
|
364
364
|
|
|
365
365
|
<div id="footer">
|
|
366
|
-
Generated on
|
|
366
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
367
367
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
368
368
|
0.9.20 (ruby-2.6.5).
|
|
369
369
|
</div>
|
|
@@ -503,7 +503,7 @@ But it still has the possibility to invoke effects(<code>e</code>).</p>
|
|
|
503
503
|
</div>
|
|
504
504
|
|
|
505
505
|
<div id="footer">
|
|
506
|
-
Generated on
|
|
506
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
507
507
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
508
508
|
0.9.20 (ruby-2.6.5).
|
|
509
509
|
</div>
|
|
@@ -379,7 +379,7 @@ and the implementation to measure and report execution time .</p>
|
|
|
379
379
|
</div>
|
|
380
380
|
|
|
381
381
|
<div id="footer">
|
|
382
|
-
Generated on
|
|
382
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
383
383
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
384
384
|
0.9.20 (ruby-2.6.5).
|
|
385
385
|
</div>
|
|
@@ -489,7 +489,7 @@ It still has the possibility to invoke effects(<code>e</code>).</p>
|
|
|
489
489
|
</div>
|
|
490
490
|
|
|
491
491
|
<div id="footer">
|
|
492
|
-
Generated on
|
|
492
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
493
493
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
494
494
|
0.9.20 (ruby-2.6.5).
|
|
495
495
|
</div>
|
|
@@ -589,7 +589,7 @@ and the implementation of the mutable cell or so-called <em>state</em> .</p>
|
|
|
589
589
|
</div>
|
|
590
590
|
|
|
591
591
|
<div id="footer">
|
|
592
|
-
Generated on
|
|
592
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
593
593
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
594
594
|
0.9.20 (ruby-2.6.5).
|
|
595
595
|
</div>
|
|
@@ -798,7 +798,7 @@ But it still has the possibility to invoke effects(<code>e</code>).</p>
|
|
|
798
798
|
</div>
|
|
799
799
|
|
|
800
800
|
<div id="footer">
|
|
801
|
-
Generated on
|
|
801
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
802
802
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
803
803
|
0.9.20 (ruby-2.6.5).
|
|
804
804
|
</div>
|
data/docs/Ruff/Throws.html
CHANGED
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
</div>
|
|
111
111
|
|
|
112
112
|
<div id="footer">
|
|
113
|
-
Generated on
|
|
113
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
114
114
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
115
115
|
0.9.20 (ruby-2.6.5).
|
|
116
116
|
</div>
|
data/docs/Ruff/Throws/Eff.html
CHANGED
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
</div>
|
|
356
356
|
|
|
357
357
|
<div id="footer">
|
|
358
|
-
Generated on
|
|
358
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
359
359
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
360
360
|
0.9.20 (ruby-2.6.5).
|
|
361
361
|
</div>
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
</div>
|
|
356
356
|
|
|
357
357
|
<div id="footer">
|
|
358
|
-
Generated on
|
|
358
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
359
359
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
360
360
|
0.9.20 (ruby-2.6.5).
|
|
361
361
|
</div>
|
data/docs/_index.html
CHANGED
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
</div>
|
|
285
285
|
|
|
286
286
|
<div id="footer">
|
|
287
|
-
Generated on
|
|
287
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
288
288
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
289
289
|
0.9.20 (ruby-2.6.5).
|
|
290
290
|
</div>
|
data/docs/file.README.html
CHANGED
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
</div></div>
|
|
149
149
|
|
|
150
150
|
<div id="footer">
|
|
151
|
-
Generated on
|
|
151
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
152
152
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
153
153
|
0.9.20 (ruby-2.6.5).
|
|
154
154
|
</div>
|
data/docs/index.html
CHANGED
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
</div></div>
|
|
149
149
|
|
|
150
150
|
<div id="footer">
|
|
151
|
-
Generated on
|
|
151
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
152
152
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
153
153
|
0.9.20 (ruby-2.6.5).
|
|
154
154
|
</div>
|
data/docs/method_list.html
CHANGED
|
@@ -213,14 +213,6 @@
|
|
|
213
213
|
|
|
214
214
|
|
|
215
215
|
<li class="even ">
|
|
216
|
-
<div class="item">
|
|
217
|
-
<span class='object_link'><a href="Ruff/Handler.html#handlers=-instance_method" title="Ruff::Handler#handlers= (method)">#handlers=</a></span>
|
|
218
|
-
<small>Ruff::Handler</small>
|
|
219
|
-
</div>
|
|
220
|
-
</li>
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
<li class="odd ">
|
|
224
216
|
<div class="item">
|
|
225
217
|
<span class='object_link'><a href="Ruff/Effect.html#id-instance_method" title="Ruff::Effect#id (method)">#id</a></span>
|
|
226
218
|
<small>Ruff::Effect</small>
|
|
@@ -228,7 +220,7 @@
|
|
|
228
220
|
</li>
|
|
229
221
|
|
|
230
222
|
|
|
231
|
-
<li class="
|
|
223
|
+
<li class="odd ">
|
|
232
224
|
<div class="item">
|
|
233
225
|
<span class='object_link'><a href="Ruff/Throws/Eff.html#id-instance_method" title="Ruff::Throws::Eff#id (method)">#id</a></span>
|
|
234
226
|
<small>Ruff::Throws::Eff</small>
|
|
@@ -236,7 +228,7 @@
|
|
|
236
228
|
</li>
|
|
237
229
|
|
|
238
230
|
|
|
239
|
-
<li class="
|
|
231
|
+
<li class="even ">
|
|
240
232
|
<div class="item">
|
|
241
233
|
<span class='object_link'><a href="Ruff/Effect.html#initialize-instance_method" title="Ruff::Effect#initialize (method)">#initialize</a></span>
|
|
242
234
|
<small>Ruff::Effect</small>
|
|
@@ -244,7 +236,7 @@
|
|
|
244
236
|
</li>
|
|
245
237
|
|
|
246
238
|
|
|
247
|
-
<li class="
|
|
239
|
+
<li class="odd ">
|
|
248
240
|
<div class="item">
|
|
249
241
|
<span class='object_link'><a href="Ruff/Handler.html#initialize-instance_method" title="Ruff::Handler#initialize (method)">#initialize</a></span>
|
|
250
242
|
<small>Ruff::Handler</small>
|
|
@@ -252,7 +244,7 @@
|
|
|
252
244
|
</li>
|
|
253
245
|
|
|
254
246
|
|
|
255
|
-
<li class="
|
|
247
|
+
<li class="even ">
|
|
256
248
|
<div class="item">
|
|
257
249
|
<span class='object_link'><a href="Ruff/Throws/Eff.html#initialize-instance_method" title="Ruff::Throws::Eff#initialize (method)">#initialize</a></span>
|
|
258
250
|
<small>Ruff::Throws::Eff</small>
|
|
@@ -260,7 +252,7 @@
|
|
|
260
252
|
</li>
|
|
261
253
|
|
|
262
254
|
|
|
263
|
-
<li class="
|
|
255
|
+
<li class="odd ">
|
|
264
256
|
<div class="item">
|
|
265
257
|
<span class='object_link'><a href="Ruff/Throws/Resend.html#initialize-instance_method" title="Ruff::Throws::Resend#initialize (method)">#initialize</a></span>
|
|
266
258
|
<small>Ruff::Throws::Resend</small>
|
|
@@ -268,7 +260,7 @@
|
|
|
268
260
|
</li>
|
|
269
261
|
|
|
270
262
|
|
|
271
|
-
<li class="
|
|
263
|
+
<li class="even ">
|
|
272
264
|
<div class="item">
|
|
273
265
|
<span class='object_link'><a href="Ruff/Standard/Async/Instance.html#initialize-instance_method" title="Ruff::Standard::Async::Instance#initialize (method)">#initialize</a></span>
|
|
274
266
|
<small>Ruff::Standard::Async::Instance</small>
|
|
@@ -276,7 +268,7 @@
|
|
|
276
268
|
</li>
|
|
277
269
|
|
|
278
270
|
|
|
279
|
-
<li class="
|
|
271
|
+
<li class="odd ">
|
|
280
272
|
<div class="item">
|
|
281
273
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime/Instance.html#initialize-instance_method" title="Ruff::Standard::CurrentTime::Instance#initialize (method)">#initialize</a></span>
|
|
282
274
|
<small>Ruff::Standard::CurrentTime::Instance</small>
|
|
@@ -284,7 +276,7 @@
|
|
|
284
276
|
</li>
|
|
285
277
|
|
|
286
278
|
|
|
287
|
-
<li class="
|
|
279
|
+
<li class="even ">
|
|
288
280
|
<div class="item">
|
|
289
281
|
<span class='object_link'><a href="Ruff/Standard/Defer/Instance.html#initialize-instance_method" title="Ruff::Standard::Defer::Instance#initialize (method)">#initialize</a></span>
|
|
290
282
|
<small>Ruff::Standard::Defer::Instance</small>
|
|
@@ -292,7 +284,7 @@
|
|
|
292
284
|
</li>
|
|
293
285
|
|
|
294
286
|
|
|
295
|
-
<li class="
|
|
287
|
+
<li class="odd ">
|
|
296
288
|
<div class="item">
|
|
297
289
|
<span class='object_link'><a href="Ruff/Standard/MeasureTime/Instance.html#initialize-instance_method" title="Ruff::Standard::MeasureTime::Instance#initialize (method)">#initialize</a></span>
|
|
298
290
|
<small>Ruff::Standard::MeasureTime::Instance</small>
|
|
@@ -300,7 +292,7 @@
|
|
|
300
292
|
</li>
|
|
301
293
|
|
|
302
294
|
|
|
303
|
-
<li class="
|
|
295
|
+
<li class="even ">
|
|
304
296
|
<div class="item">
|
|
305
297
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#initialize-instance_method" title="Ruff::Standard::State::Instance#initialize (method)">#initialize</a></span>
|
|
306
298
|
<small>Ruff::Standard::State::Instance</small>
|
|
@@ -308,7 +300,7 @@
|
|
|
308
300
|
</li>
|
|
309
301
|
|
|
310
302
|
|
|
311
|
-
<li class="
|
|
303
|
+
<li class="odd ">
|
|
312
304
|
<div class="item">
|
|
313
305
|
<span class='object_link'><a href="Ruff.html#instance-class_method" title="Ruff.instance (method)">instance</a></span>
|
|
314
306
|
<small>Ruff</small>
|
|
@@ -316,7 +308,7 @@
|
|
|
316
308
|
</li>
|
|
317
309
|
|
|
318
310
|
|
|
319
|
-
<li class="
|
|
311
|
+
<li class="even ">
|
|
320
312
|
<div class="item">
|
|
321
313
|
<span class='object_link'><a href="Ruff/Throws/Resend.html#k-instance_method" title="Ruff::Throws::Resend#k (method)">#k</a></span>
|
|
322
314
|
<small>Ruff::Throws::Resend</small>
|
|
@@ -324,7 +316,7 @@
|
|
|
324
316
|
</li>
|
|
325
317
|
|
|
326
318
|
|
|
327
|
-
<li class="
|
|
319
|
+
<li class="odd ">
|
|
328
320
|
<div class="item">
|
|
329
321
|
<span class='object_link'><a href="Ruff/Standard/MeasureTime/Instance.html#measure-instance_method" title="Ruff::Standard::MeasureTime::Instance#measure (method)">#measure</a></span>
|
|
330
322
|
<small>Ruff::Standard::MeasureTime::Instance</small>
|
|
@@ -332,7 +324,7 @@
|
|
|
332
324
|
</li>
|
|
333
325
|
|
|
334
326
|
|
|
335
|
-
<li class="
|
|
327
|
+
<li class="even ">
|
|
336
328
|
<div class="item">
|
|
337
329
|
<span class='object_link'><a href="Ruff/Standard/MeasureTime.html#measure-class_method" title="Ruff::Standard::MeasureTime.measure (method)">measure</a></span>
|
|
338
330
|
<small>Ruff::Standard::MeasureTime</small>
|
|
@@ -340,7 +332,7 @@
|
|
|
340
332
|
</li>
|
|
341
333
|
|
|
342
334
|
|
|
343
|
-
<li class="
|
|
335
|
+
<li class="odd ">
|
|
344
336
|
<div class="item">
|
|
345
337
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#modify-instance_method" title="Ruff::Standard::State::Instance#modify (method)">#modify</a></span>
|
|
346
338
|
<small>Ruff::Standard::State::Instance</small>
|
|
@@ -348,7 +340,7 @@
|
|
|
348
340
|
</li>
|
|
349
341
|
|
|
350
342
|
|
|
351
|
-
<li class="
|
|
343
|
+
<li class="even ">
|
|
352
344
|
<div class="item">
|
|
353
345
|
<span class='object_link'><a href="Ruff/Standard/State.html#modify-class_method" title="Ruff::Standard::State.modify (method)">modify</a></span>
|
|
354
346
|
<small>Ruff::Standard::State</small>
|
|
@@ -356,7 +348,7 @@
|
|
|
356
348
|
</li>
|
|
357
349
|
|
|
358
350
|
|
|
359
|
-
<li class="
|
|
351
|
+
<li class="odd ">
|
|
360
352
|
<div class="item">
|
|
361
353
|
<span class='object_link'><a href="Ruff/Handler.html#on-instance_method" title="Ruff::Handler#on (method)">#on</a></span>
|
|
362
354
|
<small>Ruff::Handler</small>
|
|
@@ -364,7 +356,7 @@
|
|
|
364
356
|
</li>
|
|
365
357
|
|
|
366
358
|
|
|
367
|
-
<li class="
|
|
359
|
+
<li class="even ">
|
|
368
360
|
<div class="item">
|
|
369
361
|
<span class='object_link'><a href="Ruff/Effect.html#perform-instance_method" title="Ruff::Effect#perform (method)">#perform</a></span>
|
|
370
362
|
<small>Ruff::Effect</small>
|
|
@@ -372,7 +364,7 @@
|
|
|
372
364
|
</li>
|
|
373
365
|
|
|
374
366
|
|
|
375
|
-
<li class="
|
|
367
|
+
<li class="odd ">
|
|
376
368
|
<div class="item">
|
|
377
369
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#put-instance_method" title="Ruff::Standard::State::Instance#put (method)">#put</a></span>
|
|
378
370
|
<small>Ruff::Standard::State::Instance</small>
|
|
@@ -380,7 +372,7 @@
|
|
|
380
372
|
</li>
|
|
381
373
|
|
|
382
374
|
|
|
383
|
-
<li class="
|
|
375
|
+
<li class="even ">
|
|
384
376
|
<div class="item">
|
|
385
377
|
<span class='object_link'><a href="Ruff/Standard/State.html#put-class_method" title="Ruff::Standard::State.put (method)">put</a></span>
|
|
386
378
|
<small>Ruff::Standard::State</small>
|
|
@@ -388,7 +380,7 @@
|
|
|
388
380
|
</li>
|
|
389
381
|
|
|
390
382
|
|
|
391
|
-
<li class="
|
|
383
|
+
<li class="odd ">
|
|
392
384
|
<div class="item">
|
|
393
385
|
<span class='object_link'><a href="Ruff/Standard/Defer/Instance.html#register-instance_method" title="Ruff::Standard::Defer::Instance#register (method)">#register</a></span>
|
|
394
386
|
<small>Ruff::Standard::Defer::Instance</small>
|
|
@@ -396,7 +388,7 @@
|
|
|
396
388
|
</li>
|
|
397
389
|
|
|
398
390
|
|
|
399
|
-
<li class="
|
|
391
|
+
<li class="even ">
|
|
400
392
|
<div class="item">
|
|
401
393
|
<span class='object_link'><a href="Ruff/Standard/Defer.html#register-class_method" title="Ruff::Standard::Defer.register (method)">register</a></span>
|
|
402
394
|
<small>Ruff::Standard::Defer</small>
|
|
@@ -404,7 +396,7 @@
|
|
|
404
396
|
</li>
|
|
405
397
|
|
|
406
398
|
|
|
407
|
-
<li class="
|
|
399
|
+
<li class="odd ">
|
|
408
400
|
<div class="item">
|
|
409
401
|
<span class='object_link'><a href="Ruff/Handler.html#run-instance_method" title="Ruff::Handler#run (method)">#run</a></span>
|
|
410
402
|
<small>Ruff::Handler</small>
|
|
@@ -412,7 +404,7 @@
|
|
|
412
404
|
</li>
|
|
413
405
|
|
|
414
406
|
|
|
415
|
-
<li class="
|
|
407
|
+
<li class="even ">
|
|
416
408
|
<div class="item">
|
|
417
409
|
<span class='object_link'><a href="Ruff/Handler.html#to-instance_method" title="Ruff::Handler#to (method)">#to</a></span>
|
|
418
410
|
<small>Ruff::Handler</small>
|
|
@@ -420,7 +412,7 @@
|
|
|
420
412
|
</li>
|
|
421
413
|
|
|
422
414
|
|
|
423
|
-
<li class="
|
|
415
|
+
<li class="odd ">
|
|
424
416
|
<div class="item">
|
|
425
417
|
<span class='object_link'><a href="Ruff/Standard/Async/Instance.html#with-instance_method" title="Ruff::Standard::Async::Instance#with (method)">#with</a></span>
|
|
426
418
|
<small>Ruff::Standard::Async::Instance</small>
|
|
@@ -428,7 +420,7 @@
|
|
|
428
420
|
</li>
|
|
429
421
|
|
|
430
422
|
|
|
431
|
-
<li class="
|
|
423
|
+
<li class="even ">
|
|
432
424
|
<div class="item">
|
|
433
425
|
<span class='object_link'><a href="Ruff/Standard/Async.html#with-class_method" title="Ruff::Standard::Async.with (method)">with</a></span>
|
|
434
426
|
<small>Ruff::Standard::Async</small>
|
|
@@ -436,7 +428,7 @@
|
|
|
436
428
|
</li>
|
|
437
429
|
|
|
438
430
|
|
|
439
|
-
<li class="
|
|
431
|
+
<li class="odd ">
|
|
440
432
|
<div class="item">
|
|
441
433
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime/Instance.html#with-instance_method" title="Ruff::Standard::CurrentTime::Instance#with (method)">#with</a></span>
|
|
442
434
|
<small>Ruff::Standard::CurrentTime::Instance</small>
|
|
@@ -444,7 +436,7 @@
|
|
|
444
436
|
</li>
|
|
445
437
|
|
|
446
438
|
|
|
447
|
-
<li class="
|
|
439
|
+
<li class="even ">
|
|
448
440
|
<div class="item">
|
|
449
441
|
<span class='object_link'><a href="Ruff/Standard/CurrentTime.html#with-class_method" title="Ruff::Standard::CurrentTime.with (method)">with</a></span>
|
|
450
442
|
<small>Ruff::Standard::CurrentTime</small>
|
|
@@ -452,7 +444,7 @@
|
|
|
452
444
|
</li>
|
|
453
445
|
|
|
454
446
|
|
|
455
|
-
<li class="
|
|
447
|
+
<li class="odd ">
|
|
456
448
|
<div class="item">
|
|
457
449
|
<span class='object_link'><a href="Ruff/Standard/Defer/Instance.html#with-instance_method" title="Ruff::Standard::Defer::Instance#with (method)">#with</a></span>
|
|
458
450
|
<small>Ruff::Standard::Defer::Instance</small>
|
|
@@ -460,7 +452,7 @@
|
|
|
460
452
|
</li>
|
|
461
453
|
|
|
462
454
|
|
|
463
|
-
<li class="
|
|
455
|
+
<li class="even ">
|
|
464
456
|
<div class="item">
|
|
465
457
|
<span class='object_link'><a href="Ruff/Standard/Defer.html#with-class_method" title="Ruff::Standard::Defer.with (method)">with</a></span>
|
|
466
458
|
<small>Ruff::Standard::Defer</small>
|
|
@@ -468,7 +460,7 @@
|
|
|
468
460
|
</li>
|
|
469
461
|
|
|
470
462
|
|
|
471
|
-
<li class="
|
|
463
|
+
<li class="odd ">
|
|
472
464
|
<div class="item">
|
|
473
465
|
<span class='object_link'><a href="Ruff/Standard/MeasureTime/Instance.html#with-instance_method" title="Ruff::Standard::MeasureTime::Instance#with (method)">#with</a></span>
|
|
474
466
|
<small>Ruff::Standard::MeasureTime::Instance</small>
|
|
@@ -476,7 +468,7 @@
|
|
|
476
468
|
</li>
|
|
477
469
|
|
|
478
470
|
|
|
479
|
-
<li class="
|
|
471
|
+
<li class="even ">
|
|
480
472
|
<div class="item">
|
|
481
473
|
<span class='object_link'><a href="Ruff/Standard/MeasureTime.html#with-class_method" title="Ruff::Standard::MeasureTime.with (method)">with</a></span>
|
|
482
474
|
<small>Ruff::Standard::MeasureTime</small>
|
|
@@ -484,7 +476,7 @@
|
|
|
484
476
|
</li>
|
|
485
477
|
|
|
486
478
|
|
|
487
|
-
<li class="
|
|
479
|
+
<li class="odd ">
|
|
488
480
|
<div class="item">
|
|
489
481
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#with-instance_method" title="Ruff::Standard::State::Instance#with (method)">#with</a></span>
|
|
490
482
|
<small>Ruff::Standard::State::Instance</small>
|
|
@@ -492,7 +484,7 @@
|
|
|
492
484
|
</li>
|
|
493
485
|
|
|
494
486
|
|
|
495
|
-
<li class="
|
|
487
|
+
<li class="even ">
|
|
496
488
|
<div class="item">
|
|
497
489
|
<span class='object_link'><a href="Ruff/Standard/State.html#with-class_method" title="Ruff::Standard::State.with (method)">with</a></span>
|
|
498
490
|
<small>Ruff::Standard::State</small>
|
|
@@ -500,7 +492,7 @@
|
|
|
500
492
|
</li>
|
|
501
493
|
|
|
502
494
|
|
|
503
|
-
<li class="
|
|
495
|
+
<li class="odd ">
|
|
504
496
|
<div class="item">
|
|
505
497
|
<span class='object_link'><a href="Ruff/Standard/State/Instance.html#with_init-instance_method" title="Ruff::Standard::State::Instance#with_init (method)">#with_init</a></span>
|
|
506
498
|
<small>Ruff::Standard::State::Instance</small>
|
|
@@ -508,7 +500,7 @@
|
|
|
508
500
|
</li>
|
|
509
501
|
|
|
510
502
|
|
|
511
|
-
<li class="
|
|
503
|
+
<li class="even ">
|
|
512
504
|
<div class="item">
|
|
513
505
|
<span class='object_link'><a href="Ruff/Standard/State.html#with_init-class_method" title="Ruff::Standard::State.with_init (method)">with_init</a></span>
|
|
514
506
|
<small>Ruff::Standard::State</small>
|
|
@@ -516,7 +508,7 @@
|
|
|
516
508
|
</li>
|
|
517
509
|
|
|
518
510
|
|
|
519
|
-
<li class="
|
|
511
|
+
<li class="odd ">
|
|
520
512
|
<div class="item">
|
|
521
513
|
<span class='object_link'><a href="Ruff/Standard/Async/Instance.html#yield-instance_method" title="Ruff::Standard::Async::Instance#yield (method)">#yield</a></span>
|
|
522
514
|
<small>Ruff::Standard::Async::Instance</small>
|
|
@@ -524,7 +516,7 @@
|
|
|
524
516
|
</li>
|
|
525
517
|
|
|
526
518
|
|
|
527
|
-
<li class="
|
|
519
|
+
<li class="even ">
|
|
528
520
|
<div class="item">
|
|
529
521
|
<span class='object_link'><a href="Ruff/Standard/Async.html#yield-class_method" title="Ruff::Standard::Async.yield (method)">yield</a></span>
|
|
530
522
|
<small>Ruff::Standard::Async</small>
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
</div>
|
|
101
101
|
|
|
102
102
|
<div id="footer">
|
|
103
|
-
Generated on
|
|
103
|
+
Generated on Mon Oct 7 02:29:28 2019 by
|
|
104
104
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
105
105
|
0.9.20 (ruby-2.6.5).
|
|
106
106
|
</div>
|
data/lib/ruff/handler.rb
CHANGED
data/lib/ruff/version.rb
CHANGED
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.3.
|
|
1
|
+
1.3.1
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruff
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- nymphium
|
|
@@ -53,6 +53,7 @@ files:
|
|
|
53
53
|
- LICENSE
|
|
54
54
|
- README.md
|
|
55
55
|
- Rakefile
|
|
56
|
+
- docs/.nojekyll
|
|
56
57
|
- docs/Ruff.html
|
|
57
58
|
- docs/Ruff/Effect.html
|
|
58
59
|
- docs/Ruff/Handler.html
|