Skip to content

Instantly share code, notes, and snippets.

@shuji
Created February 8, 2012 01:56
Show Gist options
  • Save shuji/1764315 to your computer and use it in GitHub Desktop.
Save shuji/1764315 to your computer and use it in GitHub Desktop.
重複の排除
assert [1, 2, 3, 3].unique() == [1, 2, 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment