array-compositing 1.0.1 → 1.0.2
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.
|
@@ -261,9 +261,9 @@ module ::Array::Compositing::ArrayInterface
|
|
|
261
261
|
################################################
|
|
262
262
|
# perform_single_object_insert_between_hooks #
|
|
263
263
|
################################################
|
|
264
|
-
|
|
264
|
+
|
|
265
265
|
def perform_single_object_insert_between_hooks( local_index, object )
|
|
266
|
-
|
|
266
|
+
|
|
267
267
|
if local_index = super
|
|
268
268
|
|
|
269
269
|
@parent_index_map.local_insert( local_index, 1 )
|