# File lib/mongoid/criterion/inclusion.rb, line 124 def find(*args) type, crit = search(*args) case type when :first then crit.one when :last then crit.last when :ids then crit.execute_or_raise(args) else crit end end