From ee49d04540fc177062e3b27a042a8504d083fbb7 Mon Sep 17 00:00:00 2001 From: stomar Date: Sat, 13 Oct 2018 19:02:51 +0000 Subject: string.c: small doc improvement * string.c: [DOC] move unaltered case for String#strip to the end, similar to other strip methods. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index a4fd51cac1..60cb5542ce 100644 --- a/string.c +++ b/string.c @@ -9023,8 +9023,8 @@ rb_str_strip_bang(VALUE str) * * " hello ".strip #=> "hello" * "\tgoodbye\r\n".strip #=> "goodbye" - * "hello".strip #=> "hello" * "\x00\t\n\v\f\r ".strip #=> "" + * "hello".strip #=> "hello" */ static VALUE -- cgit v1.2.3