|
157 | 157 | <li class="public ">
|
158 | 158 | <span class="summary_signature">
|
159 | 159 |
|
160 |
| - <a href="#compute-instance_method" title="#compute (instance method)">#<strong>compute</strong>(key) {|old_value| ... } ⇒ Object<sup>?</sup> </a> |
| 160 | + <a href="#compute-instance_method" title="#compute (instance method)">#<strong>compute</strong>(key) {|old_value| ... } ⇒ Object, nil </a> |
161 | 161 |
|
162 | 162 |
|
163 | 163 |
|
|
203 | 203 | <li class="public ">
|
204 | 204 | <span class="summary_signature">
|
205 | 205 |
|
206 |
| - <a href="#compute_if_present-instance_method" title="#compute_if_present (instance method)">#<strong>compute_if_present</strong>(key) {|old_value| ... } ⇒ Object<sup>?</sup> </a> |
| 206 | + <a href="#compute_if_present-instance_method" title="#compute_if_present (instance method)">#<strong>compute_if_present</strong>(key) {|old_value| ... } ⇒ Object, nil </a> |
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
|
226 | 226 | <li class="public ">
|
227 | 227 | <span class="summary_signature">
|
228 | 228 |
|
229 |
| - <a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong>(key) ⇒ Object<sup>?</sup> </a> |
| 229 | + <a href="#delete-instance_method" title="#delete (instance method)">#<strong>delete</strong>(key) ⇒ Object, nil </a> |
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
|
412 | 412 | <li class="public ">
|
413 | 413 | <span class="summary_signature">
|
414 | 414 |
|
415 |
| - <a href="#get_and_set-instance_method" title="#get_and_set (instance method)">#<strong>get_and_set</strong>(key, value) ⇒ Object<sup>?</sup> </a> |
| 415 | + <a href="#get_and_set-instance_method" title="#get_and_set (instance method)">#<strong>get_and_set</strong>(key, value) ⇒ Object, nil </a> |
416 | 416 |
|
417 | 417 |
|
418 | 418 |
|
|
460 | 460 | <li class="public ">
|
461 | 461 | <span class="summary_signature">
|
462 | 462 |
|
463 |
| - <a href="#key-instance_method" title="#key (instance method)">#<strong>key</strong>(value) ⇒ Object<sup>?</sup> </a> |
| 463 | + <a href="#key-instance_method" title="#key (instance method)">#<strong>key</strong>(value) ⇒ Object, nil </a> |
464 | 464 |
|
465 | 465 |
|
466 | 466 |
|
|
508 | 508 | <li class="public ">
|
509 | 509 | <span class="summary_signature">
|
510 | 510 |
|
511 |
| - <a href="#merge_pair-instance_method" title="#merge_pair (instance method)">#<strong>merge_pair</strong>(key, value) {|old_value| ... } ⇒ Object<sup>?</sup> </a> |
| 511 | + <a href="#merge_pair-instance_method" title="#merge_pair (instance method)">#<strong>merge_pair</strong>(key, value) {|old_value| ... } ⇒ Object, nil </a> |
512 | 512 |
|
513 | 513 |
|
514 | 514 |
|
|
531 | 531 | <li class="public ">
|
532 | 532 | <span class="summary_signature">
|
533 | 533 |
|
534 |
| - <a href="#put_if_absent-instance_method" title="#put_if_absent (instance method)">#<strong>put_if_absent</strong>(key, value) ⇒ Object<sup>?</sup> </a> |
| 534 | + <a href="#put_if_absent-instance_method" title="#put_if_absent (instance method)">#<strong>put_if_absent</strong>(key, value) ⇒ Object, nil </a> |
535 | 535 |
|
536 | 536 |
|
537 | 537 |
|
|
554 | 554 | <li class="public ">
|
555 | 555 | <span class="summary_signature">
|
556 | 556 |
|
557 |
| - <a href="#replace_if_exists-instance_method" title="#replace_if_exists (instance method)">#<strong>replace_if_exists</strong>(key, new_value) ⇒ Object<sup>?</sup> </a> |
| 557 | + <a href="#replace_if_exists-instance_method" title="#replace_if_exists (instance method)">#<strong>replace_if_exists</strong>(key, new_value) ⇒ Object, nil </a> |
558 | 558 |
|
559 | 559 |
|
560 | 560 |
|
@@ -832,7 +832,7 @@ <h3 class="signature first" id="[]-instance_method">
|
832 | 832 | <div class="method_details ">
|
833 | 833 | <h3 class="signature " id="compute-instance_method">
|
834 | 834 |
|
835 |
| - #<strong>compute</strong>(key) {|old_value| ... } ⇒ <tt>Object</tt><sup>?</sup> |
| 835 | + #<strong>compute</strong>(key) {|old_value| ... } ⇒ <tt>Object</tt>, <tt>nil</tt> |
836 | 836 |
|
837 | 837 |
|
838 | 838 |
|
@@ -1073,7 +1073,7 @@ <h3 class="signature " id="compute_if_absent-instance_method">
|
1073 | 1073 | <div class="method_details ">
|
1074 | 1074 | <h3 class="signature " id="compute_if_present-instance_method">
|
1075 | 1075 |
|
1076 |
| - #<strong>compute_if_present</strong>(key) {|old_value| ... } ⇒ <tt>Object</tt><sup>?</sup> |
| 1076 | + #<strong>compute_if_present</strong>(key) {|old_value| ... } ⇒ <tt>Object</tt>, <tt>nil</tt> |
1077 | 1077 |
|
1078 | 1078 |
|
1079 | 1079 |
|
@@ -1199,7 +1199,7 @@ <h3 class="signature " id="compute_if_present-instance_method">
|
1199 | 1199 | <div class="method_details ">
|
1200 | 1200 | <h3 class="signature " id="delete-instance_method">
|
1201 | 1201 |
|
1202 |
| - #<strong>delete</strong>(key) ⇒ <tt>Object</tt><sup>?</sup> |
| 1202 | + #<strong>delete</strong>(key) ⇒ <tt>Object</tt>, <tt>nil</tt> |
1203 | 1203 |
|
1204 | 1204 |
|
1205 | 1205 |
|
@@ -2034,7 +2034,7 @@ <h3 class="signature " id="fetch_or_store-instance_method">
|
2034 | 2034 | <div class="method_details ">
|
2035 | 2035 | <h3 class="signature " id="get_and_set-instance_method">
|
2036 | 2036 |
|
2037 |
| - #<strong>get_and_set</strong>(key, value) ⇒ <tt>Object</tt><sup>?</sup> |
| 2037 | + #<strong>get_and_set</strong>(key, value) ⇒ <tt>Object</tt>, <tt>nil</tt> |
2038 | 2038 |
|
2039 | 2039 |
|
2040 | 2040 |
|
@@ -2114,7 +2114,7 @@ <h3 class="signature " id="get_and_set-instance_method">
|
2114 | 2114 | <div class="method_details ">
|
2115 | 2115 | <h3 class="signature " id="key-instance_method">
|
2116 | 2116 |
|
2117 |
| - #<strong>key</strong>(value) ⇒ <tt>Object</tt><sup>?</sup> |
| 2117 | + #<strong>key</strong>(value) ⇒ <tt>Object</tt>, <tt>nil</tt> |
2118 | 2118 |
|
2119 | 2119 |
|
2120 | 2120 |
|
@@ -2253,7 +2253,7 @@ <h3 class="signature " id="keys-instance_method">
|
2253 | 2253 | <div class="method_details ">
|
2254 | 2254 | <h3 class="signature " id="merge_pair-instance_method">
|
2255 | 2255 |
|
2256 |
| - #<strong>merge_pair</strong>(key, value) {|old_value| ... } ⇒ <tt>Object</tt><sup>?</sup> |
| 2256 | + #<strong>merge_pair</strong>(key, value) {|old_value| ... } ⇒ <tt>Object</tt>, <tt>nil</tt> |
2257 | 2257 |
|
2258 | 2258 |
|
2259 | 2259 |
|
@@ -2395,7 +2395,7 @@ <h3 class="signature " id="merge_pair-instance_method">
|
2395 | 2395 | <div class="method_details ">
|
2396 | 2396 | <h3 class="signature " id="put_if_absent-instance_method">
|
2397 | 2397 |
|
2398 |
| - #<strong>put_if_absent</strong>(key, value) ⇒ <tt>Object</tt><sup>?</sup> |
| 2398 | + #<strong>put_if_absent</strong>(key, value) ⇒ <tt>Object</tt>, <tt>nil</tt> |
2399 | 2399 |
|
2400 | 2400 |
|
2401 | 2401 |
|
@@ -2488,7 +2488,7 @@ <h3 class="signature " id="put_if_absent-instance_method">
|
2488 | 2488 | <div class="method_details ">
|
2489 | 2489 | <h3 class="signature " id="replace_if_exists-instance_method">
|
2490 | 2490 |
|
2491 |
| - #<strong>replace_if_exists</strong>(key, new_value) ⇒ <tt>Object</tt><sup>?</sup> |
| 2491 | + #<strong>replace_if_exists</strong>(key, new_value) ⇒ <tt>Object</tt>, <tt>nil</tt> |
2492 | 2492 |
|
2493 | 2493 |
|
2494 | 2494 |
|
|
0 commit comments