You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This achieves almost the same, except that this version doesn't change
the original value. If that's really desired, `transform_values!` can be
used. The tests are modified to stop counting on the value being
replaced by explicitly writing out the expected value.
It also switches to a string check and `match?` because in modern Ruby
`=~` is no longer defined for arrays. This is needed for Puppet 8
compatibility.
0 commit comments