class BSON::Decimal128
def inspect
- Since: - 4.2.0
Returns:
-
(String)
- The decimal as a string.
Other tags:
- Example: Inspect the decimal128 object. -
def inspect "BSON::Decimal128('#{to_s}')" end
(String)
- The decimal as a string.
def inspect "BSON::Decimal128('#{to_s}')" end