summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'string.c')
-rw-r--r--string.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string.c b/string.c
index 78304024a0..63358a6a30 100644
--- a/string.c
+++ b/string.c
@@ -2338,6 +2338,7 @@ str_eql(const VALUE str1, const VALUE str2)
return Qtrue;
return Qfalse;
}
+
/*
* call-seq:
* str == obj -> true or false