to_d -> BigDecimal
[permalink][rdoc][edit] [added by bigdecimal/util]-
BigDecimal オブジェクトの 0.0 を返します。
Ruby 2.6 で追加されたメソッドです。
require "bigdecimal" require "bigdecimal/util" p nil.to_d # => 0.0
to_d -> BigDecimal
[permalink][rdoc][edit] [added by bigdecimal/util]
BigDecimal オブジェクトの 0.0 を返します。
Ruby 2.6 で追加されたメソッドです。
require "bigdecimal"
require "bigdecimal/util"
p nil.to_d # => 0.0