Numeric
Convert int to a BigDecimal and return it.
int
require 'bigdecimal' require 'bigdecimal/util' 42.to_d # => #<BigDecimal:1008ef070,'0.42E2',9(36)>
# File bigdecimal/lib/bigdecimal/util.rb, line 13 def to_d BigDecimal(self) end
This page was generated for Ruby 2.0.0
Ruby-doc.org is a service of James Britt and Neurogami, a software development company in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.26.0.