Skip to content

Instantly share code, notes, and snippets.

@effkay
Created February 17, 2011 11:52
Show Gist options
  • Save effkay/831568 to your computer and use it in GitHub Desktop.
Save effkay/831568 to your computer and use it in GitHub Desktop.
Hash[] instead of inject
values = some_list.map do |val|
[val, some_transformation(val)]
end
Hash[values]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment