Ensure we guard the value before we return
Otherwise you can end up not implicitly calling to_ary, which if it has side-effects will result in different behavior.
to_ary
Ensure we guard the value before we return
Otherwise you can end up not implicitly calling
to_ary, which if it has side-effects will result in different behavior.