Skip to content

Instantly share code, notes, and snippets.

@caius
Created November 10, 2017 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 caius/7a2241080007c190a7ea064da7024511 to your computer and use it in GitHub Desktop.
Save caius/7a2241080007c190a7ea064da7024511 to your computer and use it in GitHub Desktop.
a = -> { raise "ZOMGERR" }
begin
nom = a.()
rescue => e
nom # => nil
e # => #<RuntimeError: ZOMGERR>
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment