Skip to content

Instantly share code, notes, and snippets.

@SrdjanCoric
Created September 24, 2017 15:17
Show Gist options
  • Save SrdjanCoric/4c5852bcb96a3891032c55852e6bb920 to your computer and use it in GitHub Desktop.
Save SrdjanCoric/4c5852bcb96a3891032c55852e6bb920 to your computer and use it in GitHub Desktop.
a = 4
b = 2
2.times do |a|
a = 5
puts a
end
puts a
puts b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment