class IDL::AST::Valuebox

def marshal_load(vars)

def marshal_load(vars)
  @boxed_type = vars.pop
  @idltype = vars.pop
  super(vars)
end