Skip to content

Instantly share code, notes, and snippets.

@mrb
Created April 7, 2014 18:07
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 mrb/10025933 to your computer and use it in GitHub Desktop.
Save mrb/10025933 to your computer and use it in GitHub Desktop.
irb(main):006:0* 1/0
ZeroDivisionError: divided by 0
from (irb):6:in `/'
from (irb):6
from /Users/mrb/.rbenv/versions/1.9.3-p545/bin/irb:12:in `<main>'
irb(main):007:0> 1/0.0
=> Infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment