class BSON::Decimal128

def inspect

Other tags:
    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