Class: Bignum
Instance Method Summary collapse
Instance Method Details
#data_type ⇒ Object
98 99 100 101 102 |
# File 'ext/barracuda.c', line 98 static VALUE bignum_data_type_get(VALUE self) { return data_type_get(self, id_type_long); } |