Skip to content

Instantly share code, notes, and snippets.

@rbrigby
Last active May 17, 2019 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbrigby/826f7aa006cec9a92fe6f22169286be8 to your computer and use it in GitHub Desktop.
Save rbrigby/826f7aa006cec9a92fe6f22169286be8 to your computer and use it in GitHub Desktop.
reduce an array of hashes with integer keys
x = [{1 => 'finish'}, {300 => 'color adder'}, {1000 => 'price group a'}]
x.map(&:keys).flatten.reduce(:+)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment