Module: Fairy::SimpleHash

Defined in:
ext/simple-hash.c

Class Method Summary collapse

Class Method Details

.hash(vstr) ⇒ Object



13
14
15
16
17
# File 'ext/simple-hash.c', line 13

VALUE
rb_fairy_simple_hash(VALUE self, VALUE vstr)
{
  return INT2FIX(rb_fairy_simple_hash_uint(self, vstr));
}