|
138 | 138 | <h2>Instance Attribute Summary <small><a href="#" class="summary_toggle">collapse</a></small></h2> |
139 | 139 | <ul class="summary"> |
140 | 140 |
|
| 141 | + <li class="public "> |
| 142 | + <span class="summary_signature"> |
| 143 | + |
| 144 | + <a href="#parallel_unsafe_tests-instance_method" title="#parallel_unsafe_tests (instance method)">#<strong>parallel_unsafe_tests</strong> ⇒ Object </a> |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + </span> |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + <span class="summary_desc"><div class='inline'><p>Returns the value of attribute parallel_unsafe_tests.</p> |
| 162 | +</div></span> |
| 163 | + |
| 164 | +</li> |
| 165 | + |
| 166 | + |
| 167 | + <li class="public "> |
| 168 | + <span class="summary_signature"> |
| 169 | + |
| 170 | + <a href="#progress_block-instance_method" title="#progress_block (instance method)">#<strong>progress_block</strong> ⇒ Object </a> |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + </span> |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + <span class="summary_desc"><div class='inline'><p>Returns the value of attribute progress_block.</p> |
| 188 | +</div></span> |
| 189 | + |
| 190 | +</li> |
| 191 | + |
| 192 | + |
141 | 193 | <li class="public "> |
142 | 194 | <span class="summary_signature"> |
143 | 195 |
|
@@ -299,9 +351,93 @@ <h3 class="signature first" id="initialize-instance_method"> |
299 | 351 | <h2>Instance Attribute Details</h2> |
300 | 352 |
|
301 | 353 |
|
302 | | - <span id=""></span> |
| 354 | + <span id="parallel_unsafe_tests=-instance_method"></span> |
303 | 355 | <div class="method_details first"> |
304 | | - <h3 class="signature first" id="queue-instance_method"> |
| 356 | + <h3 class="signature first" id="parallel_unsafe_tests-instance_method"> |
| 357 | + |
| 358 | + #<strong>parallel_unsafe_tests</strong> ⇒ <tt>Object</tt> |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | +</h3><div class="docstring"> |
| 365 | + <div class="discussion"> |
| 366 | + <p>Returns the value of attribute parallel_unsafe_tests.</p> |
| 367 | + |
| 368 | + |
| 369 | + </div> |
| 370 | +</div> |
| 371 | +<div class="tags"> |
| 372 | + |
| 373 | + |
| 374 | +</div><table class="source_code"> |
| 375 | + <tr> |
| 376 | + <td> |
| 377 | + <pre class="lines"> |
| 378 | + |
| 379 | + |
| 380 | +14 |
| 381 | +15 |
| 382 | +16</pre> |
| 383 | + </td> |
| 384 | + <td> |
| 385 | + <pre class="code"><span class="info file"># File 'lib/test/unit/test-thread-run-context.rb', line 14</span> |
| 386 | + |
| 387 | +<span class='kw'>def</span> <span class='id identifier rubyid_parallel_unsafe_tests'>parallel_unsafe_tests</span> |
| 388 | + <span class='ivar'>@parallel_unsafe_tests</span> |
| 389 | +<span class='kw'>end</span></pre> |
| 390 | + </td> |
| 391 | + </tr> |
| 392 | +</table> |
| 393 | +</div> |
| 394 | + |
| 395 | + |
| 396 | + <span id="progress_block=-instance_method"></span> |
| 397 | + <div class="method_details "> |
| 398 | + <h3 class="signature " id="progress_block-instance_method"> |
| 399 | + |
| 400 | + #<strong>progress_block</strong> ⇒ <tt>Object</tt> |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | +</h3><div class="docstring"> |
| 407 | + <div class="discussion"> |
| 408 | + <p>Returns the value of attribute progress_block.</p> |
| 409 | + |
| 410 | + |
| 411 | + </div> |
| 412 | +</div> |
| 413 | +<div class="tags"> |
| 414 | + |
| 415 | + |
| 416 | +</div><table class="source_code"> |
| 417 | + <tr> |
| 418 | + <td> |
| 419 | + <pre class="lines"> |
| 420 | + |
| 421 | + |
| 422 | +13 |
| 423 | +14 |
| 424 | +15</pre> |
| 425 | + </td> |
| 426 | + <td> |
| 427 | + <pre class="code"><span class="info file"># File 'lib/test/unit/test-thread-run-context.rb', line 13</span> |
| 428 | + |
| 429 | +<span class='kw'>def</span> <span class='id identifier rubyid_progress_block'>progress_block</span> |
| 430 | + <span class='ivar'>@progress_block</span> |
| 431 | +<span class='kw'>end</span></pre> |
| 432 | + </td> |
| 433 | + </tr> |
| 434 | +</table> |
| 435 | +</div> |
| 436 | + |
| 437 | + |
| 438 | + <span id=""></span> |
| 439 | + <div class="method_details "> |
| 440 | + <h3 class="signature " id="queue-instance_method"> |
305 | 441 |
|
306 | 442 | #<strong>queue</strong> ⇒ <tt>Object</tt> <span class="extras">(readonly)</span> |
307 | 443 |
|
|
0 commit comments