Skip to content

Instantly share code, notes, and snippets.

@0x0dea

0x0dea/bnagy.rb Secret

Created July 30, 2015 05:48
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