class DRb::WeakIdConv::WeakSet

def initialize

def initialize
  super()
  @immutable = {}
  @map = ObjectSpace::WeakMap.new
end