Skip to content

Instantly share code, notes, and snippets.

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