On Sat, 18 Nov 2000, Yukihiro Matsumoto wrote: > Hi, > > In message "[ruby-talk:6417] Where is T_RANGE?" > on 00/11/17, Robert Feldt <feldt / ce.chalmers.se> writes: > > |Why T_ARRAY, T_HASH and so on but not T_RANGE? Is it there somewhere? If > |not, why not? > > Since Range uses T_OBJECT structure. > Yeah, but is there any special reason (or is it a "development artefact")? Is it ok to use the current T_X defined in ruby.h or might they change in future version so that you should avoid using comparisons with TYPE()? Regards, Robert