I open this PR in order to fix an unexpected behaviour of the parameterize method.
I've been able to replicate the bug locally and returning the given object as the fallback result of parameterize_object method fixed the issue.
Also I removed the String check condition since it doesn't have any incidence on the process with that new method fallback.
Thanks @kcarmonamurphy for raising that point, good catch π
I open this PR in order to fix an unexpected behaviour of the
parameterize
method. I've been able to replicate the bug locally and returning the given object as the fallback result ofparameterize_object
method fixed the issue. Also I removed theString
check condition since it doesn't have any incidence on the process with that new method fallback.Thanks @kcarmonamurphy for raising that point, good catch π
Fixes #6