Skip to content

Instantly share code, notes, and snippets.

@poppen
Last active February 23, 2017 08:22
Show Gist options
  • Save poppen/992142f6aaa5a767ad771a19ebf10f76 to your computer and use it in GitHub Desktop.
Save poppen/992142f6aaa5a767ad771a19ebf10f76 to your computer and use it in GitHub Desktop.
a = [1,2,3,4]
for i in a do
a.push(i)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment