summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index ac0a2acb11..c5711bcfe3 100644
--- a/string.c
+++ b/string.c
@@ -6456,7 +6456,7 @@ rb_str_reverse_bang(VALUE str)
*
*/
-static VALUE
+VALUE
rb_str_include(VALUE str, VALUE arg)
{
long i;