Skip to content

Instantly share code, notes, and snippets.

@enebo
Created September 22, 2020 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/70f4034707a3cf7baade8ef0a57d6186 to your computer and use it in GitHub Desktop.
Save enebo/70f4034707a3cf7baade8ef0a57d6186 to your computer and use it in GitHub Desktop.
#v = [0]
v = Object.new
v[0] += raise("fff") rescue 1
p v
#<Object:0x31206beb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment