module BSON::Hash

def to_bson_normalized_value

Returns:
  • (BSON::Document) - The normalized hash.

Other tags:
    Example: Convert the hash to a normalized value. -
def to_bson_normalized_value
  Document.new(self)
end