Skip to content

Instantly share code, notes, and snippets.

@samuel02
Created November 5, 2012 21:26
Show Gist options
  • Save samuel02/4020429 to your computer and use it in GitHub Desktop.
Save samuel02/4020429 to your computer and use it in GitHub Desktop.
Some code
if x > 0
0.upto(y) do |z|
a.push(z)
end
else
0.upto(y-1) do |z|
a.push(z)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment