Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-20 | Add join_keys_to_values function | Joshua Harlan Lifton | |
This commit adds a function that joins each of a hash's keys with that key's corresponding value, separated by a separator string. The arguments are a hash and separator string. The return value is an array of joined key/value pairs. |