diff options
author | Alex Tomlins <alex@tomlins.org.uk> | 2016-04-07 22:22:17 +0100 |
---|---|---|
committer | Alex Tomlins <alex@tomlins.org.uk> | 2016-04-08 13:42:13 +0100 |
commit | 44596e73da1b157ea931d5111f842e108ca203bb (patch) | |
tree | 22cce362ebcffea71363f9e75e0d7faddeded8bf /spec/unit/facter | |
parent | 0624c3f8060deb6469046d13008a8fc605a72faa (diff) |
(MODULES-3246) Fix concat with Hash arguments.
85d5ead Updated the concat function so that it wouldn't modify the
original array. A side-effect of this change is that it now always calls
`Array()` on the second argument. If thit is a Hash, this results in
`to_a` being called on the hash, which converts it to an array or
tuples. This is undesired.
Update the behaviour so that it doesn't (indirectly) call `to_a` on
anything, instead test for the type of the argument, wrapping it in an
array if it's not already an array.
Diffstat (limited to 'spec/unit/facter')
0 files changed, 0 insertions, 0 deletions