# File lib/mongoid/criteria.rb, line 339 def comparable(other) other.is_a?(Criteria) ? other.entries : other end