module Mongoid::Extensions::Decimal128

def __evolve_decimal128__

Returns:
  • (BSON::Decimal128) - self.

Other tags:
    Example: Evolve the decimal128. -
def __evolve_decimal128__
  self
end