method
`

//(p1)
public
Hide source
static VALUE nurat_idiv(VALUE self, VALUE other) { return f_floor(f_div(self, other)); }