From: Nobuyoshi Nakada Date: 2007-10-20T08:55:16+09:00 Subject: Re: extendig ruby: defining classes and creating objects fro Hi, At Sat, 20 Oct 2007 04:33:33 +0900, An Onymous wrote in [ruby-talk:274879]: > > rb_exc_raise(oException); > > rb_exc_raise is not defined in ruby.h. At least not in the latest > version 1.8.6 It's declared in intern.h which is included by ruby.h. > What is it? I see it defined in intern.h and called from everywhere but > I can't find where it is defined. In eval.c. -- Nobu Nakada