Hi all,

In the  ruby source, there's a header file "intern.h" that appears to
list all the externally available Ruby methods.  However, the comment
says that these function are *not* available to extensions or
applications.  Is that true?  If so, why?  If not, is it okay to use
all of these functions in extension modules and such?

Many thanks!

/\ndy

--
Andrew Hunt, The Pragmatic Programmers, LLC.
Innovative Object-Oriented Software Development
web:   http://www.pragmaticprogrammer.com   email: andy / pragmaticprogrammer.com
--
Our New Book: "The Pragmatic Programmer" Published by Addison-Wesley Oct 1999
              (see www.pragmaticprogrammer.com/ppbook)
Coming Soon: Ruby Tutorial/Reference
--