summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2022-09-23 16:40:59 +0900
committerYusuke Endoh <mame@ruby-lang.org>2022-09-23 16:40:59 +0900
commita78c733cc32cc3da3796cbf65da21cdd40c63230 (patch)
treef76c3eeafe0dc6adb9be1e21da8c40bf617381bb /string.c
parent6e46bf1e54e7fe83dc80e49394d980b71321b6f0 (diff)
downloadruby-a78c733cc32cc3da3796cbf65da21cdd40c63230.tar.gz
Revert "Revert "error.c: Let Exception#inspect inspect its message""
This reverts commit b9f030954a8a1572032f3548b39c5b8ac35792ce. [Bug #18170]
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;