Skip to content

Instantly share code, notes, and snippets.

@eam
Created January 5, 2016 19:47
Show Gist options
  • Select an option

  • Save eam/ab4794b41b469429b4a3 to your computer and use it in GitHub Desktop.

Select an option

Save eam/ab4794b41b469429b4a3 to your computer and use it in GitHub Desktop.
# invalid ruby
raise "omg"
if false
# valid perl
die "omg"
if 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment