diff options
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2338,6 +2338,8 @@ rb_str_hash_cmp(VALUE str1, VALUE str2) * str.hash -> fixnum * * Return a hash based on the string's length, content and encoding. + * + * See also Object#hash. */ static VALUE |