Skip to content

Instantly share code, notes, and snippets.

@piotrplaneta
Created August 23, 2013 14:36
Show Gist options
  • Select an option

  • Save piotrplaneta/6320001 to your computer and use it in GitHub Desktop.

Select an option

Save piotrplaneta/6320001 to your computer and use it in GitHub Desktop.
array.inject(Hash.new { |h, k| h[k] = [] }) { |result, pair| result[pair[0]] << pair[1]; result}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment