mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00:00
Follow up https://github.com/ruby/bigdecimal/issues/89.
`BigDecimal.new` has already been removed. This PR replaces `BigDecimal.new` with
`Kernel.BigDecimal` in the documentation, following the message below:
> BigDecimal.new is deprecated; use Kernel.BigDecimal method instead.
26d84ba766
https://github.com/ruby/bigdecimal/commit/dd52adf3b2