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?
|
This is an educated guess on my part, maybe Matz will see this question at some point and give us a definitive answer, hopefully this will do in the meantime. As you might know, ruby was somewhat influenced by perl at least early on (which is why we have variables like $@ and $_ etc.). Perl has an As you can see, that comment describes how the
This is what the comment suggests and this is indeed the case, you can crack open an Now, So, to answer your question, there is no |
|||||||||||
|
|
I'm pretty sure this is referring to an undefined variable (as opposed to a variable defined as Take a look at this:
EDIT:
To conclude with a more complete answer to your question. You will never be able to access that |
|||||
|
undefmethod used to undefine a method. – Andrew Grimm Aug 8 '11 at 6:55