diff options
Diffstat (limited to 'hash.c')
| -rw-r--r-- | hash.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3669,6 +3669,9 @@ rb_hash_search_value(VALUE key, VALUE value, VALUE arg) /* * call-seq: * hash.has_value?(value) -> true or false + * hash.value?(value) -> true or false + * + * Method #value? is an alias for \#has_value?. * * Returns +true+ if +value+ is a value in +self+, otherwise +false+. */ |
