BigDecimal.save_rounding_mode { ... }
Class Public methods
Excecute the provided block, but preserve the rounding mode
BigDecimal.save_exception_mode do BigDecimal.mode(BigDecimal::ROUND_MODE, :up) puts BigDecimal.mode(BigDecimal::ROUND_MODE) end
For use with the BigDecimal::ROUND_*
See ::mode
Please login to continue.