module BSON::Object

def to_bson_normalized_value

Other tags:
    Since: - 3.0.0

Returns:
  • (Object) - self.

Other tags:
    Example: Convert the object to a normalized value. -
def to_bson_normalized_value
  self
end