What is the "undef" object of Ruby?

Viewed 1548

In the MRI implementation of gc.c I saw an object named undef. What is that undef object? What is its class? How can I access it? Is there any utility for it?

2 Answers
Related