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