ruff 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c541c98e8cefb8f69e7aeadcd951ed4dbd03860e5249e71bd4fc2c74dea920d
4
- data.tar.gz: 6f624a039f35fbcd75369087963fbc2c000581bef27be6fb1f72e14a2298dfba
3
+ metadata.gz: 2d6344aeddea5197fe603fedc295d0a6ccf548120b5ab0764c151a78c0bce3a7
4
+ data.tar.gz: 71a82dba4c494f7f48d59ab0ce44432830132acf3261733b7fb065ea11f1dd83
5
5
  SHA512:
6
- metadata.gz: 64d2f14e420e819219ea97930431b5c406fbc44c80b0d35ad74bdb0dd612d56beabac7312f8abfaf8adecfb687935f8bfa36b84d870453b58441098ed15bb759
7
- data.tar.gz: 11f9aba550098c5c6f46489fbcc3c742c06eabfd95f346f1587071ba963a5b4927a7d40f2e76da947f034a598825196b6e6f6be00c2202b7e3b965015dd4116f
6
+ metadata.gz: 37aa5d26c456ed8ec73c726dd73f39d70ac2b35eff6a875454a40615571485b4940e1c10ddad12a99a137c3c3c6db7059f2f6c36e2b5d06491fed95464040677
7
+ data.tar.gz: c38ece046ce0dd936bc12dd901c948ab22efe428047901c761122738ada0801a65320fb2f39e6104060f149f88b55c7d59350b717c8f07b9efb98f7b23a52116
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruff (1.2.0)
4
+ ruff (1.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
File without changes
@@ -301,7 +301,7 @@
301
301
  </div>
302
302
 
303
303
  <div id="footer">
304
- Generated on Sun Oct 6 23:09:11 2019 by
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>
@@ -404,7 +404,7 @@
404
404
  </div>
405
405
 
406
406
  <div id="footer">
407
- Generated on Sun Oct 6 23:09:11 2019 by
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>
@@ -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) &#x21d2; 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> &#x21d2; 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="handlers=-instance_method">
323
-
324
- #<strong>handlers=</strong>(handlers) &#x21d2; <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, &amp;fun) &#x21d2; <tt><span class='object_link'><a href="" title="Ruff::Handler (class)">Handler</a></span>&lt;A!{<span class='object_link'><a href="Effect.html" title="Ruff::Effect (class)">Effect</a></span>&lt;Arg, Ret&gt;, e}, B!{e}&gt;</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 Sun Oct 6 23:09:11 2019 by
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>
@@ -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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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>
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
 
112
112
  <div id="footer">
113
- Generated on Sun Oct 6 23:09:11 2019 by
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>
@@ -355,7 +355,7 @@
355
355
  </div>
356
356
 
357
357
  <div id="footer">
358
- Generated on Sun Oct 6 23:09:11 2019 by
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 Sun Oct 6 23:09:11 2019 by
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>
@@ -284,7 +284,7 @@
284
284
  </div>
285
285
 
286
286
  <div id="footer">
287
- Generated on Sun Oct 6 23:09:11 2019 by
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>
@@ -148,7 +148,7 @@
148
148
  </div></div>
149
149
 
150
150
  <div id="footer">
151
- Generated on Sun Oct 6 23:09:11 2019 by
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>
@@ -148,7 +148,7 @@
148
148
  </div></div>
149
149
 
150
150
  <div id="footer">
151
- Generated on Sun Oct 6 23:09:11 2019 by
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>
@@ -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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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="even ">
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="odd ">
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 Sun Oct 6 23:09:11 2019 by
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>
@@ -154,5 +154,5 @@ class Ruff::Handler
154
154
  }
155
155
  end
156
156
 
157
- private_methods :handlers=
157
+ private :handlers=
158
158
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ruff
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
data/version CHANGED
@@ -1 +1 @@
1
- 1.3.0
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.0
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