# File lib/drb/drb.rb, line 382
    def to_id(obj)
      obj.nil? ? nil : obj.__id__
    end