# File lib/mongoid/criterion/optional.rb, line 110
      def limit(value = 20)
        clone.tap { |crit| crit.options[:limit] = value }
      end