# File lib/plucky/query.rb, line 38 def object_ids(*keys) return @criteria.object_ids if keys.empty? @criteria.object_ids = *keys self end