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

/macosx-10.10/ruby-106/ruby/
H A Dnumeric.c437 num_modulo(VALUE x, VALUE y) function
512 return rb_assoc_new(num_div(x, y), num_modulo(x, y));
3765 rb_define_method(rb_cNumeric, "%", num_modulo, 1);
3766 rb_define_method(rb_cNumeric, "modulo", num_modulo, 1);

Completed in 89 milliseconds