module Mongoid::Extensions::Decimal128
Adds type-casting behavior to BSON::Decimal128 class.
Public Instance Methods
__evolve_decimal128__()
click to toggle source
Evolve the decimal128.
@example Evolve the decimal128.
decimal128.__evolve_decimal128__
@return [ BSON::Decimal128 ] self.
# File lib/mongoid/extensions/decimal128.rb, line 16 def __evolve_decimal128__ self end