Class: Float

Inherits:
Object show all
Defined in:
(unknown)

Instance Method Summary collapse

Instance Method Details

#data_typeObject



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

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