method
hash
v1_9_1_378 -
Show latest stable
- Class:
Rational
hash()public
No documentation available.
static VALUE
nurat_hash(VALUE self)
{
get_dat1(self);
return f_xor(f_hash(dat->num), f_hash(dat->den));
} hash()No documentation available.
static VALUE
nurat_hash(VALUE self)
{
get_dat1(self);
return f_xor(f_hash(dat->num), f_hash(dat->den));
}