Skip to content

Instantly share code, notes, and snippets.

@SrdjanCoric
Created September 24, 2017 16:07
Show Gist options
  • Save SrdjanCoric/b58e47abdfcfc94e2e2892e5481bf3c8 to your computer and use it in GitHub Desktop.
Save SrdjanCoric/b58e47abdfcfc94e2e2892e5481bf3c8 to your computer and use it in GitHub Desktop.
a = 4
b = 2
2.times do |_|
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