Method: Complex#hash

Defined in:
complex.c

#hashObject

[View source]

1346
1347
1348
1349
1350
# File 'complex.c', line 1346

static VALUE
nucomp_hash(VALUE self)
{
    return ST2FIX(rb_complex_hash(self));
}