Hi,
In message "[ruby-talk:02043] Re: rb_global_entry"
on 00/03/21, ts <decoux / moulon.inra.fr> writes:
| I've a similar problem with symbols. One of my modules define
| "method_missing" and actually I write :
|
|#if RUBY_VERSION_CODE < 153
| id = FIX2INT(argv[0]);
|#else
| id = SYM2ID(argv[0]);
|#endif
|
| Do it exist another way to write it ?
OK, I'll add SYM2ID to 1.4.4.