Skip to content

Instantly share code, notes, and snippets.

@tai2
Created May 17, 2017 11:17
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 tai2/527aa57a1c1cafa48dfc82ad21602c2b to your computer and use it in GitHub Desktop.
Save tai2/527aa57a1c1cafa48dfc82ad21602c2b to your computer and use it in GitHub Desktop.
ws = x[:y].map do |y|
y[:z].map do |z|
z[:w]
end
end
ws.flatten.uniq {|w| w[:key]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment