Under JRuby 1.7.9 and 1.7.10 the following expression evaluates to `nil`. ``` require "bigdecimal" BigDecimal.new("0") - nil # => nil ``` It raises a `TypeError` under MRI 2.0, which is the behaviour I would expect.