From: "Gerardo Santana Gómez Garrido" Date: 2006-02-27T16:16:03+09:00 Subject: extending an object I'm writing an extension for Ruby, and want to extend an object with methods from a module. I'm doing it like this: rb_extend_object(self, rb_mAModuleExtension); But the methods added to self become private. I want them public. How should this be done? Thanks in advance. -- Gerardo Santana "Between individuals, as between nations, respect for the rights of others is peace" - Don Benito Ju�rez http://santanatechnotes.blogspot.com/