Class: Integer
Instance Method Summary collapse
-
#to_d ⇒ BigDecimal
Converts the integer to a BigDecimal.
Instance Method Details
#to_d ⇒ BigDecimal
Converts the integer to a BigDecimal
45 46 47 |
# File 'lib/ruby/to_d.rb', line 45 def to_d BigDecimal(to_s) end |