summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.c b/hash.c
index 4933205d67..d7bd4c8355 100644
--- a/hash.c
+++ b/hash.c
@@ -1854,7 +1854,7 @@ rb_hash_values(VALUE hash)
*
*/
-static VALUE
+VALUE
rb_hash_has_key(VALUE hash, VALUE key)
{
if (!RHASH(hash)->ntbl)