Method: String#strhash

Defined in:
ext/hwia/hwia.c

#strhashObject



65
66
67
68
69
# File 'ext/hwia/hwia.c', line 65

static VALUE
rb_str_strhash_m(VALUE str)
{
    return INT2FIX(rb_str_strhash(&str));
}