Class: Bignum

Inherits:
Object show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#data_typeObject



100
101
102
103
104
# File 'ext/barracuda.c', line 100

static VALUE
bignum_data_type_get(VALUE self)
{
    return data_type_get(self, id_type_long);
}