Skip to content

Instantly share code, notes, and snippets.

@HammerInTheNews
Created December 13, 2013 20:33
Show Gist options
  • Select an option

  • Save HammerInTheNews/7950880 to your computer and use it in GitHub Desktop.

Select an option

Save HammerInTheNews/7950880 to your computer and use it in GitHub Desktop.
Remove Duplicates from arrays
dups = [8,1,2,1,4,4,5,7,8,5]
trimmed = dups.uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment