Skip to content

Instantly share code, notes, and snippets.

@shuhrat
Created November 30, 2012 07:57
Show Gist options
  • Save shuhrat/4174412 to your computer and use it in GitHub Desktop.
Save shuhrat/4174412 to your computer and use it in GitHub Desktop.
Dublicator
[1, 2, 3].tail() => [1, 2, 3, 1, 2, 3]
[1, 2, 3].dublicate() => [1, 1, 2, 2, 3, 3]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment