method
hash

hash()
public
Hide source
static VALUE nurat_hash(VALUE self) { get_dat1(self); return f_xor(f_hash(dat->num), f_hash(dat->den)); }