Skip to content

Instantly share code, notes, and snippets.

@0x0dea

0x0dea/bnagy.rb Secret

Created July 30, 2015 05:48
Show Gist options
  • Save 0x0dea/eb7c2a8e677675979174 to your computer and use it in GitHub Desktop.
Save 0x0dea/eb7c2a8e677675979174 to your computer and use it in GitHub Desktop.
begin
x = 42
p ['foo', x = `fail`] # no output
rescue
p x # unchanged
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment