# File lib/mongoid/contexts/enumerable.rb, line 156
      def min(field)
        determine(field, :<=)
      end