Module: OldStringHash
- Defined in:
- ext/old_string_hash/old_string_hash.c
Instance Method Summary collapse
-
#hash_code ⇒ Object
Prototype for our method ‘hash_code’ - methods are prefixed by ‘method_’ here.
Instance Method Details
#hash_code ⇒ Object
Prototype for our method ‘hash_code’ - methods are prefixed by ‘method_’ here
12 |
# File 'ext/old_string_hash/old_string_hash.c', line 12 VALUE method_hash_code(VALUE self, VALUE str); |