Skip to content

Instantly share code, notes, and snippets.

@SrdjanCoric
Created September 24, 2017 15:38
Show Gist options
  • Save SrdjanCoric/b71690d368d76981b4b1364fd88194b7 to your computer and use it in GitHub Desktop.
Save SrdjanCoric/b71690d368d76981b4b1364fd88194b7 to your computer and use it in GitHub Desktop.
a = 4
b = nil
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