Searched defs:rb_long2int (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h323 #define rb_long2int(n) rb_long2int_inline(n) macro
325 #define rb_long2int(n) ((int)(n)) macro

Completed in 142 milliseconds