puppeteer-ruby 0.0.12 → 0.0.13

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 (94) 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 +1 -1
  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 +75 -1
  20. data/docs/Puppeteer/DOMWorld/DetachedError.html +1 -1
  21. data/docs/Puppeteer/DebugPrint.html +1 -1
  22. data/docs/Puppeteer/Device.html +1 -1
  23. data/docs/Puppeteer/Devices.html +1 -1
  24. data/docs/Puppeteer/ElementHandle.html +1 -1
  25. data/docs/Puppeteer/ElementHandle/BoundingBox.html +1 -1
  26. data/docs/Puppeteer/ElementHandle/BoxModel.html +1 -1
  27. data/docs/Puppeteer/ElementHandle/ElementNotFoundError.html +1 -1
  28. data/docs/Puppeteer/ElementHandle/ElementNotVisibleError.html +1 -1
  29. data/docs/Puppeteer/ElementHandle/Point.html +1 -1
  30. data/docs/Puppeteer/ElementHandle/ScrollIntoViewError.html +1 -1
  31. data/docs/Puppeteer/EmulationManager.html +1 -1
  32. data/docs/Puppeteer/EventCallbackable.html +1 -1
  33. data/docs/Puppeteer/EventCallbackable/EventListeners.html +1 -1
  34. data/docs/Puppeteer/ExecutionContext.html +1 -1
  35. data/docs/Puppeteer/ExecutionContext/EvaluationError.html +1 -1
  36. data/docs/Puppeteer/ExecutionContext/JavaScriptExpression.html +1 -1
  37. data/docs/Puppeteer/ExecutionContext/JavaScriptFunction.html +1 -1
  38. data/docs/Puppeteer/FileChooser.html +1 -1
  39. data/docs/Puppeteer/Frame.html +44 -22
  40. data/docs/Puppeteer/FrameManager.html +1 -1
  41. data/docs/Puppeteer/FrameManager/NavigationError.html +1 -1
  42. data/docs/Puppeteer/IfPresent.html +1 -1
  43. data/docs/Puppeteer/JSHandle.html +1 -1
  44. data/docs/Puppeteer/Keyboard.html +1 -1
  45. data/docs/Puppeteer/Keyboard/KeyDefinition.html +1 -1
  46. data/docs/Puppeteer/Keyboard/KeyDescription.html +1 -1
  47. data/docs/Puppeteer/Launcher.html +1 -1
  48. data/docs/Puppeteer/Launcher/Base.html +1 -1
  49. data/docs/Puppeteer/Launcher/Base/ExecutablePathNotFound.html +1 -1
  50. data/docs/Puppeteer/Launcher/BrowserOptions.html +1 -1
  51. data/docs/Puppeteer/Launcher/Chrome.html +36 -31
  52. data/docs/Puppeteer/Launcher/Chrome/DefaultArgs.html +1 -1
  53. data/docs/Puppeteer/Launcher/ChromeArgOptions.html +1 -1
  54. data/docs/Puppeteer/Launcher/LaunchOptions.html +1 -1
  55. data/docs/Puppeteer/LifecycleWatcher.html +1 -1
  56. data/docs/Puppeteer/LifecycleWatcher/ExpectedLifecycle.html +1 -1
  57. data/docs/Puppeteer/LifecycleWatcher/FrameDetachedError.html +1 -1
  58. data/docs/Puppeteer/LifecycleWatcher/TerminatedError.html +1 -1
  59. data/docs/Puppeteer/Mouse.html +1 -1
  60. data/docs/Puppeteer/Mouse/Button.html +1 -1
  61. data/docs/Puppeteer/NetworkManager.html +1 -1
  62. data/docs/Puppeteer/NetworkManager/Credentials.html +1 -1
  63. data/docs/Puppeteer/Page.html +5 -5
  64. data/docs/Puppeteer/Page/FileChooserTimeoutError.html +1 -1
  65. data/docs/Puppeteer/Page/ScreenshotOptions.html +1 -1
  66. data/docs/Puppeteer/Page/ScriptTag.html +1 -1
  67. data/docs/Puppeteer/Page/StyleTag.html +1 -1
  68. data/docs/Puppeteer/Page/TargetCrashedError.html +1 -1
  69. data/docs/Puppeteer/RemoteObject.html +1 -1
  70. data/docs/Puppeteer/Target.html +1 -1
  71. data/docs/Puppeteer/Target/InitializeFailure.html +1 -1
  72. data/docs/Puppeteer/Target/TargetInfo.html +1 -1
  73. data/docs/Puppeteer/TimeoutError.html +1 -1
  74. data/docs/Puppeteer/TimeoutSettings.html +1 -1
  75. data/docs/Puppeteer/TouchScreen.html +1 -1
  76. data/docs/Puppeteer/Viewport.html +1 -1
  77. data/docs/Puppeteer/WaitTask.html +1 -1
  78. data/docs/Puppeteer/WaitTask/TerminatedError.html +1 -1
  79. data/docs/Puppeteer/WaitTask/TimeoutError.html +1 -1
  80. data/docs/Puppeteer/WebSocket.html +1 -1
  81. data/docs/Puppeteer/WebSocket/DriverImpl.html +1 -1
  82. data/docs/Puppeteer/WebSocket/TransportError.html +1 -1
  83. data/docs/Puppeteer/WebSocketTransport.html +1 -1
  84. data/docs/_index.html +1 -1
  85. data/docs/file.README.html +1 -1
  86. data/docs/index.html +1 -1
  87. data/docs/method_list.html +278 -270
  88. data/docs/top-level-namespace.html +1 -1
  89. data/lib/puppeteer/dom_world.rb +4 -6
  90. data/lib/puppeteer/frame.rb +1 -0
  91. data/lib/puppeteer/launcher/chrome.rb +9 -7
  92. data/lib/puppeteer/page.rb +2 -2
  93. data/lib/puppeteer/version.rb +1 -1
  94. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b420fde6222d1e26a5e8dc72b893a85e460b6db90483fcff3f97b7705b72a099
4
- data.tar.gz: 54dc20b27ccc4898e3e7281d224080d4eec966a41eeefa058b1243e32d3b639b
3
+ metadata.gz: 0c440ee3ee2c46ab3b4639855bb08497063338c8cc4458fa4e1d4eeba8fd7c65
4
+ data.tar.gz: 0d380b3fc666f05402676ba85f278f42cce9b271bd713cffd938d0fefd39be71
5
5
  SHA512:
6
- metadata.gz: 65c9af35923c198fc9e17e5097f2258518f150f77056490065f820ba26703c2b239c86f8f0997d8f7ba51b8fb51f56e6f781a4ab0633b034ac04c462fe935f3c
7
- data.tar.gz: 52fa2316e02d9f28791f1750d3ddd7f0d3ae434d2890c409fef2b3135394f54fec40c9570d440a9608fb8ffcbd41a200d55a0b56c348141887d158fe5efd6bef
6
+ metadata.gz: a6018e2425cc73f5d3a850169041906d9f6eb50f0398690df3f4bef871960834c4aaf07ae14f439e854f7069e33691575e29c1153b379ed22dbab6120c34731c
7
+ data.tar.gz: 6ba30ed2dddb60113bb6e8f1341b7e326901a4c4ebcf8c61734a93c114dcd667954ce442bcbc4d44d5f951537ff65458ac34dcedf23747182b45a86920f67245
@@ -1012,7 +1012,7 @@
1012
1012
  <dt id="VERSION-constant" class="">VERSION =
1013
1013
 
1014
1014
  </dt>
1015
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.0.12</span><span class='tstring_end'>&#39;</span></span></pre></dd>
1015
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.0.13</span><span class='tstring_end'>&#39;</span></span></pre></dd>
1016
1016
 
1017
1017
  </dl>
1018
1018
 
@@ -2328,7 +2328,7 @@
2328
2328
  </div>
2329
2329
 
2330
2330
  <div id="footer">
2331
- Generated on Tue Jun 23 10:24:58 2020 by
2331
+ Generated on Wed Jun 24 03:07:59 2020 by
2332
2332
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2333
2333
  0.9.24 (ruby-2.6.3).
2334
2334
  </div>
@@ -95,7 +95,7 @@
95
95
  </div>
96
96
 
97
97
  <div id="footer">
98
- Generated on Tue Jun 23 10:24:58 2020 by
98
+ Generated on Wed Jun 24 03:07:58 2020 by
99
99
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
100
100
  0.9.24 (ruby-2.6.3).
101
101
  </div>
@@ -2248,7 +2248,7 @@
2248
2248
  </div>
2249
2249
 
2250
2250
  <div id="footer">
2251
- Generated on Tue Jun 23 10:24:59 2020 by
2251
+ Generated on Wed Jun 24 03:08:00 2020 by
2252
2252
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2253
2253
  0.9.24 (ruby-2.6.3).
2254
2254
  </div>
@@ -799,7 +799,7 @@
799
799
  </div>
800
800
 
801
801
  <div id="footer">
802
- Generated on Tue Jun 23 10:25:00 2020 by
802
+ Generated on Wed Jun 24 03:08:01 2020 by
803
803
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
804
804
  0.9.24 (ruby-2.6.3).
805
805
  </div>
@@ -204,7 +204,7 @@
204
204
  </div>
205
205
 
206
206
  <div id="footer">
207
- Generated on Tue Jun 23 10:25:00 2020 by
207
+ Generated on Wed Jun 24 03:08:01 2020 by
208
208
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
209
209
  0.9.24 (ruby-2.6.3).
210
210
  </div>
@@ -904,7 +904,7 @@
904
904
  </div>
905
905
 
906
906
  <div id="footer">
907
- Generated on Tue Jun 23 10:25:00 2020 by
907
+ Generated on Wed Jun 24 03:08:01 2020 by
908
908
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
909
909
  0.9.24 (ruby-2.6.3).
910
910
  </div>
@@ -467,7 +467,7 @@
467
467
  </div>
468
468
 
469
469
  <div id="footer">
470
- Generated on Tue Jun 23 10:25:00 2020 by
470
+ Generated on Wed Jun 24 03:08:01 2020 by
471
471
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
472
472
  0.9.24 (ruby-2.6.3).
473
473
  </div>
@@ -803,7 +803,7 @@
803
803
  </div>
804
804
 
805
805
  <div id="footer">
806
- Generated on Tue Jun 23 10:25:00 2020 by
806
+ Generated on Wed Jun 24 03:08:00 2020 by
807
807
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
808
808
  0.9.24 (ruby-2.6.3).
809
809
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:25:00 2020 by
117
+ Generated on Wed Jun 24 03:08:00 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>
@@ -428,7 +428,7 @@
428
428
  </div>
429
429
 
430
430
  <div id="footer">
431
- Generated on Tue Jun 23 10:24:58 2020 by
431
+ Generated on Wed Jun 24 03:07:58 2020 by
432
432
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
433
433
  0.9.24 (ruby-2.6.3).
434
434
  </div>
@@ -954,7 +954,7 @@
954
954
  </div>
955
955
 
956
956
  <div id="footer">
957
- Generated on Tue Jun 23 10:25:00 2020 by
957
+ Generated on Wed Jun 24 03:08:00 2020 by
958
958
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
959
959
  0.9.24 (ruby-2.6.3).
960
960
  </div>
@@ -424,7 +424,7 @@
424
424
  </div>
425
425
 
426
426
  <div id="footer">
427
- Generated on Tue Jun 23 10:25:00 2020 by
427
+ Generated on Wed Jun 24 03:08:00 2020 by
428
428
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
429
429
  0.9.24 (ruby-2.6.3).
430
430
  </div>
@@ -206,7 +206,7 @@
206
206
  </div>
207
207
 
208
208
  <div id="footer">
209
- Generated on Tue Jun 23 10:25:00 2020 by
209
+ Generated on Wed Jun 24 03:08:00 2020 by
210
210
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
211
211
  0.9.24 (ruby-2.6.3).
212
212
  </div>
@@ -207,7 +207,7 @@
207
207
  </div>
208
208
 
209
209
  <div id="footer">
210
- Generated on Tue Jun 23 10:25:00 2020 by
210
+ Generated on Wed Jun 24 03:08:00 2020 by
211
211
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
212
212
  0.9.24 (ruby-2.6.3).
213
213
  </div>
@@ -234,7 +234,7 @@
234
234
  </div>
235
235
 
236
236
  <div id="footer">
237
- Generated on Tue Jun 23 10:25:00 2020 by
237
+ Generated on Wed Jun 24 03:08:00 2020 by
238
238
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
239
239
  0.9.24 (ruby-2.6.3).
240
240
  </div>
@@ -555,7 +555,7 @@
555
555
  </div>
556
556
 
557
557
  <div id="footer">
558
- Generated on Tue Jun 23 10:25:00 2020 by
558
+ Generated on Wed Jun 24 03:08:01 2020 by
559
559
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
560
560
  0.9.24 (ruby-2.6.3).
561
561
  </div>
@@ -423,7 +423,7 @@
423
423
  </div>
424
424
 
425
425
  <div id="footer">
426
- Generated on Tue Jun 23 10:25:00 2020 by
426
+ Generated on Wed Jun 24 03:08:01 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>
@@ -599,6 +599,28 @@ function _(selectorOrXPath, isXPath, waitForVisible, waitForHidden) {
599
599
 
600
600
 
601
601
 
602
+ <span class="summary_desc"><div class='inline'></div></span>
603
+
604
+ </li>
605
+
606
+
607
+ <li class="public ">
608
+ <span class="summary_signature">
609
+
610
+ <a href="#title-instance_method" title="#title (instance method)">#<strong>title</strong> &#x21d2; String </a>
611
+
612
+
613
+
614
+ </span>
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
602
624
  <span class="summary_desc"><div class='inline'></div></span>
603
625
 
604
626
  </li>
@@ -1914,6 +1936,58 @@ function _(selectorOrXPath, isXPath, waitForVisible, waitForHidden) {
1914
1936
  </td>
1915
1937
  </tr>
1916
1938
  </table>
1939
+ </div>
1940
+
1941
+ <div class="method_details ">
1942
+ <h3 class="signature " id="title-instance_method">
1943
+
1944
+ #<strong>title</strong> &#x21d2; <tt>String</tt>
1945
+
1946
+
1947
+
1948
+
1949
+
1950
+ </h3><div class="docstring">
1951
+ <div class="discussion">
1952
+
1953
+
1954
+ </div>
1955
+ </div>
1956
+ <div class="tags">
1957
+
1958
+ <p class="tag_title">Returns:</p>
1959
+ <ul class="return">
1960
+
1961
+ <li>
1962
+
1963
+
1964
+ <span class='type'>(<tt>String</tt>)</span>
1965
+
1966
+
1967
+
1968
+ </li>
1969
+
1970
+ </ul>
1971
+
1972
+ </div><table class="source_code">
1973
+ <tr>
1974
+ <td>
1975
+ <pre class="lines">
1976
+
1977
+
1978
+ 415
1979
+ 416
1980
+ 417</pre>
1981
+ </td>
1982
+ <td>
1983
+ <pre class="code"><span class="info file"># File 'lib/puppeteer/dom_world.rb', line 415</span>
1984
+
1985
+ <span class='kw'>def</span> <span class='id identifier rubyid_title'>title</span>
1986
+ <span class='id identifier rubyid_evaluate'>evaluate</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>() =&gt; document.title</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span>
1987
+ <span class='kw'>end</span></pre>
1988
+ </td>
1989
+ </tr>
1990
+ </table>
1917
1991
  </div>
1918
1992
 
1919
1993
  <div class="method_details ">
@@ -2209,7 +2283,7 @@ function _(selectorOrXPath, isXPath, waitForVisible, waitForHidden) {
2209
2283
  </div>
2210
2284
 
2211
2285
  <div id="footer">
2212
- Generated on Tue Jun 23 10:24:59 2020 by
2286
+ Generated on Wed Jun 24 03:08:00 2020 by
2213
2287
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2214
2288
  0.9.24 (ruby-2.6.3).
2215
2289
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:24:59 2020 by
117
+ Generated on Wed Jun 24 03:08:00 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 Tue Jun 23 10:24:58 2020 by
226
+ Generated on Wed Jun 24 03:07:58 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 Tue Jun 23 10:24:59 2020 by
463
+ Generated on Wed Jun 24 03:07:59 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 Tue Jun 23 10:24:59 2020 by
132
+ Generated on Wed Jun 24 03:08:00 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>
@@ -2532,7 +2532,7 @@
2532
2532
  </div>
2533
2533
 
2534
2534
  <div id="footer">
2535
- Generated on Tue Jun 23 10:25:00 2020 by
2535
+ Generated on Wed Jun 24 03:08:01 2020 by
2536
2536
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2537
2537
  0.9.24 (ruby-2.6.3).
2538
2538
  </div>
@@ -497,7 +497,7 @@
497
497
  </div>
498
498
 
499
499
  <div id="footer">
500
- Generated on Tue Jun 23 10:25:01 2020 by
500
+ Generated on Wed Jun 24 03:08:02 2020 by
501
501
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
502
502
  0.9.24 (ruby-2.6.3).
503
503
  </div>
@@ -394,7 +394,7 @@
394
394
  </div>
395
395
 
396
396
  <div id="footer">
397
- Generated on Tue Jun 23 10:25:01 2020 by
397
+ Generated on Wed Jun 24 03:08:01 2020 by
398
398
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
399
399
  0.9.24 (ruby-2.6.3).
400
400
  </div>
@@ -196,7 +196,7 @@
196
196
  </div>
197
197
 
198
198
  <div id="footer">
199
- Generated on Tue Jun 23 10:25:00 2020 by
199
+ Generated on Wed Jun 24 03:08:01 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 Tue Jun 23 10:25:00 2020 by
199
+ Generated on Wed Jun 24 03:08:01 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>
@@ -482,7 +482,7 @@
482
482
  </div>
483
483
 
484
484
  <div id="footer">
485
- Generated on Tue Jun 23 10:25:01 2020 by
485
+ Generated on Wed Jun 24 03:08:01 2020 by
486
486
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
487
487
  0.9.24 (ruby-2.6.3).
488
488
  </div>
@@ -114,7 +114,7 @@
114
114
  </div>
115
115
 
116
116
  <div id="footer">
117
- Generated on Tue Jun 23 10:25:00 2020 by
117
+ Generated on Wed Jun 24 03:08:01 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 23 10:25:00 2020 by
447
+ Generated on Wed Jun 24 03:08:01 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>
@@ -489,7 +489,7 @@
489
489
  </div>
490
490
 
491
491
  <div id="footer">
492
- Generated on Tue Jun 23 10:24:58 2020 by
492
+ Generated on Wed Jun 24 03:07:58 2020 by
493
493
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
494
494
  0.9.24 (ruby-2.6.3).
495
495
  </div>
@@ -425,7 +425,7 @@
425
425
  </div>
426
426
 
427
427
  <div id="footer">
428
- Generated on Tue Jun 23 10:25:01 2020 by
428
+ Generated on Wed Jun 24 03:08:01 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 23 10:25:00 2020 by
991
+ Generated on Wed Jun 24 03:08:01 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 23 10:25:01 2020 by
117
+ Generated on Wed Jun 24 03:08:01 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 23 10:25:00 2020 by
350
+ Generated on Wed Jun 24 03:08:01 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>