From: An Onymous Date: 2007-10-20T04:33:33+09:00 Subject: Re: extendig ruby: defining classes and creating objects fro Oh, so ruby was looking for a "new" method not on the class but on the instance. This explains the problem, however how do I raise an exception from an object? > rb_exc_raise(oException); rb_exc_raise is not defined in ruby.h. At least not in the latest version 1.8.6 What is it? I see it defined in intern.h and called from everywhere but I can't find where it is defined. libit -- Posted via http://www.ruby-forum.com/.