Created
October 8, 2010 17:53
-
-
Save mtrudel/617212 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| I have a nested set of hashes like: | |
| [A] | |
| [B] | |
| [C] | |
| [D] | |
| [E] | |
| [F] | |
| [A'] | |
| [B'] | |
| [C'] | |
| [D'] | |
| [E'] | |
| [F'] | |
| [A''] | |
| [B''] | |
| [C''] | |
| [D''] | |
| [E''] | |
| [F''] | |
| I want to get an array like: | |
| [A,A',A''] | |
| [B,B',B''] | |
| [C,C',C''] | |
| [D,D',D''] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment