module OnebusawaySDK::Internal::Util
def deep_merge_lr(lhs, rhs, concat: false)
-
(Object)
-
Parameters:
-
concat
(Boolean
) -- -
rhs
(Object
) -- -
lhs
(Object
) --
Other tags:
- Api: - private
def deep_merge_lr(lhs, rhs, concat: false) lhs, rhs, concat] sh, Hash, _] merge(rhs) { deep_merge_lr(_2, _3, concat: concat) } ray, Array, true] concat(rhs)