Skip to content

Instantly share code, notes, and snippets.

@simonask
Created April 14, 2009 10:01
Show Gist options
  • Save simonask/95096 to your computer and use it in GitHub Desktop.
Save simonask/95096 to your computer and use it in GitHub Desktop.
a: 0
result: try {
8 / a
}
if result.error
// DivisionByZeroException, handle it...
else
puts(result.value)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment