Skip to content

Instantly share code, notes, and snippets.

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