Class: Float

Inherits:
Object show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#data_typeObject



105
106
107
108
109
# File 'ext/barracuda.c', line 105

static VALUE
float_data_type_get(VALUE self)
{
    return data_type_get(self, id_type_float);
}