Method: Overflow#-

Defined in:
ext/overflow/overflow.c

#-(num) ⇒ Object



303
304
305
306
307
# File 'ext/overflow/overflow.c', line 303

static VALUE
overflow_minus(VALUE self, VALUE num)
{
  return overflow_arithmetic(self, '-', num);
}