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

/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Druby.h615 #define NUM2INT(x) rb_num2int_inline(x) macro
622 #define NUM2INT(x) ((int)NUM2LONG(x)) macro

Completed in 111 milliseconds