method
to_digits
v1_9_1_378 -
Show latest stable
- Class:
BigDecimal
to_digits()public
Converts a BigDecimal to a String of the form “nnnnnn.mmm”. This method is deprecated; use BigDecimal#to_s(“F”) instead.
to_digits()Converts a BigDecimal to a String of the form “nnnnnn.mmm”. This method is deprecated; use BigDecimal#to_s(“F”) instead.