# File lib/mongo_mapper/plugins/associations/collection.rb, line 17
        def include?(*args)
          load_target
          target.include?(*args)
        end