-
-
Save havenwood/8c928c8a4ffcbe5639b89fac4d922217 to your computer and use it in GitHub Desktop.
#ruby irc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ai = a.invert | |
bi = b.invert | |
dup_keys = ai.keys & bi.keys | |
ai.slice(*dup_keys).merge(bi.slice(*dup_keys)) { [_2, _3] } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment