method

to_d

v1_9_3_125 - Show latest stable - Class: Integer
to_d()
public

Convert int to a BigDecimal and return it.

require 'bigdecimal'
require 'bigdecimal/util'

42.to_d
# => #<BigDecimal:1008ef070,'0.42E2',9(36)>