# File lib/mongo/operation/update/result.rb, line 59 def modified_count return 0 unless acknowledged? first[MODIFIED] end