Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- (unknown)
Instance Method Summary collapse
Instance Method Details
#strhash ⇒ Object
53 54 55 56 57 |
# File 'ext/hwia/hwia.c', line 53
static VALUE
rb_sym_strhash_m(VALUE sym)
{
return INT2FIX(rb_sym_strhash(&sym));
}
|