puppeteer-ruby 0.0.9 → 0.0.10

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.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/docs/Puppeteer.html +3 -3
  3. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  4. data/docs/Puppeteer/Browser.html +2 -2
  5. data/docs/Puppeteer/BrowserContext.html +1 -1
  6. data/docs/Puppeteer/BrowserFetcher.html +1 -1
  7. data/docs/Puppeteer/BrowserRunner.html +1 -1
  8. data/docs/Puppeteer/BrowserRunner/BrowserProcess.html +1 -1
  9. data/docs/Puppeteer/CDPSession.html +1 -1
  10. data/docs/Puppeteer/CDPSession/Error.html +1 -1
  11. data/docs/Puppeteer/ConcurrentRubyUtils.html +1 -1
  12. data/docs/Puppeteer/Connection.html +1 -1
  13. data/docs/Puppeteer/Connection/MessageCallback.html +1 -1
  14. data/docs/Puppeteer/Connection/ProtocolError.html +1 -1
  15. data/docs/Puppeteer/Connection/RequestDebugPrinter.html +1 -1
  16. data/docs/Puppeteer/Connection/ResponseDebugPrinter.html +1 -1
  17. data/docs/Puppeteer/ConsoleMessage.html +1 -1
  18. data/docs/Puppeteer/ConsoleMessage/Location.html +1 -1
  19. data/docs/Puppeteer/DOMWorld.html +1 -1
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DOMWorld/DocumentEvaluationError.html +1 -1
  22. data/docs/Puppeteer/DebugPrint.html +1 -1
  23. data/docs/Puppeteer/Device.html +1 -1
  24. data/docs/Puppeteer/Devices.html +1 -1
  25. data/docs/Puppeteer/ElementHandle.html +525 -207
  26. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +5 -5
  27. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +5 -5
  28. data/docs/Puppeteer/ElementHandle/Point.html +40 -29
  29. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  30. data/docs/Puppeteer/EmulationManager.html +1 -1
  31. data/docs/Puppeteer/EventCallbackable.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  33. data/docs/Puppeteer/ExecutionContext.html +1 -1
  34. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  37. data/docs/Puppeteer/FileChooser.html +1 -1
  38. data/docs/Puppeteer/Frame.html +1 -1
  39. data/docs/Puppeteer/FrameManager.html +1 -1
  40. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  41. data/docs/Puppeteer/IfPresent.html +1 -1
  42. data/docs/Puppeteer/JSHandle.html +1 -1
  43. data/docs/Puppeteer/Keyboard.html +1 -1
  44. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  45. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  46. data/docs/Puppeteer/Launcher.html +1 -1
  47. data/docs/Puppeteer/Launcher/Base.html +1 -1
  48. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  49. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  50. data/docs/Puppeteer/Launcher/Chrome.html +1 -1
  51. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  52. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  53. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  54. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  55. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  56. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  57. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  58. data/docs/Puppeteer/Mouse.html +1 -1
  59. data/docs/Puppeteer/Mouse/Button.html +1 -1
  60. data/docs/Puppeteer/NetworkManager.html +1 -1
  61. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  62. data/docs/Puppeteer/Page.html +2 -2
  63. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +1 -1
  64. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  65. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  66. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  67. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  68. data/docs/Puppeteer/RemoteObject.html +110 -39
  69. data/docs/Puppeteer/Target.html +138 -116
  70. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  71. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  72. data/docs/Puppeteer/TimeoutError.html +2 -2
  73. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  74. data/docs/Puppeteer/TouchScreen.html +1 -1
  75. data/docs/Puppeteer/Viewport.html +81 -1
  76. data/docs/Puppeteer/WaitTask.html +1 -1
  77. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  78. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  79. data/docs/Puppeteer/WebSocket.html +26 -26
  80. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  81. data/docs/Puppeteer/WebSocketTransport.html +2 -2
  82. data/docs/_index.html +26 -12
  83. data/docs/class_list.html +1 -1
  84. data/docs/file.README.html +1 -1
  85. data/docs/index.html +1 -1
  86. data/docs/method_list.html +675 -571
  87. data/docs/top-level-namespace.html +1 -1
  88. data/lib/puppeteer/browser.rb +1 -1
  89. data/lib/puppeteer/element_handle.rb +66 -108
  90. data/lib/puppeteer/element_handle/bounding_box.rb +12 -0
  91. data/lib/puppeteer/element_handle/box_model.rb +19 -0
  92. data/lib/puppeteer/element_handle/point.rb +26 -0
  93. data/lib/puppeteer/errors.rb +1 -3
  94. data/lib/puppeteer/page.rb +1 -1
  95. data/lib/puppeteer/remote_object.rb +9 -0
  96. data/lib/puppeteer/target.rb +9 -12
  97. data/lib/puppeteer/version.rb +1 -1
  98. data/lib/puppeteer/viewport.rb +18 -0
  99. data/lib/puppeteer/web_socket.rb +3 -1
  100. data/lib/puppeteer/web_socket_transport.rb +1 -1
  101. metadata +5 -2
@@ -175,12 +175,12 @@
175
175
  <pre class="lines">
176
176
 
177
177
 
178
- 381
179
- 382
180
- 383</pre>
178
+ 339
179
+ 340
180
+ 341</pre>
181
181
  </td>
182
182
  <td>
183
- <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 381</span>
183
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 339</span>
184
184
 
185
185
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_selector'>selector</span><span class='rparen'>)</span>
186
186
  <span class='kw'>super</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>failed to find element matching selector \&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_selector'>selector</span><span class='embexpr_end'>}</span><span class='tstring_content'>\&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Tue Jun 9 00:13:41 2020 by
199
+ Generated on Fri Jun 12 12:38:35 2020 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.9.24 (ruby-2.6.3).
202
202
  </div>
@@ -175,12 +175,12 @@
175
175
  <pre class="lines">
176
176
 
177
177
 
178
- 80
179
- 81
180
- 82</pre>
178
+ 59
179
+ 60
180
+ 61</pre>
181
181
  </td>
182
182
  <td>
183
- <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 80</span>
183
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 59</span>
184
184
 
185
185
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span>
186
186
  <span class='kw'>super</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Node is either not visible or not an HTMLElement</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Tue Jun 9 00:13:41 2020 by
199
+ Generated on Fri Jun 12 12:38:35 2020 by
200
200
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201
201
  0.9.24 (ruby-2.6.3).
202
202
  </div>
@@ -94,12 +94,23 @@
94
94
 
95
95
  <dl>
96
96
  <dt>Defined in:</dt>
97
- <dd>lib/puppeteer/element_handle.rb</dd>
97
+ <dd>lib/puppeteer/element_handle/point.rb</dd>
98
98
  </dl>
99
99
 
100
100
  </div>
101
101
 
102
+ <h2>Overview</h2><div class="docstring">
103
+ <div class="discussion">
104
+
105
+ <p>A class to represent (x, y)-coordinates supporting + and / operators.</p>
106
+
102
107
 
108
+ </div>
109
+ </div>
110
+ <div class="tags">
111
+
112
+
113
+ </div>
103
114
 
104
115
 
105
116
 
@@ -279,13 +290,13 @@
279
290
  <pre class="lines">
280
291
 
281
292
 
282
- 57
283
- 58
284
- 59
285
- 60</pre>
293
+ 5
294
+ 6
295
+ 7
296
+ 8</pre>
286
297
  </td>
287
298
  <td>
288
- <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 57</span>
299
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle/point.rb', line 5</span>
289
300
 
290
301
  <span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='label'>x:</span><span class='comma'>,</span> <span class='label'>y:</span><span class='rparen'>)</span>
291
302
  <span class='ivar'>@x</span> <span class='op'>=</span> <span class='id identifier rubyid_x'>x</span>
@@ -329,12 +340,12 @@
329
340
  <pre class="lines">
330
341
 
331
342
 
332
- 76
333
- 77
334
- 78</pre>
343
+ 24
344
+ 25
345
+ 26</pre>
335
346
  </td>
336
347
  <td>
337
- <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 76</span>
348
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle/point.rb', line 24</span>
338
349
 
339
350
  <span class='kw'>def</span> <span class='id identifier rubyid_x'>x</span>
340
351
  <span class='ivar'>@x</span>
@@ -372,12 +383,12 @@
372
383
  <pre class="lines">
373
384
 
374
385
 
375
- 76
376
- 77
377
- 78</pre>
386
+ 24
387
+ 25
388
+ 26</pre>
378
389
  </td>
379
390
  <td>
380
- <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 76</span>
391
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle/point.rb', line 24</span>
381
392
 
382
393
  <span class='kw'>def</span> <span class='id identifier rubyid_y'>y</span>
383
394
  <span class='ivar'>@y</span>
@@ -409,15 +420,15 @@
409
420
  <pre class="lines">
410
421
 
411
422
 
412
- 62
413
- 63
414
- 64
415
- 65
416
- 66
417
- 67</pre>
423
+ 10
424
+ 11
425
+ 12
426
+ 13
427
+ 14
428
+ 15</pre>
418
429
  </td>
419
430
  <td>
420
- <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 62</span>
431
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle/point.rb', line 10</span>
421
432
 
422
433
  <span class='kw'>def</span> <span class='op'>+</span><span class='lparen'>(</span><span class='id identifier rubyid_other'>other</span><span class='rparen'>)</span>
423
434
  <span class='const'><span class='object_link'><a href="" title="Puppeteer::ElementHandle::Point (class)">Point</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">new</a></span></span><span class='lparen'>(</span>
@@ -445,15 +456,15 @@
445
456
  <pre class="lines">
446
457
 
447
458
 
448
- 69
449
- 70
450
- 71
451
- 72
452
- 73
453
- 74</pre>
459
+ 17
460
+ 18
461
+ 19
462
+ 20
463
+ 21
464
+ 22</pre>
454
465
  </td>
455
466
  <td>
456
- <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle.rb', line 69</span>
467
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/element_handle/point.rb', line 17</span>
457
468
 
458
469
  <span class='kw'>def</span> <span class='op'>/</span><span class='lparen'>(</span><span class='id identifier rubyid_num'>num</span><span class='rparen'>)</span>
459
470
  <span class='const'><span class='object_link'><a href="" title="Puppeteer::ElementHandle::Point (class)">Point</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="#initialize-instance_method" title="Puppeteer::ElementHandle::Point#initialize (method)">new</a></span></span><span class='lparen'>(</span>
@@ -471,7 +482,7 @@
471
482
  </div>
472
483
 
473
484
  <div id="footer">
474
- Generated on Tue Jun 9 00:13:41 2020 by
485
+ Generated on Fri Jun 12 12:38:35 2020 by
475
486
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
476
487
  0.9.24 (ruby-2.6.3).
477
488
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 9 00:13:41 2020 by
117
+ Generated on Fri Jun 12 12:38:35 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -444,7 +444,7 @@
444
444
  </div>
445
445
 
446
446
  <div id="footer">
447
- Generated on Tue Jun 9 00:13:41 2020 by
447
+ Generated on Fri Jun 12 12:38:35 2020 by
448
448
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
449
449
  0.9.24 (ruby-2.6.3).
450
450
  </div>
@@ -423,7 +423,7 @@
423
423
  </div>
424
424
 
425
425
  <div id="footer">
426
- Generated on Tue Jun 9 00:13:39 2020 by
426
+ Generated on Fri Jun 12 12:38:32 2020 by
427
427
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
428
428
  0.9.24 (ruby-2.6.3).
429
429
  </div>
@@ -425,7 +425,7 @@
425
425
  </div>
426
426
 
427
427
  <div id="footer">
428
- Generated on Tue Jun 9 00:13:41 2020 by
428
+ Generated on Fri Jun 12 12:38:35 2020 by
429
429
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
430
430
  0.9.24 (ruby-2.6.3).
431
431
  </div>
@@ -988,7 +988,7 @@
988
988
  </div>
989
989
 
990
990
  <div id="footer">
991
- Generated on Tue Jun 9 00:13:41 2020 by
991
+ Generated on Fri Jun 12 12:38:35 2020 by
992
992
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
993
993
  0.9.24 (ruby-2.6.3).
994
994
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 9 00:13:41 2020 by
117
+ Generated on Fri Jun 12 12:38:35 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -347,7 +347,7 @@
347
347
  </div>
348
348
 
349
349
  <div id="footer">
350
- Generated on Tue Jun 9 00:13:41 2020 by
350
+ Generated on Fri Jun 12 12:38:35 2020 by
351
351
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
352
352
  0.9.24 (ruby-2.6.3).
353
353
  </div>
@@ -379,7 +379,7 @@
379
379
  </div>
380
380
 
381
381
  <div id="footer">
382
- Generated on Tue Jun 9 00:13:41 2020 by
382
+ Generated on Fri Jun 12 12:38:35 2020 by
383
383
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
384
384
  0.9.24 (ruby-2.6.3).
385
385
  </div>
@@ -445,7 +445,7 @@
445
445
  </div>
446
446
 
447
447
  <div id="footer">
448
- Generated on Tue Jun 9 00:13:40 2020 by
448
+ Generated on Fri Jun 12 12:38:34 2020 by
449
449
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
450
450
  0.9.24 (ruby-2.6.3).
451
451
  </div>
@@ -3667,7 +3667,7 @@
3667
3667
  </div>
3668
3668
 
3669
3669
  <div id="footer">
3670
- Generated on Tue Jun 9 00:13:39 2020 by
3670
+ Generated on Fri Jun 12 12:38:33 2020 by
3671
3671
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3672
3672
  0.9.24 (ruby-2.6.3).
3673
3673
  </div>
@@ -2400,7 +2400,7 @@
2400
2400
  </div>
2401
2401
 
2402
2402
  <div id="footer">
2403
- Generated on Tue Jun 9 00:13:40 2020 by
2403
+ Generated on Fri Jun 12 12:38:34 2020 by
2404
2404
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2405
2405
  0.9.24 (ruby-2.6.3).
2406
2406
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 9 00:13:40 2020 by
117
+ Generated on Fri Jun 12 12:38:34 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -212,7 +212,7 @@
212
212
  </div>
213
213
 
214
214
  <div id="footer">
215
- Generated on Tue Jun 9 00:13:39 2020 by
215
+ Generated on Fri Jun 12 12:38:32 2020 by
216
216
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
217
217
  0.9.24 (ruby-2.6.3).
218
218
  </div>
@@ -1342,7 +1342,7 @@
1342
1342
  </div>
1343
1343
 
1344
1344
  <div id="footer">
1345
- Generated on Tue Jun 9 00:13:40 2020 by
1345
+ Generated on Fri Jun 12 12:38:34 2020 by
1346
1346
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1347
1347
  0.9.24 (ruby-2.6.3).
1348
1348
  </div>
@@ -1547,7 +1547,7 @@
1547
1547
  </div>
1548
1548
 
1549
1549
  <div id="footer">
1550
- Generated on Tue Jun 9 00:13:40 2020 by
1550
+ Generated on Fri Jun 12 12:38:34 2020 by
1551
1551
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1552
1552
  0.9.24 (ruby-2.6.3).
1553
1553
  </div>
@@ -821,7 +821,7 @@
821
821
  </div>
822
822
 
823
823
  <div id="footer">
824
- Generated on Tue Jun 9 00:13:41 2020 by
824
+ Generated on Fri Jun 12 12:38:35 2020 by
825
825
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
826
826
  0.9.24 (ruby-2.6.3).
827
827
  </div>
@@ -593,7 +593,7 @@
593
593
  </div>
594
594
 
595
595
  <div id="footer">
596
- Generated on Tue Jun 9 00:13:41 2020 by
596
+ Generated on Fri Jun 12 12:38:35 2020 by
597
597
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
598
598
  0.9.24 (ruby-2.6.3).
599
599
  </div>
@@ -227,7 +227,7 @@ timeout = 30000
227
227
  </div>
228
228
 
229
229
  <div id="footer">
230
- Generated on Tue Jun 9 00:13:39 2020 by
230
+ Generated on Fri Jun 12 12:38:32 2020 by
231
231
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
232
232
  0.9.24 (ruby-2.6.3).
233
233
  </div>
@@ -375,7 +375,7 @@
375
375
  </div>
376
376
 
377
377
  <div id="footer">
378
- Generated on Tue Jun 9 00:13:40 2020 by
378
+ Generated on Fri Jun 12 12:38:34 2020 by
379
379
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
380
380
  0.9.24 (ruby-2.6.3).
381
381
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 9 00:13:40 2020 by
117
+ Generated on Fri Jun 12 12:38:34 2020 by
118
118
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119
119
  0.9.24 (ruby-2.6.3).
120
120
  </div>
@@ -431,7 +431,7 @@
431
431
  </div>
432
432
 
433
433
  <div id="footer">
434
- Generated on Tue Jun 9 00:13:41 2020 by
434
+ Generated on Fri Jun 12 12:38:35 2020 by
435
435
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
436
436
  0.9.24 (ruby-2.6.3).
437
437
  </div>
@@ -659,7 +659,7 @@
659
659
  </div>
660
660
 
661
661
  <div id="footer">
662
- Generated on Tue Jun 9 00:13:41 2020 by
662
+ Generated on Fri Jun 12 12:38:35 2020 by
663
663
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
664
664
  0.9.24 (ruby-2.6.3).
665
665
  </div>
@@ -372,7 +372,7 @@
372
372
  </div>
373
373
 
374
374
  <div id="footer">
375
- Generated on Tue Jun 9 00:13:41 2020 by
375
+ Generated on Fri Jun 12 12:38:35 2020 by
376
376
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
377
377
  0.9.24 (ruby-2.6.3).
378
378
  </div>
@@ -521,7 +521,7 @@
521
521
  </div>
522
522
 
523
523
  <div id="footer">
524
- Generated on Tue Jun 9 00:13:41 2020 by
524
+ Generated on Fri Jun 12 12:38:35 2020 by
525
525
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
526
526
  0.9.24 (ruby-2.6.3).
527
527
  </div>
@@ -883,7 +883,7 @@
883
883
  </div>
884
884
 
885
885
  <div id="footer">
886
- Generated on Tue Jun 9 00:13:41 2020 by
886
+ Generated on Fri Jun 12 12:38:35 2020 by
887
887
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
888
888
  0.9.24 (ruby-2.6.3).
889
889
  </div>
@@ -824,7 +824,7 @@
824
824
  </div>
825
825
 
826
826
  <div id="footer">
827
- Generated on Tue Jun 9 00:13:41 2020 by
827
+ Generated on Fri Jun 12 12:38:35 2020 by
828
828
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
829
829
  0.9.24 (ruby-2.6.3).
830
830
  </div>
@@ -353,7 +353,7 @@
353
353
  </div>
354
354
 
355
355
  <div id="footer">
356
- Generated on Tue Jun 9 00:13:41 2020 by
356
+ Generated on Fri Jun 12 12:38:35 2020 by
357
357
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
358
358
  0.9.24 (ruby-2.6.3).
359
359
  </div>