# File lib/mongo_mapper/plugins/associations/proxy.rb, line 58
        def nil?
          load_target
          target.nil?
        end