Class: Internal::ClassRestorer

Inherits:
Object
  • Object
show all
Defined in:
ext/internal/module/module.c

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.Internal::ClassRestorer.loadClassRestorer

Do not call this function.

Returns:



172
173
174
175
# File 'ext/internal/module/module.c', line 172

static VALUE class_restorer_load(VALUE klass, VALUE str)
{
  return Qnil;
}

Instance Method Details

#dumpString

Do not call this function.

Returns:

  • (String)


160
161
162
163
164
# File 'ext/internal/module/module.c', line 160

static VALUE class_restorer_dump(VALUE ruby_class_restorer, VALUE limit)
{
  restore_class(ruby_class_restorer);
  return rb_str_new2("");
}