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
Replace each_with_object with invert.transform_keys! for a more
idiomatic Ruby implementation. This also adds a performance
optimization by only splitting strings that contain ';' instead
of always splitting.
Co-authored-by: Daniel (dB.) Doubrovkine <[email protected]>
0 commit comments