APIdock / Ruby
/
Browse About
method

undefine_finalizer

v2_4_6 - Show latest stable - Class: ObjectSpace
undefine_finalizer(p1)
public

Removes all finalizers for obj.

static VALUE
undefine_final(VALUE os, VALUE obj)
{
    return rb_undefine_finalizer(obj);
}

Related methods

  • Class methods
  • _id2ref
  • allocation_class_path
  • allocation_generation
  • allocation_method_id
  • allocation_sourcefile
  • allocation_sourceline
  • count_imemo_objects
  • count_nodes
  • count_objects
  • count_objects_size
  • count_symbols
  • count_tdata_objects
  • define_finalizer
  • dump
  • dump_all
  • each_object
  • garbage_collect
  • internal_class_of
  • internal_super_of
  • memsize_of
  • memsize_of_all
  • reachable_objects_from
  • reachable_objects_from_root
  • trace_object_allocations
  • trace_object_allocations_clear
  • trace_object_allocations_debug_start
  • trace_object_allocations_start
  • trace_object_allocations_stop
  • undefine_finalizer
APIdock API Documentation Browser

© 2026 APIdock