# File lib/mongoid/criteria.rb, line 367 def initialize_copy(other) @selector = other.selector.dup @options = other.options.dup @includes = other.inclusions.dup @context = nil end