Object
Returns nil represented as a BigDecimal.
BigDecimal
require 'bigdecimal' require 'bigdecimal/util' nil.to_d # => 0.0
# File bigdecimal/lib/bigdecimal/util.rb, line 178 def to_d BigDecimal(0) end
This page was generated for Ruby 3.0.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.