ae_easy-core 0.0.4 → 0.0.5
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.
- checksums.yaml +4 -4
- data/.gitignore +1 -0
- data/ae_easy-core.gemspec +2 -1
- data/doc/AeEasy/Core/Config.html +1 -1
- data/doc/AeEasy/Core/Exception/OutdatedError.html +1 -1
- data/doc/AeEasy/Core/Exception.html +1 -1
- data/doc/AeEasy/Core/Helper/Cookie.html +1 -1
- data/doc/AeEasy/Core/Helper.html +1 -1
- data/doc/AeEasy/Core/Mock/FakeDb.html +1402 -449
- data/doc/AeEasy/Core/Mock/FakeExecutor.html +898 -428
- data/doc/AeEasy/Core/Mock/FakeParser.html +9 -124
- data/doc/AeEasy/Core/Mock/FakeSeeder.html +9 -118
- data/doc/AeEasy/Core/Mock.html +1 -1
- data/doc/AeEasy/Core/Plugin/CollectionVault.html +1 -1
- data/doc/AeEasy/Core/Plugin/ConfigBehavior.html +1 -1
- data/doc/AeEasy/Core/Plugin/ContextIntegrator.html +1 -1
- data/doc/AeEasy/Core/Plugin/InitializeHook.html +1 -1
- data/doc/AeEasy/Core/Plugin/Parser.html +1 -1
- data/doc/AeEasy/Core/Plugin/ParserBehavior.html +1 -1
- data/doc/AeEasy/Core/Plugin/Seeder.html +1 -1
- data/doc/AeEasy/Core/Plugin/SeederBehavior.html +1 -1
- data/doc/AeEasy/Core/Plugin.html +1 -1
- data/doc/AeEasy/Core/SmartCollection.html +1 -300
- data/doc/AeEasy/Core.html +32 -110
- data/doc/AeEasy.html +1 -1
- data/doc/_index.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/method_list.html +157 -117
- data/doc/top-level-namespace.html +1 -1
- data/lib/ae_easy/core/mock/fake_db.rb +216 -14
- data/lib/ae_easy/core/mock/fake_executor.rb +112 -7
- data/lib/ae_easy/core/version.rb +1 -1
- data/lib/ae_easy/core.rb +1 -0
- metadata +18 -5
- data/Gemfile.lock +0 -57
@@ -118,6 +118,12 @@
|
|
118
118
|
</div>
|
119
119
|
|
120
120
|
|
121
|
+
<h2>Constant Summary</h2>
|
122
|
+
|
123
|
+
<h3 class="inherited">Constants included
|
124
|
+
from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
|
125
|
+
<p class="inherited"><span class='object_link'><a href="FakeExecutor.html#MAX_FIND_OUTPUTS_PER_PAGE-constant" title="AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE (constant)">AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE</a></span></p>
|
126
|
+
|
121
127
|
|
122
128
|
|
123
129
|
|
@@ -127,145 +133,24 @@
|
|
127
133
|
<p class="inherited"><span class='object_link'><a href="FakeExecutor.html#content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#content (method)">#content</a></span>, <span class='object_link'><a href="FakeExecutor.html#failed_content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#failed_content (method)">#failed_content</a></span></p>
|
128
134
|
|
129
135
|
|
130
|
-
|
131
|
-
<h2>
|
132
|
-
Class Method Summary
|
133
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
134
|
-
</h2>
|
135
136
|
|
136
|
-
<ul class="summary">
|
137
|
-
|
138
|
-
<li class="public ">
|
139
|
-
<span class="summary_signature">
|
140
|
-
|
141
|
-
<a href="#exposed_methods-class_method" title="exposed_methods (class method)">.<strong>exposed_methods</strong> ⇒ Array </a>
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
</span>
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
<span class="summary_desc"><div class='inline'>
|
156
|
-
<p>Fake parser exposed methods to isolated context.</p>
|
157
|
-
</div></span>
|
158
|
-
|
159
|
-
</li>
|
160
|
-
|
161
|
-
|
162
|
-
</ul>
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
137
|
|
168
138
|
|
169
139
|
|
170
140
|
|
171
141
|
|
172
142
|
|
143
|
+
<h2>Method Summary</h2>
|
173
144
|
|
174
145
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
|
175
|
-
<p class="inherited"><span class='object_link'><a href="FakeExecutor.html#
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
<div id="class_method_details" class="method_details_list">
|
180
|
-
<h2>Class Method Details</h2>
|
146
|
+
<p class="inherited"><span class='object_link'><a href="FakeExecutor.html#db-instance_method" title="AeEasy::Core::Mock::FakeExecutor#db (method)">#db</a></span>, <span class='object_link'><a href="FakeExecutor.html#execute_script-instance_method" title="AeEasy::Core::Mock::FakeExecutor#execute_script (method)">#execute_script</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_output-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_output (method)">#find_output</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_outputs (method)">#find_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush (method)">#flush</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_outputs (method)">#flush_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_pages (method)">#flush_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#initialize-instance_method" title="AeEasy::Core::Mock::FakeExecutor#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id (method)">#job_id</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id= (method)">#job_id=</a></span>, <span class='object_link'><a href="FakeExecutor.html#latest_job_by-instance_method" title="AeEasy::Core::Mock::FakeExecutor#latest_job_by (method)">#latest_job_by</a></span>, <span class='object_link'><a href="FakeExecutor.html#outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#outputs (method)">#outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#page-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page (method)">#page</a></span>, <span class='object_link'><a href="FakeExecutor.html#page=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page= (method)">#page=</a></span>, <span class='object_link'><a href="FakeExecutor.html#pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#pages (method)">#pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_jobs (method)">#save_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_outputs (method)">#save_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_pages (method)">#save_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_jobs (method)">#saved_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_outputs (method)">#saved_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_pages (method)">#saved_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name (method)">#scraper_name</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name= (method)">#scraper_name=</a></span></p>
|
181
147
|
|
182
|
-
|
183
|
-
<div class="method_details first">
|
184
|
-
<h3 class="signature first" id="exposed_methods-class_method">
|
185
148
|
|
186
|
-
.<strong>exposed_methods</strong> ⇒ <tt>Array</tt>
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
</h3><div class="docstring">
|
193
|
-
<div class="discussion">
|
194
|
-
|
195
|
-
<p>Fake parser exposed methods to isolated context.</p>
|
196
|
-
|
197
|
-
|
198
|
-
</div>
|
199
|
-
</div>
|
200
|
-
<div class="tags">
|
201
|
-
|
202
|
-
<p class="tag_title">Returns:</p>
|
203
|
-
<ul class="return">
|
204
|
-
|
205
|
-
<li>
|
206
|
-
|
207
|
-
|
208
|
-
<span class='type'>(<tt>Array</tt>)</span>
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
</li>
|
213
|
-
|
214
|
-
</ul>
|
215
|
-
|
216
|
-
</div><table class="source_code">
|
217
|
-
<tr>
|
218
|
-
<td>
|
219
|
-
<pre class="lines">
|
220
|
-
|
221
|
-
|
222
|
-
12
|
223
|
-
13
|
224
|
-
14
|
225
|
-
15
|
226
|
-
16
|
227
|
-
17
|
228
|
-
18
|
229
|
-
19
|
230
|
-
20
|
231
|
-
21
|
232
|
-
22
|
233
|
-
23
|
234
|
-
24
|
235
|
-
25
|
236
|
-
26
|
237
|
-
27</pre>
|
238
|
-
</td>
|
239
|
-
<td>
|
240
|
-
<pre class="code"><span class="info file"># File 'lib/ae_easy/core/mock/fake_parser.rb', line 12</span>
|
241
|
-
|
242
|
-
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_exposed_methods'>exposed_methods</span>
|
243
|
-
<span class='id identifier rubyid_real_methods'>real_methods</span> <span class='op'>=</span> <span class='const'>AnswersEngine</span><span class='op'>::</span><span class='const'>Scraper</span><span class='op'>::</span><span class='const'>RubyParserExecutor</span><span class='period'>.</span><span class='id identifier rubyid_exposed_methods'>exposed_methods</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
244
|
-
<span class='id identifier rubyid_mock_methods'>mock_methods</span> <span class='op'>=</span> <span class='lbracket'>[</span>
|
245
|
-
<span class='symbol'>:content</span><span class='comma'>,</span>
|
246
|
-
<span class='symbol'>:failed_content</span><span class='comma'>,</span>
|
247
|
-
<span class='symbol'>:outputs</span><span class='comma'>,</span>
|
248
|
-
<span class='symbol'>:pages</span><span class='comma'>,</span>
|
249
|
-
<span class='symbol'>:page</span><span class='comma'>,</span>
|
250
|
-
<span class='symbol'>:save_pages</span><span class='comma'>,</span>
|
251
|
-
<span class='symbol'>:save_outputs</span><span class='comma'>,</span>
|
252
|
-
<span class='symbol'>:find_output</span><span class='comma'>,</span>
|
253
|
-
<span class='symbol'>:find_outputs</span>
|
254
|
-
<span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span>
|
255
|
-
<span class='const'><span class='object_link'><a href="../../../AeEasy.html" title="AeEasy (module)">AeEasy</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../Core.html" title="AeEasy::Core (module)">Core</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Mock.html" title="AeEasy::Core::Mock (module)">Mock</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></span><span class='period'>.</span><span class='id identifier rubyid_check_compatibility'><span class='object_link'><a href="FakeExecutor.html#check_compatibility-class_method" title="AeEasy::Core::Mock::FakeExecutor.check_compatibility (method)">check_compatibility</a></span></span> <span class='id identifier rubyid_real_methods'>real_methods</span><span class='comma'>,</span> <span class='id identifier rubyid_mock_methods'>mock_methods</span>
|
256
|
-
<span class='id identifier rubyid_mock_methods'>mock_methods</span>
|
257
|
-
<span class='kw'>end</span></pre>
|
258
|
-
</td>
|
259
|
-
</tr>
|
260
|
-
</table>
|
261
|
-
</div>
|
262
|
-
|
263
|
-
</div>
|
264
149
|
|
265
150
|
</div>
|
266
151
|
|
267
152
|
<div id="footer">
|
268
|
-
Generated on Wed Feb
|
153
|
+
Generated on Wed Feb 20 18:03:19 2019 by
|
269
154
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
270
155
|
0.9.18 (ruby-2.5.3).
|
271
156
|
</div>
|
@@ -118,6 +118,12 @@
|
|
118
118
|
</div>
|
119
119
|
|
120
120
|
|
121
|
+
<h2>Constant Summary</h2>
|
122
|
+
|
123
|
+
<h3 class="inherited">Constants included
|
124
|
+
from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
|
125
|
+
<p class="inherited"><span class='object_link'><a href="FakeExecutor.html#MAX_FIND_OUTPUTS_PER_PAGE-constant" title="AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE (constant)">AeEasy::Core::Mock::FakeExecutor::MAX_FIND_OUTPUTS_PER_PAGE</a></span></p>
|
126
|
+
|
121
127
|
|
122
128
|
|
123
129
|
|
@@ -127,139 +133,24 @@
|
|
127
133
|
<p class="inherited"><span class='object_link'><a href="FakeExecutor.html#content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#content (method)">#content</a></span>, <span class='object_link'><a href="FakeExecutor.html#failed_content-instance_method" title="AeEasy::Core::Mock::FakeExecutor#failed_content (method)">#failed_content</a></span></p>
|
128
134
|
|
129
135
|
|
130
|
-
|
131
|
-
<h2>
|
132
|
-
Class Method Summary
|
133
|
-
<small><a href="#" class="summary_toggle">collapse</a></small>
|
134
|
-
</h2>
|
135
136
|
|
136
|
-
<ul class="summary">
|
137
|
-
|
138
|
-
<li class="public ">
|
139
|
-
<span class="summary_signature">
|
140
|
-
|
141
|
-
<a href="#exposed_methods-class_method" title="exposed_methods (class method)">.<strong>exposed_methods</strong> ⇒ Array </a>
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
</span>
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
<span class="summary_desc"><div class='inline'>
|
156
|
-
<p>Fake seeder exposed methods to isolated context.</p>
|
157
|
-
</div></span>
|
158
|
-
|
159
|
-
</li>
|
160
|
-
|
161
|
-
|
162
|
-
</ul>
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
137
|
|
168
138
|
|
169
139
|
|
170
140
|
|
171
141
|
|
172
142
|
|
143
|
+
<h2>Method Summary</h2>
|
173
144
|
|
174
145
|
<h3 class="inherited">Methods included from <span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></h3>
|
175
|
-
<p class="inherited"><span class='object_link'><a href="FakeExecutor.html#
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
<div id="class_method_details" class="method_details_list">
|
180
|
-
<h2>Class Method Details</h2>
|
146
|
+
<p class="inherited"><span class='object_link'><a href="FakeExecutor.html#db-instance_method" title="AeEasy::Core::Mock::FakeExecutor#db (method)">#db</a></span>, <span class='object_link'><a href="FakeExecutor.html#execute_script-instance_method" title="AeEasy::Core::Mock::FakeExecutor#execute_script (method)">#execute_script</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_output-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_output (method)">#find_output</a></span>, <span class='object_link'><a href="FakeExecutor.html#find_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#find_outputs (method)">#find_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush (method)">#flush</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_outputs (method)">#flush_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#flush_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#flush_pages (method)">#flush_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#initialize-instance_method" title="AeEasy::Core::Mock::FakeExecutor#initialize (method)">#initialize</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id (method)">#job_id</a></span>, <span class='object_link'><a href="FakeExecutor.html#job_id=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#job_id= (method)">#job_id=</a></span>, <span class='object_link'><a href="FakeExecutor.html#latest_job_by-instance_method" title="AeEasy::Core::Mock::FakeExecutor#latest_job_by (method)">#latest_job_by</a></span>, <span class='object_link'><a href="FakeExecutor.html#outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#outputs (method)">#outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#page-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page (method)">#page</a></span>, <span class='object_link'><a href="FakeExecutor.html#page=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#page= (method)">#page=</a></span>, <span class='object_link'><a href="FakeExecutor.html#pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#pages (method)">#pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_jobs (method)">#save_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_outputs (method)">#save_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#save_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#save_pages (method)">#save_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_jobs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_jobs (method)">#saved_jobs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_outputs-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_outputs (method)">#saved_outputs</a></span>, <span class='object_link'><a href="FakeExecutor.html#saved_pages-instance_method" title="AeEasy::Core::Mock::FakeExecutor#saved_pages (method)">#saved_pages</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name (method)">#scraper_name</a></span>, <span class='object_link'><a href="FakeExecutor.html#scraper_name=-instance_method" title="AeEasy::Core::Mock::FakeExecutor#scraper_name= (method)">#scraper_name=</a></span></p>
|
181
147
|
|
182
|
-
|
183
|
-
<div class="method_details first">
|
184
|
-
<h3 class="signature first" id="exposed_methods-class_method">
|
185
148
|
|
186
|
-
.<strong>exposed_methods</strong> ⇒ <tt>Array</tt>
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
</h3><div class="docstring">
|
193
|
-
<div class="discussion">
|
194
|
-
|
195
|
-
<p>Fake seeder exposed methods to isolated context.</p>
|
196
|
-
|
197
|
-
|
198
|
-
</div>
|
199
|
-
</div>
|
200
|
-
<div class="tags">
|
201
|
-
|
202
|
-
<p class="tag_title">Returns:</p>
|
203
|
-
<ul class="return">
|
204
|
-
|
205
|
-
<li>
|
206
|
-
|
207
|
-
|
208
|
-
<span class='type'>(<tt>Array</tt>)</span>
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
</li>
|
213
|
-
|
214
|
-
</ul>
|
215
|
-
|
216
|
-
</div><table class="source_code">
|
217
|
-
<tr>
|
218
|
-
<td>
|
219
|
-
<pre class="lines">
|
220
|
-
|
221
|
-
|
222
|
-
12
|
223
|
-
13
|
224
|
-
14
|
225
|
-
15
|
226
|
-
16
|
227
|
-
17
|
228
|
-
18
|
229
|
-
19
|
230
|
-
20
|
231
|
-
21
|
232
|
-
22
|
233
|
-
23
|
234
|
-
24</pre>
|
235
|
-
</td>
|
236
|
-
<td>
|
237
|
-
<pre class="code"><span class="info file"># File 'lib/ae_easy/core/mock/fake_seeder.rb', line 12</span>
|
238
|
-
|
239
|
-
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_exposed_methods'>exposed_methods</span>
|
240
|
-
<span class='id identifier rubyid_real_methods'>real_methods</span> <span class='op'>=</span> <span class='const'>AnswersEngine</span><span class='op'>::</span><span class='const'>Scraper</span><span class='op'>::</span><span class='const'>RubySeederExecutor</span><span class='period'>.</span><span class='id identifier rubyid_exposed_methods'>exposed_methods</span><span class='period'>.</span><span class='id identifier rubyid_uniq'>uniq</span>
|
241
|
-
<span class='id identifier rubyid_mock_methods'>mock_methods</span> <span class='op'>=</span> <span class='lbracket'>[</span>
|
242
|
-
<span class='symbol'>:outputs</span><span class='comma'>,</span>
|
243
|
-
<span class='symbol'>:pages</span><span class='comma'>,</span>
|
244
|
-
<span class='symbol'>:save_pages</span><span class='comma'>,</span>
|
245
|
-
<span class='symbol'>:save_outputs</span><span class='comma'>,</span>
|
246
|
-
<span class='symbol'>:find_output</span><span class='comma'>,</span>
|
247
|
-
<span class='symbol'>:find_outputs</span>
|
248
|
-
<span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_freeze'>freeze</span>
|
249
|
-
<span class='const'><span class='object_link'><a href="../../../AeEasy.html" title="AeEasy (module)">AeEasy</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../../Core.html" title="AeEasy::Core (module)">Core</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="../Mock.html" title="AeEasy::Core::Mock (module)">Mock</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="FakeExecutor.html" title="AeEasy::Core::Mock::FakeExecutor (module)">FakeExecutor</a></span></span><span class='period'>.</span><span class='id identifier rubyid_check_compatibility'><span class='object_link'><a href="FakeExecutor.html#check_compatibility-class_method" title="AeEasy::Core::Mock::FakeExecutor.check_compatibility (method)">check_compatibility</a></span></span> <span class='id identifier rubyid_real_methods'>real_methods</span><span class='comma'>,</span> <span class='id identifier rubyid_mock_methods'>mock_methods</span>
|
250
|
-
<span class='id identifier rubyid_mock_methods'>mock_methods</span>
|
251
|
-
<span class='kw'>end</span></pre>
|
252
|
-
</td>
|
253
|
-
</tr>
|
254
|
-
</table>
|
255
|
-
</div>
|
256
|
-
|
257
|
-
</div>
|
258
149
|
|
259
150
|
</div>
|
260
151
|
|
261
152
|
<div id="footer">
|
262
|
-
Generated on Wed Feb
|
153
|
+
Generated on Wed Feb 20 18:03:19 2019 by
|
263
154
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
264
155
|
0.9.18 (ruby-2.5.3).
|
265
156
|
</div>
|
data/doc/AeEasy/Core/Mock.html
CHANGED
@@ -272,7 +272,7 @@
|
|
272
272
|
</div>
|
273
273
|
|
274
274
|
<div id="footer">
|
275
|
-
Generated on Wed Feb
|
275
|
+
Generated on Wed Feb 20 18:03:17 2019 by
|
276
276
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
277
277
|
0.9.18 (ruby-2.5.3).
|
278
278
|
</div>
|
@@ -289,7 +289,7 @@
|
|
289
289
|
</div>
|
290
290
|
|
291
291
|
<div id="footer">
|
292
|
-
Generated on Wed Feb
|
292
|
+
Generated on Wed Feb 20 18:03:18 2019 by
|
293
293
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
294
294
|
0.9.18 (ruby-2.5.3).
|
295
295
|
</div>
|
@@ -531,7 +531,7 @@
|
|
531
531
|
</div>
|
532
532
|
|
533
533
|
<div id="footer">
|
534
|
-
Generated on Wed Feb
|
534
|
+
Generated on Wed Feb 20 18:03:18 2019 by
|
535
535
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
536
536
|
0.9.18 (ruby-2.5.3).
|
537
537
|
</div>
|
@@ -435,7 +435,7 @@
|
|
435
435
|
</div>
|
436
436
|
|
437
437
|
<div id="footer">
|
438
|
-
Generated on Wed Feb
|
438
|
+
Generated on Wed Feb 20 18:03:18 2019 by
|
439
439
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
440
440
|
0.9.18 (ruby-2.5.3).
|
441
441
|
</div>
|
@@ -210,7 +210,7 @@
|
|
210
210
|
</div>
|
211
211
|
|
212
212
|
<div id="footer">
|
213
|
-
Generated on Wed Feb
|
213
|
+
Generated on Wed Feb 20 18:03:18 2019 by
|
214
214
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
215
215
|
0.9.18 (ruby-2.5.3).
|
216
216
|
</div>
|
@@ -249,7 +249,7 @@
|
|
249
249
|
</div>
|
250
250
|
|
251
251
|
<div id="footer">
|
252
|
-
Generated on Wed Feb
|
252
|
+
Generated on Wed Feb 20 18:03:17 2019 by
|
253
253
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
254
254
|
0.9.18 (ruby-2.5.3).
|
255
255
|
</div>
|
@@ -410,7 +410,7 @@
|
|
410
410
|
</div>
|
411
411
|
|
412
412
|
<div id="footer">
|
413
|
-
Generated on Wed Feb
|
413
|
+
Generated on Wed Feb 20 18:03:18 2019 by
|
414
414
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
415
415
|
0.9.18 (ruby-2.5.3).
|
416
416
|
</div>
|
@@ -625,7 +625,7 @@
|
|
625
625
|
</div>
|
626
626
|
|
627
627
|
<div id="footer">
|
628
|
-
Generated on Wed Feb
|
628
|
+
Generated on Wed Feb 20 18:03:17 2019 by
|
629
629
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
630
630
|
0.9.18 (ruby-2.5.3).
|
631
631
|
</div>
|
@@ -272,7 +272,7 @@
|
|
272
272
|
</div>
|
273
273
|
|
274
274
|
<div id="footer">
|
275
|
-
Generated on Wed Feb
|
275
|
+
Generated on Wed Feb 20 18:03:18 2019 by
|
276
276
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
277
277
|
0.9.18 (ruby-2.5.3).
|
278
278
|
</div>
|
data/doc/AeEasy/Core/Plugin.html
CHANGED
@@ -107,7 +107,7 @@
|
|
107
107
|
</div>
|
108
108
|
|
109
109
|
<div id="footer">
|
110
|
-
Generated on Wed Feb
|
110
|
+
Generated on Wed Feb 20 18:03:17 2019 by
|
111
111
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
112
112
|
0.9.18 (ruby-2.5.3).
|
113
113
|
</div>
|