This class provides the ability to perform an explicit $push modification on a specific field.
Sends the atomic $push operation to the database.
@example Persist the new values.
push.persist
@return [ Object ] The new array value.
@since 2.0.0
# File lib/mongoid/persistence/atomic/push.rb, line 18 def persist append_with("$push") end