dh_easy-core 0.2.2 → 0.3.1

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 (43) hide show
  1. checksums.yaml +4 -4
  2. data/doc/DhEasy.html +6 -6
  3. data/doc/DhEasy/Core.html +39 -40
  4. data/doc/DhEasy/Core/Config.html +6 -6
  5. data/doc/DhEasy/Core/Exception.html +6 -6
  6. data/doc/DhEasy/Core/Exception/OutdatedError.html +6 -6
  7. data/doc/DhEasy/Core/Helper.html +6 -6
  8. data/doc/DhEasy/Core/Helper/Cookie.html +6 -6
  9. data/doc/DhEasy/Core/Mock.html +6 -6
  10. data/doc/DhEasy/Core/Mock/FakeDb.html +963 -400
  11. data/doc/DhEasy/Core/Mock/FakeExecutor.html +26 -37
  12. data/doc/DhEasy/Core/Mock/FakeFinisher.html +6 -6
  13. data/doc/DhEasy/Core/Mock/FakeParser.html +6 -6
  14. data/doc/DhEasy/Core/Mock/FakeSeeder.html +6 -6
  15. data/doc/DhEasy/Core/Plugin.html +6 -6
  16. data/doc/DhEasy/Core/Plugin/CollectionVault.html +6 -6
  17. data/doc/DhEasy/Core/Plugin/ConfigBehavior.html +7 -7
  18. data/doc/DhEasy/Core/Plugin/ContextIntegrator.html +6 -6
  19. data/doc/DhEasy/Core/Plugin/Executor.html +6 -6
  20. data/doc/DhEasy/Core/Plugin/ExecutorBehavior.html +6 -6
  21. data/doc/DhEasy/Core/Plugin/Finisher.html +6 -6
  22. data/doc/DhEasy/Core/Plugin/FinisherBehavior.html +6 -6
  23. data/doc/DhEasy/Core/Plugin/InitializeHook.html +6 -6
  24. data/doc/DhEasy/Core/Plugin/Parser.html +6 -6
  25. data/doc/DhEasy/Core/Plugin/ParserBehavior.html +6 -6
  26. data/doc/DhEasy/Core/Plugin/Seeder.html +6 -6
  27. data/doc/DhEasy/Core/Plugin/SeederBehavior.html +6 -6
  28. data/doc/DhEasy/Core/SmartCollection.html +6 -6
  29. data/doc/_index.html +7 -7
  30. data/doc/class_list.html +2 -2
  31. data/doc/css/style.css +2 -2
  32. data/doc/file.README.html +9 -16
  33. data/doc/file_list.html +2 -2
  34. data/doc/frames.html +2 -2
  35. data/doc/index.html +9 -16
  36. data/doc/js/app.js +14 -3
  37. data/doc/method_list.html +80 -48
  38. data/doc/top-level-namespace.html +6 -6
  39. data/lib/dh_easy/core.rb +2 -1
  40. data/lib/dh_easy/core/mock/fake_db.rb +228 -35
  41. data/lib/dh_easy/core/mock/fake_executor.rb +0 -1
  42. data/lib/dh_easy/core/version.rb +1 -1
  43. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 819757d9eb449b3aba0b1ec43e775e9a42828c84eab29bdad06190dc1ef0802d
4
- data.tar.gz: 9d9f06d17fca99cadbcf28f6152bc7724f753fa004f8883f87152c99045e9f4a
3
+ metadata.gz: 564cda5cd792e33cf541990024b490991215043750e553af582fae1bfe7608c7
4
+ data.tar.gz: 6ebfae2cd13d7e9368910bbec7ecf48e630fb32479b92bddf70076b277ac0c70
5
5
  SHA512:
6
- metadata.gz: bbe44694a4336370caa56b3ad4a4de2628e72b8c6bdd4b6d91e94d142bbcd9d5ba993440bc623aa54b40f58bbb9d23e905da64ce791d1eb6cbba323b55a021f5
7
- data.tar.gz: f9763fa3e4840f704251f910d9046ba64041523dbaba1e5d81e1fec68a2677fe41cd007965b65ac0432597a28a0cde3d54aa42e755103f93ab4a8891a6731387
6
+ metadata.gz: dcfbd6596e66d8e0e23217c1dc622fe59cbda32eab13642ff639d3672a47ffe04b6b68e5b31e73c9d933a6639d1b860842dfefc977704b3e0917823f7cc2aecd
7
+ data.tar.gz: 4a147aaeb98a4dadd234e745983d8527109579291fd17e2054d9d4646eb8d9e6918bb162f1c2a7d59b71ff2a8aaa7df7208b35ad2946e1e0a6ff2257768f0739
data/doc/DhEasy.html CHANGED
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy";
19
19
  relpath = '';
20
20
  </script>
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Wed Dec 4 23:00:02 2019 by
110
+ Generated on Sun May 23 08:36:54 2021 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.20 (ruby-2.5.3).
112
+ 0.9.24 (ruby-2.6.5).
113
113
  </div>
114
114
 
115
115
  </div>
data/doc/DhEasy/Core.html CHANGED
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core";
19
19
  relpath = '../';
20
20
  </script>
@@ -120,7 +120,7 @@
120
120
 
121
121
  </div>
122
122
  </dt>
123
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.2.2</span><span class='tstring_end'>&quot;</span></span></pre></dd>
123
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>0.3.1</span><span class='tstring_end'>&quot;</span></span></pre></dd>
124
124
 
125
125
  </dl>
126
126
 
@@ -499,21 +499,21 @@
499
499
  <pre class="lines">
500
500
 
501
501
 
502
- 30
503
502
  31
504
503
  32
505
504
  33
506
505
  34
507
- 35</pre>
506
+ 35
507
+ 36</pre>
508
508
  </td>
509
509
  <td>
510
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 30</span>
510
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 31</span>
511
511
 
512
512
  <span class='kw'>def</span> <span class='id identifier rubyid_all_scripts'>all_scripts</span> <span class='id identifier rubyid_dir'>dir</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span>
513
513
  <span class='id identifier rubyid_excluded_files'>excluded_files</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span><span class='lbracket'>[</span><span class='symbol'>:except</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_expand_path'>expand_path</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='id identifier rubyid_dir'>dir</span><span class='comma'>,</span> <span class='id identifier rubyid_f'>f</span><span class='rparen'>)</span><span class='rbrace'>}</span>
514
514
  <span class='id identifier rubyid_files'>files</span> <span class='op'>=</span> <span class='const'>Dir</span><span class='lbracket'>[</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_expand_path'>expand_path</span><span class='lparen'>(</span><span class='id identifier rubyid_dir'>dir</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>*.rb</span><span class='tstring_end'>&#39;</span></span><span class='rparen'>)</span><span class='rbracket'>]</span> <span class='op'>-</span> <span class='id identifier rubyid_excluded_files'>excluded_files</span>
515
515
  <span class='id identifier rubyid_block'>block</span> <span class='op'>||=</span> <span class='id identifier rubyid_proc'>proc</span><span class='lbrace'>{</span><span class='rbrace'>}</span>
516
- <span class='id identifier rubyid_files'>files</span><span class='period'>.</span><span class='id identifier rubyid_sort'>sort</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span>
516
+ <span class='id identifier rubyid_files'>files</span><span class='period'>.</span><span class='id identifier rubyid_sort'>sort</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span><span class='lparen'>(</span><span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
517
517
  <span class='kw'>end</span></pre>
518
518
  </td>
519
519
  </tr>
@@ -612,8 +612,7 @@
612
612
  </li><li>
613
613
  <p>`:new [Array]` (`[]`) Methods on `origin` only.</p>
614
614
  </li><li>
615
- <p>`:is_compatible [Boolean]` true when all `fragment`&#39;s methods are
616
- present on `origin`.</p>
615
+ <p>`:is_compatible [Boolean]` true when all `fragment`&#39;s methods are present on `origin`.</p>
617
616
  </li></ul>
618
617
  </div>
619
618
 
@@ -627,17 +626,17 @@ present on `origin`.</p>
627
626
  <pre class="lines">
628
627
 
629
628
 
630
- 197
631
629
  198
632
630
  199
633
631
  200
634
632
  201
635
633
  202
636
634
  203
637
- 204</pre>
635
+ 204
636
+ 205</pre>
638
637
  </td>
639
638
  <td>
640
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 197</span>
639
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 198</span>
641
640
 
642
641
  <span class='kw'>def</span> <span class='id identifier rubyid_analyze_compatibility'>analyze_compatibility</span> <span class='id identifier rubyid_origin'>origin</span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span>
643
642
  <span class='id identifier rubyid_intersection'>intersection</span> <span class='op'>=</span> <span class='id identifier rubyid_origin'>origin</span> <span class='op'>&amp;</span> <span class='id identifier rubyid_fragment'>fragment</span>
@@ -734,17 +733,17 @@ present on `origin`.</p>
734
733
  <pre class="lines">
735
734
 
736
735
 
737
- 247
738
736
  248
739
737
  249
740
738
  250
741
739
  251
742
740
  252
743
741
  253
744
- 254</pre>
742
+ 254
743
+ 255</pre>
745
744
  </td>
746
745
  <td>
747
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 247</span>
746
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 248</span>
748
747
 
749
748
  <span class='kw'>def</span> <span class='id identifier rubyid_deep_clone'>deep_clone</span> <span class='id identifier rubyid_hash'>hash</span><span class='comma'>,</span> <span class='id identifier rubyid_should_clone'>should_clone</span> <span class='op'>=</span> <span class='kw'>false</span>
750
749
  <span class='id identifier rubyid_target'>target</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
@@ -836,7 +835,6 @@ present on `origin`.</p>
836
835
  <pre class="lines">
837
836
 
838
837
 
839
- 212
840
838
  213
841
839
  214
842
840
  215
@@ -854,10 +852,11 @@ present on `origin`.</p>
854
852
  227
855
853
  228
856
854
  229
857
- 230</pre>
855
+ 230
856
+ 231</pre>
858
857
  </td>
859
858
  <td>
860
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 212</span>
859
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 213</span>
861
860
 
862
861
  <span class='kw'>def</span> <span class='id identifier rubyid_deep_stringify_keys'>deep_stringify_keys</span> <span class='id identifier rubyid_hash'>hash</span><span class='comma'>,</span> <span class='id identifier rubyid_should_clone'>should_clone</span> <span class='op'>=</span> <span class='kw'>true</span>
863
862
  <span class='kw'>return</span> <span class='id identifier rubyid_hash'>hash</span> <span class='kw'>unless</span> <span class='id identifier rubyid_hash'>hash</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span> <span class='const'>Hash</span>
@@ -942,12 +941,12 @@ present on `origin`.</p>
942
941
  <pre class="lines">
943
942
 
944
943
 
945
- 237
946
944
  238
947
- 239</pre>
945
+ 239
946
+ 240</pre>
948
947
  </td>
949
948
  <td>
950
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 237</span>
949
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 238</span>
951
950
 
952
951
  <span class='kw'>def</span> <span class='id identifier rubyid_deep_stringify_keys!'>deep_stringify_keys!</span> <span class='id identifier rubyid_hash'>hash</span>
953
952
  <span class='id identifier rubyid_deep_stringify_keys'>deep_stringify_keys</span> <span class='id identifier rubyid_hash'>hash</span><span class='comma'>,</span> <span class='kw'>false</span>
@@ -1063,16 +1062,16 @@ present on `origin`.</p>
1063
1062
  <pre class="lines">
1064
1063
 
1065
1064
 
1066
- 97
1067
1065
  98
1068
1066
  99
1069
1067
  100
1070
1068
  101
1071
1069
  102
1072
- 103</pre>
1070
+ 103
1071
+ 104</pre>
1073
1072
  </td>
1074
1073
  <td>
1075
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 97</span>
1074
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 98</span>
1076
1075
 
1077
1076
  <span class='kw'>def</span> <span class='id identifier rubyid_expose_to'>expose_to</span> <span class='id identifier rubyid_object'>object</span><span class='comma'>,</span> <span class='id identifier rubyid_env'>env</span>
1078
1077
  <span class='id identifier rubyid_metaclass'>metaclass</span> <span class='op'>=</span> <span class='kw'>class</span> <span class='op'>&lt;&lt;</span> <span class='id identifier rubyid_object'>object</span><span class='semicolon'>;</span> <span class='kw'>self</span><span class='semicolon'>;</span> <span class='kw'>end</span>
@@ -1183,12 +1182,12 @@ present on `origin`.</p>
1183
1182
  <pre class="lines">
1184
1183
 
1185
1184
 
1186
- 126
1187
1185
  127
1188
- 128</pre>
1186
+ 128
1187
+ 129</pre>
1189
1188
  </td>
1190
1189
  <td>
1191
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 126</span>
1190
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 127</span>
1192
1191
 
1193
1192
  <span class='kw'>def</span> <span class='id identifier rubyid_instance_methods_from'>instance_methods_from</span> <span class='id identifier rubyid_object'>object</span><span class='comma'>,</span> <span class='id identifier rubyid_class_only'>class_only</span> <span class='op'>=</span> <span class='kw'>false</span>
1194
1193
  <span class='id identifier rubyid_object'>object</span><span class='period'>.</span><span class='id identifier rubyid_methods'>methods</span><span class='lparen'>(</span><span class='op'>!</span><span class='id identifier rubyid_class_only'>class_only</span><span class='rparen'>)</span> <span class='op'>-</span> <span class='const'>Object</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='period'>.</span><span class='id identifier rubyid_methods'>methods</span><span class='lparen'>(</span><span class='op'>!</span><span class='id identifier rubyid_class_only'>class_only</span><span class='rparen'>)</span>
@@ -1296,7 +1295,6 @@ present on `origin`.</p>
1296
1295
  <pre class="lines">
1297
1296
 
1298
1297
 
1299
- 165
1300
1298
  166
1301
1299
  167
1302
1300
  168
@@ -1309,10 +1307,11 @@ present on `origin`.</p>
1309
1307
  175
1310
1308
  176
1311
1309
  177
1312
- 178</pre>
1310
+ 178
1311
+ 179</pre>
1313
1312
  </td>
1314
1313
  <td>
1315
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 165</span>
1314
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 166</span>
1316
1315
 
1317
1316
  <span class='kw'>def</span> <span class='id identifier rubyid_mock_instance_methods'>mock_instance_methods</span> <span class='id identifier rubyid_origin'>origin</span><span class='comma'>,</span> <span class='id identifier rubyid_target'>target</span>
1318
1317
  <span class='comment'># Get instance unique methods
@@ -1424,7 +1423,6 @@ present on `origin`.</p>
1424
1423
  <pre class="lines">
1425
1424
 
1426
1425
 
1427
- 42
1428
1426
  43
1429
1427
  44
1430
1428
  45
@@ -1435,10 +1433,11 @@ present on `origin`.</p>
1435
1433
  50
1436
1434
  51
1437
1435
  52
1438
- 53</pre>
1436
+ 53
1437
+ 54</pre>
1439
1438
  </td>
1440
1439
  <td>
1441
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 42</span>
1440
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 43</span>
1442
1441
 
1443
1442
  <span class='kw'>def</span> <span class='id identifier rubyid_require_all'>require_all</span> <span class='id identifier rubyid_dir'>dir</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
1444
1443
  <span class='id identifier rubyid_dir_list'>dir_list</span> <span class='op'>=</span> <span class='id identifier rubyid_real_dir_list'>real_dir_list</span> <span class='op'>=</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='kw'>nil</span>
@@ -1548,7 +1547,6 @@ present on `origin`.</p>
1548
1547
  <pre class="lines">
1549
1548
 
1550
1549
 
1551
- 60
1552
1550
  61
1553
1551
  62
1554
1552
  63
@@ -1556,10 +1554,11 @@ present on `origin`.</p>
1556
1554
  65
1557
1555
  66
1558
1556
  67
1559
- 68</pre>
1557
+ 68
1558
+ 69</pre>
1560
1559
  </td>
1561
1560
  <td>
1562
- <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 60</span>
1561
+ <pre class="code"><span class="info file"># File 'lib/dh_easy/core.rb', line 61</span>
1563
1562
 
1564
1563
  <span class='kw'>def</span> <span class='id identifier rubyid_require_relative_all'>require_relative_all</span> <span class='id identifier rubyid_dir'>dir</span><span class='comma'>,</span> <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
1565
1564
  <span class='id identifier rubyid_real_except'>real_except</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span><span class='lbracket'>[</span><span class='symbol'>:except</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_map'>map</span><span class='lbrace'>{</span><span class='op'>|</span><span class='id identifier rubyid_f'>f</span><span class='op'>|</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_f'>f</span><span class='embexpr_end'>}</span><span class='tstring_content'>.rb</span><span class='tstring_end'>&quot;</span></span><span class='rbrace'>}</span>
@@ -1580,9 +1579,9 @@ present on `origin`.</p>
1580
1579
  </div>
1581
1580
 
1582
1581
  <div id="footer">
1583
- Generated on Wed Dec 4 23:00:02 2019 by
1582
+ Generated on Sun May 23 08:36:54 2021 by
1584
1583
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1585
- 0.9.20 (ruby-2.5.3).
1584
+ 0.9.24 (ruby-2.6.5).
1586
1585
  </div>
1587
1586
 
1588
1587
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: DhEasy::Core::Config
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Config";
19
19
  relpath = '../../';
20
20
  </script>
@@ -301,9 +301,9 @@
301
301
  </div>
302
302
 
303
303
  <div id="footer">
304
- Generated on Wed Dec 4 23:00:02 2019 by
304
+ Generated on Sun May 23 08:36:55 2021 by
305
305
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
306
- 0.9.20 (ruby-2.5.3).
306
+ 0.9.24 (ruby-2.6.5).
307
307
  </div>
308
308
 
309
309
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Exception
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Exception";
19
19
  relpath = '../../';
20
20
  </script>
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Wed Dec 4 23:00:02 2019 by
110
+ Generated on Sun May 23 08:36:54 2021 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.20 (ruby-2.5.3).
112
+ 0.9.24 (ruby-2.6.5).
113
113
  </div>
114
114
 
115
115
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Exception: DhEasy::Core::Exception::OutdatedError
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Exception::OutdatedError";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Wed Dec 4 23:00:03 2019 by
128
+ Generated on Sun May 23 08:36:55 2021 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.9.20 (ruby-2.5.3).
130
+ 0.9.24 (ruby-2.6.5).
131
131
  </div>
132
132
 
133
133
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Helper
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Helper";
19
19
  relpath = '../../';
20
20
  </script>
@@ -107,9 +107,9 @@
107
107
  </div>
108
108
 
109
109
  <div id="footer">
110
- Generated on Wed Dec 4 23:00:02 2019 by
110
+ Generated on Sun May 23 08:36:54 2021 by
111
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112
- 0.9.20 (ruby-2.5.3).
112
+ 0.9.24 (ruby-2.6.5).
113
113
  </div>
114
114
 
115
115
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Class: DhEasy::Core::Helper::Cookie
8
8
 
9
- &mdash; Documentation by YARD 0.9.20
9
+ &mdash; Documentation by YARD 0.9.24
10
10
 
11
11
  </title>
12
12
 
13
- <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="../../../css/style.css" type="text/css" />
14
14
 
15
- <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" />
15
+ <link rel="stylesheet" href="../../../css/common.css" type="text/css" />
16
16
 
17
- <script type="text/javascript" charset="utf-8">
17
+ <script type="text/javascript">
18
18
  pathId = "DhEasy::Core::Helper::Cookie";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -1060,9 +1060,9 @@ update_as_hash , response_cookies
1060
1060
  </div>
1061
1061
 
1062
1062
  <div id="footer">
1063
- Generated on Wed Dec 4 23:00:02 2019 by
1063
+ Generated on Sun May 23 08:36:55 2021 by
1064
1064
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1065
- 0.9.20 (ruby-2.5.3).
1065
+ 0.9.24 (ruby-2.6.5).
1066
1066
  </div>
1067
1067
 
1068
1068
  </div>