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