Skip to content

Instantly share code, notes, and snippets.

@benbc
Created July 21, 2010 13:35
Show Gist options
  • Save benbc/484489 to your computer and use it in GitHub Desktop.
Save benbc/484489 to your computer and use it in GitHub Desktop.
dependencies.
map { |d| d['hide']=true }.
group_by { |d| d['Dependency From'] }.
map { |group| group.first['hide']=false }.
flatten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment