# File lib/mongoid/contexts/enumerable.rb, line 146
      def max(field)
        determine(field, :>=)
      end