ruby-changes:56838
From: git <ko1@a...>
Date: Tue, 6 Aug 2019 20:59:55 +0900 (JST)
Subject: [ruby-changes:56838] git: 3e6b9926b7 (master): * expand tabs.
https://git.ruby-lang.org/ruby.git/commit/?id=3e6b9926b7 From 3e6b9926b70d7df9424cf2a6472ba0cd33e61f48 Mon Sep 17 00:00:00 2001 From: git <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> Date: Tue, 6 Aug 2019 20:59:41 +0900 Subject: * expand tabs. diff --git a/vm_insnhelper.c b/vm_insnhelper.c index d7aa5ce..3aea68a 100644 --- a/vm_insnhelper.c +++ b/vm_insnhelper.c @@ -3848,7 +3848,7 @@ vm_opt_plus(VALUE recv, VALUE obj) https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L3848 else if (RBASIC_CLASS(recv) == rb_cString && RBASIC_CLASS(obj) == rb_cString && BASIC_OP_UNREDEFINED_P(BOP_PLUS, STRING_REDEFINED_OP_FLAG)) { - return rb_str_opt_plus(recv, obj); + return rb_str_opt_plus(recv, obj); } else if (RBASIC_CLASS(recv) == rb_cArray && RBASIC_CLASS(obj) == rb_cArray && -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/