From: Daniel Berger Date: 2006-10-31T03:35:18+09:00 Subject: Re: Alias singleton method from C Ross Bamford wrote: > /* define singleton methods as normal */ > > VALUE singleton = rb_singleton_class(cXMLNode); > rb_define_alias(singleton, "new_element", "new"); Bingo. That's what you want. I was just getting the singleton wrong. - Dan