Class: Float
Instance Method Summary collapse
Instance Method Details
#data_type ⇒ Object
104 105 106 107 108 |
# File 'ext/barracuda.c', line 104 static VALUE float_data_type_get(VALUE self) { return data_type_get(self, id_type_float); } |