Skip to content

Instantly share code, notes, and snippets.

@blake41
Created December 17, 2013 14:03
Show Gist options
  • Save blake41/8005350 to your computer and use it in GitHub Desktop.
Save blake41/8005350 to your computer and use it in GitHub Desktop.
# instructions: implement Array.uniq
class Array
def uniq
# code goes here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment