puppeteer-ruby 0.0.8 → 0.0.9

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 (91) hide show
  1. checksums.yaml +4 -4
  2. data/docs/Puppeteer.html +2 -2
  3. data/docs/Puppeteer/AsyncAwaitBehavior.html +1 -1
  4. data/docs/Puppeteer/Browser.html +47 -49
  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 +1 -1
  26. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +1 -1
  27. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +1 -1
  28. data/docs/Puppeteer/ElementHandle/Point.html +1 -1
  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 +22 -26
  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 +1 -1
  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 +1 -1
  69. data/docs/Puppeteer/Target.html +102 -172
  70. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  71. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  72. data/docs/Puppeteer/TimeoutError.html +1 -1
  73. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  74. data/docs/Puppeteer/TouchScreen.html +1 -1
  75. data/docs/Puppeteer/Viewport.html +1 -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 +1 -1
  80. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  81. data/docs/Puppeteer/WebSocketTransport.html +1 -1
  82. data/docs/Puppeteer/WebSocktTransportError.html +1 -1
  83. data/docs/_index.html +1 -1
  84. data/docs/file.README.html +1 -1
  85. data/docs/index.html +1 -1
  86. data/docs/method_list.html +300 -308
  87. data/docs/top-level-namespace.html +1 -1
  88. data/lib/puppeteer/browser.rb +3 -4
  89. data/lib/puppeteer/target.rb +16 -13
  90. data/lib/puppeteer/version.rb +1 -1
  91. metadata +2 -2
@@ -2209,7 +2209,7 @@ function _(selectorOrXPath, isXPath, waitForVisible, waitForHidden) {
2209
2209
  </div>
2210
2210
 
2211
2211
  <div id="footer">
2212
- Generated on Thu Jun 4 23:54:42 2020 by
2212
+ Generated on Tue Jun 9 00:13:40 2020 by
2213
2213
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2214
2214
  0.9.24 (ruby-2.6.3).
2215
2215
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Jun 4 23:54:42 2020 by
117
+ Generated on Tue Jun 9 00:13:40 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>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Jun 4 23:54:42 2020 by
117
+ Generated on Tue Jun 9 00:13:40 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>
@@ -223,7 +223,7 @@
223
223
  </div>
224
224
 
225
225
  <div id="footer">
226
- Generated on Thu Jun 4 23:54:41 2020 by
226
+ Generated on Tue Jun 9 00:13:39 2020 by
227
227
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
228
228
  0.9.24 (ruby-2.6.3).
229
229
  </div>
@@ -460,7 +460,7 @@
460
460
  </div>
461
461
 
462
462
  <div id="footer">
463
- Generated on Thu Jun 4 23:54:41 2020 by
463
+ Generated on Tue Jun 9 00:13:39 2020 by
464
464
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
465
465
  0.9.24 (ruby-2.6.3).
466
466
  </div>
@@ -129,7 +129,7 @@
129
129
  </div>
130
130
 
131
131
  <div id="footer">
132
- Generated on Thu Jun 4 23:54:42 2020 by
132
+ Generated on Tue Jun 9 00:13:40 2020 by
133
133
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
134
134
  0.9.24 (ruby-2.6.3).
135
135
  </div>
@@ -2214,7 +2214,7 @@
2214
2214
  </div>
2215
2215
 
2216
2216
  <div id="footer">
2217
- Generated on Thu Jun 4 23:54:43 2020 by
2217
+ Generated on Tue Jun 9 00:13:41 2020 by
2218
2218
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2219
2219
  0.9.24 (ruby-2.6.3).
2220
2220
  </div>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Thu Jun 4 23:54:43 2020 by
199
+ Generated on Tue Jun 9 00:13:41 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>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Thu Jun 4 23:54:43 2020 by
199
+ Generated on Tue Jun 9 00:13:41 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>
@@ -471,7 +471,7 @@
471
471
  </div>
472
472
 
473
473
  <div id="footer">
474
- Generated on Thu Jun 4 23:54:43 2020 by
474
+ Generated on Tue Jun 9 00:13:41 2020 by
475
475
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
476
476
  0.9.24 (ruby-2.6.3).
477
477
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Jun 4 23:54:43 2020 by
117
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:43 2020 by
447
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:41 2020 by
426
+ Generated on Tue Jun 9 00:13:39 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 Thu Jun 4 23:54:43 2020 by
428
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:43 2020 by
991
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:43 2020 by
117
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:43 2020 by
350
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:43 2020 by
382
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:42 2020 by
448
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:41 2020 by
3670
+ Generated on Tue Jun 9 00:13:39 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>
@@ -1107,16 +1107,16 @@
1107
1107
  <pre class="lines">
1108
1108
 
1109
1109
 
1110
+ 355
1111
+ 356
1110
1112
  357
1111
1113
  358
1112
1114
  359
1113
1115
  360
1114
- 361
1115
- 362
1116
- 363</pre>
1116
+ 361</pre>
1117
1117
  </td>
1118
1118
  <td>
1119
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 357</span>
1119
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 355</span>
1120
1120
 
1121
1121
  <span class='kw'>def</span> <span class='id identifier rubyid_execution_context_by_id'>execution_context_by_id</span><span class='lparen'>(</span><span class='id identifier rubyid_context_id'>context_id</span><span class='rparen'>)</span>
1122
1122
  <span class='id identifier rubyid_context'>context</span> <span class='op'>=</span> <span class='ivar'>@context_id_to_context</span><span class='lbracket'>[</span><span class='id identifier rubyid_context_id'>context_id</span><span class='rbracket'>]</span>
@@ -1288,6 +1288,8 @@
1288
1288
  <pre class="lines">
1289
1289
 
1290
1290
 
1291
+ 299
1292
+ 300
1291
1293
  301
1292
1294
  302
1293
1295
  303
@@ -1311,12 +1313,10 @@
1311
1313
  321
1312
1314
  322
1313
1315
  323
1314
- 324
1315
- 325
1316
- 326</pre>
1316
+ 324</pre>
1317
1317
  </td>
1318
1318
  <td>
1319
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 301</span>
1319
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 299</span>
1320
1320
 
1321
1321
  <span class='kw'>def</span> <span class='id identifier rubyid_handle_execution_context_created'>handle_execution_context_created</span><span class='lparen'>(</span><span class='id identifier rubyid_context_payload'>context_payload</span><span class='rparen'>)</span>
1322
1322
  <span class='id identifier rubyid_frame'>frame</span> <span class='op'>=</span> <span class='id identifier rubyid_if_present'>if_present</span><span class='lparen'>(</span><span class='id identifier rubyid_context_payload'>context_payload</span><span class='period'>.</span><span class='id identifier rubyid_dig'>dig</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>auxData</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>frameId</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='rparen'>)</span> <span class='lbrace'>{</span> <span class='op'>|</span><span class='id identifier rubyid_frame_id'>frame_id</span><span class='op'>|</span> <span class='ivar'>@frames</span><span class='lbracket'>[</span><span class='id identifier rubyid_frame_id'>frame_id</span><span class='rbracket'>]</span> <span class='rbrace'>}</span>
@@ -1388,18 +1388,18 @@
1388
1388
  <pre class="lines">
1389
1389
 
1390
1390
 
1391
+ 327
1392
+ 328
1391
1393
  329
1392
1394
  330
1393
1395
  331
1394
1396
  332
1395
1397
  333
1396
1398
  334
1397
- 335
1398
- 336
1399
- 337</pre>
1399
+ 335</pre>
1400
1400
  </td>
1401
1401
  <td>
1402
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 329</span>
1402
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 327</span>
1403
1403
 
1404
1404
  <span class='kw'>def</span> <span class='id identifier rubyid_handle_execution_context_destroyed'>handle_execution_context_destroyed</span><span class='lparen'>(</span><span class='id identifier rubyid_execution_context_id'>execution_context_id</span><span class='rparen'>)</span>
1405
1405
  <span class='id identifier rubyid_context'>context</span> <span class='op'>=</span> <span class='ivar'>@context_id_to_context</span><span class='lbracket'>[</span><span class='id identifier rubyid_execution_context_id'>execution_context_id</span><span class='rbracket'>]</span>
@@ -1430,6 +1430,8 @@
1430
1430
  <pre class="lines">
1431
1431
 
1432
1432
 
1433
+ 337
1434
+ 338
1433
1435
  339
1434
1436
  340
1435
1437
  341
@@ -1444,12 +1446,10 @@
1444
1446
  350
1445
1447
  351
1446
1448
  352
1447
- 353
1448
- 354
1449
- 355</pre>
1449
+ 353</pre>
1450
1450
  </td>
1451
1451
  <td>
1452
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 339</span>
1452
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 337</span>
1453
1453
 
1454
1454
  <span class='kw'>def</span> <span class='id identifier rubyid_handle_execution_contexts_cleared'>handle_execution_contexts_cleared</span>
1455
1455
  <span class='comment'># executionContextsCleared is often notified after executionContextCreated.
@@ -1593,15 +1593,15 @@
1593
1593
  <pre class="lines">
1594
1594
 
1595
1595
 
1596
+ 291
1597
+ 292
1596
1598
  293
1597
1599
  294
1598
1600
  295
1599
- 296
1600
- 297
1601
- 298</pre>
1601
+ 296</pre>
1602
1602
  </td>
1603
1603
  <td>
1604
- <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 293</span>
1604
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 291</span>
1605
1605
 
1606
1606
  <span class='kw'>def</span> <span class='id identifier rubyid_handle_frame_detached'>handle_frame_detached</span><span class='lparen'>(</span><span class='id identifier rubyid_frame_id'>frame_id</span><span class='rparen'>)</span>
1607
1607
  <span class='id identifier rubyid_frame'>frame</span> <span class='op'>=</span> <span class='ivar'>@frames</span><span class='lbracket'>[</span><span class='id identifier rubyid_frame_id'>frame_id</span><span class='rbracket'>]</span>
@@ -1796,9 +1796,7 @@
1796
1796
  285
1797
1797
  286
1798
1798
  287
1799
- 288
1800
- 289
1801
- 290</pre>
1799
+ 288</pre>
1802
1800
  </td>
1803
1801
  <td>
1804
1802
  <pre class="code"><span class="info file"># File 'lib/puppeteer/frame_manager.rb', line 282</span>
@@ -1809,8 +1807,6 @@
1809
1807
  <span class='id identifier rubyid_frame'>frame</span><span class='period'>.</span><span class='id identifier rubyid_navigated_within_document'>navigated_within_document</span><span class='lparen'>(</span><span class='id identifier rubyid_url'>url</span><span class='rparen'>)</span>
1810
1808
  <span class='id identifier rubyid_emit_event'>emit_event</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>Events.FrameManager.FrameNavigatedWithinDocument</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_frame'>frame</span>
1811
1809
  <span class='id identifier rubyid_emit_event'>emit_event</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>Events.FrameManager.FrameNavigated</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='id identifier rubyid_frame'>frame</span>
1812
- <span class='id identifier rubyid_handle_frame_manager_frame_navigated_within_document'>handle_frame_manager_frame_navigated_within_document</span><span class='lparen'>(</span><span class='id identifier rubyid_frame'>frame</span><span class='rparen'>)</span>
1813
- <span class='id identifier rubyid_handle_frame_manager_frame_navigated'>handle_frame_manager_frame_navigated</span><span class='lparen'>(</span><span class='id identifier rubyid_frame'>frame</span><span class='rparen'>)</span>
1814
1810
  <span class='kw'>end</span></pre>
1815
1811
  </td>
1816
1812
  </tr>
@@ -2404,7 +2400,7 @@
2404
2400
  </div>
2405
2401
 
2406
2402
  <div id="footer">
2407
- Generated on Thu Jun 4 23:54:43 2020 by
2403
+ Generated on Tue Jun 9 00:13:40 2020 by
2408
2404
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2409
2405
  0.9.24 (ruby-2.6.3).
2410
2406
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Thu Jun 4 23:54:43 2020 by
117
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:41 2020 by
215
+ Generated on Tue Jun 9 00:13:39 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 Thu Jun 4 23:54:42 2020 by
1345
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:42 2020 by
1550
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:44 2020 by
824
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:44 2020 by
596
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:41 2020 by
230
+ Generated on Tue Jun 9 00:13:39 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 Thu Jun 4 23:54:43 2020 by
378
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:43 2020 by
117
+ Generated on Tue Jun 9 00:13:40 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 Thu Jun 4 23:54:44 2020 by
434
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:43 2020 by
662
+ Generated on Tue Jun 9 00:13:41 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 Thu Jun 4 23:54:43 2020 by
375
+ Generated on Tue Jun 9 00:13:41 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>