Sha256: 423ad134a8fc8b9ce7870b1c5f3ef33c97552c33363e98569cdaaae67a796fae
Contents?: true
Size: 407 Bytes
Versions: 21
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true # encoding: utf-8 module Mongoid # Contains behavior specific to evolving for queryable queries. module Evolvable # Evolve the document into an object id. # # @example Evolve the document. # document.__evolve_object_id__ # # @return [ Object ] The document's id. # # @since 3.0.0 def __evolve_object_id__ id end end end
Version data entries
21 entries across 21 versions & 2 rubygems