Intermediate
Ruby
Q64 / 100
What does "ObjectSpace" allow in Ruby (conceptually)?
Correct! Well done.
Incorrect.
The correct answer is B) Introspecting and iterating over all live objects in the Ruby heap, often used for debugging memory issues
B
Correct Answer
Introspecting and iterating over all live objects in the Ruby heap, often used for debugging memory issues
Explanation
ObjectSpace provides interfaces for examining the object graph, including iterating over all currently allocated objects, useful for memory profiling.
Progress
64/100