Method: Mongoid::Extensions::Object#__to_inc__

Defined in:
lib/mongoid/extensions/object.rb

#__to_inc__Object

Conversion of an object to an $inc-able value.

Examples:

Convert the object.

1.__to_inc__

Returns:

Since:

  • 3.0.3



75
76
77
# File 'lib/mongoid/extensions/object.rb', line 75

def __to_inc__
  self
end