compony 0.3.3 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -0
  3. data/Gemfile.lock +3 -3
  4. data/README.md +41 -0
  5. data/Rakefile +2 -2
  6. data/VERSION +1 -1
  7. data/compony.gemspec +5 -5
  8. data/doc/ComponentGenerator.html +1 -1
  9. data/doc/Components.html +1 -1
  10. data/doc/ComponentsGenerator.html +1 -1
  11. data/doc/Compony/Component.html +9 -9
  12. data/doc/Compony/ComponentMixins/Default/Labelling.html +1 -1
  13. data/doc/Compony/ComponentMixins/Default/Standalone/ResourcefulVerbDsl.html +1 -1
  14. data/doc/Compony/ComponentMixins/Default/Standalone/StandaloneDsl.html +6 -6
  15. data/doc/Compony/ComponentMixins/Default/Standalone/VerbDsl.html +1 -1
  16. data/doc/Compony/ComponentMixins/Default/Standalone.html +1 -1
  17. data/doc/Compony/ComponentMixins/Default.html +1 -1
  18. data/doc/Compony/ComponentMixins/Resourceful.html +1 -1
  19. data/doc/Compony/ComponentMixins.html +1 -1
  20. data/doc/Compony/Components/Button.html +1 -1
  21. data/doc/Compony/Components/Destroy.html +1 -1
  22. data/doc/Compony/Components/Edit.html +18 -18
  23. data/doc/Compony/Components/Form.html +316 -90
  24. data/doc/Compony/Components/New.html +18 -18
  25. data/doc/Compony/Components/WithForm.html +94 -19
  26. data/doc/Compony/Components.html +1 -1
  27. data/doc/Compony/ControllerMixin.html +1 -1
  28. data/doc/Compony/Engine.html +1 -1
  29. data/doc/Compony/MethodAccessibleHash.html +1 -1
  30. data/doc/Compony/ModelFields/Anchormodel.html +1 -1
  31. data/doc/Compony/ModelFields/Association.html +1 -1
  32. data/doc/Compony/ModelFields/Attachment.html +1 -1
  33. data/doc/Compony/ModelFields/Base.html +1 -1
  34. data/doc/Compony/ModelFields/Boolean.html +1 -1
  35. data/doc/Compony/ModelFields/Color.html +1 -1
  36. data/doc/Compony/ModelFields/Currency.html +1 -1
  37. data/doc/Compony/ModelFields/Date.html +1 -1
  38. data/doc/Compony/ModelFields/Datetime.html +1 -1
  39. data/doc/Compony/ModelFields/Decimal.html +1 -1
  40. data/doc/Compony/ModelFields/Email.html +1 -1
  41. data/doc/Compony/ModelFields/Float.html +1 -1
  42. data/doc/Compony/ModelFields/Integer.html +1 -1
  43. data/doc/Compony/ModelFields/Percentage.html +1 -1
  44. data/doc/Compony/ModelFields/Phone.html +1 -1
  45. data/doc/Compony/ModelFields/RichText.html +1 -1
  46. data/doc/Compony/ModelFields/String.html +1 -1
  47. data/doc/Compony/ModelFields/Text.html +1 -1
  48. data/doc/Compony/ModelFields/Time.html +1 -1
  49. data/doc/Compony/ModelFields/Url.html +1 -1
  50. data/doc/Compony/ModelFields.html +1 -1
  51. data/doc/Compony/ModelMixin.html +26 -26
  52. data/doc/Compony/NaturalOrdering.html +1 -1
  53. data/doc/Compony/RequestContext.html +1 -1
  54. data/doc/Compony/Version.html +1 -1
  55. data/doc/Compony/ViewHelpers.html +1 -1
  56. data/doc/Compony.html +2 -2
  57. data/doc/ComponyController.html +1 -1
  58. data/doc/_index.html +1 -1
  59. data/doc/file.README.html +42 -1
  60. data/doc/index.html +42 -1
  61. data/doc/method_list.html +122 -98
  62. data/doc/top-level-namespace.html +1 -1
  63. data/lib/compony/component.rb +4 -4
  64. data/lib/compony/component_mixins/default/standalone/standalone_dsl.rb +3 -3
  65. data/lib/compony/components/edit.rb +4 -1
  66. data/lib/compony/components/form.rb +74 -9
  67. data/lib/compony/components/new.rb +4 -1
  68. data/lib/compony/components/with_form.rb +12 -1
  69. data/lib/compony/model_mixin.rb +8 -1
  70. data/lib/compony.rb +1 -1
  71. metadata +5 -5
@@ -265,7 +265,7 @@
265
265
 
266
266
 
267
267
  <h3 class="inherited">Methods inherited from <span class='object_link'><a href="WithForm.html" title="Compony::Components::WithForm (class)">WithForm</a></span></h3>
268
- <p class="inherited"><span class='object_link'><a href="WithForm.html#form_comp-instance_method" title="Compony::Components::WithForm#form_comp (method)">#form_comp</a></span>, <span class='object_link'><a href="WithForm.html#form_comp_class-instance_method" title="Compony::Components::WithForm#form_comp_class (method)">#form_comp_class</a></span>, <span class='object_link'><a href="WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="WithForm.html#submit_path-instance_method" title="Compony::Components::WithForm#submit_path (method)">#submit_path</a></span>, <span class='object_link'><a href="WithForm.html#submit_verb-instance_method" title="Compony::Components::WithForm#submit_verb (method)">#submit_verb</a></span></p>
268
+ <p class="inherited"><span class='object_link'><a href="WithForm.html#form_cancancan_action-instance_method" title="Compony::Components::WithForm#form_cancancan_action (method)">#form_cancancan_action</a></span>, <span class='object_link'><a href="WithForm.html#form_comp-instance_method" title="Compony::Components::WithForm#form_comp (method)">#form_comp</a></span>, <span class='object_link'><a href="WithForm.html#form_comp_class-instance_method" title="Compony::Components::WithForm#form_comp_class (method)">#form_comp_class</a></span>, <span class='object_link'><a href="WithForm.html#initialize-instance_method" title="Compony::Components::WithForm#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="WithForm.html#submit_path-instance_method" title="Compony::Components::WithForm#submit_path (method)">#submit_path</a></span>, <span class='object_link'><a href="WithForm.html#submit_verb-instance_method" title="Compony::Components::WithForm#submit_verb (method)">#submit_verb</a></span></p>
269
269
 
270
270
 
271
271
 
@@ -309,12 +309,12 @@
309
309
  <pre class="lines">
310
310
 
311
311
 
312
- 96
313
- 97
314
- 98</pre>
312
+ 99
313
+ 100
314
+ 101</pre>
315
315
  </td>
316
316
  <td>
317
- <pre class="code"><span class="info file"># File 'lib/compony/components/new.rb', line 96</span>
317
+ <pre class="code"><span class="info file"># File 'lib/compony/components/new.rb', line 99</span>
318
318
 
319
319
  <span class='kw'>def</span> <span class='id identifier rubyid_on_create_failed_respond'>on_create_failed_respond</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
320
320
  <span class='ivar'>@on_create_failed_respond_block</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -350,12 +350,12 @@
350
350
  <pre class="lines">
351
351
 
352
352
 
353
- 81
354
- 82
355
- 83</pre>
353
+ 84
354
+ 85
355
+ 86</pre>
356
356
  </td>
357
357
  <td>
358
- <pre class="code"><span class="info file"># File 'lib/compony/components/new.rb', line 81</span>
358
+ <pre class="code"><span class="info file"># File 'lib/compony/components/new.rb', line 84</span>
359
359
 
360
360
  <span class='kw'>def</span> <span class='id identifier rubyid_on_created'>on_created</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
361
361
  <span class='ivar'>@on_created_block</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -391,12 +391,12 @@
391
391
  <pre class="lines">
392
392
 
393
393
 
394
- 91
395
- 92
396
- 93</pre>
394
+ 94
395
+ 95
396
+ 96</pre>
397
397
  </td>
398
398
  <td>
399
- <pre class="code"><span class="info file"># File 'lib/compony/components/new.rb', line 91</span>
399
+ <pre class="code"><span class="info file"># File 'lib/compony/components/new.rb', line 94</span>
400
400
 
401
401
  <span class='kw'>def</span> <span class='id identifier rubyid_on_created_redirect_path'>on_created_redirect_path</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
402
402
  <span class='ivar'>@on_created_redirect_path_block</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -432,12 +432,12 @@
432
432
  <pre class="lines">
433
433
 
434
434
 
435
- 86
436
- 87
437
- 88</pre>
435
+ 89
436
+ 90
437
+ 91</pre>
438
438
  </td>
439
439
  <td>
440
- <pre class="code"><span class="info file"># File 'lib/compony/components/new.rb', line 86</span>
440
+ <pre class="code"><span class="info file"># File 'lib/compony/components/new.rb', line 89</span>
441
441
 
442
442
  <span class='kw'>def</span> <span class='id identifier rubyid_on_created_respond'>on_created_respond</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
443
443
  <span class='ivar'>@on_created_respond_block</span> <span class='op'>=</span> <span class='id identifier rubyid_block'>block</span>
@@ -452,7 +452,7 @@
452
452
  </div>
453
453
 
454
454
  <div id="footer">
455
- Generated on Mon Jun 3 15:20:40 2024 by
455
+ Generated on Tue Jun 11 11:15:54 2024 by
456
456
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
457
457
  0.9.36 (ruby-3.2.2).
458
458
  </div>
@@ -139,6 +139,30 @@
139
139
  <li class="public ">
140
140
  <span class="summary_signature">
141
141
 
142
+ <a href="#form_cancancan_action-instance_method" title="#form_cancancan_action (instance method)">#<strong>form_cancancan_action</strong>(new_form_cancancan_action = :missing) &#x21d2; Object </a>
143
+
144
+
145
+
146
+ </span>
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+ <span class="summary_desc"><div class='inline'>
157
+ <p>DSL method Sets and gets the form’s cancancan action (for cancancan’s accessible_attributes).</p>
158
+ </div></span>
159
+
160
+ </li>
161
+
162
+
163
+ <li class="public ">
164
+ <span class="summary_signature">
165
+
142
166
  <a href="#form_comp-instance_method" title="#form_comp (instance method)">#<strong>form_comp</strong> &#x21d2; Object </a>
143
167
 
144
168
 
@@ -305,7 +329,8 @@
305
329
  8
306
330
  9
307
331
  10
308
- 11</pre>
332
+ 11
333
+ 12</pre>
309
334
  </td>
310
335
  <td>
311
336
  <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 7</span>
@@ -313,6 +338,7 @@
313
338
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='op'>...</span><span class='rparen'>)</span>
314
339
  <span class='comment'># TODO: On the next line, use Compony.path instead? Likely, this was implemented before that method existed.
315
340
  </span> <span class='ivar'>@submit_path_block</span> <span class='op'>=</span> <span class='tlambda'>-&gt;</span><span class='lparen'>(</span><span class='id identifier rubyid_controller'>controller</span><span class='rparen'>)</span> <span class='tlambeg'>{</span> <span class='id identifier rubyid_controller'>controller</span><span class='period'>.</span><span class='id identifier rubyid_helpers'>helpers</span><span class='period'>.</span><span class='id identifier rubyid_send'>send</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='const'><span class='object_link'><a href="../../Compony.html" title="Compony (module)">Compony</a></span></span><span class='period'>.</span><span class='id identifier rubyid_path_helper_name'><span class='object_link'><a href="../../Compony.html#path_helper_name-class_method" title="Compony.path_helper_name (method)">path_helper_name</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_comp_name'>comp_name</span><span class='comma'>,</span> <span class='id identifier rubyid_family_name'>family_name</span><span class='rparen'>)</span><span class='embexpr_end'>}</span><span class='tstring_content'>_path</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span> <span class='rbrace'>}</span>
341
+ <span class='ivar'>@form_cancancan_action</span> <span class='op'>=</span> <span class='symbol'>:missing</span>
316
342
  <span class='kw'>super</span>
317
343
  <span class='kw'>end</span></pre>
318
344
  </td>
@@ -328,7 +354,54 @@
328
354
 
329
355
 
330
356
  <div class="method_details first">
331
- <h3 class="signature first" id="form_comp-instance_method">
357
+ <h3 class="signature first" id="form_cancancan_action-instance_method">
358
+
359
+ #<strong>form_cancancan_action</strong>(new_form_cancancan_action = :missing) &#x21d2; <tt>Object</tt>
360
+
361
+
362
+
363
+
364
+
365
+ </h3><div class="docstring">
366
+ <div class="discussion">
367
+
368
+ <p>DSL method Sets and gets the form’s cancancan action (for cancancan’s accessible_attributes)</p>
369
+
370
+
371
+ </div>
372
+ </div>
373
+ <div class="tags">
374
+
375
+
376
+ </div><table class="source_code">
377
+ <tr>
378
+ <td>
379
+ <pre class="lines">
380
+
381
+
382
+ 46
383
+ 47
384
+ 48
385
+ 49
386
+ 50
387
+ 51</pre>
388
+ </td>
389
+ <td>
390
+ <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 46</span>
391
+
392
+ <span class='kw'>def</span> <span class='id identifier rubyid_form_cancancan_action'>form_cancancan_action</span><span class='lparen'>(</span><span class='id identifier rubyid_new_form_cancancan_action'>new_form_cancancan_action</span> <span class='op'>=</span> <span class='symbol'>:missing</span><span class='rparen'>)</span>
393
+ <span class='kw'>if</span> <span class='id identifier rubyid_new_form_cancancan_action'>new_form_cancancan_action</span> <span class='op'>!=</span> <span class='symbol'>:missing</span>
394
+ <span class='ivar'>@form_cancancan_action</span> <span class='op'>=</span> <span class='id identifier rubyid_new_form_cancancan_action'>new_form_cancancan_action</span>
395
+ <span class='kw'>end</span>
396
+ <span class='kw'>return</span> <span class='ivar'>@form_cancancan_action</span>
397
+ <span class='kw'>end</span></pre>
398
+ </td>
399
+ </tr>
400
+ </table>
401
+ </div>
402
+
403
+ <div class="method_details ">
404
+ <h3 class="signature " id="form_comp-instance_method">
332
405
 
333
406
  #<strong>form_comp</strong> &#x21d2; <tt>Object</tt>
334
407
 
@@ -353,24 +426,26 @@
353
426
  <pre class="lines">
354
427
 
355
428
 
356
- 15
357
429
  16
358
430
  17
359
431
  18
360
432
  19
361
433
  20
362
434
  21
363
- 22</pre>
435
+ 22
436
+ 23
437
+ 24</pre>
364
438
  </td>
365
439
  <td>
366
- <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 15</span>
440
+ <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 16</span>
367
441
 
368
442
  <span class='kw'>def</span> <span class='id identifier rubyid_form_comp'>form_comp</span>
369
443
  <span class='ivar'>@form_comp</span> <span class='op'>||=</span> <span class='lparen'>(</span><span class='id identifier rubyid_form_comp_class'>form_comp_class</span> <span class='op'>||</span> <span class='const'><span class='object_link'><a href="../../Compony.html" title="Compony (module)">Compony</a></span></span><span class='period'>.</span><span class='id identifier rubyid_comp_class_for!'><span class='object_link'><a href="../../Compony.html#comp_class_for!-class_method" title="Compony.comp_class_for! (method)">comp_class_for!</a></span></span><span class='lparen'>(</span><span class='symbol'>:form</span><span class='comma'>,</span> <span class='id identifier rubyid_family_cst'>family_cst</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span>
370
444
  <span class='kw'>self</span><span class='comma'>,</span>
371
445
  <span class='label'>submit_verb:</span><span class='comma'>,</span>
372
446
  <span class='comment'># If applicable, Rails adds the route keys automatically, thus, e.g. :id does not need to be passed here, as it comes from the request.
373
- </span> <span class='label'>submit_path:</span> <span class='ivar'>@submit_path_block</span>
447
+ </span> <span class='label'>submit_path:</span> <span class='ivar'>@submit_path_block</span><span class='comma'>,</span>
448
+ <span class='label'>cancancan_action:</span> <span class='id identifier rubyid_form_cancancan_action'>form_cancancan_action</span>
374
449
  <span class='rparen'>)</span>
375
450
  <span class='kw'>end</span></pre>
376
451
  </td>
@@ -404,12 +479,12 @@
404
479
  <pre class="lines">
405
480
 
406
481
 
407
- 38
408
- 39
409
- 40</pre>
482
+ 40
483
+ 41
484
+ 42</pre>
410
485
  </td>
411
486
  <td>
412
- <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 38</span>
487
+ <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 40</span>
413
488
 
414
489
  <span class='kw'>def</span> <span class='id identifier rubyid_form_comp_class'>form_comp_class</span><span class='lparen'>(</span><span class='id identifier rubyid_new_form_comp_class'>new_form_comp_class</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
415
490
  <span class='ivar'>@form_comp_class</span> <span class='op'>||=</span> <span class='id identifier rubyid_new_form_comp_class'>new_form_comp_class</span>
@@ -445,12 +520,12 @@
445
520
  <pre class="lines">
446
521
 
447
522
 
448
- 45
449
- 46
450
- 47</pre>
523
+ 56
524
+ 57
525
+ 58</pre>
451
526
  </td>
452
527
  <td>
453
- <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 45</span>
528
+ <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 56</span>
454
529
 
455
530
  <span class='kw'>def</span> <span class='id identifier rubyid_submit_path'>submit_path</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_new_submit_path_block'>new_submit_path_block</span><span class='rparen'>)</span>
456
531
  <span class='ivar'>@submit_path_block</span> <span class='op'>=</span> <span class='id identifier rubyid_new_submit_path_block'>new_submit_path_block</span>
@@ -486,18 +561,18 @@
486
561
  <pre class="lines">
487
562
 
488
563
 
489
- 26
490
- 27
491
564
  28
492
565
  29
493
566
  30
494
567
  31
495
568
  32
496
569
  33
497
- 34</pre>
570
+ 34
571
+ 35
572
+ 36</pre>
498
573
  </td>
499
574
  <td>
500
- <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 26</span>
575
+ <pre class="code"><span class="info file"># File 'lib/compony/components/with_form.rb', line 28</span>
501
576
 
502
577
  <span class='kw'>def</span> <span class='id identifier rubyid_submit_verb'>submit_verb</span><span class='lparen'>(</span><span class='id identifier rubyid_new_submit_verb'>new_submit_verb</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='rparen'>)</span>
503
578
  <span class='kw'>if</span> <span class='id identifier rubyid_new_submit_verb'>new_submit_verb</span><span class='period'>.</span><span class='id identifier rubyid_present?'>present?</span>
@@ -518,7 +593,7 @@
518
593
  </div>
519
594
 
520
595
  <div id="footer">
521
- Generated on Mon Jun 3 15:20:40 2024 by
596
+ Generated on Tue Jun 11 11:15:54 2024 by
522
597
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
523
598
  0.9.36 (ruby-3.2.2).
524
599
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Jun 3 15:20:40 2024 by
119
+ Generated on Tue Jun 11 11:15:54 2024 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.36 (ruby-3.2.2).
122
122
  </div>
@@ -126,7 +126,7 @@
126
126
  </div>
127
127
 
128
128
  <div id="footer">
129
- Generated on Mon Jun 3 15:20:40 2024 by
129
+ Generated on Tue Jun 11 11:15:54 2024 by
130
130
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
131
131
  0.9.36 (ruby-3.2.2).
132
132
  </div>
@@ -123,7 +123,7 @@
123
123
  </div>
124
124
 
125
125
  <div id="footer">
126
- Generated on Mon Jun 3 15:20:40 2024 by
126
+ Generated on Tue Jun 11 11:15:54 2024 by
127
127
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
128
128
  0.9.36 (ruby-3.2.2).
129
129
  </div>
@@ -443,7 +443,7 @@ instance_of_a_hash.roo --&gt; nil
443
443
  </div>
444
444
 
445
445
  <div id="footer">
446
- Generated on Mon Jun 3 15:20:40 2024 by
446
+ Generated on Tue Jun 11 11:15:54 2024 by
447
447
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
448
448
  0.9.36 (ruby-3.2.2).
449
449
  </div>
@@ -377,7 +377,7 @@
377
377
  </div>
378
378
 
379
379
  <div id="footer">
380
- Generated on Mon Jun 3 15:20:40 2024 by
380
+ Generated on Tue Jun 11 11:15:54 2024 by
381
381
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
382
382
  0.9.36 (ruby-3.2.2).
383
383
  </div>
@@ -603,7 +603,7 @@
603
603
  </div>
604
604
 
605
605
  <div id="footer">
606
- Generated on Mon Jun 3 15:20:40 2024 by
606
+ Generated on Tue Jun 11 11:15:54 2024 by
607
607
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
608
608
  0.9.36 (ruby-3.2.2).
609
609
  </div>
@@ -295,7 +295,7 @@
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Mon Jun 3 15:20:40 2024 by
298
+ Generated on Tue Jun 11 11:15:54 2024 by
299
299
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
300
  0.9.36 (ruby-3.2.2).
301
301
  </div>
@@ -1056,7 +1056,7 @@
1056
1056
  </div>
1057
1057
 
1058
1058
  <div id="footer">
1059
- Generated on Mon Jun 3 15:20:40 2024 by
1059
+ Generated on Tue Jun 11 11:15:54 2024 by
1060
1060
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1061
1061
  0.9.36 (ruby-3.2.2).
1062
1062
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon Jun 3 15:20:40 2024 by
225
+ Generated on Tue Jun 11 11:15:54 2024 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.36 (ruby-3.2.2).
228
228
  </div>
@@ -289,7 +289,7 @@
289
289
  </div>
290
290
 
291
291
  <div id="footer">
292
- Generated on Mon Jun 3 15:20:40 2024 by
292
+ Generated on Tue Jun 11 11:15:54 2024 by
293
293
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
294
294
  0.9.36 (ruby-3.2.2).
295
295
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon Jun 3 15:20:40 2024 by
225
+ Generated on Tue Jun 11 11:15:54 2024 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.36 (ruby-3.2.2).
228
228
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon Jun 3 15:20:40 2024 by
225
+ Generated on Tue Jun 11 11:15:54 2024 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.36 (ruby-3.2.2).
228
228
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon Jun 3 15:20:40 2024 by
225
+ Generated on Tue Jun 11 11:15:54 2024 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.36 (ruby-3.2.2).
228
228
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon Jun 3 15:20:40 2024 by
147
+ Generated on Tue Jun 11 11:15:54 2024 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.36 (ruby-3.2.2).
150
150
  </div>
@@ -230,7 +230,7 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Mon Jun 3 15:20:40 2024 by
233
+ Generated on Tue Jun 11 11:15:54 2024 by
234
234
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
235
  0.9.36 (ruby-3.2.2).
236
236
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon Jun 3 15:20:40 2024 by
147
+ Generated on Tue Jun 11 11:15:54 2024 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.36 (ruby-3.2.2).
150
150
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon Jun 3 15:20:40 2024 by
147
+ Generated on Tue Jun 11 11:15:54 2024 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.36 (ruby-3.2.2).
150
150
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon Jun 3 15:20:40 2024 by
225
+ Generated on Tue Jun 11 11:15:54 2024 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.36 (ruby-3.2.2).
228
228
  </div>
@@ -291,7 +291,7 @@
291
291
  </div>
292
292
 
293
293
  <div id="footer">
294
- Generated on Mon Jun 3 15:20:40 2024 by
294
+ Generated on Tue Jun 11 11:15:54 2024 by
295
295
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
296
296
  0.9.36 (ruby-3.2.2).
297
297
  </div>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon Jun 3 15:20:40 2024 by
225
+ Generated on Tue Jun 11 11:15:54 2024 by
226
226
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.9.36 (ruby-3.2.2).
228
228
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon Jun 3 15:20:40 2024 by
147
+ Generated on Tue Jun 11 11:15:54 2024 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.36 (ruby-3.2.2).
150
150
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon Jun 3 15:20:40 2024 by
147
+ Generated on Tue Jun 11 11:15:54 2024 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.36 (ruby-3.2.2).
150
150
  </div>
@@ -144,7 +144,7 @@
144
144
  </div>
145
145
 
146
146
  <div id="footer">
147
- Generated on Mon Jun 3 15:20:40 2024 by
147
+ Generated on Tue Jun 11 11:15:54 2024 by
148
148
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149
149
  0.9.36 (ruby-3.2.2).
150
150
  </div>
@@ -230,7 +230,7 @@
230
230
  </div>
231
231
 
232
232
  <div id="footer">
233
- Generated on Mon Jun 3 15:20:40 2024 by
233
+ Generated on Tue Jun 11 11:15:54 2024 by
234
234
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
235
235
  0.9.36 (ruby-3.2.2).
236
236
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Jun 3 15:20:40 2024 by
119
+ Generated on Tue Jun 11 11:15:54 2024 by
120
120
  <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.36 (ruby-3.2.2).
122
122
  </div>