Searched refs:rb_num2ushort (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/include/ruby/
H A Druby.h629 unsigned short rb_num2ushort(VALUE);
643 #define NUM2USHORT(x) rb_num2ushort(x)
/macosx-10.10/ruby-106/ruby/
H A Dnumeric.c2162 rb_num2ushort(VALUE val) function
2176 return rb_num2ushort(val);

Completed in 90 milliseconds