dh_easy-core 0.2.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/dh_easy-core.gemspec +1 -1
  3. data/doc/DhEasy/Core/Config.html +6 -6
  4. data/doc/DhEasy/Core/Exception/OutdatedError.html +6 -6
  5. data/doc/DhEasy/Core/Exception.html +6 -6
  6. data/doc/DhEasy/Core/Helper/Cookie.html +6 -6
  7. data/doc/DhEasy/Core/Helper.html +6 -6
  8. data/doc/DhEasy/Core/Mock/FakeDb.html +963 -400
  9. data/doc/DhEasy/Core/Mock/FakeExecutor.html +26 -37
  10. data/doc/DhEasy/Core/Mock/FakeFinisher.html +6 -6
  11. data/doc/DhEasy/Core/Mock/FakeParser.html +6 -6
  12. data/doc/DhEasy/Core/Mock/FakeSeeder.html +6 -6
  13. data/doc/DhEasy/Core/Mock.html +6 -6
  14. data/doc/DhEasy/Core/Plugin/CollectionVault.html +6 -6
  15. data/doc/DhEasy/Core/Plugin/ConfigBehavior.html +7 -7
  16. data/doc/DhEasy/Core/Plugin/ContextIntegrator.html +6 -6
  17. data/doc/DhEasy/Core/Plugin/Executor.html +6 -6
  18. data/doc/DhEasy/Core/Plugin/ExecutorBehavior.html +6 -6
  19. data/doc/DhEasy/Core/Plugin/Finisher.html +6 -6
  20. data/doc/DhEasy/Core/Plugin/FinisherBehavior.html +6 -6
  21. data/doc/DhEasy/Core/Plugin/InitializeHook.html +6 -6
  22. data/doc/DhEasy/Core/Plugin/Parser.html +6 -6
  23. data/doc/DhEasy/Core/Plugin/ParserBehavior.html +6 -6
  24. data/doc/DhEasy/Core/Plugin/Seeder.html +6 -6
  25. data/doc/DhEasy/Core/Plugin/SeederBehavior.html +6 -6
  26. data/doc/DhEasy/Core/Plugin.html +6 -6
  27. data/doc/DhEasy/Core/SmartCollection.html +6 -6
  28. data/doc/DhEasy/Core.html +39 -40
  29. data/doc/DhEasy.html +6 -6
  30. data/doc/_index.html +7 -7
  31. data/doc/class_list.html +2 -2
  32. data/doc/css/style.css +2 -2
  33. data/doc/file.README.html +9 -16
  34. data/doc/file_list.html +2 -2
  35. data/doc/frames.html +2 -2
  36. data/doc/index.html +9 -16
  37. data/doc/js/app.js +14 -3
  38. data/doc/method_list.html +80 -48
  39. data/doc/top-level-namespace.html +6 -6
  40. data/lib/dh_easy/core/mock/fake_db.rb +229 -36
  41. data/lib/dh_easy/core/mock/fake_executor.rb +0 -1
  42. data/lib/dh_easy/core/version.rb +1 -1
  43. data/lib/dh_easy/core.rb +2 -1
  44. metadata +5 -6
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::ParserBehavior
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::Plugin::ParserBehavior";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -225,9 +225,9 @@
225
225
  </div>
226
226
 
227
227
  <div id="footer">
228
- Generated on Wed Dec 4 23:00:02 2019 by
228
+ Generated on Sun May 23 08:36:55 2021 by
229
229
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
230
- 0.9.20 (ruby-2.5.3).
230
+ 0.9.24 (ruby-2.6.5).
231
231
  </div>
232
232
 
233
233
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::Seeder
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::Plugin::Seeder";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -664,9 +664,9 @@
664
664
  </div>
665
665
 
666
666
  <div id="footer">
667
- Generated on Wed Dec 4 23:00:02 2019 by
667
+ Generated on Sun May 23 08:36:54 2021 by
668
668
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
669
- 0.9.20 (ruby-2.5.3).
669
+ 0.9.24 (ruby-2.6.5).
670
670
  </div>
671
671
 
672
672
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin::SeederBehavior
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::Plugin::SeederBehavior";
19
19
  relpath = '../../../';
20
20
  </script>
@@ -132,9 +132,9 @@
132
132
  </div>
133
133
 
134
134
  <div id="footer">
135
- Generated on Wed Dec 4 23:00:02 2019 by
135
+ Generated on Sun May 23 08:36:55 2021 by
136
136
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
137
- 0.9.20 (ruby-2.5.3).
137
+ 0.9.24 (ruby-2.6.5).
138
138
  </div>
139
139
 
140
140
  </div>
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  Module: DhEasy::Core::Plugin
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::Plugin";
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::SmartCollection
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::SmartCollection";
19
19
  relpath = '../../';
20
20
  </script>
@@ -1077,9 +1077,9 @@ data
1077
1077
  </div>
1078
1078
 
1079
1079
  <div id="footer">
1080
- Generated on Wed Dec 4 23:00:03 2019 by
1080
+ Generated on Sun May 23 08:36:55 2021 by
1081
1081
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1082
- 0.9.20 (ruby-2.5.3).
1082
+ 0.9.24 (ruby-2.6.5).
1083
1083
  </div>
1084
1084
 
1085
1085
  </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>
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/_index.html CHANGED
@@ -4,15 +4,15 @@
4
4
  <meta charset="utf-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
- Documentation by YARD 0.9.20
7
+ Documentation by YARD 0.9.24
8
8
 
9
9
  </title>
10
10
 
11
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" />
12
12
 
13
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" />
14
14
 
15
- <script type="text/javascript" charset="utf-8">
15
+ <script type="text/javascript">
16
16
  pathId = null;
17
17
  relpath = '';
18
18
  </script>
@@ -52,7 +52,7 @@
52
52
  <div class="clear"></div>
53
53
  </div>
54
54
 
55
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.20</h1>
55
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.9.24</h1>
56
56
  <div id="listing">
57
57
  <h1 class="alphaindex">Alphabetic Index</h1>
58
58
 
@@ -354,9 +354,9 @@
354
354
  </div>
355
355
 
356
356
  <div id="footer">
357
- Generated on Wed Dec 4 23:00:02 2019 by
357
+ Generated on Sun May 23 08:36:54 2021 by
358
358
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
359
- 0.9.20 (ruby-2.5.3).
359
+ 0.9.24 (ruby-2.6.5).
360
360
  </div>
361
361
 
362
362
  </div>
data/doc/class_list.html CHANGED
@@ -4,9 +4,9 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
  <meta charset="utf-8" />
6
6
 
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
8
 
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
10
 
11
11
 
12
12
 
data/doc/css/style.css CHANGED
@@ -422,8 +422,8 @@ li.r2 { background: #fafafa; }
422
422
  #toc ol { padding-left: 1.8em; }
423
423
  #toc li { font-size: 1.1em; line-height: 1.7em; }
424
424
  #toc > ol > li { font-size: 1.1em; font-weight: bold; }
425
- #toc ol > ol { font-size: 0.9em; }
426
- #toc ol ol > ol { padding-left: 2.3em; }
425
+ #toc ol > li > ol { font-size: 0.9em; }
426
+ #toc ol ol > li > ol { padding-left: 2.3em; }
427
427
  #toc ol + li { margin-top: 0.3em; }
428
428
  #toc.hidden { padding: 10px; background: #fefefe; box-shadow: none; }
429
429
  #toc.hidden:hover { background: #fafafa; }
data/doc/file.README.html CHANGED
@@ -6,15 +6,15 @@
6
6
  <title>
7
7
  File: README
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 = "README";
19
19
  relpath = '';
20
20
  </script>
@@ -58,32 +58,25 @@
58
58
  </div>
59
59
 
60
60
  <div id="content"><div id='filecontents'>
61
- <p><a href="http://rubydoc.org/gems/dh_easy-core/frames"><img
62
- src="http://img.shields.io/badge/docs-rdoc.info-blue.svg"></a> <a
63
- href="http://github.com/DataHenOfficial/dh_easy-core/releases"><img
64
- src="https://badge.fury.io/rb/dh_easy-core.svg"></a> <a
65
- href="#license"><img
66
- src="http://img.shields.io/badge/license-MIT-yellowgreen.svg"></a></p>
61
+ <p><a href="http://rubydoc.org/gems/dh_easy-core/frames"><img src="http://img.shields.io/badge/docs-rdoc.info-blue.svg"></a> <a href="http://github.com/DataHenOfficial/dh_easy-core/releases"><img src="https://badge.fury.io/rb/dh_easy-core.svg"></a> <a href="#license"><img src="http://img.shields.io/badge/license-MIT-yellowgreen.svg"></a></p>
67
62
 
68
63
  <h1 id="label-DhEasy+core+module">DhEasy core module</h1>
69
64
 
70
65
  <h2 id="label-Description">Description</h2>
71
66
 
72
- <p>DhEasy core is part of DhEasy gem collection and allow advance DataHen
73
- features possible by function as a base for other gems.</p>
67
+ <p>DhEasy core is part of DhEasy gem collection and allow advance DataHen features possible by function as a base for other gems.</p>
74
68
 
75
69
  <p>Install gem: <code> gem install &#39;dh_easy-core&#39; </code></p>
76
70
 
77
71
  <p>Require gem: <code> require &#39;dh_easy/core&#39; </code></p>
78
72
 
79
- <p>Documentation can be found <a
80
- href="http://rubydoc.org/gems/dh_easy-core/frames">here</a>.</p>
73
+ <p>Documentation can be found <a href="http://rubydoc.org/gems/dh_easy-core/frames">here</a>.</p>
81
74
  </div></div>
82
75
 
83
76
  <div id="footer">
84
- Generated on Wed Dec 4 23:00:02 2019 by
77
+ Generated on Sun May 23 08:36:54 2021 by
85
78
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
86
- 0.9.20 (ruby-2.5.3).
79
+ 0.9.24 (ruby-2.6.5).
87
80
  </div>
88
81
 
89
82
  </div>
data/doc/file_list.html CHANGED
@@ -4,9 +4,9 @@
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
5
  <meta charset="utf-8" />
6
6
 
7
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" />
8
8
 
9
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" />
10
10
 
11
11
 
12
12
 
data/doc/frames.html CHANGED
@@ -2,9 +2,9 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>Documentation by YARD 0.9.20</title>
5
+ <title>Documentation by YARD 0.9.24</title>
6
6
  </head>
7
- <script type="text/javascript" charset="utf-8">
7
+ <script type="text/javascript">
8
8
  var match = unescape(window.location.hash).match(/^#!(.+)/);
9
9
  var name = match ? match[1] : 'index.html';
10
10
  name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');