Skip to content

Instantly share code, notes, and snippets.

@dolzenko
Last active December 18, 2015 18:09
Show Gist options
  • Save dolzenko/5823372 to your computer and use it in GitHub Desktop.
Save dolzenko/5823372 to your computer and use it in GitHub Desktop.
small ruby gotha - BigDecimals divide by 0
irb(main):009:0> 1/BigDecimal.new('0')
=> #<BigDecimal:b36d598,'Infinity',9(36)>
irb(main):010:0> 1/0
ZeroDivisionError: divided by 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment