[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:02043] Re: rb_global_entry

From: ts <decoux@...>
Date: 2000-03-21 05:33:47 UTC
List: ruby-talk #2043
>>>>> "Y" == Yukihiro Matsumoto <matz@netlab.co.jp> writes:

Y> Oops, I have to merge them into 1.4.4, soon to be release.

 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 ?

Guy Decoux

In This Thread